From 7fe922bb5b331dba47af07218c4714254896aadb Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Mon, 15 Apr 2024 21:23:45 -0400 Subject: [PATCH] moving stuff around --- .../COLLECTION_QUDT_USER_TESTS-v2.1.ttl | 122 + ontologies/SCHEMA-FACADE_QUDT-v2.1.ttl | 21 + ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl | 3750 ++ .../SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl | 622 + .../VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl | 4542 ++ ontologies/VOCAB_QUDT-PREFIXES-v2.1.ttl | 462 + .../VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl | 28329 ++++++++++ .../VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl | 264 + ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl | 45230 ++++++++++++++++ ontologies/bacnet.ttl | 20610 +++---- ontologies/brickpatches.ttl | 2575 +- ontologies/qudtdv.ttl | 4261 -- ontologies/qudtfacade.ttl | 10 - ontologies/qudtoverlay.ttl | 456 - ontologies/qudtprefix.ttl | 423 - ontologies/qudtschema.ttl | 3146 -- ontologies/qudtsou.ttl | 235 - ontologies/qudtusertest.ttl | 81 - ontologies/rec.ttl | 5345 +- ontologies/recimports.ttl | 230 +- ontologies/ref-schema.ttl | 40 +- 21 files changed, 99246 insertions(+), 21508 deletions(-) create mode 100644 ontologies/COLLECTION_QUDT_USER_TESTS-v2.1.ttl create mode 100644 ontologies/SCHEMA-FACADE_QUDT-v2.1.ttl create mode 100644 ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl create mode 100644 ontologies/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl create mode 100644 ontologies/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl create mode 100644 ontologies/VOCAB_QUDT-PREFIXES-v2.1.ttl create mode 100644 ontologies/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl create mode 100644 ontologies/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl create mode 100644 ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl delete mode 100644 ontologies/qudtdv.ttl delete mode 100644 ontologies/qudtfacade.ttl delete mode 100644 ontologies/qudtoverlay.ttl delete mode 100644 ontologies/qudtprefix.ttl delete mode 100644 ontologies/qudtschema.ttl delete mode 100644 ontologies/qudtsou.ttl delete mode 100644 ontologies/qudtusertest.ttl diff --git a/ontologies/COLLECTION_QUDT_USER_TESTS-v2.1.ttl b/ontologies/COLLECTION_QUDT_USER_TESTS-v2.1.ttl new file mode 100644 index 0000000..fdecfbd --- /dev/null +++ b/ontologies/COLLECTION_QUDT_USER_TESTS-v2.1.ttl @@ -0,0 +1,122 @@ +# baseURI: http://qudt.org/2.1/collection/usertest + +@prefix creativecommons: . +@prefix dc: . +@prefix dcterms: . +@prefix owl: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Collection - USER TESTS - v 2.1.37" ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ; + sh:prefix "dcterms" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; + sh:prefix "qkdv" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + sh:prefix "quantitykind" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + sh:prefix "unit" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ; + sh:prefix "skos" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ; + sh:prefix "xsd" ; + ] + . +qudt:DeprecatedPropertyConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + rdfs:label "Warning about use of a deprecated QUDT property" ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Warns if a deprecated QUDT property is used" ; + sh:message "Resource, '{$this}' uses the property '{?oldpstr}' which will be deprecated. Please use '{?newpstr}' instead." ; + 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) +}""" ; + ] ; + sh:targetClass qudt:Concept ; +. +qudt:DeprecationConstraint + a sh:NodeShape ; + rdfs:isDefinedBy ; + rdfs:label "Warning about use of a deprecated QUDT resource" ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Warns if a deprecated QUDT resource is used" ; + sh:message "Resource, '{?s}' refers to '{?oldqstr}' which has been deprecated. Please refer to '{?newqstr}' instead." ; + 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) +}""" ; + ] ; + sh:targetClass qudt:Concept ; +. diff --git a/ontologies/SCHEMA-FACADE_QUDT-v2.1.ttl b/ontologies/SCHEMA-FACADE_QUDT-v2.1.ttl new file mode 100644 index 0000000..ed8ea2b --- /dev/null +++ b/ontologies/SCHEMA-FACADE_QUDT-v2.1.ttl @@ -0,0 +1,21 @@ +# baseURI: http://qudt.org/2.1/schema/facade/qudt +# imports: http://qudt.org/2.1/schema/shacl/qudt +# imports: http://qudt.org/2.1/schema/extensions/functions +# imports: http://qudt.org/2.1/collection/qa/all + +@prefix owl: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix xsd: . + + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; + rdfs:comment "Facade graph for single place to redirect QUDT schema imports. Note that currently, the functions import uses SPIN and OWL."; + rdfs:label "QUDT SCHEMA Facade graph - v2.1.37" ; +. diff --git a/ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl b/ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl new file mode 100644 index 0000000..b83b333 --- /dev/null +++ b/ontologies/SCHEMA_QUDT_NoOWL-v2.1.ttl @@ -0,0 +1,3750 @@ +# baseURI: http://qudt.org/2.1/schema/shacl/qudt +# imports: http://qudt.org/2.1/schema/shacl/overlay/qudt +# imports: http://www.linkedmodel.org/schema/dtype +# imports: http://www.linkedmodel.org/schema/vaem +# imports: http://www.w3.org/2004/02/skos/core +# imports: http://www.w3.org/ns/shacl# + +@prefix dc: . +@prefix dcterms: . +@prefix dtype: . +@prefix owl: . +@prefix prov: . +@prefix quantitykind: . +@prefix qudt: . +@prefix qudt.type: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + +dcterms:abstract + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "abstract" ; +. +dcterms:contributor + a rdf:Property ; + rdfs:label "contributor" ; +. +dcterms:created + a rdf:Property ; + rdfs:label "created" ; +. +dcterms:creator + a rdf:Property ; + rdfs:label "creator" ; +. +dcterms:description + a rdf:Property ; + rdfs:label "description" ; +. +dcterms:isReplacedBy + a rdf:Property ; + rdfs:label "is replaced by" ; +. +dcterms:modified + a rdf:Property ; + rdfs:label "modified" ; +. +dcterms:rights + a rdf:Property ; + rdfs:label "rights" ; +. +dcterms:source + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "source" ; +. +dcterms:subject + a rdf:Property ; + rdfs:label "subject" ; +. +dcterms:title + a rdf:Property ; + rdfs:label "title" ; +. + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_SHACLQUDT-SCHEMA ; + rdfs:isDefinedBy ; + rdfs:label "QUDT SHACL Schema Version 2.1.37" ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports sh: ; + owl:versionIRI ; +. +qudt:AbstractQuantityKind + a rdfs:Class ; + a sh:NodeShape ; + rdfs:isDefinedBy ; + rdfs:label "Quantity Kind (abstract)" ; + rdfs:subClassOf qudt:Concept ; + sh:property qudt:AbstractQuantityKind-broader ; + sh:property qudt:AbstractQuantityKind-latexSymbol ; + sh:property qudt:AbstractQuantityKind-symbol ; +. +qudt:AbstractQuantityKind-broader + a sh:PropertyShape ; + sh:path skos:broader ; + rdfs:isDefinedBy ; + sh:class qudt:QuantityKind ; +. +qudt:AbstractQuantityKind-latexSymbol + a sh:PropertyShape ; + sh:path qudt:latexSymbol ; + rdfs:isDefinedBy ; + sh:datatype qudt:LatexString ; + sh:minCount 0 ; +. +qudt:AbstractQuantityKind-symbol + a sh:PropertyShape ; + sh:path qudt:symbol ; + rdfs:isDefinedBy ; + sh:minCount 0 ; +. +qudt:AngleUnit + a rdfs:Class ; + a sh:NodeShape ; + dcterms:description "All units relating to specificaiton of angles. " ; + rdfs:isDefinedBy ; + rdfs:label "Angle unit" ; + rdfs:subClassOf qudt:DimensionlessUnit ; + skos:exactMatch ; +. +qudt:Aspect + a qudt:AspectClass ; + a sh:NodeShape ; + rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Aspect" ; + rdfs:subClassOf rdfs:Resource ; +. +qudt:AspectClass + a rdfs:Class ; + a sh:NodeShape ; + rdfs:isDefinedBy ; + rdfs:label "Aspect Class" ; + rdfs:subClassOf rdfs:Class ; +. +qudt:BaseDimensionMagnitude + a rdfs:Class ; + a sh:NodeShape ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI ; + qudt:informativeReference "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ; + rdfs:comment """

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

+

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

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

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

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

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

+ +

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

+ +

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

"""^^rdf:HTML ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Enumerated Value" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf dtype:EnumeratedValue ; + sh:property qudt:EnumeratedValue-abbreviation ; + sh:property qudt:EnumeratedValue-description ; + sh:property qudt:EnumeratedValue-symbol ; +. +qudt:EnumeratedValue-abbreviation + a sh:PropertyShape ; + sh:path qudt:abbreviation ; + rdfs:isDefinedBy ; + sh:datatype xsd:string ; + sh:maxCount 1 ; +. +qudt:EnumeratedValue-description + a sh:PropertyShape ; + sh:path dcterms:description ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; +. +qudt:EnumeratedValue-symbol + a sh:PropertyShape ; + sh:path qudt:symbol ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; +. +qudt:Enumeration + a rdfs:Class ; + a sh:NodeShape ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Enumeration"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumerated_type"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:comment """

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

+ +

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

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

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

+

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

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

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

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantifiable" ; + rdfs:subClassOf qudt:Aspect ; + sh:property qudt:Quantifiable-dataEncoding ; + sh:property qudt:Quantifiable-dataType ; + sh:property qudt:Quantifiable-hasUnit ; + sh:property qudt:Quantifiable-relativeStandardUncertainty ; + sh:property qudt:Quantifiable-standardUncertainty ; + sh:property qudt:Quantifiable-standardUncertaintySN ; + sh:property qudt:Quantifiable-unit ; + sh:property qudt:Quantifiable-value ; + sh:property qudt:Quantifiable-valueSN ; +. +qudt:Quantifiable-dataEncoding + a sh:PropertyShape ; + sh:path qudt:dataEncoding ; + rdfs:isDefinedBy ; + sh:class qudt:DataEncoding ; + sh:maxCount 1 ; +. +qudt:Quantifiable-dataType + a sh:PropertyShape ; + sh:path qudt:dataType ; + rdfs:isDefinedBy ; + sh:class qudt:Datatype ; + sh:maxCount 1 ; +. +qudt:Quantifiable-hasUnit + a sh:PropertyShape ; + sh:path qudt:hasUnit ; + rdfs:isDefinedBy ; + sh:class qudt:Unit ; + sh:maxCount 1 ; +. +qudt:Quantifiable-relativeStandardUncertainty + a sh:PropertyShape ; + sh:path qudt:relativeStandardUncertainty ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; +. +qudt:Quantifiable-standardUncertainty + a sh:PropertyShape ; + sh:path qudt:standardUncertainty ; + rdfs:isDefinedBy ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; +. +qudt:Quantifiable-standardUncertaintySN + a sh:PropertyShape ; + sh:path qudt:standardUncertaintySN ; + rdfs:isDefinedBy ; + sh:datatype xsd:double ; + sh:maxCount 1 ; +. +qudt:Quantifiable-unit + a sh:PropertyShape ; + sh:path qudt:unit ; + rdfs:isDefinedBy ; + sh:class qudt:Unit ; + sh:maxCount 1 ; +. +qudt:Quantifiable-value + a sh:PropertyShape ; + sh:path qudt:value ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; +. +qudt:Quantifiable-valueSN + a sh:PropertyShape ; + sh:path qudt:valueSN ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; +. +qudt:Quantity + a rdfs:Class ; + a sh:NodeShape ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quantity"^^xsd:anyURI ; + rdfs:comment """

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

+

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

+

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

+

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

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

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

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

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

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

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

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

+ +

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

+ +

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

"""^^rdf:HTML ; + dcterms:modified "2024-03-22T14:31:08.385-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. + """ ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "QUDT" ; + dcterms:title "QUDT SHACL Schema - Version 2.1.37" ; + qudt:informativeReference "http://unitsofmeasure.org/trac"^^xsd:anyURI ; + qudt:informativeReference "http://www.bipm.org/en/publications/si-brochure"^^xsd:anyURI ; + qudt:informativeReference "http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf"^^xsd:anyURI ; + qudt:informativeReference "https://books.google.com/books?id=pIlCAAAAIAAJ&dq=dimensional+analysis&hl=en"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"^^xsd:anyURI ; + vaem:graphName "qudt" ; + vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema - Version 2.1.37" ; + vaem:hasGraphRole vaem:SHACLSchemaGraph ; + vaem:hasOwner vaem:QUDT ; + vaem:hasSteward vaem:QUDT ; + vaem:intent "Specifies the schema for quantities, units and dimensions. Types are defined in other schemas." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/schema/qudt/" ; + vaem:namespacePrefix "qudt" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/qudt"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:source ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:withAttributionTo voag:QUDT-Attribution ; + rdfs:isDefinedBy ; + rdfs:label "QUDT SHACL Schema Metadata Version 2.1.37" ; + owl:versionIRI ; +. +vaem:QUDT + a vaem:Party ; + dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."^^rdf:HTML ; + vaem:graphName "qudt.org" ; + vaem:website "http://www.qudt.org"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT" ; +. +prov:wasDerivedFrom + a rdf:Property ; + rdfs:label "was derived from" ; +. diff --git a/ontologies/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl b/ontologies/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl new file mode 100644 index 0000000..0636056 --- /dev/null +++ b/ontologies/SHACL-SCHEMA-SUPPLEMENT_QUDT-v2.1.ttl @@ -0,0 +1,622 @@ +# baseURI: http://qudt.org/2.1/schema/shacl/overlay/qudt +# imports: http://qudt.org/2.1/schema/shacl/qudt +# imports: http://www.w3.org/ns/shacl# + +@prefix dc: . +@prefix dcterms: . +@prefix dtype: . +@prefix owl: . +@prefix prov: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix qudt.type: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix skos: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_SHACLQUDTOVERLAY-SCHEMA ; + rdfs:comment "Supplements the generated SHACL Schema with constructs not expressible in the QUDT OWL Ontology" ; + rdfs:label "QUDT SHACL Schema Supplement Version 2.1.37" ; + owl:imports ; + owl:imports sh: ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ; + sh:prefix "dcterms" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + sh:prefix "qudt" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; + sh:prefix "qkdv" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + sh:prefix "quantitykind" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + sh:prefix "unit" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl" ; + ] ; + sh:declare [ + a sh:PrefixDeclaration ; + sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ; + sh:prefix "skos" ; + ] ; +. +qudt:AbstractQuantityKind-qudt_latexSymbol + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:AbstractQuantityKind-qudt_symbol + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:AbstractQuantityKind-skos_broader + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "120"^^xsd:decimal ; +. +qudt:ApplicableUnitsGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "Applicable Units" ; + sh:order "30"^^xsd:decimal ; +. +qudt:Aspect + rdfs:isDefinedBy ; + sh:property qudt:Aspect-rdfs_isDefinedBy ; +. +qudt:Aspect-rdfs_isDefinedBy + a sh:PropertyShape ; + sh:path rdfs:isDefinedBy ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "200"^^xsd:decimal ; +. +qudt:Citation-qudt_description + rdfs:isDefinedBy ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:Concept + rdfs:isDefinedBy ; + sh:property qudt:Concept-rdf_type ; + sh:property qudt:Concept-rdfs_isDefinedBy ; + sh:property qudt:Concept-rdfs_label ; + sh:property qudt:Concept-rdfs_seeAlso ; + sh:property qudt:Concept-skos_altLabel ; +. +qudt:Concept-dcterms_description + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "dcterms description" ; + sh:order "60"^^xsd:decimal ; +. +qudt:Concept-qudt_abbreviation + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "18"^^xsd:decimal ; +. +qudt:Concept-qudt_code + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "100"^^xsd:decimal ; +. +qudt:Concept-qudt_description + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "full description" ; + sh:order "60"^^xsd:decimal ; +. +qudt:Concept-qudt_guidance + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "60"^^xsd:decimal ; +. +qudt:Concept-qudt_hasRule + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "95"^^xsd:decimal ; +. +qudt:Concept-qudt_id + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Concept-qudt_plainTextDescription + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Concept-rdf_type + a sh:PropertyShape ; + sh:path rdf:type ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:minCount 1 ; + sh:name "type" ; + sh:order "10"^^xsd:decimal ; +. +qudt:Concept-rdfs_isDefinedBy + a sh:PropertyShape ; + sh:path rdfs:isDefinedBy ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "200"^^xsd:decimal ; +. +qudt:Concept-rdfs_label + a sh:PropertyShape ; + sh:path rdfs:label ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:minCount 1 ; + sh:order "10"^^xsd:decimal ; + sh:severity sh:Warning ; +. +qudt:Concept-rdfs_seeAlso + a sh:PropertyShape ; + sh:path rdfs:seeAlso ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "900"^^xsd:decimal ; +. +qudt:Concept-skos_altLabel + a sh:PropertyShape ; + sh:path skos:altLabel ; + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "12"^^xsd:decimal ; +. +qudt:EnumeratedValue-qudt_description + rdfs:isDefinedBy ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:HTMLOrStringOrLangStringOrLatexString + a rdf:List ; + rdf:first [ + sh:datatype rdf:HTML ; + ] ; + rdf:rest ( + [ + sh:datatype xsd:string ; + ] + [ + sh:datatype rdf:langString ; + ] + [ + sh:datatype qudt: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" ; + rdfs:isDefinedBy ; + rdfs:label "HTML or string or langString or LatexString" ; +. +qudt:IdentifiersAndDescriptionsPropertyGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "Identifiers and Descriptions" ; + sh:order "10"^^xsd:decimal ; +. +qudt:Narratable + a qudt:AspectClass ; + a sh:NodeShape ; + rdfs:comment "

Narratable specifies properties that provide for documentation and references.

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Narratable" ; + rdfs:subClassOf qudt:Aspect ; +. +qudt:NumericUnionList + a rdf:List ; + 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." ; + rdfs:isDefinedBy ; + rdfs:label "Numeric Union List" ; +. +qudt:PhysicalConstant-qudt_latexSymbol + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:PropertiesGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "Properties" ; + sh:order "20"^^xsd:decimal ; +. +qudt:Quantifiable-qudt_value + a sh:PropertyShape ; + sh:path qudt:value ; + rdfs:isDefinedBy ; + sh:maxCount 1 ; + sh:or ( + [ + sh:datatype xsd:float ; + ] + [ + sh:datatype xsd:double ; + ] + [ + sh:datatype xsd:integer ; + ] + [ + sh:datatype xsd:decimal ; + ] + ) ; +. +qudt:Quantity-qudt_description + rdfs:isDefinedBy ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_applicableCGSUnit + rdfs:isDefinedBy ; + sh:deactivated true ; +. +qudt:QuantityKind-qudt_applicableSIUnit + rdfs:isDefinedBy ; + sh:deactivated true ; +. +qudt:QuantityKind-qudt_applicableUSCustomaryUnit + rdfs:isDefinedBy ; + sh:deactivated true ; +. +qudt:QuantityKind-qudt_applicableUnit + rdfs:isDefinedBy ; + sh:group qudt:ApplicableUnitsGroup ; + sh:order "10"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_baseCGSUnitDimensions + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_baseISOUnitDimensions + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_baseImperialUnitDimensions + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_baseSIUnitDimensions + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_baseUSCustomaryUnitDimensions + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:QuantityKind-qudt_belongsToSystemOfQuantities + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "90"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_dimensionVectorForSI + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "100"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_expression + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:name "symbol expression" ; + sh:order "10"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_hasDimensionVector + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "50"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_latexDefinition + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_mathMLdefinition + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "70"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_qkdvDenominator + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "61"^^xsd:decimal ; +. +qudt:QuantityKind-qudt_qkdvNumerator + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "60"^^xsd:decimal ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForLength + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForMass + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionExponentForTime + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector-dimensionlessExponent + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityKindDimensionVector_dimensionExponentForElectricCurrent + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:QuantityValue-value + rdfs:isDefinedBy ; + sh:or qudt:NumericUnionList ; +. +qudt:Rule-example + rdfs:isDefinedBy ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:Rule-qudt_example + rdfs:isDefinedBy ; + sh:or qudt:HTMLOrStringOrLangStringOrLatexString ; +. +qudt:Unit + rdfs:isDefinedBy ; + rdfs:subClassOf qudt:Narratable ; +. +qudt:Unit-qudt_applicableSystem + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "62"^^xsd:decimal ; +. +qudt:Unit-qudt_conversionMultiplier + rdfs:isDefinedBy ; + sh:group qudt:UnitConversionGroup ; + sh:order "10"^^xsd:decimal ; +. +qudt:Unit-qudt_conversionOffset + rdfs:isDefinedBy ; + sh:group qudt:UnitConversionGroup ; + sh:order "20"^^xsd:decimal ; +. +qudt:Unit-qudt_denominatorDimensionVector + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "52"^^xsd:decimal ; +. +qudt:Unit-qudt_expression + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "30"^^xsd:decimal ; +. +qudt:Unit-qudt_hasDimensionVector + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "50"^^xsd:decimal ; +. +qudt:Unit-qudt_hasQuantityKind + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:name "quantity kind" ; + sh:order "40"^^xsd:decimal ; +. +qudt:Unit-qudt_iec61360Code + rdfs:isDefinedBy ; + rdfs:label "IEC-61369 code" ; + sh:group qudt:UnitEquivalencePropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Unit-qudt_latexDefinition + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Unit-qudt_latexSymbol + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "60"^^xsd:decimal ; +. +qudt:Unit-qudt_mathMLdefinition + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "70"^^xsd:decimal ; +. +qudt:Unit-qudt_numeratorDimensionVector + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "54"^^xsd:decimal ; +. +qudt:Unit-qudt_omUnit + rdfs:isDefinedBy ; + sh:group qudt:UnitEquivalencePropertyGroup ; + sh:order "10"^^xsd:decimal ; +. +qudt:Unit-qudt_siUnitsExpression + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "35"^^xsd:decimal ; +. +qudt:Unit-qudt_symbol + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Unit-qudt_ucumCode + rdfs:isDefinedBy ; + sh:group qudt:UnitEquivalencePropertyGroup ; + sh:order "50"^^xsd:decimal ; +. +qudt:Unit-qudt_udunitsCode + rdfs:isDefinedBy ; + sh:group qudt:UnitEquivalencePropertyGroup ; + sh:order "55"^^xsd:decimal ; +. +qudt:Unit-qudt_uneceCommonCode + rdfs:isDefinedBy ; + sh:group qudt:UnitEquivalencePropertyGroup ; + sh:order "40"^^xsd:decimal ; +. +qudt:Unit-qudt_unitOfSystem + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:order "60"^^xsd:decimal ; +. +qudt:UnitConversionGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "Conversion" ; + sh:order "60"^^xsd:decimal ; +. +qudt:UnitEquivalencePropertyGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent Units" ; + sh:order "50"^^xsd:decimal ; +. +qudt:UnitReferencesPropertyGroup + a sh:PropertyGroup ; + rdfs:isDefinedBy ; + rdfs:label "References" ; + sh:order "20"^^xsd:decimal ; +. +qudt:UserQuantityKind-qudt_hasQuantityKind + rdfs:isDefinedBy ; + sh:group qudt:PropertiesGroup ; + sh:name "quantity kind" ; + sh:order "40"^^xsd:decimal ; +. +qudt:Verifiable-qudt_dbpediaMatch + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "90"^^xsd:decimal ; +. +qudt:Verifiable-qudt_informativeReference + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "84"^^xsd:decimal ; +. +qudt:Verifiable-qudt_isoNormativeReference + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "82"^^xsd:decimal ; +. +qudt:Verifiable-qudt_normativeReference + rdfs:isDefinedBy ; + sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; + sh:order "80"^^xsd:decimal ; +. +vaem:GMD_SHACLQUDTOVERLAY-SCHEMA + a vaem:GraphMetaData ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2020-04-20"^^xsd:date ; + dcterms:creator "Ralph Hodgson" ; + dcterms:description "

The QUDT, or \"Quantity, Unit, Dimension and Type\" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. This overlay graph provides additional properties that affect the display of entities in a user interface, as well as some SHACL rules.

"^^rdf:HTML ; + dcterms:modified "2024-03-22T14:31:43.241-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. + """ ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "QUDT" ; + dcterms:title "QUDT SHACL Schema Overlay - Version 2.1.37" ; + vaem:graphName "qudtOverlay" ; + vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema Overlay - Version 2.1.37" ; + vaem:hasGraphRole vaem:SHACLSchemaOverlayGraph ; + vaem:hasOwner vaem:QUDT ; + vaem:hasSteward vaem:QUDT ; + vaem:intent "Specifies overlay properties and rules for the schema for quantities, units and dimensions. Types are defined in other schemas." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/schema/qudt/" ; + vaem:namespacePrefix "qudt" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/overlay/qudt"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:source ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:withAttributionTo voag:QUDT-Attribution ; + rdfs:isDefinedBy ; + rdfs:label "QUDT SHACL Schema Overlay Metadata Version 2.1.37" ; + owl:versionIRI ; +. diff --git a/ontologies/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl b/ontologies/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl new file mode 100644 index 0000000..57fba37 --- /dev/null +++ b/ontologies/VOCAB_QUDT-DIMENSION-VECTORS-v2.1.ttl @@ -0,0 +1,4542 @@ +# baseURI: http://qudt.org/2.1/vocab/dimensionvector +# imports: http://qudt.org/2.1/schema/facade/qudt + +@prefix creativecommons: . +@prefix dc: . +@prefix dcterms: . +@prefix owl: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-DIMENSION-VECTORS ; + rdfs:isDefinedBy ; + rdfs:label "QUDT VOCAB Dimension Vectors Release 2.1.37" ; + owl:imports ; + owl:versionIRI ; +. +qkdv:A-1E0L-3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L-3I0M0H0T0D0" ; +. +qkdv:A-1E0L0I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseAmountOfSubstance ; + qudt:latexDefinition "$N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L0I0M0H0T0D0" ; +. +qkdv:A-1E0L0I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MolarMass ; + qudt:latexDefinition "$M N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L0I0M1H0T0D0" ; +. +qkdv:A-1E0L2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L2I0M0H0T0D0" ; +. +qkdv:A-1E0L2I0M1H-1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MolarHeatCapacity ; + qudt:latexDefinition "$L^2 M T^-2 Θ^-1 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L2I0M1H-1T-2D0" ; +. +qkdv:A-1E0L2I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MolarAngularMomentum ; + qudt:latexDefinition "$L^2 M T^-1 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L2I0M1H0T-1D0" ; +. +qkdv:A-1E0L2I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MolarEnergy ; + qudt:latexDefinition "$L^2 M T^-2 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L2I0M1H0T-2D0" ; +. +qkdv:A-1E0L3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:latexDefinition "$L^3 N^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L3I0M0H0T-1D0" ; +. +qkdv:A-1E0L3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MolarVolume ; + qudt:latexDefinition "$L^3 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L3I0M0H0T0D0" ; +. +qkdv:A-1E0L3I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LengthMolarEnergy ; + qudt:latexDefinition "$L^3 M T^-2 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E0L3I0M1H0T-2D0" ; +. +qkdv:A-1E1L-3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A-1E1L-3I0M0H0T0D0" ; +. +qkdv:A-1E1L0I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; + qudt:latexDefinition "$T I N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E1L0I0M0H0T1D0" ; +. +qkdv:A-1E2L0I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance -1 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$N^-1 E^2 M^-1 T^3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A-1E2L0I0M-1H0T3D0" ; +. +qkdv:A0E-1L-1I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-1 L^-1 M^1 T^-4 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L-1I0M1H0T-4D0" ; +. +qkdv:A0E-1L-2I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-1 L^-2 M^1 Θ^-1 T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L-2I0M1H-1T-3D0" ; +. +qkdv:A0E-1L-5I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength -5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-1 L^-5 M^1 T^-4 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L-5I0M1H0T-4D0" ; +. +qkdv:A0E-1L0I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassPerElectricCharge ; + qudt:latexDefinition "$M T^-1 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L0I0M1H0T-1D0" ; +. +qkdv:A0E-1L0I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticFluxDensity ; + qudt:latexDefinition "$M T^-2 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L0I0M1H0T-2D0" ; +. +qkdv:A0E-1L0I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerAreaElectricCharge ; + qudt:latexDefinition "$M T^-3 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L0I0M1H0T-3D0" ; +. +qkdv:A0E-1L1I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:latexDefinition "$L I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L1I0M0H0T0D0" ; +. +qkdv:A0E-1L1I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:latexDefinition "$L M T^-2 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L1I0M1H0T-2D0" ; +. +qkdv:A0E-1L1I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricFieldStrength ; + qudt:latexDefinition "$L M T^-3 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L1I0M1H0T-3D0" ; +. +qkdv:A0E-1L2I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L2I0M1H-1T-3D0" ; +. +qkdv:A0E-1L2I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticFlux ; + qudt:latexDefinition "$L^2 M T^-2 I^-1$"^^qudt:LatexString ; + qudt:latexSymbol "$m^2 \\cdot kg \\cdot s^{-2} \\cdot A^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L2I0M1H0T-2D0" ; +. +qkdv:A0E-1L2I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:latexDefinition "$L^2 M T^-3 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L2I0M1H0T-3D0" ; +. +qkdv:A0E-1L2I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:latexDefinition "$L^2 M T^-4 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L2I0M1H0T-4D0" ; +. +qkdv:A0E-1L3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L3I0M0H0T-1D0" ; +. +qkdv:A0E-1L3I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticDipoleMoment ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L3I0M1H0T-2D0" ; +. +qkdv:A0E-1L3I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -1 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricFlux ; + qudt:latexDefinition "$L^3 M T^-3 I^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-1L3I0M1H0T-3D0" ; +. +qkdv:A0E-2L1I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:latexDefinition "$L M T^-2 I^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L1I0M1H0T-2D0" ; +. +qkdv:A0E-2L1I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-2 L M T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L1I0M1H0T-3D0" ; +. +qkdv:A0E-2L2I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-2 L^2 M^1 Θ^-1 T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L2I0M1H-1T-3D0" ; +. +qkdv:A0E-2L2I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Inductance ; + qudt:latexDefinition "$L^2 M T^-2 I^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L2I0M1H0T-2D0" ; +. +qkdv:A0E-2L2I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Resistance ; + qudt:latexDefinition "$L^2 M T^-3 I^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L2I0M1H0T-3D0" ; +. +qkdv:A0E-2L3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-2 L^3 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L3I0M0H0T-1D0" ; +. +qkdv:A0E-2L3I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L3I0M1H0T-3D0" ; +. +qkdv:A0E-2L3I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InversePermittivity ; + qudt:latexDefinition "$L^3 M T^-4 I^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L3I0M1H0T-4D0" ; +. +qkdv:A0E-2L4I0M2H-2T-6D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -2 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature -2 ; + qudt:dimensionExponentForTime -6 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E-2L4I0M2H-2T-6D0" ; +. +qkdv:A0E-9L0I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent -9 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^-9 Θ^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E-9L0I0M0H-1T0D0" ; +. +qkdv:A0E0L-0dot5I0M0dot5H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "-0.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-0.5 M^0.5 T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-0.5I0M0.5H0T-1D0" ; +. +qkdv:A0E0L-0dot5I0M0dot5H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "-0.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-0.5 M^0.5 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-0.5I0M0.5H0T-2D0" ; +. +qkdv:A0E0L-0dot5I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -0.5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:StressIntensityFactor ; + qudt:latexDefinition "$L^-0.5 M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-0dot5I0M1H0T-2D0" ; +. +qkdv:A0E0L-0pt5I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + dcterms:isReplacedBy qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:deprecated true ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -0.5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-0.5 M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-0pt5I0M1H0T-2D0" ; +. +qkdv:A0E0L-1I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$ L^-1 M^-1 T^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M-1H0T2D0" ; +. +qkdv:A0E0L-1I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1 M^-1 T^3 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M-1H0T3D0" ; +. +qkdv:A0E0L-1I0M-1H1T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ThermalResistivity ; + qudt:latexDefinition "$L^{-1} M^{-1} T^3 \\Theta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M-1H1T3D0" ; +. +qkdv:A0E0L-1I0M0H-1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpecificHeatVolume ; + qudt:latexDefinition "$L^-1 T^-2 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H-1T-2D0" ; +. +qkdv:A0E0L-1I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseLengthTemperature ; + qudt:latexDefinition "$L^-1 Θ^-1$"^^qudt:LatexString ; + qudt:latexSymbol "$L^{-1} \\Theta^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H-1T0D0" ; +. +qkdv:A0E0L-1I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H0T-1D0" ; +. +qkdv:A0E0L-1I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Curvature ; + qudt:hasReferenceQuantityKind quantitykind:InverseLength ; + qudt:latexDefinition "$L^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H0T0D0" ; +. +qkdv:A0E0L-1I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1 T$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H0T1D0" ; +. +qkdv:A0E0L-1I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^{-1} T^2$"^^qudt:LatexString ; + vaem:todo "Should be M-1L-2T4E2" ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H0T2D0" ; +. +qkdv:A0E0L-1I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M0H1T0D0" ; +. +qkdv:A0E0L-1I0M1H-1T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1 M Θ^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H-1T-1D0" ; +. +qkdv:A0E0L-1I0M1H-1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:latexSymbol "$M / (L \\cdot T^2 H)$"^^qudt:LatexString ; + qudt:latexSymbol "$M / (L \\cdot T^2 \\Theta)$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H-1T-2D0" ; +. +qkdv:A0E0L-1I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:DynamicViscosity ; + qudt:latexDefinition "$L^-1 M T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H0T-1D0" ; +. +qkdv:A0E0L-1I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyDensity ; + qudt:hasReferenceQuantityKind quantitykind:ForcePerArea ; + qudt:latexDefinition "$L^-1 M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H0T-2D0" ; +. +qkdv:A0E0L-1I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ForcePerAreaTime ; + qudt:latexDefinition "$L^-1 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H0T-3D0" ; +. +qkdv:A0E0L-1I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassPerLength ; + qudt:latexDefinition "$L^-1 M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H0T0D0" ; +. +qkdv:A0E0L-1I0M1H1T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1I0M1H1T-3D0" ; +. +qkdv:A0E0L-1dot5I0M0dot5H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "-1.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1.5 M^0.5 T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1.5I0M0.5H0T-1D0" ; +. +qkdv:A0E0L-1dot5I0M0dot5H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "-1.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1.5 M^0.5$"^^qudt:LatexString ; + vaem:todo "Suspicious. Electric Charge per Area would be ET/L**2" ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-1.5I0M0.5H0T0D0" ; +. +qkdv:A0E0L-2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseEnergy ; + qudt:latexDefinition "$L^-2 M^-1 T^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M-1H0T2D0" ; +. +qkdv:A0E0L-2I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T3D0" ; +. +qkdv:A0E0L-2I0M-1H1T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ThermalResistance ; + qudt:latexDefinition "$L^-2 M^-1 T^3 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M-1H1T3D0" ; +. +qkdv:A0E0L-2I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 T-1 Q$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T-1D0" ; +. +qkdv:A0E0L-2I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T-2D0" ; +. +qkdv:A0E0L-2I0M0H0T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T-3D0" ; +. +qkdv:A0E0L-2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T0D0" ; +. +qkdv:A0E0L-2I0M0H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T1D0" ; +. +qkdv:A0E0L-2I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^{-2} T^2$"^^qudt:LatexString ; + vaem:todo "Permeability should be force/current**2, which is ML/T2E2. Permittivity should be T4E2L-3M-1" ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M0H0T2D0" ; +. +qkdv:A0E0L-2I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 M Θ^-1 T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H-1T-3D0" ; +. +qkdv:A0E0L-2I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassPerAreaTime ; + qudt:latexDefinition "$L^{-2} M T^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H0T-1D0" ; +. +qkdv:A0E0L-2I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:latexDefinition "$L^-2 M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H0T-2D0" ; +. +qkdv:A0E0L-2I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:RadiantIntensity ; + qudt:latexDefinition "$L^-2 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H0T-3D0" ; +. +qkdv:A0E0L-2I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassPerArea ; + qudt:latexDefinition "$L^-2 M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H0T0D0" ; +. +qkdv:A0E0L-2I0M1H1T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M1H1T0D0" ; +. +qkdv:A0E0L-2I0M2H0T-2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 M^2 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M2H0T-2D0" ; +. +qkdv:A0E0L-2I0M2H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M2H0T-3D0" ; +. +qkdv:A0E0L-2I0M2H0T-6D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -6 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I0M2H0T-6D0" ; +. +qkdv:A0E0L-2I1M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$U L^-2 M^-1 T^3 J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I1M-1H0T3D0" ; +. +qkdv:A0E0L-2I1M-1H0T3D1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 1 ; + qudt:latexDefinition "$U L^-2 M^-1 T^3 J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I1M-1H0T3D1" ; +. +qkdv:A0E0L-2I1M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Luminance ; + qudt:latexDefinition "$L^-2 J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I1M0H0T0D0" ; +. +qkdv:A0E0L-2I1M0H0T0D1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 1 ; + qudt:latexDefinition "$U L^-2 J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I1M0H0T0D1" ; +. +qkdv:A0E0L-2I1M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 J T$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-2I1M0H0T1D0" ; +. +qkdv:A0E0L-3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-3T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M0H0T-1D0" ; +. +qkdv:A0E0L-3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M0H0T0D0" ; +. +qkdv:A0E0L-3I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M0H0T1D0" ; +. +qkdv:A0E0L-3I0M1H-1T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-3 M Θ^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M1H-1T0D0" ; +. +qkdv:A0E0L-3I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M1H0T-1D0" ; +. +qkdv:A0E0L-3I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M1H0T-3D0" ; +. +qkdv:A0E0L-3I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Density ; + qudt:latexDefinition "$L^-3 M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-3I0M1H0T0D0" ; +. +qkdv:A0E0L-4I0M-2H0T4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseSquareEnergy ; + qudt:latexDefinition "$L^-4 M^-2 T^4$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-4I0M-2H0T4D0" ; +. +qkdv:A0E0L-4I0M0H0T-3D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-4 T^-3 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-4I0M0H0T-3D0" ; +. +qkdv:A0E0L-4I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-4I0M1H0T-1D0" ; +. +qkdv:A0E0L-5I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-5 M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-5I0M-1H0T2D0" ; +. +qkdv:A0E0L-6I0M1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -6 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-6 M T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L-6I0M1H0T1D0" ; +. +qkdv:A0E0L0I0M-1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T-1D0" ; +. +qkdv:A0E0L0I0M-1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T0D0" ; +. +qkdv:A0E0L0I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T1D0" ; +. +qkdv:A0E0L0I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T2D0" ; +. +qkdv:A0E0L0I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H0T3D0" ; +. +qkdv:A0E0L0I0M-1H1T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ThermalInsulance ; + qudt:latexDefinition "$M^-1 T^3 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-1H1T3D0" ; +. +qkdv:A0E0L0I0M-2H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M-2H0T0D0" ; +. +qkdv:A0E0L0I0M0H-1T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseTimeTemperature ; + qudt:latexDefinition "$T^-1 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H-1T-1D0" ; +. +qkdv:A0E0L0I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy "" ; + rdfs:label "A0E0L0I0M0H-1T0D0" ; +. +qkdv:A0E0L0I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Frequency ; + qudt:latexDefinition "$T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T-1D0" ; +. +qkdv:A0E0L0I0M0H0T-1D1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 1 ; + qudt:hasReferenceQuantityKind quantitykind:AngularVelocity ; + qudt:latexDefinition "$U T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T-1D1" ; +. +qkdv:A0E0L0I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AngularAcceleration ; + qudt:latexDefinition "$U T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T-2D0" ; +. +qkdv:A0E0L0I0M0H0T-2D1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 1 ; + qudt:hasReferenceQuantityKind quantitykind:AngularAcceleration ; + qudt:latexDefinition "$U T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T-2D1" ; +. +qkdv:A0E0L0I0M0H0T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T0D0" ; +. +qkdv:A0E0L0I0M0H0T0D1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 1 ; + qudt:hasReferenceQuantityKind quantitykind:Dimensionless ; + qudt:latexDefinition "$U$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T0D1" ; +. +qkdv:A0E0L0I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Time ; + qudt:latexDefinition "$T$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T1D0" ; +. +qkdv:A0E0L0I0M0H0T1D1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 1 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T1D1" ; +. +qkdv:A0E0L0I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TimeSquared ; + qudt:latexDefinition "$T^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H0T2D0" ; +. +qkdv:A0E0L0I0M0H1T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TemperaturePerTime ; + qudt:latexDefinition "$T^-1 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H1T-1D0" ; +. +qkdv:A0E0L0I0M0H1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TemperaturePerTime_Squared ; + qudt:latexDefinition "$T^-2 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H1T-2D0" ; +. +qkdv:A0E0L0I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:latexDefinition "$H$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H1T0D0" ; +. +qkdv:A0E0L0I0M0H1T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TimeTemperature ; + qudt:latexDefinition "$T Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H1T1D0" ; +. +qkdv:A0E0L0I0M0H2T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 2 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H2T-1D0" ; +. +qkdv:A0E0L0I0M0H2T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 2 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M0H2T0D0" ; +. +qkdv:A0E0L0I0M1H-1T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$M^1 Θ^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H-1T-1D0" ; +. +qkdv:A0E0L0I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:latexDefinition "$M T^-3 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H-1T-3D0" ; +. +qkdv:A0E0L0I0M1H-1T0D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$M H^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H-1T0D0" ; +. +qkdv:A0E0L0I0M1H-4T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -4 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:PowerPerAreaQuarticTemperature ; + qudt:latexDefinition "$M T^{-3}.H^{-4}$"^^qudt:LatexString ; + qudt:latexSymbol "$M T^{-3}.\\Theta^{-4}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H-4T-3D0" ; +. +qkdv:A0E0L0I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassFlowRate ; + qudt:latexDefinition "$M T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T-1D0" ; +. +qkdv:A0E0L0I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerArea ; + qudt:hasReferenceQuantityKind quantitykind:ForcePerLength ; + qudt:latexDefinition "$M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T-2D0" ; +. +qkdv:A0E0L0I0M1H0T-3D-1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent -1 ; + qudt:latexDefinition "$U^-1 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T-3D-1" ; +. +qkdv:A0E0L0I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:PowerPerArea ; + qudt:latexDefinition "$M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T-3D0" ; +. +qkdv:A0E0L0I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T-4D0" ; +. +qkdv:A0E0L0I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Mass ; + qudt:latexDefinition "$M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T0D0" ; +. +qkdv:A0E0L0I0M1H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$M T^1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T1D0" ; +. +qkdv:A0E0L0I0M1H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$M T^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H0T2D0" ; +. +qkdv:A0E0L0I0M1H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassTemperature ; + qudt:latexDefinition "$M Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M1H1T0D0" ; +. +qkdv:A0E0L0I0M2H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I0M2H0T-2D0" ; +. +qkdv:A0E0L0I1M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LuminousIntensity ; + qudt:latexDefinition "$J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I1M0H0T0D0" ; +. +qkdv:A0E0L0I1M0H0T0D1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 1 ; + qudt:latexDefinition "$U J$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I1M0H0T0D1" ; +. +qkdv:A0E0L0I1M0H0T1D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 1 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$I T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0I1M0H0T1D0" ; +. +qkdv:A0E0L0dot5I0M0dot5H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "0.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^0.5 M^0.5 T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0.5I0M0.5H0T-1D0" ; +. +qkdv:A0E0L0dot5I0M0dot5H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "0.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^0.5 M^0.5 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0.5I0M0.5H0T-2D0" ; +. +qkdv:A0E0L0dot5I0M0dot5H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "0.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^0.5 M^0.5$"^^qudt:LatexString ; + vaem:todo "Electric Charge should be ET" ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L0.5I0M0.5H0T0D0" ; +. +qkdv:A0E0L1I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M-1H0T1D0" ; +. +qkdv:A0E0L1I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InversePressure ; + qudt:latexDefinition "$L T^2 M^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M-1H0T2D0" ; +. +qkdv:A0E0L1I0M-1H1T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L M^-1 H T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M-1H1T2D0" ; +. +qkdv:A0E0L1I0M0H-1T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L H^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H-1T-1D0" ; +. +qkdv:A0E0L1I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LinearThermalExpansion ; + qudt:latexDefinition "$L .H^{-1}$"^^qudt:LatexString ; + qudt:latexSymbol "$L .\\Theta^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H-1T0D0" ; +. +qkdv:A0E0L1I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LinearVelocity ; + qudt:latexDefinition "$L T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T-1D0" ; +. +qkdv:A0E0L1I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LinearAcceleration ; + qudt:hasReferenceQuantityKind quantitykind:ThrustToMassRatio ; + qudt:latexDefinition "$L T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T-2D0" ; +. +qkdv:A0E0L1I0M0H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T-3D0" ; +. +qkdv:A0E0L1I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Length ; + qudt:latexDefinition "$L$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T0D0" ; +. +qkdv:A0E0L1I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T1D0" ; +. +qkdv:A0E0L1I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H0T2D0" ; +. +qkdv:A0E0L1I0M0H1T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H1T-1D0" ; +. +qkdv:A0E0L1I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LengthTemperature ; + qudt:latexSymbol "$L \\cdot H$"^^qudt:LatexString ; + qudt:latexSymbol "$L \\cdot \\Theta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H1T0D0" ; +. +qkdv:A0E0L1I0M0H1T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M0H1T1D0" ; +. +qkdv:A0E0L1I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ThermalConductivity ; + qudt:latexSymbol "$L \\cdot M /( T^3 \\cdot \\Theta^1)$"^^qudt:LatexString ; + qudt:latexSymbol "$L.M.T^{-3} .\\Theta^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M1H-1T-3D0" ; +. +qkdv:A0E0L1I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LinearMomentum ; + qudt:latexDefinition "$L M T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M1H0T-1D0" ; +. +qkdv:A0E0L1I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Force ; + qudt:latexDefinition "$L M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M1H0T-2D0" ; +. +qkdv:A0E0L1I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M1H0T-3D0" ; +. +qkdv:A0E0L1I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LengthMass ; + qudt:latexDefinition "$L M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1I0M1H0T0D0" ; +. +qkdv:A0E0L1dot5I0M0dot5H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "1.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^1.5 M^0.5 T^-1$"^^qudt:LatexString ; + vaem:todo "Suspicious" ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1.5I0M0.5H0T-1D0" ; +. +qkdv:A0E0L1dot5I0M0dot5H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "1.5"^^xsd:float ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass "0.5"^^xsd:float ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^1.5 M^0.5 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L1.5I0M0.5H0T-2D0" ; +. +qkdv:A0E0L2I0M-1H0T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 M^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M-1H0T-1D0" ; +. +qkdv:A0E0L2I0M-1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M-1H0T0D0" ; +. +qkdv:A0E0L2I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 M^-1 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M-1H0T1D0" ; +. +qkdv:A0E0L2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M-1H0T2D0" ; +. +qkdv:A0E0L2I0M-1H1T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M-1H1T-1D0" ; +. +qkdv:A0E0L2I0M0H-1T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 H^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H-1T-1D0" ; +. +qkdv:A0E0L2I0M0H-1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:latexDefinition "$L^2 T^-2 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H-1T-2D0" ; +. +qkdv:A0E0L2I0M0H-1T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 T^-3 Θ^-1 N^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H-1T-3D0" ; +. +qkdv:A0E0L2I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AreaThermalExpansion ; + qudt:latexDefinition "$L^2 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H-1T0D0" ; +. +qkdv:A0E0L2I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AreaPerTime ; + qudt:latexDefinition "$L^2 T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T-1D0" ; +. +qkdv:A0E0L2I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpecificEnergy ; + qudt:latexDefinition "$L^2 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T-2D0" ; +. +qkdv:A0E0L2I0M0H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:latexDefinition "$L^2 T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T-3D0" ; +. +qkdv:A0E0L2I0M0H0T-4D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T-4D0" ; +. +qkdv:A0E0L2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Area ; + qudt:latexDefinition "$L^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T0D0" ; +. +qkdv:A0E0L2I0M0H0T0D1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 1 ; + qudt:latexDefinition "$U L^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T0D1" ; +. +qkdv:A0E0L2I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AreaTime ; + qudt:latexDefinition "$L^2 T$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T1D0" ; +. +qkdv:A0E0L2I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H0T2D0" ; +. +qkdv:A0E0L2I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AreaTemperature ; + qudt:latexDefinition "$L^2 Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H1T0D0" ; +. +qkdv:A0E0L2I0M0H1T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AreaTimeTemperature ; + qudt:latexDefinition "$L^2 T Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M0H1T1D0" ; +. +qkdv:A0E0L2I0M1H-1T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerTemperature ; + qudt:latexDefinition "$L^2 M T^-2 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H-1T-2D0" ; +. +qkdv:A0E0L2I0M1H-1T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^2 M T^-3 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H-1T-3D0" ; +. +qkdv:A0E0L2I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AngularMomentum ; + qudt:latexDefinition "$L^2 M T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T-1D0" ; +. +qkdv:A0E0L2I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Energy ; + qudt:hasReferenceQuantityKind quantitykind:Torque ; + qudt:latexDefinition "$L^2\\,M\\,T^{-2}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T-2D0" ; +. +qkdv:A0E0L2I0M1H0T-3D-1 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent -1 ; + qudt:latexDefinition "$U^-1 L^2 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T-3D-1" ; +. +qkdv:A0E0L2I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Power ; + qudt:latexDefinition "$L^2 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T-3D0" ; +. +qkdv:A0E0L2I0M1H0T-4D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance "0" ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength "2" ; + qudt:dimensionExponentForLuminousIntensity "0" ; + qudt:dimensionExponentForMass "1" ; + qudt:dimensionExponentForThermodynamicTemperature "0" ; + qudt:dimensionExponentForTime "-4" ; + qudt:dimensionlessExponent "0" ; + qudt:latexDefinition "$L^2 M T^-4 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T-4D0" ; +. +qkdv:A0E0L2I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MomentOfInertia ; + qudt:latexDefinition "$L^2 M$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L2I0M1H0T0D0" ; +. +qkdv:A0E0L3I0M-1H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpecificHeatPressure ; + qudt:latexDefinition "$L^3 M^-1 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M-1H-1T0D0" ; +. +qkdv:A0E0L3I0M-1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^3 M^-1 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M-1H0T-2D0" ; +. +qkdv:A0E0L3I0M-1H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SpecificVolume ; + qudt:latexDefinition "$L^3 M^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M-1H0T0D0" ; +. +qkdv:A0E0L3I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^3 M^-1 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M-1H0T1D0" ; +. +qkdv:A0E0L3I0M0H-1T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^3 H^-1 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H-1T-1D0" ; +. +qkdv:A0E0L3I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:latexDefinition "$L^3 Θ^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H-1T0D0" ; +. +qkdv:A0E0L3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:VolumeFlowRate ; + qudt:latexDefinition "$L^3 T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H0T-1D0" ; +. +qkdv:A0E0L3I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:StandardGravitationalParameter ; + qudt:latexDefinition "$L^3 T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H0T-2D0" ; +. +qkdv:A0E0L3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Volume ; + qudt:latexDefinition "$L^3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H0T0D0" ; +. +qkdv:A0E0L3I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M0H1T0D0" ; +. +qkdv:A0E0L3I0M1H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MomentOfForce ; + qudt:latexDefinition "$L^3 M T^-1$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M1H0T-1D0" ; +. +qkdv:A0E0L3I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:LengthEnergy ; + qudt:hasReferenceQuantityKind quantitykind:ThermalEnergyLength ; + qudt:latexDefinition "$L^3 M T^-2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M1H0T-2D0" ; +. +qkdv:A0E0L3I0M1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^3 M T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L3I0M1H0T1D0" ; +. +qkdv:A0E0L4I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^4 M^-1 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M-1H0T1D0" ; +. +qkdv:A0E0L4I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^4 M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M-1H0T2D0" ; +. +qkdv:A0E0L4I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M0H0T-1D0" ; +. +qkdv:A0E0L4I0M0H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M0H0T-2D0" ; +. +qkdv:A0E0L4I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:latexDefinition "$L^4$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M0H0T0D0" ; +. +qkdv:A0E0L4I0M1H0T-2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M1H0T-2D0" ; +. +qkdv:A0E0L4I0M1H0T-3D-1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent -1 ; + qudt:latexDefinition "$U^-1 L^4 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M1H0T-3D-1" ; +. +qkdv:A0E0L4I0M1H0T-3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:PowerArea ; + qudt:latexDefinition "$L^4 M T^-3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M1H0T-3D0" ; +. +qkdv:A0E0L4I0M2H0T-4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:SquareEnergy ; + qudt:latexDefinition "$L^4 M^2 T^-4$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L4I0M2H0T-4D0" ; +. +qkdv:A0E0L5I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L5I0M0H0T0D0" ; +. +qkdv:A0E0L6I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 6 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E0L6I0M0H0T0D0" ; +. +qkdv:A0E1L-1I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticReluctivity ; + qudt:latexDefinition "$L^{-1} M^{-1} T^2 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-1I0M-1H0T2D0" ; +. +qkdv:A0E1L-1I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-1 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-1I0M0H0T0D0" ; +. +qkdv:A0E1L-1I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricChargeLineDensity ; + qudt:latexDefinition "$L^-1 T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-1I0M0H0T1D0" ; +. +qkdv:A0E1L-2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:InverseMagneticFlux ; + qudt:latexDefinition "$L^-2 M^-1 T^2 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-2I0M-1H0T2D0" ; +. +qkdv:A0E1L-2I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; + qudt:latexDefinition "$L^-2 M^-1 T^3 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-2I0M-1H0T3D0" ; +. +qkdv:A0E1L-2I0M0H-2T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -2 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-2I0M0H-2T0D0" ; +. +qkdv:A0E1L-2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:latexDefinition "$L^-2 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-2I0M0H0T0D0" ; +. +qkdv:A0E1L-2I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerArea ; + qudt:latexDefinition "$L^-2 T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-2I0M0H0T1D0" ; +. +qkdv:A0E1L-3I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E L^-3 M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-3I0M-1H0T2D0" ; +. +qkdv:A0E1L-3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E L^-3 T^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-3I0M0H0T-1D0" ; +. +qkdv:A0E1L-3I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:latexDefinition "$L^-3 T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L-3I0M0H0T1D0" ; +. +qkdv:A0E1L0I0M-1H0T0D0 + a qudt:ISO-DimensionVector ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ExposureRate ; + qudt:hasReferenceQuantityKind quantitykind:SpecificElectricCurrent ; + qudt:latexDefinition "$I M^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M-1H0T0D0" ; +. +qkdv:A0E1L0I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerMass ; + qudt:hasReferenceQuantityKind quantitykind:SpecificElectricCharge ; + qudt:latexDefinition "$I T M^{-1}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M-1H0T1D0" ; +. +qkdv:A0E1L0I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M-1H0T2D0" ; +. +qkdv:A0E1L0I0M-1H0T4D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M-1H0T4D0" ; +. +qkdv:A0E1L0I0M-1H1T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TemperaturePerMagneticFluxDensity ; + qudt:latexDefinition "$M^-1 T^2 I Θ$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M-1H1T2D0" ; +. +qkdv:A0E1L0I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H-1T0D0" ; +. +qkdv:A0E1L0I0M0H-1T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E Θ^-1 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H-1T1D0" ; +. +qkdv:A0E1L0I0M0H0T0D-1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent -1 ; + qudt:latexDefinition "$U^-1 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H0T0D-1" ; +. +qkdv:A0E1L0I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrent ; + qudt:latexDefinition "$I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H0T0D0" ; +. +qkdv:A0E1L0I0M0H0T0D1 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 1 ; + qudt:latexDefinition "$U I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H0T0D1" ; +. +qkdv:A0E1L0I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCharge ; + qudt:latexDefinition "$T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H0T1D0" ; +. +qkdv:A0E1L0I0M0H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$T^2 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L0I0M0H0T2D0" ; +. +qkdv:A0E1L1I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E L M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L1I0M-1H0T2D0" ; +. +qkdv:A0E1L1I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:latexDefinition "$L T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L1I0M0H0T1D0" ; +. +qkdv:A0E1L2I0M-1H0T1D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E L^2 M^-1 T $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L2I0M-1H0T1D0" ; +. +qkdv:A0E1L2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MagneticDipoleMoment ; + qudt:latexDefinition "$L^2 I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L2I0M0H0T0D0" ; +. +qkdv:A0E1L2I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 1 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:ElectricQuadrupoleMoment ; + qudt:latexDefinition "$L^2 T I$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E1L2I0M0H0T1D0" ; +. +qkdv:A0E2L-1I0M-1H0T4D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-1I0M-1H0T4D0" ; +. +qkdv:A0E2L-2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 M^-1 T^2 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-2I0M-1H0T2D0" ; +. +qkdv:A0E2L-2I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-2 M^-1 T^3 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-2I0M-1H0T3D0" ; +. +qkdv:A0E2L-2I0M-1H0T4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Capacitance ; + qudt:latexDefinition "$L^-2 M^-1 T^4 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-2I0M-1H0T4D0" ; +. +qkdv:A0E2L-3I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-3I0M-1H0T3D0" ; +. +qkdv:A0E2L-3I0M-1H0T4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Permittivity ; + qudt:latexDefinition "$L^-3 M^-1 T^4 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-3I0M-1H0T4D0" ; +. +qkdv:A0E2L-4I0M-1H0T3D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength -4 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 3 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L-4I0M-1H0T3D0" ; +. +qkdv:A0E2L0I0M-1H0T4D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 4 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:Polarizability ; + qudt:latexDefinition "$M^-1 T^4 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L0I0M-1H0T4D0" ; +. +qkdv:A0E2L0I0M0H0T1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L0I0M0H0T1D0" ; +. +qkdv:A0E2L2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 2 ; + qudt:dimensionExponentForLength 2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:latexDefinition "$L^2 M^-1 T^2 I^2$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E2L2I0M-1H0T2D0" ; +. +qkdv:A0E3L-1I0M-2H0T7D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 3 ; + qudt:dimensionExponentForLength -1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 7 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; + qudt:latexDefinition "$L^-1 M^-2 T^7 I^3$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E3L-1I0M-2H0T7D0" ; +. +qkdv:A0E3L-3I0M-2H0T7D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 3 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 7 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A0E3L-3I0M-2H0T7D0" ; +. +qkdv:A0E3L0I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 3 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$E^3 Θ^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E3L0I0M0H-1T0D0" ; +. +qkdv:A0E4L-2I0M-3H0T10D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 4 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -3 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 10 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; + qudt:latexDefinition "$L^-2 M^-3 T^10 I^4$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E4L-2I0M-3H0T10D0" ; +. +qkdv:A0E4L-5I0M-3H0T10D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 4 ; + qudt:dimensionExponentForLength -5 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -3 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 10 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$L^-5 M^-3 T^10 I^4$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A0E4L-5I0M-3H0T10D0" ; +. +qkdv:A1E0L-2I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$N L^-2 M^-1 T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-2I0M-1H0T2D0" ; +. +qkdv:A1E0L-2I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-2I0M0H0T-1D0" ; +. +qkdv:A1E0L-2I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-2I0M0H0T0D0" ; +. +qkdv:A1E0L-2I0M1H0T2D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -2 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$N L^-2 M T^2 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-2I0M1H0T2D0" ; +. +qkdv:A1E0L-3I0M-1H0T2D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-3I0M-1H0T2D0" ; +. +qkdv:A1E0L-3I0M0H-1T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$N L^-3 H^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-3I0M0H-1T0D0" ; +. +qkdv:A1E0L-3I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-3I0M0H0T-1D0" ; +. +qkdv:A1E0L-3I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength -3 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:latexDefinition "$L^-3 N$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L-3I0M0H0T0D0" ; +. +qkdv:A1E0L0I0M-1H-1T0D0 + a qudt:QuantityKindDimensionVector ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature -1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:latexDefinition "$N M^-1 Θ^-1 $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M-1H-1T0D0" ; +. +qkdv:A1E0L0I0M-1H0T-1D0 + a qudt:QuantityKindDimensionVector_CGS ; + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M-1H0T-1D0" ; +. +qkdv:A1E0L0I0M-1H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:latexDefinition "$M^-1 N$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M-1H0T0D0" ; +. +qkdv:A1E0L0I0M0H0T-1D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime -1 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:CatalyticActivity ; + qudt:latexDefinition "$T^-1 N$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M0H0T-1D0" ; +. +qkdv:A1E0L0I0M0H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstance ; + qudt:latexDefinition "$N$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M0H0T0D0" ; +. +qkdv:A1E0L0I0M0H1T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 1 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:TemperatureAmountOfSubstance ; + qudt:latexDefinition "$\\theta N$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M0H1T0D0" ; +. +qkdv:A1E0L0I0M1H0T0D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 1 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:MassAmountOfSubstance ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L0I0M1H0T0D0" ; +. +qkdv:A1E0L1I0M-2H0T2D0 + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + qudt:dimensionExponentForAmountOfSubstance 1 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 1 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass -2 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 2 ; + qudt:dimensionlessExponent 0 ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMassPressure ; + rdfs:isDefinedBy ; + rdfs:label "A1E0L1I0M-2H0T2D0" ; +. +qkdv:NotApplicable + a qudt:QuantityKindDimensionVector_ISO ; + a qudt:QuantityKindDimensionVector_Imperial ; + a qudt:QuantityKindDimensionVector_SI ; + dcterms:description "This is a placeholder dimension vector used in cases where there is no appropriate dimension vector"^^rdf:HTML ; + qudt:dimensionExponentForAmountOfSubstance 0 ; + qudt:dimensionExponentForElectricCurrent 0 ; + qudt:dimensionExponentForLength 0 ; + qudt:dimensionExponentForLuminousIntensity 0 ; + qudt:dimensionExponentForMass 0 ; + qudt:dimensionExponentForThermodynamicTemperature 0 ; + qudt:dimensionExponentForTime 0 ; + qudt:dimensionlessExponent 0 ; + rdfs:isDefinedBy ; + rdfs:label "Not Applicable" ; +. +voag:QUDT-DIMENSIONS-VocabCatalogEntry + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT DIMENSIONS Vocab Catalog Entry" ; +. +vaem:GMD_QUDT-DIMENSION-VECTORS + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2019-08-01T16:25:54.850+00:00"^^xsd:dateTime ; + dcterms:creator "Steve Ray" ; + dcterms:description "Provides the set of all dimension vectors"^^rdf:HTML ; + dcterms:modified "2024-03-22T16:48:27.968-04:00"^^xsd:dateTime ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "QUANTITY-KIND-DIMENSION-VECTORS" ; + dcterms:title "QUDT Dimension Vectors Version 2.1 Vocabulary" ; + vaem:applicableDiscipline "All disciplines" ; + vaem:applicableDomain "Science, Medicine and Engineering" ; + vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; + vaem:description "QUDT Dimension Vectors is a vocabulary that extends QUDT Quantity Kinds with properties that support dimensional analysis. There is one dimension vector for each of the system's base quantity kinds. The vector's magnitude determines the exponent of the base dimension for the referenced quantity kind" ; + vaem:graphTitle "QUDT Dimension Vectors Version 2.1.37" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:intent "TBD" ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png" ; + vaem:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; + vaem:namespacePrefix "qkdv" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:specificity 1 ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/dimensionvector"^^xsd:anyURI ; + vaem:usesNonImportedResource dc:contributor ; + vaem:usesNonImportedResource dc:creator ; + vaem:usesNonImportedResource dc:description ; + vaem:usesNonImportedResource dc:rights ; + vaem:usesNonImportedResource dc:subject ; + vaem:usesNonImportedResource dc:title ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:usesNonImportedResource skos:closeMatch ; + vaem:usesNonImportedResource skos:exactMatch ; + vaem:withAttributionTo voag:QUDT-Attribution ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Dimension Vector Vocabulary Metadata Version 2.1.37" ; +. diff --git a/ontologies/VOCAB_QUDT-PREFIXES-v2.1.ttl b/ontologies/VOCAB_QUDT-PREFIXES-v2.1.ttl new file mode 100644 index 0000000..f8496bd --- /dev/null +++ b/ontologies/VOCAB_QUDT-PREFIXES-v2.1.ttl @@ -0,0 +1,462 @@ +# baseURI: http://qudt.org/2.1/vocab/prefix +# imports: http://qudt.org/2.1/schema/facade/qudt + +@prefix dcterms: . +@prefix owl: . +@prefix prefix: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix si-prefix: . +@prefix vaem: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-PREFIXES ; + rdfs:label "QUDT VOCAB Decimal Prefixes Release 2.1.37" ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "Created with TopBraid Composer" ; +. +prefix:Atto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"atto\" is a decimal prefix for expressing a value with a scaling of \\(10^{-18}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atto"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atto?oldid=412748080"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-18 ; + qudt:siExactMatch si-prefix:atto ; + qudt:symbol "a" ; + qudt:ucumCode "a" ; + rdfs:isDefinedBy ; + rdfs:label "Atto"@en ; +. +prefix:Centi + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centi-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Centi-?oldid=480291808"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-2 ; + qudt:siExactMatch si-prefix:centi ; + qudt:symbol "c" ; + qudt:ucumCode "c" ; + rdfs:isDefinedBy ; + rdfs:label "Centi"@en ; +. +prefix:Deca + a qudt:DecimalPrefix ; + a qudt:Prefix ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + qudt:exactMatch prefix:Deka ; + qudt:prefixMultiplier 1.0E1 ; + qudt:siExactMatch si-prefix:deca ; + qudt:symbol "da" ; + qudt:ucumCode "da" ; + rdfs:isDefinedBy ; + rdfs:label "Deca"@en ; +. +prefix:Deci + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"deci\" is a decimal prefix for expressing a value with a scaling of \\(10^{-1}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deci-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deci-?oldid=469980160"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-1 ; + qudt:siExactMatch si-prefix:deci ; + qudt:symbol "d" ; + qudt:ucumCode "d" ; + rdfs:isDefinedBy ; + rdfs:label "Deci"@en ; +. +prefix:Deka + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "deka is a decimal prefix for expressing a value with a scaling of \\(10^{1}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; + qudt:exactMatch prefix:Deca ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deca?oldid=480093935"^^xsd:anyURI ; + qudt:prefixMultiplier "10.0"^^xsd:double ; + qudt:siExactMatch si-prefix:deca ; + qudt:symbol "da" ; + qudt:ucumCode "da" ; + rdfs:isDefinedBy ; + rdfs:label "Deka"@en ; +. +prefix:Exa + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'exa' is a decimal prefix for expressing a value with a scaling of \\(10^{18}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exa-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exa-?oldid=494400216"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E18 ; + qudt:siExactMatch si-prefix:exa ; + qudt:symbol "E" ; + qudt:ucumCode "E" ; + rdfs:isDefinedBy ; + rdfs:label "Exa"@en ; +. +prefix:Exbi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{6}$, or $2^{60}$."^^qudt:LatexString ; + qudt:prefixMultiplier "152921504606846976.0"^^xsd:double ; + qudt:symbol "Ei" ; + rdfs:isDefinedBy ; + rdfs:label "Exbi"@en ; +. +prefix:Femto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'femto' is a decimal prefix for expressing a value with a scaling of \\(10^{-15}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Femto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Femto-?oldid=467211359"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-15 ; + qudt:siExactMatch si-prefix:femto ; + qudt:symbol "f" ; + qudt:ucumCode "f" ; + rdfs:isDefinedBy ; + rdfs:label "Femto"@en ; +. +prefix:Gibi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{3}$, or $2^{30}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1073741824"^^xsd:double ; + qudt:symbol "Gi" ; + qudt:ucumCode "Gi" ; + rdfs:isDefinedBy ; + rdfs:label "Gibi"@en ; +. +prefix:Giga + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'giga' is a decimal prefix for expressing a value with a scaling of \\(10^{9}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Giga-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Giga-?oldid=473222816"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E9 ; + qudt:siExactMatch si-prefix:giga ; + qudt:symbol "G" ; + qudt:ucumCode "G" ; + rdfs:isDefinedBy ; + rdfs:label "Giga"@en ; +. +prefix:Hecto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'hecto' is a decimal prefix for expressing a value with a scaling of \\(10^{2}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hecto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hecto-?oldid=494711166"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E2 ; + qudt:siExactMatch si-prefix:hecto ; + qudt:symbol "h" ; + qudt:ucumCode "h" ; + rdfs:isDefinedBy ; + rdfs:label "Hecto"@en ; +. +prefix:Kibi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1024"^^xsd:double ; + qudt:symbol "Ki" ; + qudt:ucumCode "Ki" ; + rdfs:isDefinedBy ; + rdfs:label "Kibi"@en ; +. +prefix:Kilo + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilo"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilo?oldid=461428121"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E3 ; + qudt:siExactMatch si-prefix:kilo ; + qudt:symbol "k" ; + qudt:ucumCode "k" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo"@en ; +. +prefix:Mebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{2}$, or $2^{20}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1048576"^^xsd:double ; + qudt:symbol "Mi" ; + qudt:ucumCode "Mi" ; + rdfs:isDefinedBy ; + rdfs:label "Mebi"@en ; +. +prefix:Mega + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'mega' is a decimal prefix for expressing a value with a scaling of \\(10^{6}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mega"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mega?oldid=494040441"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E6 ; + qudt:siExactMatch si-prefix:mega ; + qudt:symbol "M" ; + qudt:ucumCode "M" ; + rdfs:isDefinedBy ; + rdfs:label "Mega"@en ; +. +prefix:Micro + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "\"micro\" is a decimal prefix for expressing a value with a scaling of \\(10^{-6}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Micro"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Micro?oldid=491618374"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-6 ; + qudt:siExactMatch si-prefix:micro ; + qudt:symbol "μ" ; + qudt:ucumCode "u" ; + rdfs:isDefinedBy ; + rdfs:label "Micro"@en ; +. +prefix:Milli + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'milli' is a decimal prefix for expressing a value with a scaling of \\(10^{-3}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Milli-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Milli-?oldid=467190544"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-3 ; + qudt:siExactMatch si-prefix:milli ; + qudt:symbol "m" ; + qudt:ucumCode "m" ; + rdfs:isDefinedBy ; + rdfs:label "Milli"@en ; +. +prefix:Nano + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'nano' is a decimal prefix for expressing a value with a scaling of \\(10^{-9}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nano"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nano?oldid=489001692"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-9 ; + qudt:siExactMatch si-prefix:nano ; + qudt:symbol "n" ; + qudt:ucumCode "n" ; + rdfs:isDefinedBy ; + rdfs:label "Nano"@en ; +. +prefix:Pebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{5}$, or $2^{50}$."^^qudt:LatexString ; + qudt:prefixMultiplier "125899906842624"^^xsd:double ; + qudt:symbol "Pi" ; + rdfs:isDefinedBy ; + rdfs:label "Pebi"@en ; +. +prefix:Peta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'peta' is a decimal prefix for expressing a value with a scaling of \\(10^{15}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Peta"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Peta?oldid=488263435"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E15 ; + qudt:siExactMatch si-prefix:peta ; + qudt:symbol "P" ; + qudt:ucumCode "P" ; + rdfs:isDefinedBy ; + rdfs:label "Peta"@en ; +. +prefix:Pico + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'pico' is a decimal prefix for expressing a value with a scaling of \\(10^{-12}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pico"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pico?oldid=485697614"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-12 ; + qudt:siExactMatch si-prefix:pico ; + qudt:symbol "p" ; + qudt:ucumCode "p" ; + rdfs:isDefinedBy ; + rdfs:label "Pico"@en ; +. +prefix:Quecto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'quecto' is a decimal prefix for expressing a value with a scaling of \\(10^{-30}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quecto"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-30 ; + qudt:siExactMatch si-prefix:quecto ; + qudt:symbol "q" ; + qudt:ucumCode "q" ; + rdfs:isDefinedBy ; + rdfs:label "Quecto"@en ; +. +prefix:Quetta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'quetta' is a decimal prefix for expressing a value with a scaling of \\(10^{30}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quetta"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E30 ; + qudt:siExactMatch si-prefix:quetta ; + qudt:symbol "Q" ; + qudt:ucumCode "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Quetta"@en ; +. +prefix:Ronna + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'ronna' is a decimal prefix for expressing a value with a scaling of \\(10^{27}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ronna"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E27 ; + qudt:siExactMatch si-prefix:ronna ; + qudt:symbol "R" ; + qudt:ucumCode "R" ; + rdfs:isDefinedBy ; + rdfs:label "Ronna"@en ; +. +prefix:Ronto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ronto"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-27 ; + qudt:siExactMatch si-prefix:ronto ; + qudt:symbol "r" ; + qudt:ucumCode "r" ; + rdfs:isDefinedBy ; + rdfs:label "Ronto"@en ; +. +prefix:Tebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^4}$, or $2^{40}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1099511627776"^^xsd:double ; + qudt:symbol "Ti" ; + qudt:ucumCode "Ti" ; + rdfs:isDefinedBy ; + rdfs:label "Tebi"@en ; +. +prefix:Tera + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'tera' is a decimal prefix for expressing a value with a scaling of \\(10^{12}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tera"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tera?oldid=494204788"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E12 ; + qudt:siExactMatch si-prefix:tera ; + qudt:symbol "T" ; + qudt:ucumCode "T" ; + rdfs:isDefinedBy ; + rdfs:label "Tera"@en ; +. +prefix:Yobi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{8}$, or $2^{80}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1208925819614629174706176"^^xsd:double ; + qudt:symbol "Yi" ; + rdfs:isDefinedBy ; + rdfs:label "Yobi"@en ; +. +prefix:Yocto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'yocto' is a decimal prefix for expressing a value with a scaling of \\(10^{-24}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yocto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Yocto-?oldid=488155799"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-24 ; + qudt:siExactMatch si-prefix:yocto ; + qudt:symbol "y" ; + qudt:ucumCode "y" ; + rdfs:isDefinedBy ; + rdfs:label "Yocto"@en ; +. +prefix:Yotta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'yotta' is a decimal prefix for expressing a value with a scaling of \\(10^{24}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yotta-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Yotta-?oldid=494538119"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E24 ; + qudt:siExactMatch si-prefix:yotta ; + qudt:symbol "Y" ; + qudt:ucumCode "Y" ; + rdfs:isDefinedBy ; + rdfs:label "Yotta"@en ; +. +prefix:Zebi + a qudt:BinaryPrefix ; + a qudt:Prefix ; + dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{7}$, or $2^{70}$."^^qudt:LatexString ; + qudt:prefixMultiplier "1180591620717411303424"^^xsd:double ; + qudt:symbol "Zi" ; + rdfs:isDefinedBy ; + rdfs:label "Zebi"@en ; +. +prefix:Zepto + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'zepto' is a decimal prefix for expressing a value with a scaling of \\(10^{-21}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zepto-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Zepto-?oldid=476974663"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E-21 ; + qudt:siExactMatch si-prefix:zepto ; + qudt:symbol "z" ; + qudt:ucumCode "z" ; + rdfs:isDefinedBy ; + rdfs:label "Zepto"@en ; +. +prefix:Zetta + a qudt:DecimalPrefix ; + a qudt:Prefix ; + dcterms:description "'zetta' is a decimal prefix for expressing a value with a scaling of \\(10^{21}\\)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zetta-"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Zetta-?oldid=495223080"^^xsd:anyURI ; + qudt:prefixMultiplier 1.0E21 ; + qudt:siExactMatch si-prefix:zetta ; + qudt:symbol "Z" ; + qudt:ucumCode "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Zetta"@en ; +. +vaem:GMD_QUDT-PREFIXES + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Michael Ringel" ; + dcterms:contributor "Ralph Hodgson" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2020-07-15"^^xsd:date ; + dcterms:creator "Steve Ray" ; + dcterms:modified "2024-03-22T17:08:06.843-04:00"^^xsd:dateTime ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "Prefixes" ; + dcterms:title "QUDT Prefixes Version 2.1 Vocabulary" ; + vaem:description "The Prefixes vocabulary defines the prefixes commonly prepended to units to connote multiplication, either decimal or binary." ; + vaem:graphName "prefix" ; + vaem:graphTitle "QUDT Prefixes Version 2.1.37" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:hasOwner ; + vaem:hasSteward ; + vaem:intent "Provides a vocabulary of prefixes for both human and machine use" ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/vocab/prefix/"^^xsd:anyURI ; + vaem:namespacePrefix "prefix" ; + vaem:owner "QUDT.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:specificity 1 ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/prefix"^^xsd:anyURI ; + vaem:urlForHTML "http://qudt.org/2.1/vocab/prefix.html"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:title ; + vaem:website "http://qudt.org/2.1/vocab/prefix.ttl"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Prefix Vocabulary Version Metadata 2.1.37" ; +. diff --git a/ontologies/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl b/ontologies/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl new file mode 100644 index 0000000..b94c57a --- /dev/null +++ b/ontologies/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl @@ -0,0 +1,28329 @@ +# baseURI: http://qudt.org/2.1/vocab/quantitykind +# imports: http://qudt.org/2.1/schema/facade/qudt +# imports: http://qudt.org/2.1/vocab/dimensionvector + +@prefix constant: . +@prefix dc: . +@prefix dcterms: . +@prefix mc: . +@prefix owl: . +@prefix prov: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix si-quantity: . +@prefix skos: . +@prefix soqk: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-QUANTITY-KINDS-ALL ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kind Vocabulary Version 2.1.37" ; + owl:imports ; + owl:imports ; + owl:versionIRI ; +. +quantitykind:AbsoluteActivity + a qudt:QuantityKind ; + dcterms:description "The \"Absolute Activity\" is the exponential of the ratio of the chemical potential to $RT$ where $R$ is the gas constant and $T$ the thermodynamic temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-SEC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/A00019.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda_B = e^{\\frac{\\mu_B}{RT}}$, where $\\mu_B$ is the chemical potential of substance $B$, $R$ is the molar gas constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda_B$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Absolute Activity"@en ; + skos:broader quantitykind:InverseVolume ; +. +quantitykind:AbsoluteHumidity + a qudt:QuantityKind ; + dcterms:description "\"Absolute Humidity\" is an amount of water vapor, usually discussed per unit volume. Absolute humidity in air ranges from zero to roughly 30 grams per cubic meter when the air is saturated at $30 ^\\circ C$. The absolute humidity changes as air temperature or pressure changes. This is very inconvenient for chemical engineering calculations, e.g. for clothes dryers, where temperature can vary considerably. As a result, absolute humidity is generally defined in chemical engineering as mass of water vapor per unit mass of dry air, also known as the mass mixing ratio, which is much more rigorous for heat and mass balance calculations. Mass of water per unit volume as in the equation above would then be defined as volumetric humidity. Because of the potential confusion."^^qudt:LatexString ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Humidity"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Humidity#Absolute_humidity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition """$AH = \\frac{\\mathcal{M}_\\omega}{\\vee_{net}}$, +where $\\mathcal{M}_\\omega$ is the mass of water vapor per unit volume of total air and $\\vee_{net}$ is water vapor mixture."""^^qudt:LatexString ; + qudt:symbol "AH" ; + rdfs:isDefinedBy ; + rdfs:label "Absolute Humidity"@en ; + rdfs:seeAlso quantitykind:RelativeHumidity ; + skos:broader quantitykind:Density ; +. +quantitykind:AbsoluteTypographicMeasurement + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD372" ; + rdfs:isDefinedBy ; + rdfs:label "absolute typographic measurement" ; +. +quantitykind:AbsorbedDose + a qudt:QuantityKind ; + dcterms:description "\"Absorbed Dose\" (also known as Total Ionizing Dose, TID) is a measure of the energy deposited in a medium by ionizing radiation. It is equal to the energy deposited per unit mass of medium, and so has the unit \\(J/kg\\), which is given the special name Gray (\\(Gy\\))."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiGRAY ; + qudt:applicableUnit unit:GRAY ; + qudt:applicableUnit unit:KiloGRAY ; + qudt:applicableUnit unit:MegaGRAY ; + qudt:applicableUnit unit:MicroGRAY ; + qudt:applicableUnit unit:MilliGRAY ; + qudt:applicableUnit unit:MilliRAD_R ; + qudt:applicableUnit unit:RAD_R ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Absorbed_dose"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD000" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Absorbed_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$D = \\frac{d\\bar{\\varepsilon}}{dm}$, where $d\\bar{\\varepsilon}$ is the mean energy imparted by ionizing radiation to an element of irradiated matter with the mass $dm$."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ABDO ; + qudt:symbol "D" ; + rdfs:comment "Note that the absorbed dose is not a good indicator of the likely biological effect. 1 Gy of alpha radiation would be much more biologically damaging than 1 Gy of photon radiation for example. Appropriate weighting factors can be applied reflecting the different relative biological effects to find the equivalent dose. The risk of stoctic effects due to radiation exposure can be quantified using the effective dose, which is a weighted average of the equivalent dose to each organ depending upon its radiosensitivity. When ionising radiation is used to treat cancer, the doctor will usually prescribe the radiotherapy treatment in Gy. When risk from ionising radiation is being discussed, a related unit, the Sievert is used." ; + rdfs:isDefinedBy ; + rdfs:label "Absorbed Dose"@en ; + skos:broader quantitykind:SpecificEnergy ; +. +quantitykind:AbsorbedDoseRate + a qudt:QuantityKind ; + dcterms:description "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-HR ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD001" ; + qudt:informativeReference "http://www.answers.com/topic/absorbed-dose-rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{D} = \\frac{dD}{dt}$, where $dD$ is the increment of absorbed dose during time interval with duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{D}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)." ; + qudt:siExactMatch si-quantity:ABDR ; + rdfs:isDefinedBy ; + rdfs:label "Absorbed Dose Rate"@en ; +. +quantitykind:Absorptance + a qudt:QuantityKind ; + dcterms:description "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Absorbance"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absorptance"^^xsd:anyURI ; + qudt:informativeReference "https://www.researchgate.net/post/Absorptance_or_absorbance"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha = \\frac{\\Phi_a}{\\Phi_m}$, where $\\Phi_a$ is the absorbed radiant flux or the absorbed luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance." ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Absorptance"@en ; +. +quantitykind:Acceleration + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGAL ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearAcceleration ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD002" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:ACCE ; + rdfs:isDefinedBy ; + rdfs:label "Beschleunigung"@de ; + rdfs:label "Pecutan"@ms ; + rdfs:label "Zrychlení"@cs ; + rdfs:label "acceleratio"@la ; + rdfs:label "acceleration"@en ; + rdfs:label "accelerazione"@it ; + rdfs:label "accelerație"@ro ; + rdfs:label "accélération"@fr ; + rdfs:label "aceleración"@es ; + rdfs:label "aceleração"@pt ; + rdfs:label "ivme"@tr ; + rdfs:label "pospešek"@sl ; + rdfs:label "przyspieszenie"@pl ; + rdfs:label "Όγκος"@el ; + rdfs:label "Ускоре́ние"@ru ; + rdfs:label "التسارع"@ar ; + rdfs:label "شتاب"@fa ; + rdfs:label "त्वरण"@hi ; + rdfs:label "加速度"@ja ; + rdfs:label "加速度"@zh ; +. +quantitykind:AccelerationOfGravity + a qudt:QuantityKind ; + dcterms:description "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGAL ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:plainTextDescription "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second." ; + qudt:symbol "g" ; + rdfs:isDefinedBy ; + rdfs:label "Acceleration Of Gravity"@en ; + skos:broader quantitykind:Acceleration ; +. +quantitykind:AcceptorDensity + a qudt:QuantityKind ; + dcterms:description "\"Acceptor Density\" is the number per volume of acceptor levels."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Acceptor Density\" is the number per volume of acceptor levels." ; + qudt:symbol "n_a" ; + rdfs:isDefinedBy ; + rdfs:label "Acceptor Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:AcceptorIonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor." ; + qudt:symbol "E_a" ; + rdfs:isDefinedBy ; + rdfs:label "Acceptor Ionization Energy"@en ; + skos:broader quantitykind:IonizationEnergy ; + skos:closeMatch quantitykind:DonorIonizationEnergy ; +. +quantitykind:Acidity + a qudt:QuantityKind ; + dcterms:description "Chemicals or substances having a pH less than 7 are said to be acidic; lower pH means higher acidity."^^rdf:HTML ; + qudt:applicableUnit unit:PH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + qudt:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; lower pH means higher acidity." ; + rdfs:isDefinedBy ; + rdfs:label "Acidity"@en ; + skos:broader quantitykind:PH ; +. +quantitykind:AcousticImpedance + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:PA-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_a= \\frac{p}{q} = \\frac{p}{vS}$, where $p$ is the sound pressure, $q$ is the sound volume velocity, $v$ is sound particle velocity, and $S$ is the surface area through which an acoustic wave of frequence $f$ propagates."^^qudt:LatexString ; + qudt:plainTextDescription "Acoustic impedance at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface." ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Acoustic Impediance"@en ; + skos:broader quantitykind:MassPerAreaTime ; +. +quantitykind:Action + a qudt:QuantityKind ; + dcterms:description """An action is usually an integral over time. But for action pertaining to fields, it may be integrated over spatial variables as well. In some cases, the action is integrated along the path followed by the physical system. If the action is represented as an integral over time, taken a the path of the system between the initial time and the final time of the development of the system. +The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, be stationary for small perturbations about the true evolution. This requirement leads to differential equations that describe the true evolution. Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle.""" ; + qudt:applicableUnit unit:AttoJ-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Action_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$S = \\int Ldt$, where $L$ is the Lagrange function and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription """An action is usually an integral over time. But for action pertaining to fields, it may be integrated over spatial variables as well. In some cases, the action is integrated along the path followed by the physical system. If the action is represented as an integral over time, taken a the path of the system between the initial time and the final time of the development of the system. +The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, be stationary for small perturbations about the true evolution. This requirement leads to differential equations that describe the true evolution. Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle.""" ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Action"@en ; +. +quantitykind:ActionTime + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Action Time (sec) " ; + rdfs:isDefinedBy ; + rdfs:label "Action Time"@en ; +. +quantitykind:ActiveEnergy + a qudt:QuantityKind ; + dcterms:description "\"Active Energy\" is the electrical energy transformable into some other form of energy."^^rdf:HTML ; + qudt:abbreviation "active-energy" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=601-01-19"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$W = \\int_{t_1}^{t_2} p dt$, where $p$ is instantaneous power and the integral interval is the time interval from $t_1$ to $t_2$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Active Energy\" is the electrical energy transformable into some other form of energy." ; + qudt:symbol "W" ; + rdfs:isDefinedBy ; + rdfs:label "Active Energy"@en ; + rdfs:seeAlso quantitykind:InstantaneousPower ; + skos:broader quantitykind:Energy ; +. +quantitykind:ActivePower + a qudt:QuantityKind ; + 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}$\"."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD003" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$P = \\frac{1}{T}\\int_{0}^{T} pdt$, where $T$ is the period and $p$ is instantaneous power."^^qudt:LatexString ; + qudt:symbol "P" ; + rdfs:isDefinedBy ; + rdfs:label "Active Power"@en ; + rdfs:seeAlso quantitykind:ComplexPower ; + rdfs:seeAlso quantitykind:InstantaneousPower ; + skos:broader quantitykind:ComplexPower ; +. +quantitykind:Activity + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ ; + qudt:applicableUnit unit:Ci ; + qudt:applicableUnit unit:GigaBQ ; + qudt:applicableUnit unit:KiloBQ ; + qudt:applicableUnit unit:KiloCi ; + qudt:applicableUnit unit:MegaBQ ; + qudt:applicableUnit unit:MicroBQ ; + qudt:applicableUnit unit:MicroCi ; + qudt:applicableUnit unit:MilliBQ ; + qudt:applicableUnit unit:MilliCi ; + qudt:applicableUnit unit:NanoBQ ; + qudt:applicableUnit unit:PetaBQ ; + qudt:applicableUnit unit:TeraBQ ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radioactive_decay"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radioactive_decay"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radioactive_decay#Radioactive_decay_rates"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """$A = Z + N$, where $Z$ is the atomic number and $N$ is the neutron number. + +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}$."""^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ARRN ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Activity"@en ; + skos:broader quantitykind:StochasticProcess ; +. +quantitykind:ActivityCoefficient + a qudt:QuantityKind ; + dcterms:description "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. "^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$f_B = \\frac{\\lambda_B}{(\\lambda_B^*x_B)}$, where $\\lambda_B$ the absolute activity of substance $B$, $\\lambda_B^*$ is the absolute activity of the pure substance $B$ at the same temperature and pressure, and $x_B$ is the amount-of-substance fraction of substance $B$."^^qudt:LatexString ; + qudt:plainTextDescription "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. " ; + qudt:symbol "f_B" ; + rdfs:isDefinedBy ; + rdfs:label "Activity Coefficient"@en ; +. +quantitykind:ActivityConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Activity Concentration\", also known as volume activity, and activity density, is ."^^rdf:HTML ; + qudt:applicableUnit unit:BQ-PER-L ; + qudt:applicableUnit unit:BQ-PER-M3 ; + qudt:applicableUnit unit:MicroBQ-PER-L ; + qudt:applicableUnit unit:MilliBQ-PER-L ; + qudt:applicableUnit unit:NanoBQ-PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:informativeReference "http://www.euronuclear.org/info/encyclopedia/activityconcentration.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$c_A = \\frac{A}{V}$, where $A$ is the activity of a sample and $V$ is its volume."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Activity Concentration\", also known as volume activity, and activity density, is ." ; + qudt:symbol "c_A" ; + rdfs:isDefinedBy ; + rdfs:label "Activity Concentration"@en ; +. +quantitykind:ActivityRelatedByMass + a qudt:QuantityKind ; + dcterms:description "quantitative data of the radioactivity of the amount of a radionuclide in a particular state of energy at a defined point in time, divided by the related mass of this quantity"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:plainTextDescription "quantitative Angabe der Radioaktivität einer Menge eines Radionuklids in einem bestimmten Energiezustand zu einem gegebenen Zeitpunkt dividiert durch die zugehörige Masse dieser Menge"@de ; + qudt:symbol "0173-1#Z4-BAJ342#002" ; + rdfs:isDefinedBy ; + rdfs:label "activity related by mass"@en-US ; +. +quantitykind:ActivityThresholds + a qudt:QuantityKind ; + dcterms:description "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity." ; + rdfs:isDefinedBy ; + rdfs:label "Activity Thresholds"@en ; +. +quantitykind:Adaptation + a qudt:QuantityKind ; + dcterms:description "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation), usually measured in units of time."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Neural_adaptation#Visual"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation)." ; + rdfs:isDefinedBy ; + rdfs:label "Adaptation"@en ; +. +quantitykind:Admittance + a qudt:QuantityKind ; + dcterms:description "\"Admittance\" is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of the impedance ($Z$). "^^qudt:LatexString ; + qudt:applicableUnit unit:DeciS ; + qudt:applicableUnit unit:KiloS ; + qudt:applicableUnit unit:MHO ; + qudt:applicableUnit unit:MegaS ; + qudt:applicableUnit unit:MicroMHO ; + qudt:applicableUnit unit:MicroS ; + qudt:applicableUnit unit:MilliS ; + qudt:applicableUnit unit:NanoS ; + qudt:applicableUnit unit:PicoS ; + qudt:applicableUnit unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Y = \\frac{1}{Z}$, where $Z$ is impedance."^^qudt:LatexString ; + qudt:latexSymbol "$Y$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Admittance"@en ; + rdfs:seeAlso quantitykind:Impedance ; +. +quantitykind:AlphaDisintegrationEnergy + a qudt:QuantityKind ; + dcterms:description "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the $\\alpha$-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:latexSymbol "$Q_a$"^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the alpha-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration." ; + rdfs:isDefinedBy ; + rdfs:label "Alpha Disintegration Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:Altitude + a qudt:QuantityKind ; + dcterms:description "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]"^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Altitude"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]" ; + rdfs:isDefinedBy ; + rdfs:label "Altitude"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:AmbientPressure + a qudt:QuantityKind ; + dcterms:description """The ambient pressure on an object is the pressure of the surrounding medium, such as a gas or liquid, which comes into contact with the object. +The SI unit of pressure is the pascal (Pa), which is a very small unit relative to atmospheric pressure on Earth, so kilopascals ($kPa$) are more commonly used in this context. """^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p_a" ; + rdfs:isDefinedBy ; + rdfs:label "Ambient Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:AmountOfBiologicallyActiveSubstance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD370" ; + rdfs:isDefinedBy ; + rdfs:label "amount of biologically active substance" ; +. +quantitykind:AmountOfSubstance + a qudt:QuantityKind ; + 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\\)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:IU ; + qudt:applicableUnit unit:KiloMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:MOL_LB ; + qudt:applicableUnit unit:MicroMOL ; + qudt:applicableUnit unit:MilliMOL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:PicoMOL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Amount_of_substance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD004" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:AMSU ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Jumlah bahan"@ms ; + rdfs:label "Látkové množství"@cs ; + rdfs:label "Stoffmenge"@de ; + rdfs:label "amount of substance"@en ; + rdfs:label "anyagmennyiség"@hu ; + rdfs:label "cantidad de sustancia"@es ; + rdfs:label "cantitate de substanță"@ro ; + rdfs:label "liczność materii"@pl ; + rdfs:label "madde miktarı"@tr ; + rdfs:label "množina snovi"@sl ; + rdfs:label "quantidade de substância"@pt ; + rdfs:label "quantitas substantiae"@la ; + rdfs:label "quantità di sostanza"@it ; + rdfs:label "quantité de matière"@fr ; + rdfs:label "Ποσότητα Ουσίας"@el ; + rdfs:label "Количество вещества"@ru ; + rdfs:label "Количество вещество"@bg ; + rdfs:label "כמות חומר"@he ; + rdfs:label "كمية المادة"@ar ; + rdfs:label "مقدار ماده"@fa ; + rdfs:label "पदार्थ की मात्रा"@hi ; + rdfs:label "物質量"@ja ; + rdfs:label "物质的量"@zh ; + skos:altLabel "chemical amount"@en ; + skos:altLabel "jumlah kimia"@ms ; + skos:altLabel "quantità chimica"@it ; + skos:altLabel "quantità di materia"@it ; +. +quantitykind:AmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "\"Amount of Substance of Concentration\" is defined as the amount of a constituent divided by the volume of the mixture."^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_B = \\frac{n_B}{V}$, where $n_B$ is the amount of substance $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture." ; + qudt:siExactMatch si-quantity:AMSC ; + qudt:symbol "C_B" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance of Concentration"@en ; +. +quantitykind:AmountOfSubstanceConcentrationOfB + a qudt:QuantityKind ; + dcterms:description "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture."^^rdf:HTML ; + dcterms:isReplacedBy quantitykind:AmountOfSubstanceConcentration ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD005" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_B = \\frac{n_B}{V}$, where $n_B$ is the amount of substance $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture." ; + qudt:symbol "C_B" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance of Concentration of B"@en ; +. +quantitykind:AmountOfSubstanceFraction + a qudt:QuantityKind ; + dcterms:description "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$x_B = \\frac{n_B}{n}$, where $n_B$ is the amount of substance $B$ and $n$ is the total amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture." ; + qudt:symbol "X_B" ; + rdfs:isDefinedBy ; + rdfs:label "Fractional Amount of Substance"@en ; +. +quantitykind:AmountOfSubstanceFractionOfB + a qudt:QuantityKind ; + dcterms:description "\"Amount of Substance of Fraction of B\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^rdf:HTML ; + dcterms:isReplacedBy quantitykind:AmountOfSubstanceFraction ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$x_B = \\frac{n_B}{n}$, where $n_B$ is the amount of substance $B$ and $n$ is the total amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "\"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." ; + qudt:symbol "X_B" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance of Fraction of B"@en ; +. +quantitykind:AmountOfSubstancePerUnitMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:FemtoMOL-PER-KiloGM ; + qudt:applicableUnit unit:IU-PER-MilliGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-TONNE ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:applicableUnit unit:MicroMOL-PER-KiloGM ; + qudt:applicableUnit unit:MilliMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-KiloGM ; + qudt:applicableUnit unit:NanoMOL-PER-KiloGM ; + qudt:applicableUnit unit:PicoMOL-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + vaem:todo "fix the numerator and denominator dimensions" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance per Unit Mass"@en ; +. +quantitykind:AmountOfSubstancePerUnitMassPressure + a qudt:QuantityKind ; + dcterms:description "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^rdf:HTML ; + qudt:applicableUnit unit:MOL-PER-KiloGM-BAR ; + qudt:applicableUnit unit:MOL-PER-KiloGM-PA ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:plainTextDescription "The \"Variation of Molar Mass\" of a gas as a function of pressure." ; + rdfs:isDefinedBy ; + rdfs:label "Molar Mass variation due to Pressure"@en ; +. +quantitykind:AmountOfSubstancePerUnitVolume + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:AmountOfSubstanceConcentration ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.ask.com/answers/72367781/what-is-defined-as-the-amount-of-substance-per-unit-of-volume"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + qudt:plainTextDescription "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure." ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance per Unit Volume"@en ; + skos:broader quantitykind:Concentration ; +. +quantitykind:Angle + a qudt:QuantityKind ; + dcterms:description "The abstract notion of angle. Narrow concepts include plane angle and solid angle. While both plane angle and solid angle are dimensionless, they are actually length/length and area/area respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angle"^^xsd:anyURI ; + qudt:exactMatch quantitykind:PlaneAngle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Angle"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:AngleOfAttack + a qudt:QuantityKind ; + dcterms:description "Angle of attack is the angle between the oncoming air or relative wind and a reference line on the airplane or wing."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Angle of attack is the angle between the oncoming air or relative wind and a reference line on the airplane or wing." ; + rdfs:isDefinedBy ; + rdfs:label "Angle Of Attack"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:AngleOfOpticalRotation + a qudt:QuantityKind ; + dcterms:description "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Optical_rotation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium." ; + rdfs:isDefinedBy ; + rdfs:label "Angle of Optical Rotation"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:AngularAcceleration + a qudt:QuantityKind ; + dcterms:description "Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity. Also called Rotational acceleration. In SI units, it is measured in radians per second squared (\\(rad/s^2\\)), and is usually denoted by the Greek letter alpha."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-SEC2 ; + qudt:applicableUnit unit:RAD-PER-SEC2 ; + qudt:applicableUnit unit:REV-PER-SEC2 ; + qudt:baseCGSUnitDimensions "U/T^2" ; + qudt:baseSIUnitDimensions "$/s^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_acceleration"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD006" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:ACCA ; + rdfs:isDefinedBy ; + rdfs:label "Accelerație unghiulară"@ro ; + rdfs:label "Açısal ivme"@tr ; + rdfs:label "Pecutan bersudut"@ms ; + rdfs:label "Przyspieszenie kątowe"@pl ; + rdfs:label "Winkelbeschleunigung"@de ; + rdfs:label "accelerazione angolare"@it ; + rdfs:label "accélération angulaire"@fr ; + rdfs:label "aceleración angular"@es ; + rdfs:label "aceleração angular"@pt ; + rdfs:label "angular acceleration"@en ; + rdfs:label "Úhlové zrychlení"@cs ; + rdfs:label "Угловое ускорение"@ru ; + rdfs:label "تسارع زاوي"@ar ; + rdfs:label "شتاب زاویه‌ای"@fa ; + rdfs:label "कोणीय त्वरण"@hi ; + rdfs:label "角加速度"@ja ; + rdfs:label "角加速度"@zh ; + skos:broader quantitykind:InverseSquareTime ; +. +quantitykind:AngularCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone, divided by the solid angle $d\\Omega$ of that cone."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD007" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\sigma_\\Omega d\\Omega$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_\\Omega$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Angular Cross-section"@en ; + skos:closeMatch quantitykind:SpectralCrossSection ; +. +quantitykind:AngularDistance + a qudt:QuantityKind ; + dcterms:description "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach." ; + rdfs:isDefinedBy ; + rdfs:label "Angular Distance"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:AngularFrequency + a qudt:QuantityKind ; + dcterms:description "\"Angular frequency\", symbol $\\omega$ (also referred to by the terms angular speed, radial frequency, circular frequency, orbital frequency, radian frequency, and pulsatance) is a scalar measure of rotation rate. Angular frequency (or angular speed) is the magnitude of the vector quantity angular velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_frequency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_frequency"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega = 2\\pi f$, where $f$ is frequency."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega$"^^qudt:LatexString ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Kreisfrequenz"@de ; + rdfs:label "Pulsación"@fr ; + rdfs:label "angular frequency"@en ; + rdfs:label "frequenza angolare"@it ; + rdfs:label "frequência angular"@pt ; + rdfs:label "pulsación"@es ; + rdfs:label "pulsacja"@pl ; + rdfs:label "تردد زاوى"@ar ; + rdfs:label "角振動数"@ja ; + rdfs:label "角频率"@zh ; + skos:altLabel "Pulsatanzpulsation"@de ; + skos:altLabel "pulsatance"@en ; + skos:altLabel "pulsazione"@it ; + skos:altLabel "pulsação"@pt ; + skos:altLabel "نابض"@ar ; + skos:altLabel "角周波数"@ja ; + skos:altLabel "角速度"@zh ; + skos:broader quantitykind:AngularVelocity ; +. +quantitykind:AngularImpulse + a qudt:QuantityKind ; + dcterms:description "The Angular Impulse, also known as angular momentum, is the moment of linear momentum around a point. It is defined as$H = \\int Mdt$, where $M$ is the moment of force and $t$ is time."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/AngularMomentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularMomentum ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://emweb.unl.edu/NEGAHBAN/EM373/note13/note.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:symbol "H" ; + rdfs:isDefinedBy ; + rdfs:label "Drehstoß"@de ; + rdfs:label "angular impulse"@en ; + rdfs:label "impulsion angulaire"@fr ; + rdfs:label "impulso angolare"@it ; + rdfs:label "impulso angular"@es ; + rdfs:label "impulsão angular"@pt ; + rdfs:label "popęd kątowy"@pl ; + rdfs:label "نبضة دفعية زاوية"@ar ; + rdfs:label "角冲量;冲量矩"@zh ; + rdfs:label "角力積"@ja ; + skos:altLabel "Drehmomentstoß"@de ; +. +quantitykind:AngularMomentum + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularImpulse ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$L = I\\omega$, where $I$ is the moment of inertia, and $\\omega$ is the angular velocity."^^qudt:LatexString ; + qudt:plainTextDescription "Angular Momentum of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars. \\textit{Angular Momentum}, \\textit{Moment of Momentum}, or \\textit{Rotational Momentum\", is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Momentum"@en ; +. +quantitykind:AngularMomentumPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-M-SEC-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Angular Momentum per Angle"@en ; +. +quantitykind:AngularReciprocalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Angular Reciprocal Lattice Vector\" is a vector whose scalar products with all fundamental lattice vectors are integral multiples of $2\\pi$."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "G" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Reciprocal Lattice Vector"@en ; +. +quantitykind:AngularVelocity + a qudt:QuantityKind ; + dcterms:description "Angular Velocity refers to how fast an object rotates or revolves relative to another point."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_velocity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD009" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angular_velocity"^^xsd:anyURI ; + qudt:plainTextDescription "The change of angle per unit time; specifically, in celestial mechanics, the change in angle of the radius vector per unit time." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:VELA ; + rdfs:isDefinedBy ; + rdfs:label "Açısal hız"@tr ; + rdfs:label "Halaju bersudut"@ms ; + rdfs:label "Prędkość kątowa"@pl ; + rdfs:label "Viteză unghiulară"@ro ; + rdfs:label "Winkelgeschwindigkeit"@de ; + rdfs:label "angular velocity"@en ; + rdfs:label "kotna hitrost"@sl ; + rdfs:label "velocidad angular"@es ; + rdfs:label "velocidade angular"@pt ; + rdfs:label "velocità angolare"@it ; + rdfs:label "vitesse angulaire"@fr ; + rdfs:label "Úhlová rychlost"@cs ; + rdfs:label "Угловая скорость"@ru ; + rdfs:label "سرعة زاوية"@ar ; + rdfs:label "سرعت زاویه‌ای"@fa ; + rdfs:label "कोणीय वेग"@hi ; + rdfs:label "角速度"@ja ; + rdfs:label "角速度"@zh ; + skos:altLabel "angular speed"@en ; + skos:altLabel "kelajuan bersudut"@ms ; +. +quantitykind:AngularWavenumber + a qudt:QuantityKind ; + dcterms:description "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition """$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave. + +Alternatively: + +$k = \\frac{p}{\\hbar}$, where $p$ is the linear momentum of quasi free electrons in an electron gas and $\\hbar$ is the reduced Planck constant ($h$ divided by $2\\pi$); for phonons, its magnitude is $k = \\frac{2\\pi}{\\lambda}$, where $\\lambda$ is the wavelength of the lattice vibrations."""^^qudt:LatexString ; + qudt:plainTextDescription "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector." ; + qudt:symbol "k" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Kreisrepetenz"@de ; + rdfs:label "angular wavenumber"@en ; + rdfs:label "liczba falowa kątowa"@pl ; + rdfs:label "nombre d'onde angulaire"@fr ; + rdfs:label "numero d'onda angolare"@it ; + rdfs:label "número de onda angular"@es ; + rdfs:label "número de onda angular"@pt ; + rdfs:label "عدد موجى زاوى"@ar ; + rdfs:label "角波数"@ja ; + rdfs:label "角波数"@zh ; + skos:altLabel "Kreiswellenzahl"@de ; + skos:altLabel "angular repetency"@en ; + skos:altLabel "repetencja kątowa"@pl ; + skos:altLabel "repetência angular"@pt ; + skos:altLabel "répétence angulaire"@fr ; + skos:altLabel "تكرار زاوى"@ar ; + skos:broader quantitykind:InverseLength ; +. +quantitykind:ApogeeRadius + a qudt:QuantityKind ; + dcterms:description "Apogee radius of an elliptical orbit"^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Apogee radius of an elliptical orbit" ; + qudt:symbol "r_2" ; + rdfs:isDefinedBy ; + rdfs:label "Apogee Radius"@en ; + skos:broader quantitykind:Radius ; +. +quantitykind:ApparentPower + a qudt:QuantityKind ; + dcterms:description "\"Apparent Power\" is the product of the rms voltage $U$ between the terminals of a two-terminal element or two-terminal circuit and the rms electric current I in the element or circuit. Under sinusoidal conditions, the apparent power is the modulus of the complex power."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV-A ; + qudt:applicableUnit unit:GigaV-A ; + qudt:applicableUnit unit:KiloV-A ; + qudt:applicableUnit unit:MegaV-A ; + qudt:applicableUnit unit:MicroV-A ; + qudt:applicableUnit unit:MilliV-A ; + qudt:applicableUnit unit:NanoV-A ; + qudt:applicableUnit unit:PetaV-A ; + qudt:applicableUnit unit:PicoV-A ; + qudt:applicableUnit unit:TeraV-A ; + qudt:applicableUnit unit:V-A ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD011" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\left | \\underline{S} \\right | = UI$, where $U$ is rms value of voltage and $I$ is rms value of electric current."^^qudt:LatexString ; + qudt:latexSymbol "$\\left | \\underline{S} \\right |$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Scheinleistung"@de ; + rdfs:label "apparent power"@en ; + rdfs:label "moc pozorna"@pl ; + rdfs:label "potencia aparente"@es ; + rdfs:label "potenza apparente"@it ; + rdfs:label "potência aparente"@pt ; + rdfs:label "puissance apparente"@fr ; + rdfs:label "القدرة الظاهرية"@ar ; + rdfs:label "皮相電力"@ja ; + rdfs:label "视在功率"@zh ; + rdfs:seeAlso quantitykind:ElectricCurrent ; + rdfs:seeAlso quantitykind:Voltage ; + skos:altLabel "表观功率"@zh ; + skos:broader quantitykind:ComplexPower ; +. +quantitykind:Area + a qudt:QuantityKind ; + dcterms:description "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:baseCGSUnitDimensions "cm^2" ; + qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Area"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD182" ; + qudt:plainTextDescription "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve." ; + qudt:siExactMatch si-quantity:AREA ; + rdfs:isDefinedBy ; + rdfs:label "Fläche"@de ; + rdfs:label "Keluasan"@ms ; + rdfs:label "aire"@fr ; + rdfs:label "alan"@tr ; + rdfs:label "area"@en ; + rdfs:label "area"@it ; + rdfs:label "arie"@ro ; + rdfs:label "plocha"@cs ; + rdfs:label "pole powierzchni"@pl ; + rdfs:label "površina"@sl ; + rdfs:label "área"@es ; + rdfs:label "área"@pt ; + rdfs:label "Ταχύτητα"@el ; + rdfs:label "Площ"@bg ; + rdfs:label "Площадь"@ru ; + rdfs:label "שטח"@he ; + rdfs:label "مساحة"@ar ; + rdfs:label "مساحت"@fa ; + rdfs:label "क्षेत्रफल"@hi ; + rdfs:label "面积"@zh ; + rdfs:label "面積"@ja ; + skos:altLabel "superficie"@fr ; +. +quantitykind:AreaAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area Angle"@en ; +. +quantitykind:AreaBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M2 ; + qudt:applicableUnit unit:ExbiBIT-PER-M2 ; + qudt:applicableUnit unit:GibiBIT-PER-M2 ; + qudt:applicableUnit unit:KibiBIT-PER-M2 ; + qudt:applicableUnit unit:MebiBIT-PER-M2 ; + qudt:applicableUnit unit:PebiBIT-PER-M2 ; + qudt:applicableUnit unit:TebiBIT-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD012" ; + rdfs:isDefinedBy ; + rdfs:label "areic bit density" ; +. +quantitykind:AreaChargeDensity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD013" ; + rdfs:isDefinedBy ; + rdfs:label "areic charge density" ; +. +quantitykind:AreaMass + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD014" ; + rdfs:isDefinedBy ; + rdfs:label "areic mass" ; +. +quantitykind:AreaPerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Measure used to indicate the surface area of structural steel per unit length of the steel part." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Fläche pro Längeneinheit"@de ; + rdfs:label "area per length"@en ; +. +quantitykind:AreaPerPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-KiloW ; + qudt:applicableUnit unit:M2-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:plainTextDescription "The ratio of an area and the power required for maintaining room temperature at a given level" ; + rdfs:isDefinedBy ; + rdfs:label "Fläche pro Heizlast"@de ; + rdfs:label "area per heating load"@en ; +. +quantitykind:AreaPerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:baseImperialUnitDimensions "$ft^2/s$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^2/s$"^^qudt:LatexString ; + qudt:baseUSCustomaryUnitDimensions "$L^2/T$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area per Time"@en ; +. +quantitykind:AreaRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-HA ; + qudt:applicableUnit unit:M2-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:AreaTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:FT2-DEG_F ; + qudt:applicableUnit unit:M2-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area Temperature"@en ; +. +quantitykind:AreaThermalExpansion + a qudt:QuantityKind ; + dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/area_thermal_expansion"^^xsd:anyURI ; + qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion." ; + rdfs:isDefinedBy ; + rdfs:label "Area Thermal Expansion"@en ; +. +quantitykind:AreaTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM2-MIN ; + qudt:applicableUnit unit:CentiM2-SEC ; + qudt:applicableUnit unit:HR-FT2 ; + qudt:applicableUnit unit:SEC-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area Time"@en ; +. +quantitykind:AreaTimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:FT2-HR-DEG_F ; + qudt:applicableUnit unit:FT2-SEC-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Area Time Temperature"@en ; +. +quantitykind:AreicChargeDensityOrElectricFluxDensityOrElectricPolarization + a qudt:QuantityKind ; + dcterms:description "charge Q presented on an area of size A divided by the area A or vector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant (permittivity) ε₀"@en ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:plainTextDescription "auf einer Fläche mit dem Flächeninhalt A vorhandenen Ladung Q dividiert durch den Flächeninhalt A oder vektorielle Größe, die für einen gegebenen Punkt gleich der Summe der elektrischen Polarisation P und des Produkts aus der elektrischen Feldstärke E und der elektrischen Feldkonstante (Permittivität) ε₀ ist oder räumliche Dichte des elektrischen Moments molekularer Dipole"@de ; + qudt:symbol "0173-1#Z4-BAJ320#002" ; + rdfs:isDefinedBy ; + rdfs:label "areic charge density or electric flux density or electric polarization"@en-US ; +. +quantitykind:AreicDataVolume + a qudt:QuantityKind ; + dcterms:description "volume of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related area"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ321#002" ; + rdfs:isDefinedBy ; + rdfs:label "areic data volume"@en-US ; +. +quantitykind:AreicEnergyFlow + a qudt:QuantityKind ; + dcterms:description "energy in a defined direction of propagation through a surface perpendicular to this, divided by its area"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Leistung in festgelegter Ausbreitungsrichtung durch ein dazu senkrechtes Oberflächenelement, dividiert durch dessen Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ322#002" ; + rdfs:isDefinedBy ; + rdfs:label "areic energy flow"@en-US ; +. +quantitykind:AreicHeatFlowRate + a qudt:QuantityKind ; + dcterms:description "Density of heat flow rate."^^rdf:HTML ; + qudt:abbreviation "heat-flow-rate" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = \\frac{\\Phi}{A}$, where $\\Phi$ is heat flow rate and $A$ is area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Density of heat flow rate." ; + qudt:symbol "φ" ; + rdfs:isDefinedBy ; + rdfs:label "Aeric Heat Flow Rate"@en ; + skos:broader quantitykind:PowerPerArea ; + skos:closeMatch ; +. +quantitykind:AreicMass + a qudt:QuantityKind ; + dcterms:description "mass divided by the related area"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:plainTextDescription "Masse dividiert durch die zugehörige Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ288#004" ; + rdfs:isDefinedBy ; + rdfs:label "areic mass"@en-US ; +. +quantitykind:AreicTorque + a qudt:QuantityKind ; + dcterms:description "ratio of a torque acting on a surface and causing a rotation or shearing divided by this area"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:plainTextDescription "Quotient aus dem auf eine Fläche wirkenden, eine Verdrehung bzw. Abscherung verursachenden Drehmoment dividiert durch diese Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ420#001" ; + rdfs:isDefinedBy ; + rdfs:label "areic torque"@en-US ; +. +quantitykind:Asset + a qudt:QuantityKind ; + dcterms:description "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)." ; + rdfs:isDefinedBy ; + rdfs:label "Asset"@en ; +. +quantitykind:AtmosphericHydroxylationRate + a qudt:QuantityKind ; + dcterms:description "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM3-PER-MOL-SEC ; + qudt:applicableUnit unit:L-PER-MOL-SEC ; + qudt:applicableUnit unit:M3-PER-MOL-SEC ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:plainTextDescription "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical." ; + rdfs:isDefinedBy ; + rdfs:label "Atmospheric Hydroxylation Rate"@en ; + skos:broader quantitykind:SecondOrderReactionRateConstant ; +. +quantitykind:AtmosphericPressure + a qudt:QuantityKind ; + dcterms:description "The pressure exerted by the weight of the air above it at any point on the earth's surface. At sea level the atmosphere will support a column of mercury about $760 mm$ high. This decreases with increasing altitude. The standard value for the atmospheric pressure at sea level in SI units is $101,325 pascals$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atmospheric_pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.oxfordreference.com/views/ENTRY.html?subview=Main&entry=t83.e178"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Atmospheric Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:AtomScatteringFactor + a qudt:QuantityKind ; + dcterms:description "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://reference.iucr.org/dictionary/Atomic_scattering_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$f = \\frac{E_a}{E_e}$, where $E_a$ is the radiation amplitude scattered by the atom and $E_e$ is the radiation ampliture scattered by a single electron."^^qudt:LatexString ; + qudt:plainTextDescription "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom." ; + qudt:symbol "f" ; + rdfs:isDefinedBy ; + rdfs:label "Atom Scattering Factor"@en ; +. +quantitykind:AtomicAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_a = -\\frac{\\mu}{n}$, where $\\mu$ is the linear attenuation coefficient and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance." ; + qudt:symbol "μₐ" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Attenuation Coefficient"@en ; + skos:broader quantitykind:Area ; + skos:closeMatch quantitykind:MolarAttenuationCoefficient ; +. +quantitykind:AtomicCharge + a qudt:QuantityKind ; + dcterms:description "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:informativeReference "http://www.answers.com/topic/atomic-charge"^^xsd:anyURI ; + qudt:plainTextDescription "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron." ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Charge"@en ; + skos:broader quantitykind:ElectricCharge ; +. +quantitykind:AtomicEnergy + a qudt:QuantityKind ; + dcterms:description "scalar quantity of elementary particles which is retained within a system following any change and, as saved energy, constitutes the capability of a physical system to carry out work"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "skalare Größe von Elementarteilchen, die bei beliebiger Umwandlung innerhalb eines Systems erhalten bleibt und als gespeichertes Arbeitsvermögen die Fähigkeit eines physikalischen Systems darstellt, Arbeit zu verrichten"@de ; + qudt:symbol "0173-1#Z4-BAJ291#002" ; + rdfs:isDefinedBy ; + rdfs:label "atomic energy"@en-US ; +. +quantitykind:AtomicMass + a qudt:QuantityKind ; + dcterms:description "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units." ; + qudt:symbol "m_a" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:AtomicNumber + a qudt:QuantityKind ; + dcterms:description "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge."^^rdf:HTML ; + qudt:applicableUnit unit:Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_number"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge." ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Number"@en ; + skos:broader quantitykind:Count ; +. +quantitykind:AtomicStoppingPower + a qudt:QuantityKind ; + dcterms:description "ratio of the linear stopping power to the number density of the atoms in the medium"@en ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:plainTextDescription "Quotient aus dem linearen Bremsvermögen und der Anzahldichte der Atome in dem Medium"@de ; + qudt:symbol "0173-1#Z4-BAJ292#002" ; + rdfs:isDefinedBy ; + rdfs:label "atomic stopping power"@en-US ; +. +quantitykind:AttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:applicableUnit unit:PERCENT-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient." ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Attenuation Coefficient"@en ; +. +quantitykind:AuditoryThresholds + a qudt:QuantityKind ; + dcterms:description "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing."^^rdf:HTML ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_a}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing." ; + rdfs:isDefinedBy ; + rdfs:label "Auditory Thresholds"@en ; + skos:broader quantitykind:SoundPowerLevel ; +. +quantitykind:AuxillaryMagneticField + a qudt:QuantityKind ; + dcterms:description "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium."^^rdf:HTML ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:AT-PER-IN ; + qudt:applicableUnit unit:AT-PER-M ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:applicableUnit unit:OERSTED ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:latexSymbol "H"^^qudt:LatexString ; + qudt:plainTextDescription "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium." ; + rdfs:isDefinedBy ; + rdfs:label "Auxillary Magnetic Field"@en ; + skos:broader quantitykind:MagneticFieldStrength_H ; +. +quantitykind:AverageEnergyLossPerElementaryChargeProduced + a qudt:QuantityKind ; + dcterms:description "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:latexDefinition "$W_i = \\frac{E_k}{N_i}$, where $E_k$ is the initial kinetic energy of an ionizing charged particle and $N_i$ is the total ionization produced by that particle."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed." ; + qudt:symbol "W_i" ; + rdfs:isDefinedBy ; + rdfs:label "Average Energy Loss per Elementary Charge Produced"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:AverageHeadEndPressure + a qudt:QuantityKind ; + qudt:abbreviation "AHEP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Average Head End Pressure"@en ; + skos:broader quantitykind:HeadEndPressure ; +. +quantitykind:AverageLogarithmicEnergyDecrement + a qudt:QuantityKind ; + dcterms:description "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://everything2.com/title/Average+logarithmic+energy+decrement+per+collision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons." ; + rdfs:isDefinedBy ; + rdfs:label "Average Logarithmic Energy Decrement"@en ; +. +quantitykind:AverageSpecificImpulse + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Avg Specific Impulse (lbf-sec/lbm) " ; + rdfs:isDefinedBy ; + rdfs:label "Average Specific Impulse"@en ; + skos:broader quantitykind:SpecificImpulse ; +. +quantitykind:AverageVacuumThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Average Vacuum Thrust"@en ; + skos:altLabel "AVT" ; + skos:broader quantitykind:VacuumThrust ; +. +quantitykind:BandwidthDistanceProduct + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD016" ; + rdfs:isDefinedBy ; + rdfs:label "bandwidth distance product" ; +. +quantitykind:BandwidthLengthProduct + a qudt:QuantityKind ; + dcterms:description "parameter of transmission media for determination of frequency and length restrictions as reciprocal value of the multimode distortion corresponding to the product of maximum pulse frequency and maximum transmission distance"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Parameter von Übertragungsmedien zur Bestimmung der Frequenz- und Längenrestriktionen als reziproke Wert der Modendispersion entsprechend dem Produkt aus maximaler Impulsfrequenz mal maximaler Übertragungsstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ293#003" ; + rdfs:isDefinedBy ; + rdfs:label "bandwidth length product"@en-US ; +. +quantitykind:Basicity + a qudt:QuantityKind ; + dcterms:description "Chemicals or substances having a pH higher than 7 are said to be basic; higher pH means higher basicity."^^rdf:HTML ; + qudt:applicableUnit unit:PH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Base_(chemistry)"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + qudt:plainTextDescription "Chemicals or substances having a pH higher than 7 are said to be basic; higher pH means higher basicity." ; + rdfs:isDefinedBy ; + rdfs:label "Acidity"@en ; + skos:broader quantitykind:PH ; +. +quantitykind:BatteryCapacity + a qudt:QuantityKind ; + dcterms:description "quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"@en ; + qudt:applicableUnit unit:A-MIN ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD017" ; + qudt:plainTextDescription "Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"@de ; + qudt:symbol "0173-1#Z4-BAJ270#003" ; + rdfs:isDefinedBy ; + rdfs:label "battery capacity" ; + rdfs:label "battery capacity"@en-US ; +. +quantitykind:BendingMomentOfForce + a qudt:QuantityKind ; + dcterms:description "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bending_moment"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$M_b = M \\cdot e_Q$, where $M$ is the momentof force and $e_Q$ is a unit vector directed along a $Q-axis$ with respect to which the torque is considered."^^qudt:LatexString ; + qudt:plainTextDescription "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft." ; + qudt:symbol "M_b" ; + rdfs:isDefinedBy ; + rdfs:label "Bending Moment of Force"@en ; + skos:broader quantitykind:Torque ; +. +quantitykind:BetaDisintegrationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Beta Disintegration Energy\" is the energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Decay_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Beta Disintegration Energy\" is the energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration." ; + qudt:symbol "Qᵦ" ; + rdfs:isDefinedBy ; + rdfs:label "Beta Disintegration Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:BevelGearPitchAngle + a qudt:QuantityKind ; + dcterms:description "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees." ; + rdfs:isDefinedBy ; + rdfs:label "Bevel Gear Pitch Angle"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:BindingFraction + a qudt:QuantityKind ; + dcterms:description "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/binding+fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$b = \\frac{B_r}{A}$, where $B_r$ is the relative mass defect and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number." ; + qudt:symbol "b" ; + rdfs:isDefinedBy ; + rdfs:label "Binding Fraction"@en ; +. +quantitykind:BioconcentrationFactor + a qudt:QuantityKind ; + dcterms:description "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient." ; + rdfs:isDefinedBy ; + rdfs:label "Bioconcentration Factor"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:BiodegredationHalfLife + a qudt:QuantityKind ; + dcterms:description "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism."^^rdf:HTML ; + qudt:applicableUnit unit:DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism." ; + rdfs:isDefinedBy ; + rdfs:label "Biodegredation Half Life"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:BitDataVolume + a qudt:QuantityKind ; + dcterms:description "name for a particular quantity of data on the basis of the binary digit \"Bit\" (basic indissoluble information unit) which can only assume a state of 1 or 0"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Bezeichnung für eine bestimmte Anzahl von Daten auf Basis der Binärziffer Bit (en: Basic Indissoluble Information Unit, dt: kleinstmögliche Informationseinheit), welche nur den Zustand 1 oder 0 annehmen kann"@de ; + qudt:symbol "0173-1#Z4-BAJ436#002" ; + rdfs:isDefinedBy ; + rdfs:label "bit data volume"@en-US ; +. +quantitykind:BitRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:OCTET-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD018" ; + rdfs:isDefinedBy ; + rdfs:label "bit rate" ; +. +quantitykind:BitTransmissionRate + a qudt:QuantityKind ; + dcterms:description "speed with which one bit will be transmitted per second"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Geschwindigkeit, mit der Binärzeichen übertragen werden"@de ; + qudt:symbol "0173-1#Z4-BAJ295#003" ; + rdfs:isDefinedBy ; + rdfs:label "bit transmission rate"@en-US ; +. +quantitykind:BloodGlucoseLevel + a qudt:QuantityKind ; + 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|)."^^qudt:LatexString ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + rdfs:comment "citation: https://en.wikipedia.org/wiki/Blood_sugar_level" ; + rdfs:isDefinedBy ; + rdfs:label "Blood Glucose Level"@en ; + rdfs:seeAlso quantitykind:BloodGlucoseLevel_Mass ; +. +quantitykind:BloodGlucoseLevel_Mass + a qudt:QuantityKind ; + 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|)."^^qudt:LatexString ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + rdfs:comment "citation: https://en.wikipedia.org/wiki/Blood_sugar_level" ; + rdfs:isDefinedBy ; + rdfs:label "Blood Glucose Level by Mass"@en ; + rdfs:seeAlso quantitykind:BloodGlucoseLevel ; +. +quantitykind:BodyMassIndex + a qudt:QuantityKind ; + dcterms:description "$\\textit{Body Mass Index}$, BMI, is an index of weight for height, calculated as: $BMI = \\frac{M_{body}}{H^2}$, where $M_{body}$ is body mass in kg, and $H$ is height in metres. The BMI has been used as a guideline for defining whether a person is overweight because it minimizes the effect of height, but it does not take into consideration other important factors, such as age and body build. The BMI has also been used as an indicator of obesity on the assumption that the higher the index, the greater the level of body fat."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198631477.001.0001/acref-9780198631477-e-254"^^xsd:anyURI ; + qudt:symbol "BMI" ; + rdfs:isDefinedBy ; + rdfs:label "Body Mass Index"@en ; + skos:altLabel "BMI" ; +. +quantitykind:BoilingPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the one at which a substance will change its physical state from a liquid to a gas. It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a liquid to a gas. It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium." ; + rdfs:isDefinedBy ; + rdfs:label "Boiling Point Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:BraggAngle + a qudt:QuantityKind ; + dcterms:description "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://reference.iucr.org/dictionary/Bragg_angle"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$2d\\sin{\\vartheta} = n\\lambda $"^^qudt:LatexString ; + qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes." ; + rdfs:isDefinedBy ; + rdfs:label "Bragg Angle"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:Breadth + a qudt:QuantityKind ; + dcterms:description "\"Breadth\" is the extent or measure of how broad or wide something is."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wiktionary.org/wiki/breadth"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Breadth\" is the extent or measure of how broad or wide something is." ; + qudt:symbol "b" ; + rdfs:isDefinedBy ; + rdfs:label "Breite"@de ; + rdfs:label "ancho"@es ; + rdfs:label "breadth"@en ; + rdfs:label "genişliği"@tr ; + rdfs:label "largeur"@fr ; + rdfs:label "larghezza"@it ; + rdfs:label "largura"@pt ; + rdfs:label "lebar"@ms ; + rdfs:label "szerokość"@pl ; + rdfs:label "širina"@sl ; + rdfs:label "šířka"@cs ; + rdfs:label "ширина"@ru ; + rdfs:label "العرض"@ar ; + rdfs:label "عرض"@fa ; + rdfs:label "寬度"@zh ; + rdfs:label "幅"@ja ; + skos:broader quantitykind:Length ; +. +quantitykind:BucklingFactor + a qudt:QuantityKind ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Buckling Factor"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:BulkModulus + a qudt:QuantityKind ; + dcterms:description "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume."^^rdf:HTML ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bulk_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$K = \\frac{p}{\\vartheta}$, where $p$ is pressure and $\\vartheta$ is volume strain."^^qudt:LatexString ; + qudt:plainTextDescription "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume." ; + qudt:symbol "K" ; + rdfs:isDefinedBy ; + rdfs:label "Bulk Modulus"@en ; +. +quantitykind:BurgersVector + a qudt:QuantityKind ; + dcterms:description "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Burgers_vector"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line." ; + qudt:symbol "b" ; + rdfs:isDefinedBy ; + rdfs:label "Burgers Vector"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:BurnRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Burn Rate"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:BurnTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:symbol "t" ; + rdfs:isDefinedBy ; + rdfs:label "Burn Time"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:BurstFactor + a qudt:QuantityKind ; + dcterms:description "bursting pressure divided by areic mass"@en ; + qudt:applicableUnit unit:PA-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD019" ; + qudt:plainTextDescription "Quotient Berstdruck dividiert durch die flächenbezogene Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ434#001" ; + rdfs:isDefinedBy ; + rdfs:label "burst factor" ; + rdfs:label "burst factor"@en-US ; +. +quantitykind:ByteDataVolume + a qudt:QuantityKind ; + dcterms:description "particular quantity of data based on a string consisting of 8 bits"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Anzahl von Daten auf Basis einer Zeichenfolge, die aus je 8 Bit besteht"@de ; + qudt:symbol "0173-1#Z4-BAJ435#004" ; + rdfs:isDefinedBy ; + rdfs:label "byte data volume"@en-US ; +. +quantitykind:ByteRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:BYTE-PER-SEC ; + qudt:applicableUnit unit:GigaBYTE-PER-SEC ; + qudt:applicableUnit unit:MegaBYTE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD020" ; + rdfs:isDefinedBy ; + rdfs:label "byte rate" ; +. +quantitykind:ByteTransmissionRate + a qudt:QuantityKind ; + dcterms:description "speed with which 8 bits are transmitted"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Geschwindigkeit, mit der 8 Binärzeichen übertragen werden"@de ; + qudt:symbol "0173-1#Z4-BAJ297#003" ; + rdfs:isDefinedBy ; + rdfs:label "byte transmission rate"@en-US ; +. +quantitykind:CENTER-OF-GRAVITY_X + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_X ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the X axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CENTER-OF-GRAVITY_Y + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_Y ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Y axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CENTER-OF-GRAVITY_Z + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_Z ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Z axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CENTER-OF-MASS + a qudt:QuantityKind ; + dcterms:description "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Center_of_mass"^^xsd:anyURI ; + qudt:plainTextDescription "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body." ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Mass (CoM)"@en ; + skos:altLabel "COM" ; + skos:broader quantitykind:PositionVector ; +. +quantitykind:CO2Equivalent + a qudt:QuantityKind ; + dcterms:description """The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases + on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount + of carbon dioxide with the same global warming potential."""^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Global_warming_potential"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "CO2Equivalent" ; + skos:broader quantitykind:Mass ; +. +quantitykind:CONTRACT-END-ITEM-SPECIFICATION-MASS + a qudt:QuantityKind ; + dcterms:description "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement." ; + rdfs:isDefinedBy ; + rdfs:label "Contract End Item (CEI) Specification Mass."@en ; + skos:altLabel "CEI" ; + skos:broader quantitykind:Mass ; +. +quantitykind:CONTROL-MASS + a qudt:QuantityKind ; + dcterms:description "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo." ; + rdfs:isDefinedBy ; + rdfs:label "Control Mass."@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:CanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$Z = \\sum_r e^{-\\frac{E_r}{kT}}$, where the sum is over all quantum states consistent with given energy, volume, external fields, and content, $E_r$ is the energy in the $rth$ quantum state, $k$ is the Boltzmann constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles." ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Canonical Partition Function"@en ; +. +quantitykind:Capacitance + a qudt:QuantityKind ; + dcterms:description "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity."^^rdf:HTML ; + qudt:applicableUnit unit:AttoFARAD ; + qudt:applicableUnit unit:FARAD ; + qudt:applicableUnit unit:FARAD_Ab ; + qudt:applicableUnit unit:FARAD_Stat ; + qudt:applicableUnit unit:FemtoFARAD ; + qudt:applicableUnit unit:KiloFARAD ; + qudt:applicableUnit unit:MicroFARAD ; + qudt:applicableUnit unit:MilliFARAD ; + qudt:applicableUnit unit:NanoFARAD ; + qudt:applicableUnit unit:PicoFARAD ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Capacitance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD021" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$C = Q/U$, where $Q$ is electric charge and $V$ is voltage."^^qudt:LatexString ; + qudt:plainTextDescription "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity." ; + qudt:siExactMatch si-quantity:ELCA ; + qudt:symbol "C" ; + rdfs:isDefinedBy ; + rdfs:label "Capacitance"@en ; +. +quantitykind:Capacity + a qudt:QuantityKind ; + dcterms:description "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that can be stored, such as fuel or food."^^rdf:HTML ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Capacity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that can be stored, such as fuel or food." ; + qudt:symbol "TBD" ; + rdfs:isDefinedBy ; + rdfs:label "Capacity"@en ; +. +quantitykind:CarrierLifetime + a qudt:QuantityKind ; + dcterms:description "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors."^^rdf:HTML ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Carrier_lifetime"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\tau, \\tau_n, \\tau_p$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors." ; + rdfs:isDefinedBy ; + rdfs:label "Carrier LifetIme"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:CartesianArea + a qudt:QuantityKind ; + dcterms:description "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane."^^rdf:HTML ; + qudt:abbreviation "area" ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Area"^^xsd:anyURI ; + qudt:latexDefinition "$A = \\int\\int dxdy$, where $x$ and $y$ are cartesian coordinates."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane." ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Cartesian Area"@en ; + skos:broader quantitykind:Area ; + skos:closeMatch quantitykind:Area ; +. +quantitykind:CartesianCoordinates + a qudt:QuantityKind ; + dcterms:description "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. "^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cartesian_coordinate_system"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. " ; + qudt:symbol "x, y, z" ; + rdfs:isDefinedBy ; + rdfs:label "Cartesian coordinates"@en ; + rdfs:label "Kartézská soustava souřadnic"@cs ; + rdfs:label "Koordiant Kartesius"@ms ; + rdfs:label "coordenadas cartesianas"@pt ; + rdfs:label "coordinate cartesiane"@it ; + rdfs:label "coordonnées cartésiennes"@fr ; + rdfs:label "kartesische Koordinaten"@de ; + rdfs:label "kartezyen koordinatları"@tr ; + rdfs:label "مختصات دکارتی"@fa ; + rdfs:label "直角坐标系"@zh ; + skos:altLabel "Kartézské souřadnice"@cs ; + skos:broader quantitykind:Length ; +. +quantitykind:CartesianVolume + a qudt:QuantityKind ; + dcterms:description "\"Volume\" is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains."^^rdf:HTML ; + qudt:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BBL_US ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:GT ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:Kilo-FT3 ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:RT ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:Standard ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_Register ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$V = \\int\\int\\int dxdydz$, where $x$, $y$, and $z$ are cartesian coordinates."^^qudt:LatexString ; + qudt:plainTextDescription "\"Volume\" is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains." ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Isipadu"@ms ; + rdfs:label "Objem"@cs ; + rdfs:label "Volumen"@de ; + rdfs:label "hacim"@tr ; + rdfs:label "objętość"@pl ; + rdfs:label "prostornina"@sl ; + rdfs:label "volum"@ro ; + rdfs:label "volume"@en ; + rdfs:label "volume"@fr ; + rdfs:label "volume"@it ; + rdfs:label "volume"@pt ; + rdfs:label "volumen"@es ; + rdfs:label "Επιτάχυνση"@el ; + rdfs:label "Обем"@bg ; + rdfs:label "Объём"@ru ; + rdfs:label "נפח"@he ; + rdfs:label "حجم"@ar ; + rdfs:label "حجم"@fa ; + rdfs:label "आयतन"@hi ; + rdfs:label "体积"@zh ; + rdfs:label "体積"@ja ; + skos:broader quantitykind:Volume ; +. +quantitykind:CatalyticActivity + a qudt:QuantityKind ; + dcterms:description "An index of the actual or potential activity of a catalyst. The catalytic activity of an enzyme or an enzyme-containing preparation is defined as the property measured by the increase in the rate of conversion of a specified chemical reaction that the enzyme produces in a specified assay system. Catalytic activity is an extensive quantity and is a property of the enzyme, not of the reaction mixture; it is thus conceptually different from rate of conversion although measured by and equidimensional with it. The unit for catalytic activity is the \\(katal\\); it may also be expressed in mol \\(s^{-1}\\). Dimensions: \\(N T^{-1}\\). Former terms such as catalytic ability, catalytic amount, and enzymic activity are no er recommended. Derived quantities are molar catalytic activity, specific catalytic activity, and catalytic activity concentration. Source(s): www.answers.com"^^qudt:LatexString ; + qudt:applicableUnit unit:ENZ ; + qudt:applicableUnit unit:KAT ; + qudt:applicableUnit unit:KiloMOL-PER-HR ; + qudt:applicableUnit unit:MOL_LB-PER-MIN ; + qudt:applicableUnit unit:MOL_LB-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Catalysis"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD022" ; + qudt:iec61360Code "0112/2///62720#UAD367" ; + qudt:siExactMatch si-quantity:CATA ; + rdfs:isDefinedBy ; + rdfs:label "Catalytic Activity"@en ; +. +quantitykind:CatalyticActivityConcentration + a qudt:QuantityKind ; + dcterms:description "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre."^^rdf:HTML ; + qudt:applicableUnit unit:ENZ-PER-L ; + qudt:applicableUnit unit:EU-PER-L ; + qudt:applicableUnit unit:KAT-PER-L ; + qudt:applicableUnit unit:KAT-PER-M3 ; + qudt:applicableUnit unit:KAT-PER-MicroL ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M ; + qudt:applicableUnit unit:MOL-PER-M3-SEC ; + qudt:applicableUnit unit:MicroKAT-PER-L ; + qudt:applicableUnit unit:MicroMOL-PER-L-HR ; + qudt:applicableUnit unit:MilliKAT-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3-DAY ; + qudt:applicableUnit unit:NanoKAT-PER-L ; + qudt:applicableUnit unit:NanoMOL-PER-CentiM3-HR ; + qudt:applicableUnit unit:NanoMOL-PER-L-DAY ; + qudt:applicableUnit unit:NanoMOL-PER-L-HR ; + qudt:applicableUnit unit:PicoKAT-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-L-HR ; + qudt:applicableUnit unit:PicoMOL-PER-M3-SEC ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:informativeReference "https://doi.org/10.1351/goldbook.C00882"^^xsd:anyURI ; + qudt:plainTextDescription "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre." ; + qudt:siExactMatch si-quantity:CTAC ; + rdfs:isDefinedBy ; + rdfs:label "Catalytic Activity Concentration"@en ; +. +quantitykind:CelsiusTemperature + a qudt:QuantityKind ; + dcterms:description "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD023" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition """\"Celsius Temperature\", the thermodynamic temperature $T_0$, is exactly $0.01$kelvin below the thermodynamic temperature of the triple point of water. +$t = T - T_0$, where $T$ is Thermodynamic Temperature and $T_0 = 273.15 K$."""^^qudt:LatexString ; + qudt:plainTextDescription "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water." ; + qudt:siExactMatch si-quantity:TEMC ; + rdfs:isDefinedBy ; + rdfs:label "Celsius sıcaklık"@tr ; + rdfs:label "Celsius temperature"@en ; + rdfs:label "Celsius-Temperatur"@de ; + rdfs:label "Suhu Celsius"@ms ; + rdfs:label "temperatura Celsius"@es ; + rdfs:label "temperatura Celsius"@it ; + rdfs:label "temperatura celsius"@pt ; + rdfs:label "temperatura"@pl ; + rdfs:label "temperatura"@sl ; + rdfs:label "temperatură Celsius"@ro ; + rdfs:label "température Celsius"@fr ; + rdfs:label "teplota"@cs ; + rdfs:label "Температура Цельсия"@ru ; + rdfs:label "צלזיוס"@he ; + rdfs:label "درجة الحرارة المئوية أو السيلسيوس"@ar ; + rdfs:label "دمای سلسیوس/سانتیگراد"@fa ; + rdfs:label "सेल्सियस तापमान"@hi ; + rdfs:label "温度"@ja ; + rdfs:label "温度"@zh ; + skos:broader quantitykind:ThermodynamicTemperature ; + prov:wasDerivedFrom quantitykind:ThermodynamicTemperature ; +. +quantitykind:CenterOfGravity_X + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the X axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CenterOfGravity_Y + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Y axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CenterOfGravity_Z + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/k-12/airplane/cg.html"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Z axis"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:CharacteristicAcousticImpedance + a qudt:QuantityKind ; + dcterms:description "Characteristic impedance at a point in a non-dissipative medium and for a plane progressive wave, the quotient of the sound pressure $p$ by the component of the sound particle velocity $v$ in the direction of the wave propagation."^^qudt:LatexString ; + qudt:applicableUnit unit:PA-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance#Characteristic_acoustic_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_c = pc$, where $p$ is the sound pressure and $c$ is the phase speed of sound."^^qudt:LatexString ; + qudt:symbol "Z" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Characteristic Acoustic Impedance"@en ; + skos:broader quantitykind:AcousticImpedance ; +. +quantitykind:CharacteristicNumber + a qudt:QuantityKind ; + dcterms:description "quantity of dimension one (as a result of measuring technology theory) which clarifies facts, states or developments and is used as a scale e.g. to represent causes and effects of events"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Größe der Dimension 1 (als Ergebnis der metrisierenden Messtheorie), die Sachverhalte, Zustände oder Entwicklungen verdeutlicht und als Maßstab dient, um z. B. Ursache und Wirkung von Vorgängen in kausalem Zusammenhang darzustellen"@de ; + qudt:symbol "0173-1#Z4-BAJ279#002" ; + rdfs:isDefinedBy ; + rdfs:label "characteristic number"@en-US ; +. +quantitykind:CharacteristicVelocity + a qudt:QuantityKind ; + dcterms:description "Characteristic velocity or $c^{*}$ is a measure of the combustion performance of a rocket engine independent of nozzle performance, and is used to compare different propellants and propulsion systems."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:latexSymbol "$c^{*}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Characteristic Velocity"@en ; +. +quantitykind:ChargeNumber + a qudt:QuantityKind ; + dcterms:description "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge." ; + qudt:symbol "z" ; + rdfs:isDefinedBy ; + rdfs:label "Charge Number"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:ChemicalAffinity + a qudt:QuantityKind ; + dcterms:description "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_affinity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$A = -\\sum \\nu_b\\mu_B$, where $\\nu_b$ is the stoichiometric number of substance $B$ and $\\mu_B$ is the chemical potential of substance $B$."^^qudt:LatexString ; + qudt:plainTextDescription "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition." ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Chemical Affinity"@en ; +. +quantitykind:ChemicalConsumptionPerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:plainTextDescription "In the context of a chemical durability test, this is measure of how much of a solution (often a corrosive or reactive one) is consumed or used up per unit mass of a material being tested. In other words, this the volume of solution needed to cause a certain level of chemical reaction or damage to a given mass of the material." ; + rdfs:isDefinedBy ; + rdfs:label "Chemical Consumption per Mass"@en ; + skos:broader quantitykind:SpecificVolume ; +. +quantitykind:ChemicalPotential + a qudt:QuantityKind ; + dcterms:description "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_B = (\\frac{\\partial G}{\\partial n_B})_{T,p,n_i}$, where $G$ is Gibbs energy, and $n_B$ is the amount of substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction." ; + rdfs:isDefinedBy ; + rdfs:label "Chemický potenciál"@cs ; + rdfs:label "Keupayaan kimia"@ms ; + rdfs:label "Potencjał chemiczny"@pl ; + rdfs:label "Potențial chimic"@ro ; + rdfs:label "chemical potential"@en ; + rdfs:label "chemisches Potential des Stoffs B"@de ; + rdfs:label "kimyasal potansiyel"@tr ; + rdfs:label "potencial químico"@es ; + rdfs:label "potencial químico"@pt ; + rdfs:label "potential chimique"@fr ; + rdfs:label "potenziale chimico"@it ; + rdfs:label "Химический потенциал"@ru ; + rdfs:label "جهد كيميائي"@ar ; + rdfs:label "پتانسیل شیمیایی"@fa ; + rdfs:label "化学ポテンシャル"@ja ; + rdfs:label "化学势"@zh ; + skos:broader quantitykind:MolarEnergy ; +. +quantitykind:Chromaticity + a qudt:QuantityKind ; + dcterms:description "Chromaticity is an objective specification of the quality of a color regardless of its luminance"^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chromaticity"^^xsd:anyURI ; + qudt:plainTextDescription "Chromaticity is an objective specification of the quality of a color regardless of its luminance" ; + rdfs:isDefinedBy ; + rdfs:label "Chromaticity"@en ; +. +quantitykind:Circulation + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Circulation_%28fluid_dynamics%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time." ; + rdfs:isDefinedBy ; + rdfs:label "Circulation"@en ; + skos:broader quantitykind:AreaPerTime ; +. +quantitykind:ClosestApproachRadius + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "r_o" ; + rdfs:isDefinedBy ; + rdfs:label "Closest Approach Radius"@en ; + skos:broader quantitykind:Radius ; +. +quantitykind:CoefficientOfHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin."^^rdf:HTML ; + qudt:applicableSIUnit unit:W-PER-M2-K ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:expression "$heat-xfer-coeff$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer_coefficient"^^xsd:anyURI ; + qudt:latexDefinition """\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, $q/A$, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, $ \\bigtriangleup T $). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the $\\textit{Coefficient of Heat Transfer}$, is often called $\\textit{thermal transmittance}$, with the symbol $U$. $\\textit{Coefficient of Heat Transfer}$, has SI units in watts per squared meter kelvin: $W/(m^2 \\cdot K)$ . + +$K = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is thermodynamic temperature difference."""^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin." ; + rdfs:isDefinedBy ; + rdfs:label "Coefficient of heat transfer"@en ; +. +quantitykind:Coercivity + a qudt:QuantityKind ; + dcterms:description "$\\textit{Coercivity}$, also referred to as $\\textit{Coercive Field Strength}$, is the magnetic field strength to be applied to bring the magnetic flux density in a substance from its remaining magnetic flux density to zero. This is defined as the coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength. The quantity which is brought to zero should be stated, and the appropriate symbol used: $H_{cB}$, $H_{cJ}$ or $H_{cM}$ for the coercivity relating to the magnetic flux density, the magnetic polarization or the magnetization respectively, where $H_{cJ} = H_{cM}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:symbol "H_{c,B}" ; + rdfs:isDefinedBy ; + rdfs:label "Coercivity"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; +. +quantitykind:CoherenceLength + a qudt:QuantityKind ; + dcterms:description "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Coherence_length"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable." ; + qudt:symbol "ξ" ; + rdfs:isDefinedBy ; + rdfs:label "Coherence Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:ColdReceptorThreshold + a qudt:QuantityKind ; + dcterms:description "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_c}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending." ; + rdfs:isDefinedBy ; + rdfs:label "Cold Receptor Threshold"@en ; +. +quantitykind:CombinedNonEvaporativeHeatTransferCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Combined Non Evaporative Heat Transfer Coefficient\" is the "^^rdf:HTML ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient."^^qudt:LatexString ; + qudt:plainTextDescription "\"Combined Non Evaporative Heat Transfer Coefficient\" is the " ; + qudt:symbol "h" ; + rdfs:isDefinedBy ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ; +. +quantitykind:CombustionChamberTemperature + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:symbol "T_c" ; + rdfs:isDefinedBy ; + rdfs:label "Combustion Chamber Temperature"@en ; +. +quantitykind:ComplexFrequency_Real + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD199" ; + rdfs:isDefinedBy ; + rdfs:label "real part of complex frequency" ; +. +quantitykind:ComplexPower + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV-A ; + qudt:applicableUnit unit:GigaV-A ; + qudt:applicableUnit unit:KiloV-A ; + qudt:applicableUnit unit:MegaV-A ; + qudt:applicableUnit unit:MicroV-A ; + qudt:applicableUnit unit:MilliV-A ; + qudt:applicableUnit unit:NanoV-A ; + qudt:applicableUnit unit:PetaV-A ; + qudt:applicableUnit unit:PicoV-A ; + qudt:applicableUnit unit:TeraV-A ; + qudt:applicableUnit unit:V-A ; + qudt:expression "$complex-power$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\underline{S} = \\underline{U}\\underline{I^*}$, where $\\underline{U}$ is voltage phasor and $\\underline{I^*}$ is the complex conjugate of the current phasor."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{S}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Complex Power"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentPhasor ; + rdfs:seeAlso quantitykind:VoltagePhasor ; + skos:broader quantitykind:ElectricPower ; +. +quantitykind:Compressibility + a qudt:QuantityKind ; + dcterms:description "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-N ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MILLE-PSI ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PERCENT-PER-BAR ; + qudt:applicableUnit unit:PERCENT-PER-HectoBAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD024" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\chi = -(\\frac{1}{V})\\frac{dV}{d\\rho}$, where $V$ is volume and $p$ is pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\chi$"^^qudt:LatexString ; + qudt:plainTextDescription "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change." ; + rdfs:isDefinedBy ; + rdfs:label "Compressibility"@en ; +. +quantitykind:CompressibilityFactor + a qudt:QuantityKind ; + dcterms:description "The compressibility factor ($Z$) is a useful thermodynamic property for modifying the ideal gas law to account for the real gas behaviour. The closer a gas is to a phase change, the larger the deviations from ideal behavior. It is simply defined as the ratio of the molar volume of a gas to the molar volume of an ideal gas at the same temperature and pressure. Values for compressibility are calculated using equations of state (EOS), such as the virial equation and van der Waals equation. The compressibility factor for specific gases can be obtained, with out calculation, from compressibility charts. These charts are created by plotting Z as a function of pressure at constant temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Compressibility Factor"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:Concentration + a qudt:QuantityKind ; + dcterms:description "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions."^^rdf:HTML ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Concentration"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Concentration"^^xsd:anyURI ; + qudt:plainTextDescription "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions." ; + rdfs:isDefinedBy ; + rdfs:label "Concentration"@en ; +. +quantitykind:Conductance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Conductance}$, for a resistive two-terminal element or two-terminal circuit with terminals A and B, quotient of the electric current i in the element or circuit by the voltage $u_{AB}$ between the terminals: $G = \\frac{1}{R}$, where the electric current is taken as positive if its direction is from A to B and negative in the opposite case. The conductance of an element or circuit is the inverse of its resistance."^^qudt:LatexString ; + qudt:applicableUnit unit:DeciS ; + qudt:applicableUnit unit:KiloS ; + qudt:applicableUnit unit:MHO ; + qudt:applicableUnit unit:MegaS ; + qudt:applicableUnit unit:MicroMHO ; + qudt:applicableUnit unit:MicroS ; + qudt:applicableUnit unit:MilliS ; + qudt:applicableUnit unit:NanoS ; + qudt:applicableUnit unit:PicoS ; + qudt:applicableUnit unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition """$G = Re\\underline{Y}$, where $\\underline{Y}$ is admittance. + +Alternatively: + +$G = \\frac{1}{R}$, where $R$ is resistance."""^^qudt:LatexString ; + qudt:symbol "G" ; + rdfs:isDefinedBy ; + rdfs:label "Conductance"@en ; + rdfs:seeAlso quantitykind:Admittance ; +. +quantitykind:ConductionSpeed + a qudt:QuantityKind ; + dcterms:description "\"Conduction Speed\" is the speed of impulses in nerve fibers."^^rdf:HTML ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Conduction Speed\" is the speed of impulses in nerve fibers." ; + qudt:symbol "c" ; + rdfs:isDefinedBy ; + rdfs:label "Conduction Speed"@en ; + skos:broader quantitykind:Speed ; +. +quantitykind:ConductiveHeatTransferRate + a qudt:QuantityKind ; + dcterms:description "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_k$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact." ; + rdfs:isDefinedBy ; + rdfs:label "Conductive Heat Transfer Rate"@en ; +. +quantitykind:Conductivity + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:DeciS-PER-M ; + qudt:applicableUnit unit:KiloS-PER-M ; + qudt:applicableUnit unit:MegaS-PER-M ; + qudt:applicableUnit unit:MicroS-PER-CentiM ; + qudt:applicableUnit unit:MicroS-PER-M ; + qudt:applicableUnit unit:MilliS-PER-CentiM ; + qudt:applicableUnit unit:MilliS-PER-M ; + qudt:applicableUnit unit:NanoS-PER-CentiM ; + qudt:applicableUnit unit:NanoS-PER-M ; + qudt:applicableUnit unit:PicoS-PER-M ; + qudt:applicableUnit unit:S-PER-CentiM ; + qudt:applicableUnit unit:S-PER-M ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD025" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-03"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{J} = \\sigma \\mathbf{E}$, where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Conductivity\" is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity." ; + rdfs:isDefinedBy ; + rdfs:label "Conductivity"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; +. +quantitykind:Constringence + a qudt:QuantityKind ; + dcterms:description "In optics and lens design, constringence of a transparent material, also known as the Abbe number or the V-number, is an approximate measure of the material's dispersion (change of refractive index versus wavelength), with high values of V indicating low dispersion."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abbe_number"^^xsd:anyURI ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Constringence"@en ; + skos:altLabel "Abbe Number"@en ; + skos:altLabel "V-number"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:ConvectiveHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. "^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Convection"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_c$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. " ; + rdfs:isDefinedBy ; + rdfs:label "Convective Heat Transfer"@en ; +. +quantitykind:CorrelatedColorTemperature + a qudt:QuantityKind ; + dcterms:description "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity."^^rdf:HTML ; + qudt:applicableUnit unit:K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt: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 ; + qudt:plainTextDescription "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity." ; + rdfs:isDefinedBy ; + rdfs:label "Correlated Color Temperature"@en-us ; + rdfs:label "Correlated Colour Temperature"@en ; + rdfs:seeAlso quantitykind:Duv ; + skos:broader quantitykind:ThermodynamicTemperature ; +. +quantitykind:CostPerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:EUR-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area"^^xsd:anyURI ; + qudt:plainTextDescription "In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit)." ; + rdfs:isDefinedBy ; + rdfs:label "Kosten pro Fläche"@de ; + rdfs:label "cost per area"@en ; +. +quantitykind:CostPerUnitEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:EUR-PER-KiloW-HR ; + qudt:applicableUnit unit:EUR-PER-W-HR ; + qudt:applicableUnit unit:EUR-PER-W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cost_of_electricity_by_source"^^xsd:anyURI ; + qudt:plainTextDescription "The monetary cost of a unit of energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energiekosten"@de ; + rdfs:label "energy cost"@en ; +. +quantitykind:CostPerUnitPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:EUR-PER-KiloW ; + qudt:applicableUnit unit:EUR-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photovoltaics"^^xsd:anyURI ; + qudt:plainTextDescription "In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced." ; + rdfs:isDefinedBy ; + rdfs:label "Anschaffungskosten pro Watt"@de ; + rdfs:label "cost per power"@en ; +. +quantitykind:Count + a qudt:QuantityKind ; + dcterms:description "\"Count\" is the value of a count of items."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Count\" is the value of a count of items." ; + rdfs:isDefinedBy ; + rdfs:label "Count"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:CouplingFactor + a qudt:QuantityKind ; + dcterms:description "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=161-03-18"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "For inductive coupling between two inductive elements, $k = \\frac{\\left | L_{mn} \\right |}{\\sqrt{L_m L_n}}$, where $L_m$ and $L_n$ are their self inductances, and $L_{mn}$ is their mutual inductance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling." ; + qudt:symbol "k" ; + rdfs:isDefinedBy ; + rdfs:label "Constantă de cuplaj"@ro ; + rdfs:label "constante de acoplamiento"@es ; + rdfs:label "constante de couplage"@fr ; + rdfs:label "coupling factor"@en ; + rdfs:label "fattore di accoppiamento"@it ; + rdfs:label "stała sprzężenia"@pl ; + rdfs:label "Çiftlenim sabiti"@tr ; + rdfs:label "Константа взаимодействия"@ru ; + rdfs:label "結合定数"@ja ; + rdfs:label "耦合常數"@zh ; +. +quantitykind:CrossSection + a qudt:QuantityKind ; + dcterms:description "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD026" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence." ; + qudt:symbol "σ" ; + rdfs:isDefinedBy ; + rdfs:label "Cross-section"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:CrossSectionalArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Cross-sectional Area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:CubicElectricDipoleMomentPerSquareEnergy + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en ; +. +quantitykind:CubicExpansionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:expression "$cubic-exp-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_V = \\frac{1}{V} \\; \\frac{dV}{dT}$, where $V$ is $volume$ and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_v$"^^qudt:LatexString ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Hullámszám"@hu ; + rdfs:label "Volumenausdehnungskoeffizient"@de ; + rdfs:label "coefficient de dilatation volumique"@fr ; + rdfs:label "coefficiente di dilatazione volumica"@it ; + rdfs:label "coeficiente de dilatación cúbica"@es ; + rdfs:label "coeficiente de dilatação volúmica"@pt ; + rdfs:label "cubic expansion coefficient"@en ; + rdfs:label "kübik genleşme katsayısı"@tr ; + rdfs:label "współczynnik rozszerzalności objętościowej"@pl ; + rdfs:label "Κυματαριθμός"@el ; + rdfs:label "Вълново число"@bg ; + rdfs:label "Температурный коэффициент"@ru ; + rdfs:label "מספר גל"@he ; + rdfs:label "ضریب انبساط گرمایی"@fa ; + rdfs:label "معامل التمدد الحجمى"@ar ; + rdfs:label "体膨胀系数"@zh ; + rdfs:label "線膨張係数"@ja ; + skos:broader quantitykind:ExpansionRatio ; +. +quantitykind:CurieTemperature + a qudt:QuantityKind ; + dcterms:description "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Curie_temperature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet." ; + qudt:symbol "T_C" ; + rdfs:isDefinedBy ; + rdfs:label "Curie sıcaklığı"@tr ; + rdfs:label "Curie temperature"@en ; + rdfs:label "Curie-Temperatur"@de ; + rdfs:label "Curieova teplota"@cs ; + rdfs:label "Punct Curie"@ro ; + rdfs:label "Suhu Curie"@ms ; + rdfs:label "punto di Curie"@it ; + rdfs:label "temperatura Curie"@pl ; + rdfs:label "temperatura de Curie"@es ; + rdfs:label "temperatura de Curie"@pt ; + rdfs:label "température de Curie"@fr ; + rdfs:label "Точка Кюри"@ru ; + rdfs:label "درجة حرارة كوري"@ar ; + rdfs:label "نقطه کوری"@fa ; + rdfs:label "क्यूरी ताप"@hi ; + rdfs:label "キュリー温度"@ja ; + rdfs:label "居里点"@zh ; + skos:closeMatch quantitykind:NeelTemperature ; + skos:closeMatch quantitykind:SuperconductionTransitionTemperature ; +. +quantitykind:CurrencyPerFlight + a qudt:QuantityKind ; + qudt:applicableUnit unit:MegaDOLLAR_US-PER-FLIGHT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Currency Per Flight"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:CurrentLinkage + a qudt:QuantityKind ; + dcterms:description "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:expression "$current-linkage$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ; + qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop." ; + rdfs:isDefinedBy ; + rdfs:label "Current Linkage"@en ; +. +quantitykind:CurrentOfTheAmountOfSubtance + a qudt:QuantityKind ; + dcterms:description "ratio of the amount of substance divided by the related time"@en ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient Stoffmenge dividiert durch die zugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ384#002" ; + rdfs:isDefinedBy ; + rdfs:label "current of the amount of subtance"@en-US ; +. +quantitykind:Curvature + a qudt:QuantityKind ; + dcterms:description "The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. The magnitude of curvature at points on physical curves can be measured in $diopters$ (also spelled $dioptre$) — this is the convention in optics."^^qudt:LatexString ; + qudt:applicableUnit unit:DIOPTER ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curvature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + qudt:plainTextDescription """The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. +That is, given a point P on a smooth curve C, the curvature of C at P is defined to be 1/R where R is the radius of the osculating circle of C at P. The magnitude of curvature at points on physical curves can be measured in diopters (also spelled dioptre) — this is the convention in optics. [Wikipedia],""" ; + rdfs:isDefinedBy ; + rdfs:label "Curvature"@en ; + skos:broader quantitykind:InverseLength ; +. +quantitykind:CurvatureFromRadius + a qudt:QuantityKind ; + dcterms:description "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\kappa = \\frac{1}{\\rho}$, where $\\rho$ is the radius of the curvature."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context." ; + rdfs:isDefinedBy ; + rdfs:label "Curvature"@en ; + skos:closeMatch quantitykind:Curvature ; +. +quantitykind:CutoffCurrentRating + a qudt:QuantityKind ; + dcterms:description "cut-off current parameter as rating for fuses and switches, derived from the so-called Joule integral"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Durchlassstrom-Kennwert als Bemessungsgröße für Sicherungen und Schalter, welcher abgeleitet ist aus dem sogenannten Joule-Integral"@de ; + qudt:symbol "0173-1#Z4-BAJ325#003" ; + rdfs:isDefinedBy ; + rdfs:label "I²t-value"@en-US ; +. +quantitykind:CyclotronAngularFrequency + a qudt:QuantityKind ; + dcterms:description "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_cyclotron_resonance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega_c = \\frac{\\left | q \\right |}{m}B$, where $q$ is the electric charge, $m$ is its mass, and $B$ is the magnetic flux density."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega_c$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency." ; + rdfs:isDefinedBy ; + rdfs:label "Larmor Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency ; +. +quantitykind:DELTA-V + a qudt:QuantityKind ; + dcterms:description "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Delta-v"^^xsd:anyURI ; + qudt:latexSymbol "$\\bigtriangleup v$"^^qudt:LatexString ; + qudt:plainTextDescription "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses." ; + rdfs:isDefinedBy ; + rdfs:label "Delta-V"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:DRY-MASS + a qudt:QuantityKind ; + dcterms:description "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo." ; + rdfs:isDefinedBy ; + rdfs:label "Dry Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:DataRate + a qudt:QuantityKind ; + dcterms:description "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits."^^rdf:HTML ; + qudt:applicableUnit unit:BIT-PER-SEC ; + qudt:applicableUnit unit:ExaBIT-PER-SEC ; + qudt:applicableUnit unit:GigaBIT-PER-SEC ; + qudt:applicableUnit unit:KiloBIT-PER-SEC ; + qudt:applicableUnit unit:KiloBYTE-PER-SEC ; + qudt:applicableUnit unit:MegaBIT-PER-SEC ; + qudt:applicableUnit unit:PetaBIT-PER-SEC ; + qudt:applicableUnit unit:TeraBIT-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Data_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits." ; + rdfs:isDefinedBy ; + rdfs:label "Data Rate"@en ; + skos:broader quantitykind:InformationFlowRate ; +. +quantitykind:DataTransmissionRate + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "data transmission rate"@en-US ; +. +quantitykind:DatasetOfBits + a qudt:QuantityKind ; + qudt:applicableUnit unit:GibiBIT ; + qudt:applicableUnit unit:GigaBIT ; + qudt:applicableUnit unit:KibiBIT ; + qudt:applicableUnit unit:KiloBIT ; + qudt:applicableUnit unit:MebiBIT ; + qudt:applicableUnit unit:MegaBIT ; + qudt:applicableUnit unit:OCTET ; + qudt:applicableUnit unit:PetaBIT ; + qudt:applicableUnit unit:TeraBIT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD027" ; + rdfs:isDefinedBy ; + rdfs:label "dataset of bits" ; +. +quantitykind:DatasetOfBytes + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD028" ; + rdfs:isDefinedBy ; + rdfs:label "dataset of bytes" ; +. +quantitykind:Debye-WallerFactor + a qudt:QuantityKind ; + dcterms:description "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Debye–Waller_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations." ; + qudt:symbol "D, B" ; + rdfs:isDefinedBy ; + rdfs:label "Debye-Waller Factor"@en ; +. +quantitykind:DebyeAngularFrequency + a qudt:QuantityKind ; + dcterms:description "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://lamp.tu-graz.ac.at/~hadley/ss1/phonons/table/dosdebye.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\omega_b$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid." ; + rdfs:isDefinedBy ; + rdfs:label "Debye Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency ; +. +quantitykind:DebyeAngularWavenumber + a qudt:QuantityKind ; + dcterms:description "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid." ; + qudt:symbol "q_D" ; + rdfs:isDefinedBy ; + rdfs:label "Debye Angular Wavenumber"@en ; + skos:broader quantitykind:InverseLength ; +. +quantitykind:DebyeTemperature + a qudt:QuantityKind ; + dcterms:description "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Debye_model"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\Theta_D = \\frac{\\hbar\\omega_D}{k}$, where $k$ is the Boltzmann constant, $\\hbar$ is the reduced Planck constant, and $\\omega_D$ is the Debye angular frequency."^^qudt:LatexString ; + qudt:latexSymbol "$\\Theta_D$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited." ; + rdfs:isDefinedBy ; + rdfs:label "Debye Temperature"@en ; +. +quantitykind:DecayConstant + a qudt:QuantityKind ; + dcterms:description "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay."^^rdf:HTML ; + qudt:applicableUnit unit:KiloCi ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ; + qudt:informativeReference "http://www.britannica.com/EBchecked/topic/154945/decay-constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "Relative variation $\\frac{dN}{N}$ of the number $N$ of atoms or nuclei in a system, due to spontaneous emission from these atoms or nuclei during an infinitesimal time interval, divided by its duration $dt$, thus $\\lambda = -\\frac{1}{N}\\frac{dN}{dt}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay." ; + rdfs:isDefinedBy ; + rdfs:label "Decay Constant"@en ; + skos:broader quantitykind:InverseTime ; +. +quantitykind:DegreeOfDissociation + a qudt:QuantityKind ; + dcterms:description "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dissociation_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated." ; + rdfs:isDefinedBy ; + rdfs:label "Degree of Dissociation"@en ; +. +quantitykind:Density + a qudt:QuantityKind ; + dcterms:description "The mass density or density of a material is defined as its mass per unit volume. The symbol most often used for density is \\(\\rho\\). Mathematically, density is defined as mass divided by volume: \\(\\rho = m/V\\), where \\(\\rho\\) is the density, \\(m\\) is the mass, and \\(V\\) is the volume. In some cases, density is also defined as its weight per unit volume, although this quantity is more properly called specific weight."^^qudt:LatexString ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Density"^^xsd:anyURI ; + qudt:exactMatch quantitykind:MassDensity ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD029" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = m/V$, where $\\rho$ is the density, $m$ is the mass, and $V$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:DENS ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Density"@en ; +. +quantitykind:DensityInCombustionChamber + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:latexSymbol "$\\rho_c$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Density In Combustion Chamber"@en ; +. +quantitykind:DensityOfStates + a qudt:QuantityKind ; + dcterms:description "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^rdf:HTML ; + qudt:applicableUnit unit:SEC-PER-RAD-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD030" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume." ; + qudt:symbol "g" ; + rdfs:isDefinedBy ; + rdfs:label "Density of states"@en ; +. +quantitykind:DensityOfTheExhaustGases + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Density Of The Exhaust Gases"@en ; + skos:broader quantitykind:Density ; +. +quantitykind:Depth + a qudt:QuantityKind ; + dcterms:description "Depth typically refers to the vertical measure of length from the surface of a liquid."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Depth typically refers to the vertical measure of length from the surface of a liquid." ; + rdfs:isDefinedBy ; + rdfs:label "Depth"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:DewPointTemperature + a qudt:QuantityKind ; + dcterms:description "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation." ; + qudt:symbol "T_d" ; + rdfs:isDefinedBy ; + rdfs:label "Dew Point Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:Diameter + a qudt:QuantityKind ; + dcterms:description "In classical geometry, the \"Diameter\" of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. "^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Diameter"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Diameter"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$d = 2r$, where $r$ is the radius of the circle."^^qudt:LatexString ; + qudt:plainTextDescription "In classical geometry, the \"Diameter\" of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. " ; + qudt:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Durchmesser"@de ; + rdfs:label "diameter"@en ; + rdfs:label "diametro"@it ; + rdfs:label "diamètre"@fr ; + rdfs:label "diámetro"@es ; + rdfs:label "diâmetro"@pt ; + rdfs:label "premer"@sl ; + rdfs:label "průměr"@cs ; + rdfs:label "çap"@tr ; + rdfs:label "średnica"@pl ; + rdfs:label "диаметр"@ru ; + rdfs:label "قطر"@ar ; + rdfs:label "قطر"@fa ; + rdfs:label "直径"@ja ; + rdfs:label "直径"@zh ; + skos:broader quantitykind:Length ; +. +quantitykind:DiastolicBloodPressure + a qudt:QuantityKind ; + dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ; + qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult." ; + rdfs:isDefinedBy ; + rdfs:label "Diastolic Blood Pressure"@en ; + rdfs:seeAlso quantitykind:SystolicBloodPressure ; + skos:broader quantitykind:Pressure ; +. +quantitykind:DiffusionArea + a qudt:QuantityKind ; + dcterms:description "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+area"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class." ; + qudt:symbol "L^2" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:DiffusionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD031" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_B \\left \\langle \\nu_B \\right \\rangle = -D grad C_B$, where $C_B$ the local molecular concentration of substance $B$ in the mixture and $\\left \\langle \\nu_B \\right \\rangle$ is the local average velocity of the molecules of $B$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry." ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusionskoeffizient"@de ; + rdfs:label "coefficient de diffusion"@fr ; + rdfs:label "coefficiente di diffusione"@it ; + rdfs:label "coeficiente de difusión"@es ; + rdfs:label "coeficiente de difusão"@pt ; + rdfs:label "diffusion coefficient"@en ; + rdfs:label "difuzijski koeficient"@sl ; +. +quantitykind:DiffusionCoefficientForFluenceRate + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ."^^rdf:HTML ; + qudt:abbreviation "m" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + qudt:latexDefinition "$D_\\varphi = -\\frac{J_x}{\\frac{\\partial d\\varphi}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $\\varphi$ is the particle fluence rate."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ." ; + qudt:symbol "Dᵩ" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Coefficient for Fluence Rate"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:DiffusionLength + a qudt:QuantityKind ; + dcterms:description "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+length"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\sqrt{L^2}$, where $L^2$ is the diffusion area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:DigitRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAUD ; + qudt:applicableUnit unit:KiloBAUD ; + qudt:applicableUnit unit:KiloBD ; + qudt:applicableUnit unit:MegaBAUD ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD032" ; + rdfs:isDefinedBy ; + rdfs:label "digit rate" ; +. +quantitykind:Dimensionless + a qudt:QuantityKind ; + dcterms:description "In dimensional analysis, a dimensionless quantity or quantity of dimension one is a quantity without an associated physical dimension. It is thus a \"pure\" number, and as such always has a dimension of 1. Dimensionless quantities are widely used in mathematics, physics, engineering, economics, and in everyday life (such as in counting). Numerous well-known quantities, such as $\\pi$, $\\epsilon$, and $\\psi$, are dimensionless. By contrast, non-dimensionless quantities are measured in units of length, area, time, etc. Dimensionless quantities are often defined as products or ratios of quantities that are not dimensionless, but whose dimensions cancel out when their powers are multiplied."^^qudt:LatexString ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dimensionless_quantity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensionless_quantity"^^xsd:anyURI ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Dimensionless"@en ; +. +quantitykind:DimensionlessRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Dimensionless Ratio"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:Displacement + a qudt:QuantityKind ; + dcterms:description "\"Displacement\" is the shortest distance from the initial to the final position of a point P."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement_(vector)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\Delta r = R_f - R_i$, where $R_f$ is the final position and $R_i$ is the initial position."^^qudt:LatexString ; + qudt:latexSymbol "$\\Delta r$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Displacement\" is the shortest distance from the initial to the final position of a point P." ; + rdfs:isDefinedBy ; + rdfs:label "Displacement"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:DisplacementCurrent + a qudt:QuantityKind ; + dcterms:description "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement_current"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$I_D= \\int_S J_D \\cdot e_n dA$, over a surface $S$, where $J_D$ is displacement current density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization." ; + qudt:symbol "I_D" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Current"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; +. +quantitykind:DisplacementCurrentDensity + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Displacement Current Density}$ is the time rate of change of the $\\textit{Electric Flux Density}$. + This is a measure of how quickly the electric field changes if we observe it as a function of time. + This is different than if we look at how the electric field changes spatially, that is, over a region of space for a fixed amount of time. + """^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.maxwells-equations.com/math/partial-electric-flux.php"^^xsd:anyURI ; + qudt:latexDefinition "$J_D = \\frac{\\partial D}{\\partial t}$, where $D$ is electric flux density and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$J_D$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Current Density"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; +. +quantitykind:DisplacementVectorOfIon + a qudt:QuantityKind ; + dcterms:description "\"Displacement Vector of Ion\" is the ."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement"^^xsd:anyURI ; + qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Displacement Vector of Ion\" is the ." ; + qudt:symbol "u" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Vector of Ion"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:Dissipance + a qudt:QuantityKind ; + dcterms:description "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta = \\frac{P_d}{P_i}$, where $P_d$ is the dissipated sound power, and $P_i$ is the incident sound power."^^qudt:LatexString ; + qudt:latexSymbol "$\\delta$"^^qudt:LatexString ; + qudt:plainTextDescription "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation." ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Dissipance"@en ; +. +quantitykind:Distance + a qudt:QuantityKind ; + dcterms:description "\"Distance\" is a numerical description of how far apart objects are. "^^rdf:HTML ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:PT_BIG ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Distance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Distance\" is a numerical description of how far apart objects are. " ; + qudt:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Entfernung"@de ; + rdfs:label "Jarak"@ms ; + rdfs:label "Vzdálenost"@cs ; + rdfs:label "distance"@en ; + rdfs:label "distance"@fr ; + rdfs:label "distancia"@es ; + rdfs:label "distanza"@it ; + rdfs:label "distância"@pt ; + rdfs:label "uzaklık"@tr ; + rdfs:label "مسافت"@fa ; + rdfs:label "距离"@zh ; + skos:broader quantitykind:Length ; +. +quantitykind:DistanceTraveledDuringBurn + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "s" ; + rdfs:isDefinedBy ; + rdfs:label "Distance Traveled During a Burn"@en ; +. +quantitykind:DonorDensity + a qudt:QuantityKind ; + dcterms:description "\"Donor Density\" is the number per volume of donor levels."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Donor Density\" is the number per volume of donor levels." ; + qudt:symbol "n_d" ; + rdfs:isDefinedBy ; + rdfs:label "Donor Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:DonorIonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Donor Ionization Energy\" is the ionization energy of a donor."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Donor Ionization Energy\" is the ionization energy of a donor." ; + qudt:symbol "E_d" ; + rdfs:isDefinedBy ; + rdfs:label "Donor Ionization Energy"@en ; + skos:broader quantitykind:IonizationEnergy ; + skos:closeMatch quantitykind:AcceptorIonizationEnergy ; +. +quantitykind:DoseEquivalent + a qudt:QuantityKind ; + dcterms:description "\"Dose Equivalent} (former), or \\textit{Equivalent Absorbed Radiation Dose}, usually shortened to \\textit{Equivalent Dose\", is a computed average measure of the radiation absorbed by a fixed mass of biological tissue, that attempts to account for the different biological damage potential of different types of ionizing radiation. The equivalent dose to a tissue is found by multiplying the absorbed dose, in gray, by a dimensionless \"quality factor\" \\(Q\\), dependent upon radiation type, and by another dimensionless factor \\(N\\), dependent on all other pertinent factors. N depends upon the part of the body irradiated, the time and volume over which the dose was spread, even the species of the subject."^^qudt:LatexString ; + qudt:applicableUnit unit:MicroSV ; + qudt:applicableUnit unit:MilliR_man ; + qudt:applicableUnit unit:MilliSV ; + qudt:applicableUnit unit:REM ; + qudt:applicableUnit unit:R_man ; + qudt:applicableUnit unit:SV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Equivalent_dose"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD033" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "At the point of interest in tissue, $H = DQ$, where $D$ is the absorbed dose and $Q$ is the quality factor at that point."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:DOEQ ; + qudt:symbol "H" ; + rdfs:isDefinedBy ; + rdfs:label "Dose Equivalent"@en ; + skos:broader quantitykind:SpecificEnergy ; +. +quantitykind:DoseEquivalentQualityFactor + a qudt:QuantityKind ; + dcterms:description "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Dose Equivalent Quality Factor"@en ; +. +quantitykind:DoseEquivalentRate + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD034" ; + rdfs:isDefinedBy ; + rdfs:label "dose equivalent rate" ; +. +quantitykind:DotsPerInch + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD255" ; + rdfs:isDefinedBy ; + rdfs:label "dots per inch" ; +. +quantitykind:DragCoefficient + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:symbol "C_D" ; + rdfs:isDefinedBy ; + rdfs:label "Drag Coefficient"@en ; +. +quantitykind:DragForce + a qudt:QuantityKind ; + dcterms:description """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity. +Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.""" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity. +Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.""" ; + qudt:symbol "D or F_D" ; + rdfs:isDefinedBy ; + rdfs:label "Drag Force"@en ; +. +quantitykind:DryVolume + a qudt:QuantityKind ; + dcterms:description "Dry measures are units of volume used to measure bulk commodities which are not gas or liquid. They are typically used in agriculture, agronomy, and commodity markets to measure grain, dried beans, and dried and fresh fruit; formerly also salt pork and fish. They are also used in fishing for clams, crabs, etc. and formerly for many other substances (for example coal, cement, lime) which were typically shipped and delivered in a standardized container such as a barrel. In the original metric system, the unit of dry volume was the stere, but this is not part of the modern metric system; the liter and the cubic meter ($m^{3}$) are now used. However, the stere is still widely used for firewood."^^qudt:LatexString ; + qudt:applicableUnit unit:BBL_US_DRY ; + qudt:applicableUnit unit:BU_UK ; + qudt:applicableUnit unit:BU_US ; + qudt:applicableUnit unit:CORD ; + qudt:applicableUnit unit:GAL_US_DRY ; + qudt:applicableUnit unit:PINT_US_DRY ; + qudt:applicableUnit unit:PK_US_DRY ; + qudt:applicableUnit unit:QT_US_DRY ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dry_measure"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Dry Volume"@en ; + skos:broader quantitykind:Volume ; +. +quantitykind:Duv + a qudt:QuantityKind ; + dcterms:description "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://www.waveformlighting.com/tech/calculate-duv-from-cie-1931-xy-coordinates"^^xsd:anyURI ; + qudt:informativeReference "https://www1.eere.energy.gov/buildings/publications/pdfs/ssl/led-color-characteristics-factsheet.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve." ; + rdfs:isDefinedBy ; + rdfs:label "Delta u,v"@en ; + rdfs:seeAlso quantitykind:CorrelatedColorTemperature ; +. +quantitykind:DynamicFriction + a qudt:QuantityKind ; + dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)." ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Friction"@en ; + skos:broader quantitykind:Friction ; +. +quantitykind:DynamicFrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{F}{N}$, where $F$ is the tangential component of the contact force and $N$ is the normal component of the contact force between two sliding bodies."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Friction Coefficient"@en ; + skos:broader quantitykind:FrictionCoefficient ; +. +quantitykind:DynamicPressure + a qudt:QuantityKind ; + dcterms:description "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: $q = 1/2 * \\rho v^{2}$, where (using SI units), $q$ is dynamic pressure in $pascals$, $\\rho$ is fluid density in $kg/m^{3}$ (for example, density of air) and $v $ is fluid velocity in $m/s$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dynamic_pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "q" ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:DynamicViscosity + a qudt:QuantityKind ; + dcterms:description "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^rdf:HTML ; + qudt:applicableUnit unit:CentiPOISE ; + qudt:applicableUnit unit:DecaPOISE ; + qudt:applicableUnit unit:GM-PER-CentiM-SEC ; + qudt:applicableUnit unit:KiloGM-PER-M-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M-HR ; + qudt:applicableUnit unit:KiloGM-PER-M-MIN ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC ; + qudt:applicableUnit unit:LB-PER-FT-DAY ; + qudt:applicableUnit unit:LB-PER-FT-HR ; + qudt:applicableUnit unit:LB-PER-FT-MIN ; + qudt:applicableUnit unit:LB-PER-FT-SEC ; + qudt:applicableUnit unit:LB_F-SEC-PER-FT2 ; + qudt:applicableUnit unit:LB_F-SEC-PER-IN2 ; + qudt:applicableUnit unit:MicroPOISE ; + qudt:applicableUnit unit:MilliPA-SEC ; + qudt:applicableUnit unit:N-SEC-PER-M2 ; + qudt:applicableUnit unit:PA-SEC ; + qudt:applicableUnit unit:PDL-SEC-PER-FT2 ; + qudt:applicableUnit unit:PDL-SEC-PER-IN2 ; + qudt:applicableUnit unit:POISE ; + qudt:applicableUnit unit:SLUG-PER-FT-SEC ; + qudt:exactMatch quantitykind:Viscosity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD035" ; + qudt:informativeReference "http://dictionary.reference.com/browse/dynamic+viscosity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau_{xz} = \\eta\\frac{dv_x}{dz}$, where $\\tau_{xz}$ is shear stress in a fluid moving with a velocity gradient $\\frac{dv_x}{dz}$ perpendicular to the plane of shear. "^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law." ; + qudt:siExactMatch si-quantity:DYVI ; + rdfs:isDefinedBy ; + rdfs:label "Kelikatan dinamik"@ms ; + rdfs:label "Viscozitate dinamică"@ro ; + rdfs:label "dinamik akmazlık"@tr ; + rdfs:label "dinamična viskoznost"@sl ; + rdfs:label "dynamic viscosity"@en ; + rdfs:label "dynamische Viskosität"@de ; + rdfs:label "lepkość dynamiczna"@pl ; + rdfs:label "viscosidad dinámica"@es ; + rdfs:label "viscosidade dinâmica"@pt ; + rdfs:label "viscosità dinamica"@it ; + rdfs:label "viscosité dynamique"@fr ; + rdfs:label "viskozita"@cs ; + rdfs:label "динамическую вязкость"@ru ; + rdfs:label "لزوجة"@ar ; + rdfs:label "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa ; + rdfs:label "श्यानता"@hi ; + rdfs:label "动力粘度"@zh ; + rdfs:label "粘度"@ja ; + skos:altLabel "viscosità di taglio"@it ; +. +quantitykind:EarthClosestApproachVehicleVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "V_o" ; + rdfs:isDefinedBy ; + rdfs:label "Earth Closest Approach Vehicle Velocity"@en ; + skos:broader quantitykind:VehicleVelocity ; +. +quantitykind:EarthquakeMagnitude + a qudt:QuantityKind ; + qudt:applicableUnit unit:RichterMagnitude ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD365" ; + rdfs:isDefinedBy ; + rdfs:label "earthquake magnitude" ; +. +quantitykind:EccentricityOfOrbit + a qudt:QuantityKind ; + dcterms:description "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape." ; + rdfs:isDefinedBy ; + rdfs:label "Eccentricity Of Orbit"@en ; +. +quantitykind:EffectiveExhaustVelocity + a qudt:QuantityKind ; + dcterms:description "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity." ; + qudt:symbol "v_{e}" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Exhaustvelocity"@en ; +. +quantitykind:EffectiveMass + a qudt:QuantityKind ; + dcterms:description "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Effective_mass_(solid-state_physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$m^* = \\hbar^2k(\\frac{d\\varepsilon}{dk})$, where $\\hbar$ is the reduced Planck constant, $k$ is the wavenumber, and $\\varepsilon$ is the energy of the electron."^^qudt:LatexString ; + qudt:plainTextDescription "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level." ; + qudt:symbol "m^*" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:EffectiveMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction#Effective_neutron_multiplication_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium." ; + qudt:symbol "k_{eff}" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Multiplication Factor"@en ; + skos:broader quantitykind:MultiplicationFactor ; + skos:closeMatch quantitykind:InfiniteMultiplicationFactor ; +. +quantitykind:Efficiency + a qudt:QuantityKind ; + dcterms:description "Efficiency is the ratio of output power to input power."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\eta = \\frac{P_{out}}{P_{in}}$, where $P_{out}$ is the output power and $P_{in}$ is the input power."^^qudt:LatexString ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + qudt:plainTextDescription "Efficiency is the ratio of output power to input power." ; + rdfs:isDefinedBy ; + rdfs:label "Wirkungsgrad"@de ; + rdfs:label "efficiency"@en ; + rdfs:label "efficienza"@it ; + rdfs:label "eficiência"@pt ; + rdfs:label "rendement"@fr ; + rdfs:label "rendimiento"@es ; + rdfs:label "sprawność"@pl ; + rdfs:label "коэффициент полезного действия"@ru ; + rdfs:label "كفاءة"@ar ; + rdfs:label "効率"@ja ; + rdfs:label "效率"@zh ; + skos:altLabel "rendimento"@it ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:EinsteinCoefficients + a qudt:QuantityKind ; + qudt:applicableUnit unit:SEC-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD036" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein coefficients" ; +. +quantitykind:EinsteinTransitionProbability + a qudt:QuantityKind ; + dcterms:description "Given two atomic states of energy $E_j$ and $E_k$. Let $E_j > E_k$. Assume the atom is bathed in radiation of energy density $u(w)$. Transitions between these states can take place in three different ways. Spontaneous, induced/stimulated emission, and induced absorption. $A_jk$ represents the Einstein transition probability for spontaneous emission."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://electron6.phys.utk.edu/qm2/modules/m10/einstein.htm"^^xsd:anyURI ; + qudt:latexDefinition "$\\frac{-dN_j}{dt} = A_jkN_j$, where $-dN_j$ is the number of molecules spontaneously leaving the state j for the state k during a time interval of duration $dt$, $N_j$ is the number of molecules in the state j, and $E_j > E_k$."^^qudt:LatexString ; + qudt:symbol "A_jkN_j" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein Transition Probability"@en ; +. +quantitykind:EinsteinTransitionProbabilityForSpontaneousOrInducedEmissionAndAbsorption + a qudt:QuantityKind ; + dcterms:description "nuclear constant for the special transition where the probability of the absorption, spontaneous emission or induced emission of energy depends on the number of existing quantums of light, expressed as energy density in the wave model of light: energy divided by volume and frequency"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:plainTextDescription "atomare Konstante für den speziellen Übergang, wobei die Wahrscheinlichkeit der Absorption, der spontanen Emission und der induzierte Emission von Energie abhängig ist von der Zahl der vorhandenen Lichtquanten, ausgedrückt als Energiedichte im Wellenmodell des Lichtes: Energie durch Volumen und Frequenz"@de ; + qudt:symbol "0173-1#Z4-BAJ456#001" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein transition probability for spontaneous or induced emission and absorption"@en-US ; +. +quantitykind:ElectricCharge + a qudt:QuantityKind ; + dcterms:description "\"Electric Charge\" is a fundamental conserved property of some subatomic particles, which determines their electromagnetic interaction. Electrically charged matter is influenced by, and produces, electromagnetic fields. The electric charge on a body may be positive or negative. Two positively charged bodies experience a mutual repulsive force, as do two negatively charged bodies. A positively charged body and a negatively charged body experience an attractive force. Electric charge is carried by discrete particles and can be positive or negative. The sign convention is such that the elementary electric charge \\(e\\), that is, the charge of the proton, is positive. The SI derived unit of electric charge is the coulomb."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD037" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_charge"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_charge?oldid=492961669"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$dQ = Idt$, where $I$ is electric current."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELCH ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Cas elektrik"@ms ; + rdfs:label "Charge électrique"@fr ; + rdfs:label "Elektrický náboj"@cs ; + rdfs:label "carga eléctrica"@es ; + rdfs:label "carga elétrica"@pt ; + rdfs:label "carica elettrica"@it ; + rdfs:label "electric charge"@en ; + rdfs:label "elektrik yükü"@tr ; + rdfs:label "elektrische Ladung"@de ; + rdfs:label "električni naboj"@sl ; + rdfs:label "elektromos töltés"@hu ; + rdfs:label "onus electricum"@la ; + rdfs:label "sarcină electrică"@ro ; + rdfs:label "ładunek elektryczny"@pl ; + rdfs:label "Ηλεκτρικό φορτίο"@el ; + rdfs:label "Електрически заряд"@bg ; + rdfs:label "Электрический заряд"@ru ; + rdfs:label "מטען חשמלי"@he ; + rdfs:label "الشحنة الكهربائية"@ar ; + rdfs:label "بار الکتریکی"@fa ; + rdfs:label "विद्युत आवेग या विद्युत बहाव"@hi ; + rdfs:label "电荷"@zh ; + rdfs:label "電荷"@ja ; + rdfs:seeAlso quantitykind:ElectricCurrent ; + skos:altLabel "cantitate de electricitate"@ro ; +. +quantitykind:ElectricChargeDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR-PER-DeciM3 ; + qudt:applicableUnit unit:A-HR-PER-M3 ; + qudt:applicableUnit unit:C-PER-M3 ; + qudt:applicableUnit unit:MegaC-PER-M3 ; + qudt:applicableUnit unit:MicroC-PER-M3 ; + qudt:expression "$charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.maxwells-equations.com/pho/charge-density.php"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{dQ}{dV}$, where $Q$ is electric charge and $V$ is Volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + qudt:siExactMatch si-quantity:ELCD ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeSurfaceDensity ; +. +quantitykind:ElectricChargeLineDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot $, $m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Line Density"@en ; +. +quantitykind:ElectricChargeLinearDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^rdf:HTML ; + qudt:applicableUnit unit:C-PER-M ; + qudt:expression "$linear-charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_l = \\frac{dQ}{dl}$, where $Q$ is electric charge and $l$ is length."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Linear Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeDensity ; +. +quantitykind:ElectricChargePerAmountOfSubstance + a qudt:QuantityKind ; + dcterms:description "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-MOL ; + qudt:applicableUnit unit:C_Stat-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electric charge per amount of substance"@en ; +. +quantitykind:ElectricChargePerArea + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Electric charge per area"@en ; +. +quantitykind:ElectricChargePerMass + a qudt:QuantityKind ; + dcterms:description "\"Electric Charge Per Mass\" is the charge associated with a specific mass of a substance. In the SI and ISO systems this is $1 kg$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-KiloGM ; + qudt:applicableUnit unit:A-M2-PER-J-SEC ; + qudt:applicableUnit unit:C-PER-KiloGM ; + qudt:applicableUnit unit:HZ-PER-T ; + qudt:applicableUnit unit:KiloR ; + qudt:applicableUnit unit:MegaHZ-PER-T ; + qudt:applicableUnit unit:MilliC-PER-KiloGM ; + qudt:applicableUnit unit:MilliR ; + qudt:applicableUnit unit:PER-T-SEC ; + qudt:applicableUnit unit:R ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Per Mass"@en ; +. +quantitykind:ElectricChargeSurfaceDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:expression "$surface-charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac{dQ}{dA}$, where $Q$ is electric charge and $A$ is Area."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Surface Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeDensity ; +. +quantitykind:ElectricChargeVolumeDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-DeciM3 ; + qudt:applicableUnit unit:A-HR-PER-M3 ; + qudt:applicableUnit unit:C-PER-CentiM3 ; + qudt:applicableUnit unit:C-PER-M3 ; + qudt:applicableUnit unit:C-PER-MilliM3 ; + qudt:applicableUnit unit:GigaC-PER-M3 ; + qudt:applicableUnit unit:KiloC-PER-M3 ; + qudt:applicableUnit unit:MilliC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Volume Density"@en ; +. +quantitykind:ElectricConductivity + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:MHO_Stat ; + qudt:applicableUnit unit:S_Ab ; + qudt:applicableUnit unit:S_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Kekonduksian elektrik"@ms ; + rdfs:label "conducibilità elettrica"@it ; + rdfs:label "conductividad eléctrica"@es ; + rdfs:label "conductivité électrique"@fr ; + rdfs:label "condutividade elétrica"@pt ; + rdfs:label "electric conductivity"@en ; + rdfs:label "elektrik iletkenliği"@tr ; + rdfs:label "elektrische Leitfähigkeit"@de ; + rdfs:label "električna prevodnost"@sl ; + rdfs:label "رسانايى الکتريکى/هدایت الکتریکی"@fa ; + rdfs:label "电导率"@zh ; +. +quantitykind:ElectricCurrent + a qudt:QuantityKind ; + dcterms:description "\"Electric Current\" is the flow (movement) of electric charge. The amount of electric current through some surface, for example, a section through a copper conductor, is defined as the amount of electric charge flowing through that surface over time. Current is a scalar-valued quantity. Electric current is one of the base quantities in the International System of Quantities, ISQ, on which the International System of Units, SI, is based. "^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:A_Ab ; + qudt:applicableUnit unit:A_Stat ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:BIOT ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:KiloA ; + qudt:applicableUnit unit:MegaA ; + qudt:applicableUnit unit:MicroA ; + qudt:applicableUnit unit:MilliA ; + qudt:applicableUnit unit:NanoA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:PicoA ; + qudt:applicableUnit unit:PlanckCurrent ; + qudt:applicableUnit unit:TeraA ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_current"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD039" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electric Current\" is the flow (movement) of electric charge. The amount of electric current through some surface, for example, a section through a copper conductor, is defined as the amount of electric charge flowing through that surface over time. Current is a scalar-valued quantity. Electric current is one of the base quantities in the International System of Quantities, ISQ, on which the International System of Units, SI, is based. " ; + qudt:siExactMatch si-quantity:ELCU ; + qudt:symbol "I" ; + rdfs:isDefinedBy ; + rdfs:label "Arus elektrik"@ms ; + rdfs:label "Elektrický proud"@cs ; + rdfs:label "corrente elettrica"@it ; + rdfs:label "corrente elétrica"@pt ; + rdfs:label "corriente eléctrica"@es ; + rdfs:label "curent electric"@ro ; + rdfs:label "electric current"@en ; + rdfs:label "elektrik akımı"@tr ; + rdfs:label "elektrische Stromstärke"@de ; + rdfs:label "električni tok"@sl ; + rdfs:label "elektromos áramerősség"@hu ; + rdfs:label "fluxio electrica"@la ; + rdfs:label "intensité de courant électrique"@fr ; + rdfs:label "prąd elektryczny"@pl ; + rdfs:label "Ένταση ηλεκτρικού ρεύματος"@el ; + rdfs:label "Електрически ток"@bg ; + rdfs:label "Сила электрического тока"@ru ; + rdfs:label "זרם חשמלי"@he ; + rdfs:label "تيار كهربائي"@ar ; + rdfs:label "جریان الکتریکی"@fa ; + rdfs:label "विद्युत धारा"@hi ; + rdfs:label "电流"@zh ; + rdfs:label "電流"@ja ; +. +quantitykind:ElectricCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \\(I\\), through a surface \\(S\\) is defined as \\(I = \\int_S J \\cdot e_n dA\\), where \\(e_ndA\\) is the vector surface element."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM2 ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:applicableUnit unit:A-PER-MilliM2 ; + qudt:applicableUnit unit:A_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:A_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloA-PER-M2 ; + qudt:applicableUnit unit:MegaA-PER-M2 ; + qudt:applicableUnit unit:PlanckCurrentDensity ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Current_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD040" ; + qudt:informativeReference "http://maxwells-equations.com/density/current.php"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J = \\rho v$, where $\\rho$ is electric current density and $v$ is volume."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:CUDE ; + qudt:symbol "J" ; + rdfs:isDefinedBy ; + rdfs:label "Akım yoğunluğu"@tr ; + rdfs:label "Densitate de curent"@ro ; + rdfs:label "Gęstość prądu elektrycznego"@pl ; + rdfs:label "Hustota elektrického proudu"@cs ; + rdfs:label "Ketumpatan arus elektrik"@ms ; + rdfs:label "densidad de corriente"@es ; + rdfs:label "densidade de corrente elétrica"@pt ; + rdfs:label "densità di corrente elettrica"@it ; + rdfs:label "densité de courant"@fr ; + rdfs:label "electric current density"@en ; + rdfs:label "elektrische Stromdichte"@de ; + rdfs:label "gostota električnega toka"@sl ; + rdfs:label "плотность тока"@ru ; + rdfs:label "كثافة التيار"@ar ; + rdfs:label "چگالی جریان الکتریکی"@fa ; + rdfs:label "धारा घनत्व"@hi ; + rdfs:label "电流密度"@zh ; + rdfs:label "電流密度"@ja ; + skos:altLabel "areic electric current"@en ; + skos:altLabel "keluasan arus elektrik"@ms ; +. +quantitykind:ElectricCurrentPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Angle"@en ; +. +quantitykind:ElectricCurrentPerUnitEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-J ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Unit Energy"@en ; +. +quantitykind:ElectricCurrentPerUnitLength + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Unit Length"@en ; +. +quantitykind:ElectricCurrentPerUnitTemperature + a qudt:QuantityKind ; + dcterms:description "\"Electric Current per Unit Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ; + qudt:applicableUnit unit:A-PER-DEG_C ; + qudt:applicableUnit unit:A-PER-K ; + qudt:applicableUnit unit:KiloA-PER-K ; + qudt:applicableUnit unit:MicroA-PER-K ; + qudt:applicableUnit unit:MilliA-PER-K ; + qudt:applicableUnit unit:NanoA-PER-K ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:plainTextDescription "\"Electric Current per 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." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Unit Temperature"@en ; +. +quantitykind:ElectricCurrentPhasor + a qudt:QuantityKind ; + dcterms:description "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Phasor_(electronics)"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "When $i = \\hat{I} \\cos{(\\omega t + \\alpha)}$, where $i$ is the electric current, $\\omega$ is angular frequence, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{I} = Ie^{ja}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{I}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current Phasor"@en ; +. +quantitykind:ElectricDipoleMoment + a qudt:QuantityKind ; + dcterms:description "\"Electric Dipole Moment\" is a measure of the separation of positive and negative electrical charges in a system of (discrete or continuous) charges. It is a vector-valued quantity. If the system of charges is neutral, that is if the sum of all charges is zero, then the dipole moment of the system is independent of the choice of a reference frame; however in a non-neutral system, such as the dipole moment of a single proton, a dependence on the choice of reference point arises. In such cases it is conventional to choose the reference point to be the center of mass of the system or the center of charge, not some arbitrary origin. This convention ensures that the dipole moment is an intrinsic property of the system. The electric dipole moment of a substance within a domain is the vector sum of electric dipole moments of all electric dipoles included in the domain."^^rdf:HTML ; + qudt:applicableUnit unit:C-M ; + qudt:applicableUnit unit:Debye ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD041" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_dipole_moment"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition """$E_p = -p \\cdot E$, where $E_p$ is the interaction energy of the molecule with electric dipole moment $p$ and an electric field with electric field strength $E$. + +$p = q(r_+ - r_i)$, where $r_+$ and $r_-$ are the position vectors to carriers of electric charge $a$ and $-q$, respectively."""^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Dipole Moment\" is a measure of the separation of positive and negative electrical charges in a system of (discrete or continuous) charges. It is a vector-valued quantity. If the system of charges is neutral, that is if the sum of all charges is zero, then the dipole moment of the system is independent of the choice of a reference frame; however in a non-neutral system, such as the dipole moment of a single proton, a dependence on the choice of reference point arises. In such cases it is conventional to choose the reference point to be the center of mass of the system or the center of charge, not some arbitrary origin. This convention ensures that the dipole moment is an intrinsic property of the system. The electric dipole moment of a substance within a domain is the vector sum of electric dipole moments of all electric dipoles included in the domain." ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Dipólový moment"@cs ; + rdfs:label "Momen dwikutub elektrik"@ms ; + rdfs:label "electric dipole moment"@en ; + rdfs:label "elektrik dipol momenti"@tr ; + rdfs:label "elektrisches Dipolmoment"@de ; + rdfs:label "elektryczny moment dipolowy"@pl ; + rdfs:label "moment dipolaire"@fr ; + rdfs:label "moment electric dipolar"@ro ; + rdfs:label "momento de dipolo eléctrico"@es ; + rdfs:label "momento di dipolo elettrico"@it ; + rdfs:label "momento do dipolo elétrico"@pt ; + rdfs:label "Электрический дипольный момент"@ru ; + rdfs:label "عزم ثنائي قطب"@ar ; + rdfs:label "گشتاور دوقطبی الکتریکی"@fa ; + rdfs:label "विद्युत द्विध्रुव आघूर्ण"@hi ; + rdfs:label "电偶极矩"@zh ; + rdfs:label "電気双極子"@ja ; +. +quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:C3-M-PER-J2 ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en ; +. +quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic + a qudt:QuantityKind ; + qudt:applicableUnit unit:C4-M4-PER-J3 ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en ; +. +quantitykind:ElectricDisplacement + a qudt:QuantityKind ; + dcterms:description "In a dielectric material the presence of an electric field E causes the bound charges in the material (atomic nuclei and their electrons) to slightly separate, inducing a local electric dipole moment. The Electric Displacement Field, $D$, is a vector field that accounts for the effects of free charges within such dielectric materials. This describes also the charge density on an extended surface that could be causing the field."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:exactMatch quantitykind:ElectricFluxDensity ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-895"^^xsd:anyURI ; + qudt:latexDefinition "$D = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $E$ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Displacement"@en ; + skos:broader quantitykind:ElectricChargePerArea ; +. +quantitykind:ElectricDisplacementField + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Displacement Field"@en ; + skos:broader quantitykind:ElectricChargePerArea ; +. +quantitykind:ElectricField + a qudt:QuantityKind ; + dcterms:description "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)."^^rdf:HTML ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_field"^^xsd:anyURI ; + qudt:expression "$E$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + qudt:plainTextDescription "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Field"@en ; +. +quantitykind:ElectricFieldStrength + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloV-PER-M ; + qudt:applicableUnit unit:MegaV-PER-M ; + qudt:applicableUnit unit:MicroV-PER-M ; + qudt:applicableUnit unit:MilliV-PER-M ; + qudt:applicableUnit unit:V-PER-CentiM ; + qudt:applicableUnit unit:V-PER-IN ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V-PER-MilliM ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD042" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{E} = \\mathbf{F}/q$, where $\\mathbf{F}$ is force and $q$ is electric charge, of a test particle at rest."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{E} $"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELFS ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Elektromos mező"@hu ; + rdfs:label "Kekuatan medan elektrik"@ms ; + rdfs:label "câmp electric"@ro ; + rdfs:label "electric field strength"@en ; + rdfs:label "elektrické pole"@cs ; + rdfs:label "elektriksel alan kuvveti"@tr ; + rdfs:label "elektrische Feldstärke"@de ; + rdfs:label "intensidad de campo eléctrico"@es ; + rdfs:label "intensidade de campo elétrico"@pt ; + rdfs:label "intensità di campo elettrico"@it ; + rdfs:label "intensité de champ électrique"@fr ; + rdfs:label "jakost električnega polja"@sl ; + rdfs:label "natężenie pola elektrycznego"@pl ; + rdfs:label "Ηλεκτρικό πεδίο"@el ; + rdfs:label "Електрично поле"@bg ; + rdfs:label "Напряженность электрического поля"@ru ; + rdfs:label "שדה חשמלי"@he ; + rdfs:label "شدة المجال الكهربائي"@ar ; + rdfs:label "شدت میدان الکتریکی"@fa ; + rdfs:label "विद्युत्-क्षेत्र"@hi ; + rdfs:label "電場"@zh ; + rdfs:label "電界強度"@ja ; +. +quantitykind:ElectricFlux + a qudt:QuantityKind ; + dcterms:description "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity."^^rdf:HTML ; + qudt:applicableUnit unit:V-M ; + qudt:applicableUnit unit:V_Stat-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:expression "$electirc-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\int_S D \\cdot e_n dA$, over a surface $S$, where $D$ is electric flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Flux"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; +. +quantitykind:ElectricFluxDensity + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:exactMatch quantitykind:ElectricDisplacement ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD043" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{D} = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $\\mathbf{E} $ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{D}$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELFD ; + rdfs:isDefinedBy ; + rdfs:label "Densidad de flujo eléctrico"@es ; + rdfs:label "Elektrická indukce"@cs ; + rdfs:label "Induction électrique"@fr ; + rdfs:label "Inducție electrică"@ro ; + rdfs:label "Indukcja elektryczna"@pl ; + rdfs:label "Ketumpatan fluks elektrik"@ms ; + rdfs:label "campo de deslocamento elétrico"@pt ; + rdfs:label "electric flux density"@en ; + rdfs:label "elektrik akı yoğunluğu"@tr ; + rdfs:label "elektrische Flussdichte"@de ; + rdfs:label "spostamento elettrico"@it ; + rdfs:label "Электрическая индукция"@ru ; + rdfs:label "إزاحة كهربائية"@ar ; + rdfs:label "چگالی شار الکتریکی"@fa ; + rdfs:label "電位移"@zh ; + rdfs:label "電束密度"@ja ; + skos:altLabel "anjakan"@ms ; + skos:altLabel "densité de flux électrique"@fr ; + skos:altLabel "displacement"@en ; + skos:altLabel "elektrische Induktion"@de ; + skos:altLabel "elektrische Verschiebung"@de ; + skos:altLabel "induzione elettrica"@it ; + skos:altLabel "yer değiştirme"@tr ; + skos:broader quantitykind:ElectricChargePerArea ; +. +quantitykind:ElectricPolarizability + a qudt:QuantityKind ; + dcterms:description "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Polarizability"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_{i,j} = \\frac{\\partial p_i}{\\partial E_j}$, where $p_i$ is the cartesian component along the $i-axis$ of the electric dipole moment induced by the applied electric field strength acting on the molecule, and $E_j$ is the component along the $j-axis$ of this electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole." ; + rdfs:isDefinedBy ; + rdfs:label "Kepengkutuban elektrik"@ms ; + rdfs:label "Kutuplanabilirlik"@tr ; + rdfs:label "Polarisabilité"@fr ; + rdfs:label "Polarizabilidad"@es ; + rdfs:label "Polarizovatelnost"@cs ; + rdfs:label "Polaryzowalność"@pl ; + rdfs:label "electric polarizability"@en ; + rdfs:label "elektrische Polarisierbarkeit"@de ; + rdfs:label "polarizabilidade"@pt ; + rdfs:label "polarizzabilità elettrica"@it ; + rdfs:label "Поляризуемость"@ru ; + rdfs:label "قابلية استقطاب"@ar ; + rdfs:label "قطبیت پذیری الکتریکی"@fa ; + rdfs:label "分極率"@ja ; + rdfs:label "極化性"@zh ; +. +quantitykind:ElectricPolarization + a qudt:QuantityKind ; + dcterms:description "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD044" ; + qudt:informativeReference "http://www.britannica.com/EBchecked/topic/182690/electric-polarization"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$P =\\frac{dp}{dV}$, where $p$ is electic charge density and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V." ; + qudt:symbol "P" ; + rdfs:isDefinedBy ; + rdfs:label "electric polarization"@en ; + rdfs:label "elektrische Polarisation"@de ; + rdfs:label "polarisation électrique"@fr ; + rdfs:label "polarización eléctrica"@es ; + rdfs:label "polarização eléctrica"@pt ; + rdfs:label "polarizzazione elettrica"@it ; + rdfs:label "polaryzacja elektryczna"@pl ; + rdfs:label "электрическая поляризация"@ru ; + rdfs:label "إستقطاب كهربائي"@ar ; + rdfs:label "電気分極"@ja ; + rdfs:seeAlso quantitykind:ElectricChargeDensity ; + rdfs:seeAlso quantitykind:ElectricDipoleMoment ; +. +quantitykind:ElectricPotential + a qudt:QuantityKind ; + dcterms:description "The Electric Potential is a scalar valued quantity associated with an electric field. The electric potential $\\phi(x)$ at a point, $x$, is formally defined as the line integral of the electric field taken along a path from x to the point at infinity. If the electric field is static, that is time independent, then the choice of the path is arbitrary; however if the electric field is time dependent, taking the integral a different paths will produce different results."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$-\\text{grad} \\; V = E + \\frac{\\partial A}{\\partial t}$, where $E$ is electric field strength, $A$ is magentic vector potential and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Keupayaan elektrik"@ms ; + rdfs:label "electric potential"@en ; + rdfs:label "elektrický potenciál"@cs ; + rdfs:label "elektrik potansiyeli"@tr ; + rdfs:label "elektrisches Potenzial"@de ; + rdfs:label "električni potencial"@sl ; + rdfs:label "elektromos feszültség , elektromos potenciálkülönbség"@hu ; + rdfs:label "potencial eléctrico"@es ; + rdfs:label "potencial elétrico"@pt ; + rdfs:label "potencjał elektryczny"@pl ; + rdfs:label "potentiel électrique"@fr ; + rdfs:label "potenziale elettrico"@it ; + rdfs:label "potențial electric"@ro ; + rdfs:label "tensio electrica"@la ; + rdfs:label "Електрически потенциал"@bg ; + rdfs:label "электростатический потенциал"@ru ; + rdfs:label "מתח חשמלי (הפרש פוטנציאלים)"@he ; + rdfs:label "كمون كهربائي"@ar ; + rdfs:label "پتانسیل الکتریکی"@fa ; + rdfs:label "विद्युत विभव"@hi ; + rdfs:label "電位"@ja ; + rdfs:label "電勢"@zh ; + skos:altLabel "vis electromotrix"@la ; +. +quantitykind:ElectricPotentialDifference + a qudt:QuantityKind ; + dcterms:description "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^rdf:HTML ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$V_{ab} = \\int_{r_a(C)}^{r_b} (E +\\frac{\\partial A}{\\partial t}) $, where $E$ is electric field strength, $A$ is magentic vector potential, $t$ is time, and $r$ is position vector along a curve C from a point $a$ to $b$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field." ; + qudt:siExactMatch si-quantity:ELPD ; + qudt:symbol "V_{ab}" ; + rdfs:isDefinedBy ; + rdfs:label "Voltan Perbezaan keupayaan elektrik"@ms ; + rdfs:label "diferență de potențial electric"@ro ; + rdfs:label "differenza di potenziale elettrico"@it ; + rdfs:label "electric potential difference"@en ; + rdfs:label "elektrické napětí"@cs ; + rdfs:label "elektrische Spannung"@de ; + rdfs:label "električna napetost"@sl ; + rdfs:label "gerilim"@tr ; + rdfs:label "napięcie elektryczne"@pl ; + rdfs:label "tension électrique"@fr ; + rdfs:label "tensión eléctrica"@es ; + rdfs:label "tensão elétrica (diferença de potencial)"@pt ; + rdfs:label "электрическое напряжение"@ru ; + rdfs:label "جهد كهربائي"@ar ; + rdfs:label "ولتاژ/ اختلاف پتانسیل"@fa ; + rdfs:label "विभवांतर"@hi ; + rdfs:label "電圧"@ja ; + rdfs:label "電壓"@zh ; + skos:altLabel "ketegangan"@ms ; + skos:altLabel "tension"@en ; + skos:altLabel "tensione elettrica"@it ; + skos:altLabel "tensiune"@ro ; +. +quantitykind:ElectricPower + a qudt:QuantityKind ; + dcterms:description "\"Electric Power\" is the rate at which electrical energy is transferred by an electric circuit. In the simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the circuit (V) and the amount of current flowing in the circuit (I): $P = VI$, where $P$ is the power, $V$ is the potential difference, and $I$ is the current. However, in general electric power is calculated by taking the integral of the vector cross-product of the electrical and magnetic fields over a specified area."^^qudt:LatexString ; + qudt:applicableSIUnit unit:KiloW ; + qudt:applicableSIUnit unit:MegaW ; + qudt:applicableSIUnit unit:MilliW ; + qudt:applicableSIUnit unit:W ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ; + qudt:symbol "P_E" ; + rdfs:isDefinedBy ; + rdfs:label "Wirkleistung"@de ; + rdfs:label "electric power"@en ; + rdfs:label "moc czynna"@pl ; + rdfs:label "potencia activa"@es ; + rdfs:label "potenza attiva"@it ; + rdfs:label "potência activa"@pt ; + rdfs:label "puissance active"@fr ; + rdfs:label "القدرة الفعالة"@ar ; + rdfs:label "有功功率"@zh ; + rdfs:label "有効電力"@ja ; + skos:broader quantitykind:Power ; +. +quantitykind:ElectricPropulsionPropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_P" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Propulsion Propellant Mass"@en ; + skos:broader quantitykind:PropellantMass ; +. +quantitykind:ElectricQuadrupoleMoment + a qudt:QuantityKind ; + dcterms:description "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued."^^rdf:HTML ; + qudt:applicableUnit unit:C-M2 ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T1D0 ; + qudt:plainTextDescription "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Momen kuadrupol elektrik"@ms ; + rdfs:label "electric quadrupole moment"@en ; + rdfs:label "elektrik kuadrupol momenti"@tr ; + rdfs:label "elektrisches Quadrupolmoment"@de ; + rdfs:label "elektryczny moment kwadrupolowy"@pl ; + rdfs:label "moment quadrupolaire électrique"@fr ; + rdfs:label "momento de cuadrupolo eléctrico"@es ; + rdfs:label "momento de quadrupolo elétrico"@pt ; + rdfs:label "momento di quadrupolo elettrico"@it ; + rdfs:label "Электрический квадрупольный момент"@ru ; + rdfs:label "گشتاور چهار قطبی الکتریکی"@fa ; + rdfs:label "四極子"@ja ; + rdfs:label "电四极矩"@zh ; +. +quantitykind:ElectricSusceptibility + a qudt:QuantityKind ; + dcterms:description "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:expression "$e-susceptibility$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\chi = \\frac{P}{(\\epsilon_0 E)}$, where $P$ is electric polorization, $\\epsilon_0$ is the electric constant, and $E$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\chi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor." ; + rdfs:isDefinedBy ; + rdfs:label "electric susceptibility"@en ; + rdfs:label "elektrische Suszeptibilität"@de ; + rdfs:label "podatność elektryczna"@pl ; + rdfs:label "susceptibilidad eléctrica"@es ; + rdfs:label "susceptibilidade eléctrica"@pt ; + rdfs:label "susceptibilité électrique"@fr ; + rdfs:label "suscettività elettrica"@it ; + rdfs:label "электрическая восприимчивость"@ru ; + rdfs:label "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar ; + rdfs:label "電気感受率"@ja ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricPolarization ; + skos:altLabel "susceptywność elektryczna"@pl ; + skos:altLabel "диэлектрическая восприимчивость"@ru ; +. +quantitykind:ElectricalConductance + a qudt:QuantityKind ; + dcterms:description "measure of the capability of a material to conduct electric current, the value of which is defined as the reciprocal of the electrical resistance"@en ; + qudt:applicableUnit unit:PicoS ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD038" ; + qudt:plainTextDescription "Maß für die Fähigkeit eines Stoffes, den elektrischen Strom zu leiten, das wertmäßig definiert ist als Kehrwert des elektrischen Widerstandes"@de ; + qudt:siExactMatch si-quantity:ELCO ; + qudt:symbol "0173-1#Z4-BAJ223#002" ; + rdfs:isDefinedBy ; + rdfs:label "electrical conductance" ; + rdfs:label "electrical conductance"@en-US ; +. +quantitykind:ElectricalPowerToMassRatio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Electrical Power To Mass Ratio"@en ; +. +quantitykind:ElectricalResistance + a qudt:QuantityKind ; + dcterms:description "different properties of materials which impede the electrical current in its movement when the free charged particles in these materials are set in motion by electrical fields and/or electrical potentials "@en ; + dcterms:description "unterschiedlich ausgeprägte Eigenschaft von Stoffen, den elektrischen Strom in seiner Bewegung zu hemmen, wenn die freien Ladungsträger in diesen Stoffen durch elektrische Felder und/oder elektrische Potentiale in Bewegung gesetzt werden"@de ; + qudt:applicableUnit unit:NanoOHM ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD045" ; + qudt:siExactMatch si-quantity:ELRE ; + qudt:symbol "0173-1#Z4-BAJ215#003" ; + rdfs:isDefinedBy ; + rdfs:label "electrical resistance"@en-US ; +. +quantitykind:ElectrolyticConductivity + a qudt:QuantityKind ; + dcterms:description "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity."^^rdf:HTML ; + qudt:applicableUnit unit:S-PER-M ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Conductivity_(electrolytic)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$x = \\frac{J}{E}$, where $J$ is the electrolytic current density and $E$ is the electric field strength."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity." ; + qudt:symbol "x" ; + rdfs:isDefinedBy ; + rdfs:label "Electrolytic Conductivity"@en ; +. +quantitykind:ElectromagneticEnergyDensity + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Electromagnetic Energy Density}$, also known as the $\\color{indigo} {\\text{Volumic Electromagnetic Energy}}$, is the energy associated with an electromagnetic field, per unit volume of the field. + """^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:exactMatch quantitykind:VolumicElectromagneticEnergy ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ; + qudt:symbol "w" ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Energy Density"@en ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; + rdfs:seeAlso quantitykind:MagneticFluxDensity ; +. +quantitykind:ElectromagneticPermeability + a qudt:QuantityKind ; + dcterms:description "\"Permeability} is the degree of magnetization of a material that responds linearly to an applied magnetic field. In general permeability is a tensor-valued quantity. The definition given applies to an isotropic medium. For an anisotropic medium permeability is a second order tensor. In electromagnetism, permeability is the measure of the ability of a material to support the formation of a magnetic field within itself. In other words, it is the degree of magnetization that a material obtains in response to an applied magnetic field. Magnetic permeability is typically represented by the Greek letter $\\mu$. The term was coined in September, 1885 by Oliver Heaviside. The reciprocal of magnetic permeability is \\textit{Magnetic Reluctivity\"."^^qudt:LatexString ; + qudt:applicableUnit unit:H-PER-M ; + qudt:applicableUnit unit:H_Stat-PER-CentiM ; + qudt:applicableUnit unit:MicroH-PER-M ; + qudt:applicableUnit unit:NanoH-PER-M ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Permeability ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{B}{H}$, where $B$ is magnetic flux density, and $H$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Permeability"@en ; + rdfs:seeAlso constant:ElectromagneticPermeabilityOfVacuum ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; + rdfs:seeAlso quantitykind:MagneticFluxDensity ; +. +quantitykind:ElectromagneticPermeabilityRatio + a qudt:QuantityKind ; + dcterms:description "The ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space."^^rdf:HTML ; + qudt:applicableUnit unit:PERMEABILITY_EM_REL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:plainTextDescription "The ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space." ; + qudt:qkdvDenominator qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E-2L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Permeability Ratio"@en ; +. +quantitykind:ElectromagneticWavePhaseSpeed + a qudt:QuantityKind ; + dcterms:description "\"Electromagnetic Wave Phase Speed\" is the ratio of angular velocity and wavenumber."^^rdf:HTML ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$c = w/k$ where $w$ is angular velocity and $k$ is angular wavenumber."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electromagnetic Wave Phase Speed\" is the ratio of angular velocity and wavenumber." ; + qudt:symbol "c" ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Wave Phase Speed"@en ; +. +quantitykind:ElectromotiveForce + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electromotive_force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Daya gerak elektrik"@ms ; + rdfs:label "Elektromotor kuvvet"@tr ; + rdfs:label "Elektromotorické napětí"@cs ; + rdfs:label "electromotive force"@en ; + rdfs:label "elektromotorische Kraft"@de ; + rdfs:label "elektromotorna sila"@sl ; + rdfs:label "force électromotrice"@fr ; + rdfs:label "forza elettromotrice"@it ; + rdfs:label "força eletromotriz"@pt ; + rdfs:label "forță electromotoare"@ro ; + rdfs:label "fuerza electromotriz"@es ; + rdfs:label "siła elektromotoryczna"@pl ; + rdfs:label "электродвижущая сила"@ru ; + rdfs:label "قوة محركة كهربائية"@ar ; + rdfs:label "نیروی محرک الکتریکی"@fa ; + rdfs:label "विद्युतवाहक बल"@hi ; + rdfs:label "起電力"@ja ; + rdfs:label "電動勢"@zh ; + skos:broader quantitykind:EnergyPerElectricCharge ; +. +quantitykind:ElectronAffinity + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_affinity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Affinity\" is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. The the amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion." ; + qudt:symbol "χ" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Affinity"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:ElectronDensity + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_density"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Density\" is the number of electrons per volume in conduction bands. It is the measure of the probability of an electron being present at a specific location." ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:ElectronMeanFreePath + a qudt:QuantityKind ; + dcterms:description "\"Electron Mean Free Path\" is the mean free path of electrons."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Mean Free Path\" is the mean free path of electrons." ; + qudt:symbol "l_e" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Mean Free Path"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:ElectronMobility + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD119" ; + rdfs:isDefinedBy ; + rdfs:label "electron mobility" ; +. +quantitykind:ElectronRadius + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Classical_electron_radius"^^xsd:anyURI ; + qudt:latexDefinition "$r_e = \\frac{e^2}{4\\pi m_e c_0^2}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, item $m_e$ is the rest mass of electrons, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Radius\", also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron." ; + qudt:symbol "r_e" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Radius"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:EllipticalOrbitApogeeVelocity + a qudt:QuantityKind ; + dcterms:description "Velocity at apogee for an elliptical orbit velocity"^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity" ; + qudt:symbol "V_a" ; + rdfs:isDefinedBy ; + rdfs:label "Elliptical Orbit Apogee Velocity"@en ; + skos:broader quantitykind:VehicleVelocity ; +. +quantitykind:EllipticalOrbitPerigeeVelocity + a qudt:QuantityKind ; + dcterms:description "Velocity at apogee for an elliptical orbit velocity."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity." ; + qudt:symbol "V_p" ; + rdfs:isDefinedBy ; + rdfs:label "Elliptical Orbit Perigee Velocity"@en ; + skos:broader quantitykind:VehicleVelocity ; +. +quantitykind:Emissivity + a qudt:QuantityKind ; + dcterms:description "Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Emissivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Emissivity"@en ; +. +quantitykind:Energy + a qudt:QuantityKind ; + dcterms:description "Energy is the quantity characterizing the ability of a system to do work."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Energy is the quantity characterizing the ability of a system to do work." ; + qudt:siExactMatch si-quantity:ENGY ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Energie"@cs ; + rdfs:label "Energie"@de ; + rdfs:label "Tenaga"@ms ; + rdfs:label "energia , munka , hő"@hu ; + rdfs:label "energia"@es ; + rdfs:label "energia"@it ; + rdfs:label "energia"@la ; + rdfs:label "energia"@pl ; + rdfs:label "energia"@pt ; + rdfs:label "energie"@ro ; + rdfs:label "energija"@sl ; + rdfs:label "energy"@en ; + rdfs:label "enerji"@tr ; + rdfs:label "énergie"@fr ; + rdfs:label "Έργο - Ενέργεια"@el ; + rdfs:label "Енергия"@bg ; + rdfs:label "Энергия"@ru ; + rdfs:label "אנרגיה ועבודה"@he ; + rdfs:label "الطاقة"@ar ; + rdfs:label "انرژی"@fa ; + rdfs:label "ऊर्जा"@hi ; + rdfs:label "エネルギー"@ja ; + rdfs:label "能量"@zh ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:Entropy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + rdfs:seeAlso quantitykind:Work ; +. +quantitykind:EnergyContent + a qudt:QuantityKind ; + dcterms:description "saved quantity of energy which can be used physically or chemically"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD046" ; + qudt:plainTextDescription "gespeicherte Energiemenge, die physikalisch oder chemisch nutzbar ist"@de ; + qudt:symbol "0173-1#Z4-BAJ319#002" ; + rdfs:isDefinedBy ; + rdfs:label "energy content" ; + rdfs:label "energy content"@en-US ; +. +quantitykind:EnergyDensity + a qudt:QuantityKind ; + dcterms:description "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT3 ; + qudt:applicableUnit unit:BTU_TH-PER-FT3 ; + qudt:applicableUnit unit:ERG-PER-CentiM3 ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:applicableUnit unit:MegaJ-PER-M3 ; + qudt:applicableUnit unit:W-HR-PER-M3 ; + qudt:baseISOUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$" ; + qudt:baseImperialUnitDimensions "$ft^{-1} \\cdot lb \\cdot s^{-2}$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$"^^qudt:LatexString ; + qudt:baseUSCustomaryUnitDimensions "$L^{-1} \\cdot M \\cdot T^{-2}$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Energy_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD047" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Energy_density"^^xsd:anyURI ; + qudt:plainTextDescription "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter." ; + qudt:siExactMatch si-quantity:ENGD ; + rdfs:isDefinedBy ; + rdfs:label "Energy Density"@en ; +. +quantitykind:EnergyDensityOfStates + a qudt:QuantityKind ; + dcterms:description "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It can, for example, refer to amount of substance instead of volume."^^rdf:HTML ; + qudt:applicableUnit unit:PER-EV-M3 ; + qudt:applicableUnit unit:PER-J-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho(E) = n_E(E) = \\frac{dN(E)}{dE}\\frac{1}{V}$, where $N(E)$ is the total number of states with energy less than $E$, and $V$ is the volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It can, for example, refer to amount of substance instead of volume." ; + qudt:symbol "n_E" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Density of States"@en ; +. +quantitykind:EnergyExpenditure + a qudt:QuantityKind ; + dcterms:description """Energy expenditure is dependent on a person's sex, metabolic rate, body-mass composition, the thermic effects of food, and activity level. The approximate energy expenditure of a man lying in bed is $1.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For slow walking (just over two miles per hour), $3.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For fast steady running (about 10 miles per hour), $16.3\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. +Females expend about 10 per cent less energy than males of the same size doing a comparable activity. For people weighing the same, individuals with a high percentage of body fat usually expend less energy than lean people, because fat is not as metabolically active as muscle."""^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198631477.001$.0001/acref-9780198631477-e-594"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Energy Expenditure"@en ; +. +quantitykind:EnergyFluence + a qudt:QuantityKind ; + dcterms:description "\"Energy Fluence\" can be used to describe the energy delivered per unit area"^^rdf:HTML ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\frac{dR}{dA}$, where $dR$ describes the sum of radiant energies, exclusive of rest energy, of all particles incident on a small spherical domain, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Energy Fluence\" can be used to describe the energy delivered per unit area" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Fluence"@en ; +. +quantitykind:EnergyFluenceRate + a qudt:QuantityKind ; + dcterms:description "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\frac{d\\Psi}{dt}$, where $d\\Psi$ is the increment of the energy fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time." ; + qudt:symbol "Ψ" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Fluence Rate"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:EnergyImparted + a qudt:QuantityKind ; + dcterms:description "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + qudt:latexDefinition "For ionizing radiation in the matter in a given 3D domain, $\\varepsilon = \\sum_i \\varepsilon_i$, where the energy deposit, $\\varepsilon_i$ is the energy deposited in a single interaction $i$, and is given by $\\varepsilon_i = \\varepsilon_{in} - \\varepsilon_{out} + Q$, where $\\varepsilon_{in}$ is the energy of the incident ionizing particle, excluding rest energy, $\\varepsilon_{out}$ is the sum of the energies of all ionizing particles leaving the interaction, excluding rest energy, and $Q$ is the change in the rest energies of the nucleus and of all particles involved in the interaction."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume." ; + qudt:symbol "ε" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Imparted"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:EnergyInternal + a qudt:QuantityKind ; + dcterms:description "The internal energy is the total energy contained by a thermodynamic system. It is the energy needed to create the system, but excludes the energy to displace the system's surroundings, any energy associated with a move as a whole, or due to external force fields. Internal energy has two major components, kinetic energy and potential energy. The internal energy (U) is the sum of all forms of energy (Ei) intrinsic to a thermodynamic system: $ U = \\sum_i E_i $"^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + qudt:exactMatch quantitykind:InternalEnergy ; + qudt:exactMatch quantitykind:ThermodynamicEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Notranja energija"@sl ; + rdfs:label "Tenaga dalaman"@ms ; + rdfs:label "energia interna"@it ; + rdfs:label "energia interna"@pt ; + rdfs:label "energia wewnętrzna"@pl ; + rdfs:label "energie internă"@ro ; + rdfs:label "energía interna"@es ; + rdfs:label "innere Energie"@de ; + rdfs:label "internal energy"@en ; + rdfs:label "vnitřní energie"@cs ; + rdfs:label "énergie interne"@fr ; + rdfs:label "İç enerji"@tr ; + rdfs:label "внутренняя энергия"@ru ; + rdfs:label "انرژی درونی"@fa ; + rdfs:label "طاقة داخلية"@ar ; + rdfs:label "आन्तरिक ऊर्जा"@hi ; + rdfs:label "内能"@zh ; + rdfs:label "内部エネルギー"@ja ; + skos:altLabel "energia termodinamica"@it ; + skos:altLabel "tenaga termodinamik"@ms ; + skos:altLabel "thermodynamic energy"@en ; + skos:altLabel "thermodynamische Energie"@de ; + skos:altLabel "énergie thermodynamique"@fr ; + skos:broader quantitykind:Energy ; +. +quantitykind:EnergyKinetic + a qudt:QuantityKind ; + dcterms:description "The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + qudt:plainTextDescription "The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity." ; + rdfs:isDefinedBy ; + rdfs:label "Energie cinetică"@ro ; + rdfs:label "Kinetik enerji"@tr ; + rdfs:label "Tenaga kinetik"@ms ; + rdfs:label "energia cinetica"@it ; + rdfs:label "energia cinética"@pt ; + rdfs:label "energia kinetyczna"@pl ; + rdfs:label "energía cinética"@es ; + rdfs:label "kinetic energy"@en ; + rdfs:label "kinetická energie"@cs ; + rdfs:label "kinetische Energie"@de ; + rdfs:label "énergie cinétique"@fr ; + rdfs:label "кинетическая энергия"@ru ; + rdfs:label "انرژی جنبشی"@fa ; + rdfs:label "طاقة حركية"@ar ; + rdfs:label "गतिज ऊर्जा"@hi ; + rdfs:label "动能"@zh ; + rdfs:label "運動エネルギー"@ja ; + skos:broader quantitykind:Energy ; +. +quantitykind:EnergyLevel + a qudt:QuantityKind ; + dcterms:description "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance." ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Level"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:EnergyPerArea + a qudt:QuantityKind ; + dcterms:description "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2 ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2 ; + qudt:applicableUnit unit:FT-LB_F-PER-M2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-SEC2 ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloW-HR-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:W-HR-PER-M2 ; + qudt:applicableUnit unit:W-SEC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "http://www.calculator.org/property.aspx?name=energy%20per%20unit%20area"^^xsd:anyURI ; + qudt:plainTextDescription "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.." ; + rdfs:isDefinedBy ; + rdfs:label "Energy per Area"@en ; +. +quantitykind:EnergyPerAreaElectricCharge + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area."^^rdf:HTML ; + qudt:applicableUnit unit:V-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-3D0 ; + qudt:plainTextDescription "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area." ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Area Electric Charge"@en ; +. +quantitykind:EnergyPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "Voltage is a representation of the electric potential energy per unit charge. If a unit of electrical charge were placed in a location, the voltage indicates the potential energy of it at that point. In other words, it is a measurement of the energy contained within an electric field, or an electric circuit, at a given point. Voltage is a scalar quantity. The SI unit of voltage is the volt, such that $1 volt = 1 joule/coulomb$."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://physics.about.com/od/glossary/g/voltage.htm"^^xsd:anyURI ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Energy per electric charge"@en ; +. +quantitykind:EnergyPerMagneticFluxDensity_Squared + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-T2 ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density." ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en ; +. +quantitykind:EnergyPerMassAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-MOL_LB ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Energy and work per mass amount of substance"@en ; +. +quantitykind:EnergyPerSquareMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^rdf:HTML ; + dcterms:isReplacedBy quantitykind:EnergyPerMagneticFluxDensity_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density." ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en ; +. +quantitykind:EnergyPerTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Energy per temperature"@en ; +. +quantitykind:Energy_Squared + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L4I0M2H0T-4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Square Energy"@en ; +. +quantitykind:Enthalpy + a qudt:QuantityKind ; + dcterms:description "In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy $U$ and the product of pressure $p$ and volume $V$ of a system. The characteristic function (also known as thermodynamic potential) $\\textit{enthalpy}$ used to be called $\\textit{heat content}$, which is why it is conventionally indicated by $H$. The specific enthalpy of a working mass is a property of that mass used in thermodynamics, defined as $h=u+p \\cdot v$, where $u$ is the specific internal energy, $p$ is the pressure, and $v$ is specific volume. In other words, $h = H / m$ where $m$ is the mass of the system. The SI unit for $\\textit{Specific Enthalpy}$ is $\\textit{joules per kilogram}$"^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Enthalpy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:latexDefinition "$H = U + pV$, where $U$ is internal energy, $p$ is pressure and $V$ is volume."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "H" ; + rdfs:isDefinedBy ; + rdfs:label "Entalpi"@ms ; + rdfs:label "Entalpi"@tr ; + rdfs:label "Entalpie"@ro ; + rdfs:label "Enthalpie"@de ; + rdfs:label "entalpia"@it ; + rdfs:label "entalpia"@pl ; + rdfs:label "entalpia"@pt ; + rdfs:label "entalpie"@cs ; + rdfs:label "entalpija"@sl ; + rdfs:label "entalpía"@es ; + rdfs:label "enthalpie"@fr ; + rdfs:label "enthalpy"@en ; + rdfs:label "энтальпия"@ru ; + rdfs:label "آنتالپی"@fa ; + rdfs:label "محتوى حراري"@ar ; + rdfs:label "पूर्ण ऊष्मा"@hi ; + rdfs:label "エンタルピー"@ja ; + rdfs:label "焓"@zh ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:broader quantitykind:Energy ; +. +quantitykind:Entropy + a qudt:QuantityKind ; + dcterms:description "When a small amount of heat $dQ$ is received by a system whose thermodynamic temperature is $T$, the entropy of the system increases by $dQ/T$, provided that no irreversible change takes place in the system."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Entropi"@ms ; + rdfs:label "Entropie"@de ; + rdfs:label "entropi"@tr ; + rdfs:label "entropia"@it ; + rdfs:label "entropia"@pl ; + rdfs:label "entropia"@pt ; + rdfs:label "entropie"@cs ; + rdfs:label "entropie"@fr ; + rdfs:label "entropie"@ro ; + rdfs:label "entropija"@sl ; + rdfs:label "entropy"@en ; + rdfs:label "entropía"@es ; + rdfs:label "Энтропия"@ru ; + rdfs:label "آنتروپی"@fa ; + rdfs:label "إنتروبيا"@ar ; + rdfs:label "एन्ट्रॉपी"@hi ; + rdfs:label "エントロピー"@ja ; + rdfs:label "熵"@zh ; +. +quantitykind:EquilibriumConstant + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K^\\Theta = \\Pi_B(\\lambda_B^\\Theta)^{-\\nu_B}$, where $\\Pi_B$ denotes the product for all substances $B$, $\\lambda_B^\\Theta$ is the standard absolute activity of substance $B$, and $\\nu_B$ is the stoichiometric number of the substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$K^\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant"@en ; + rdfs:seeAlso quantitykind:EquilibriumConstantOnConcentrationBasis ; + rdfs:seeAlso quantitykind:EquilibriumConstantOnPressureBasis ; +. +quantitykind:EquilibriumConstantBasedOnConcentration + a qudt:QuantityKind ; + dcterms:description "Kc = ΠB(cB)νB for solutions"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "Kc = ΠB(cB)νB für Lösungen"@de ; + qudt:symbol "0173-1#Z4-BAJ458#001" ; + rdfs:isDefinedBy ; + rdfs:label "equilibrium constant based on concentration"@en-US ; +. +quantitykind:EquilibriumConstantBasedOnPressure + a qudt:QuantityKind ; + dcterms:description "Kp = ΠB(pB)νB for gases"@en ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Kp = ΠB(pB)νB für Gase"@de ; + qudt:symbol "0173-1#Z4-BAJ459#001" ; + rdfs:isDefinedBy ; + rdfs:label "equilibrium constant based on pressure"@en-US ; +. +quantitykind:EquilibriumConstantOnConcentrationBasis + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD048" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K_c = \\Pi_B(c_B)^{-\\nu_B}$, for solutions"^^qudt:LatexString ; + qudt:latexSymbol "$K_c$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "The unit is unit:MOL-PER-M3 raised to the N where N is the summation of stoichiometric numbers. I don't know what to do with this." ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant on Concentration Basis"@en ; + skos:broader quantitykind:EquilibriumConstant ; +. +quantitykind:EquilibriumConstantOnPressureBasis + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD049" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K_p = \\Pi_B(p_B)^{-\\nu_B}$, for gases"^^qudt:LatexString ; + qudt:latexSymbol "$K_p$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + qudt:qkdvDenominator qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-2I0M1H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant on Pressure Basis"@en ; + skos:broader quantitykind:EquilibriumConstant ; +. +quantitykind:EquilibriumPositionVectorOfIon + a qudt:QuantityKind ; + dcterms:description "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium." ; + qudt:symbol "R_0" ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Position Vector of Ion"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:EquivalenceDoseOutput + a qudt:QuantityKind ; + dcterms:description "ratio of equivalence dose within an appropriately small interval to this interval, calculated as the differential quotient: q • D = q • ∂D/∂t as a measure of the current radiation exposure"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:plainTextDescription "Quotient aus der Äquivalenzdosis in einer angemessenen kleinen Zeitspanne und dieser Zeitspanne, berechenbar als Differentialquotient: q • D = q • ∂D/∂t als Maß für die aktuelle Strahlenbelastung"@de ; + qudt:symbol "0173-1#Z4-BAJ450#001" ; + rdfs:isDefinedBy ; + rdfs:label "equivalence dose output"@en-US ; +. +quantitykind:EquivalentAbsorptionArea + a qudt:QuantityKind ; + dcterms:description "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power."^^rdf:HTML ; + qudt:abbreviation "m2" ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://www.rockfon.co.uk/acoustics/comparing+ceilings/sound+absorption/equivalent+absorption+area"^^xsd:anyURI ; + qudt:plainTextDescription "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power." ; + qudt:symbol "A" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent absorption area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:EvaporativeHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Evaporative Heat Transfer\" is "^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_e$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Evaporative Heat Transfer\" is " ; + rdfs:isDefinedBy ; + rdfs:label "Evaporative Heat Transfer"@en ; +. +quantitykind:EvaporativeHeatTransferCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapor pressure difference between skind and the environment, and by the exchange area."^^rdf:HTML ; + qudt:applicableUnit unit:W-PER-M2-PA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapor pressure difference between skind and the environment, and by the exchange area." ; + qudt:symbol "h_e" ; + rdfs:isDefinedBy ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ; +. +quantitykind:ExchangeIntegral + a qudt:QuantityKind ; + dcterms:description "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions."^^rdf:HTML ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exchange_interaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions." ; + qudt:symbol "K" ; + rdfs:isDefinedBy ; + rdfs:label "Exchange Integral"@en ; +. +quantitykind:ExhaustGasMeanMolecularWeight + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Gas Mean Molecular Weight"@en ; +. +quantitykind:ExhaustGasesSpecificHeat + a qudt:QuantityKind ; + dcterms:description "Specific heat of exhaust gases at constant pressure."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:applicableUnit unit:M2-PER-SEC2-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:plainTextDescription "Specific heat of exhaust gases at constant pressure." ; + qudt:symbol "c_p" ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Gases Specific Heat"@en ; + skos:broader quantitykind:SpecificHeatCapacity ; +. +quantitykind:ExhaustStreamPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Stream Power"@en ; + skos:broader quantitykind:Power ; +. +quantitykind:ExitPlaneCrossSectionalArea + a qudt:QuantityKind ; + dcterms:description "Cross-sectional area at exit plane of nozzle"^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:plainTextDescription "Cross-sectional area at exit plane of nozzle" ; + qudt:symbol "A_{e}" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Cross-sectional Area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:ExitPlanePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p_{e}" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:ExitPlaneTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:symbol "T_e" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:ExpansionRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Expansion Ratio"@en ; +. +quantitykind:Exposure + a qudt:QuantityKind ; + dcterms:description "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR-PER-KiloGM ; + qudt:applicableUnit unit:A-M2-PER-J-SEC ; + qudt:applicableUnit unit:C-PER-KiloGM ; + qudt:applicableUnit unit:HZ-PER-T ; + qudt:applicableUnit unit:KiloR ; + qudt:applicableUnit unit:MegaHZ-PER-T ; + qudt:applicableUnit unit:MilliC-PER-KiloGM ; + qudt:applicableUnit unit:MilliR ; + qudt:applicableUnit unit:PER-T-SEC ; + qudt:applicableUnit unit:R ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exposure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exposure_%28photography%29"^^xsd:anyURI ; + qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For X-or gamma radiation, $X = \\frac{dQ}{dm}$, where $dQ$ is the absolute value of the mean total electric charge of the ions of the same sign produced in dry air when all the electrons and positrons liberated or created by photons in an element of air are completely stopped in air, and $dm$ is the mass of that element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region." ; + qudt:siExactMatch si-quantity:XPOS ; + qudt:symbol "X" ; + rdfs:isDefinedBy ; + rdfs:label "Exposure"@en ; + skos:broader quantitykind:ElectricChargePerMass ; +. +quantitykind:ExposureOfIonizingRadiation + a qudt:QuantityKind ; + dcterms:description "measure of an electromagnetic radiation field to which a material is exposed in terms of ionization, which the radiation produces as reference material air, expressed as ratio of ∂Q and ∂m, where ∂Q is the absolute value of the total charge of the ions of one sign produced in the air of mass ∂m when all of the electrons (and positrons) liberated by photons in this mass element are completely stopped"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:plainTextDescription "Maß für die Wirkung eines elektromagnetischen Feldes auf Materie in Form der Ionisation, die die Strahlung im Referenzmaterial Luft erzeugt, ausgedrückt als Quotient aus ∂Q und ∂m, wobei ∂Q der Absolutwert der gesamten elektrischen Ladung der Ionen eines Vorzeichens ist, die in Luft der Masse ∂m gebildet wird, wenn in diesem Massenelement alle Elektronen (und Positronen), die durch die Photonen freigesetzt werden, komplett gestoppt werden"@de ; + qudt:symbol "0173-1#Z4-BAJ326#002" ; + rdfs:isDefinedBy ; + rdfs:label "exposure of ionizing radiation"@en-US ; +. +quantitykind:ExposureRate + a qudt:QuantityKind ; + dcterms:description "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)."^^rdf:HTML ; + qudt:applicableUnit unit:C-PER-KiloGM-SEC ; + qudt:applicableUnit unit:R-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD050" ; + qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{X} = \\frac{dX}{dt}$, where $X$ is the increment of exposure during time interval with duration $t$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{X}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)." ; + rdfs:isDefinedBy ; + rdfs:label "Exposure Rate"@en ; +. +quantitykind:ExposureRateOfIonizingRadiation + a qudt:QuantityKind ; + dcterms:description "ratio between the exposure of ionizing radiation dJ in a time interval and the duration dt of this interval"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:plainTextDescription "Quotient Ionendosis dJ in einem Zeitintervall durch Dauer dt dieses Zeitintervalls"@de ; + qudt:symbol "0173-1#Z4-BAJ327#002" ; + rdfs:isDefinedBy ; + rdfs:label "exposure rate of ionizing radiation"@en-US ; +. +quantitykind:ExtentOfReaction + a qudt:QuantityKind ; + dcterms:description "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds."^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:PicoMOL ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Extent_of_reaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$dn_B = \\nu_B d\\xi$, where $n_B$ is the amount of substance $B$ and $\\nu_B$ is the stoichiometric number of substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds." ; + rdfs:isDefinedBy ; + rdfs:label "Extent of Reaction"@en ; +. +quantitykind:FLIGHT-PERFORMANCE-RESERVE-PROPELLANT-MASS + a qudt:QuantityKind ; + dcterms:description "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading." ; + rdfs:isDefinedBy ; + rdfs:label "Flight Performance Reserve Propellant Mass"@en ; + skos:altLabel "FPR" ; + skos:broader quantitykind:Mass ; +. +quantitykind:FUEL-BIAS + a qudt:QuantityKind ; + dcterms:description "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage."^^rdf:HTML ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage." ; + rdfs:isDefinedBy ; + rdfs:label "Fuel Bias"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:FahrenheitTemperature + a qudt:QuantityKind ; + dcterms:description "quantity whose zero point is defined by the temperature of a mixture of ice, water and ammonium chloride (-17.8 °C) and its fixed points on the Fahrenheit scale are 32 °F (melting point of ice) and 212 °F (boiling point of water)"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD263" ; + qudt:plainTextDescription "Größe, deren Nullpunkt durch die Mischungstemperatur von Eis, Wasser und Salmiak (Ammoniumchlorid) definiert ist (-17,8 °C) und deren Fixpunkte auf der Fahrenheit-Skala 32 °F (Schmelztemperatur von Eis) und 212 °F (Siedetemperatur des Wassers) sind"@de ; + qudt:symbol "0173-1#Z4-BAJ278#002" ; + rdfs:isDefinedBy ; + rdfs:label "Fahrenheit temperature" ; + rdfs:label "Fahrenheit temperature"@en-US ; +. +quantitykind:FailureRate + a qudt:QuantityKind ; + dcterms:description "limiting value - if it exists - of the ratio between the conditional probability that the fault time t of a resource will fall within a defined interval (t, t + Δt), and the duration of this interval if Δt approaches zero and the unit is in an operational state at the beginning of the interval"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD051" ; + qudt:plainTextDescription "Grenzwert - falls er existiert - des Quotienten aus der bedingten Wahrscheinlichkeit, dass der Ausfallzeitpunkt t eines Betriebsmittels in ein gegebenes Zeitintervall (t, t + Δt) fällt, und der Dauer dieses Zeitintervalls, wenn Δt gegen null geht und das Betriebsmittel sich zu Beginn des Zeitintervalls im betriebsfähigen Zustand befindet"@de ; + qudt:symbol "0173-1#Z4-BAJ466#003" ; + rdfs:isDefinedBy ; + rdfs:label "failure rate" ; + rdfs:label "failure rate"@en-US ; +. +quantitykind:FastFissionFactor + a qudt:QuantityKind ; + dcterms:description "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only." ; + rdfs:isDefinedBy ; + rdfs:label "Fast Fission Factor"@en ; +. +quantitykind:FermiAngularWavenumber + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heavy_fermion"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "k_F" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Angular Wavenumber"@en ; + skos:broader quantitykind:InverseLength ; +. +quantitykind:FermiEnergy + a qudt:QuantityKind ; + dcterms:description "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature." ; + qudt:symbol "E_F" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:FermiTemperature + a qudt:QuantityKind ; + dcterms:description "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant."^^qudt:LatexString ; + qudt:plainTextDescription "\"Fermi Temperature\" is the temperature associated with the Fermi energy." ; + qudt:symbol "T_F" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Temperature"@en ; +. +quantitykind:FinalOrCurrentVehicleMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Final Or Current Vehicle Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:FirstMomentOfArea + a qudt:QuantityKind ; + dcterms:description "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis."^^rdf:HTML ; + qudt:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BBL_US ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:GT ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:Kilo-FT3 ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:RT ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:Standard ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_Register ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis." ; + rdfs:isDefinedBy ; + rdfs:label "First Moment of Area"@en ; + skos:broader quantitykind:Volume ; +. +quantitykind:FirstStageMassRatio + a qudt:QuantityKind ; + dcterms:description "Mass ratio for the first stage of a multistage launcher."^^rdf:HTML ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Mass ratio for the first stage of a multistage launcher." ; + qudt:symbol "R_1" ; + rdfs:isDefinedBy ; + rdfs:label "First Stage Mass Ratio"@en ; + skos:broader quantitykind:MassRatio ; +. +quantitykind:FishBiotransformationHalfLife + a qudt:QuantityKind ; + dcterms:description "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions."^^rdf:HTML ; + qudt:applicableUnit unit:DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions." ; + rdfs:isDefinedBy ; + rdfs:label "Fish Biotransformation Half Life"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:FissionCoreRadiusToHeightRatio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "R/H" ; + rdfs:isDefinedBy ; + rdfs:label "Fission Core Radius To Height Ratio"@en ; +. +quantitykind:FissionFuelUtilizationFactor + a qudt:QuantityKind ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Fission Fuel Utilization Factor"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:FissionMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The number of fission neutrons produced per absorption in the fuel."^^rdf:HTML ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The number of fission neutrons produced per absorption in the fuel." ; + rdfs:isDefinedBy ; + rdfs:label "Fission Multiplication Factor"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:FlashPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the lowest one at which the 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."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt: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." ; + rdfs:isDefinedBy ; + rdfs:label "Flash Point Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:FlightPathAngle + a qudt:QuantityKind ; + dcterms:description "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle." ; + rdfs:isDefinedBy ; + rdfs:label "Flight Path Angle"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:FloatingPointCalculationCapability + a qudt:QuantityKind ; + qudt:applicableUnit unit:GigaFLOPS ; + qudt:applicableUnit unit:MegaFLOPS ; + qudt:applicableUnit unit:PetaFLOPS ; + qudt:applicableUnit unit:TeraFLOPS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD363" ; + rdfs:isDefinedBy ; + rdfs:label "floating point calculation capability" ; +. +quantitykind:Fluidity + a qudt:QuantityKind ; + dcterms:description "fluidity of a material as complement of the dynamic viscosity"@en ; + qudt:applicableUnit unit:PERCENT-FT2-PER-LB_F-SEC ; + qudt:applicableUnit unit:PERCENT-IN2-PER-LB_F-SEC ; + qudt:applicableUnit unit:RHE ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD264" ; + qudt:plainTextDescription "Fließvermögen eines Stoffes als Kehrwert der dynamischen Viskosität"@de ; + qudt:symbol "0173-1#Z4-BAJ447#001" ; + rdfs:isDefinedBy ; + rdfs:label "fluidity" ; + rdfs:label "fluidity"@en-US ; +. +quantitykind:Flux + a qudt:QuantityKind ; + dcterms:description "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]"^^rdf:HTML ; + qudt:applicableUnit unit:MicroM-PER-L-DAY ; + qudt:applicableUnit unit:NUM-PER-M2-DAY ; + qudt:applicableUnit unit:PER-M2-SEC ; + qudt:applicableUnit unit:PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Flux"^^xsd:anyURI ; + qudt:plainTextDescription "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]" ; + rdfs:isDefinedBy ; + rdfs:label "Flux"@en ; +. +quantitykind:Force + a qudt:QuantityKind ; + dcterms:description "\"Force\" is an influence that causes mass to accelerate. It may be experienced as a lift, a push, or a pull. Force is defined by Newton's Second Law as \\(F = m \\times a \\), where \\(F\\) is force, \\(m\\) is mass and \\(a\\) is acceleration. Net force is mathematically equal to the time rate of change of the momentum of the body on which it acts. Since momentum is a vector quantity (has both a magnitude and direction), force also is a vector quantity."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD054" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Force"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$F = \\frac{dp}{dt}$, where $F$ is the resultant force acting on a body, $p$ is momentum of a body, and $t$ is time."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:FORC ; + qudt:symbol "F" ; + rdfs:isDefinedBy ; + rdfs:label "Daya"@ms ; + rdfs:label "Kraft"@de ; + rdfs:label "Síla"@cs ; + rdfs:label "erő"@hu ; + rdfs:label "force"@en ; + rdfs:label "force"@fr ; + rdfs:label "forza"@it ; + rdfs:label "força"@pt ; + rdfs:label "forță"@ro ; + rdfs:label "fuerza"@es ; + rdfs:label "kuvvet"@tr ; + rdfs:label "sila"@sl ; + rdfs:label "siła"@pl ; + rdfs:label "vis"@la ; + rdfs:label "Δύναμη"@el ; + rdfs:label "Сила"@ru ; + rdfs:label "сила"@bg ; + rdfs:label "כוח"@he ; + rdfs:label "نیرو"@fa ; + rdfs:label "وحدة القوة في نظام متر كيلوغرام ثانية"@ar ; + rdfs:label "बल"@hi ; + rdfs:label "力"@ja ; + rdfs:label "力"@zh ; + skos:altLabel "भार"@hi ; +. +quantitykind:ForceConstant + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD055" ; + rdfs:isDefinedBy ; + rdfs:label "force constant" ; +. +quantitykind:ForceMagnitude + a qudt:QuantityKind ; + dcterms:description "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_magnitude_of_force"^^xsd:anyURI ; + qudt:plainTextDescription "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts." ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Force Magnitude"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:ForcePerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Force per Angle"@en ; +. +quantitykind:ForcePerArea + a qudt:QuantityKind ; + dcterms:description "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:informativeReference "http://www.thefreedictionary.com/force+per+unit+area"^^xsd:anyURI ; + qudt:plainTextDescription "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)" ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Force Per Area"@en ; +. +quantitykind:ForcePerAreaTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:DeciBAR-PER-YR ; + qudt:applicableUnit unit:HectoPA-PER-HR ; + qudt:applicableUnit unit:LB_F-PER-IN2-SEC ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM ; + qudt:applicableUnit unit:PA-PER-HR ; + qudt:applicableUnit unit:PA-PER-MIN ; + qudt:applicableUnit unit:PA-PER-SEC ; + qudt:applicableUnit unit:W-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Force Per Area Time"@en ; +. +quantitykind:ForcePerElectricCharge + a qudt:QuantityKind ; + dcterms:description "The electric field depicts the force exerted on other electrically charged objects by the electrically charged particle the field is surrounding. The electric field is a vector field with SI units of newtons per coulomb ($N C^{-1}$) or, equivalently, volts per metre ($V m^{-1}$ ). The SI base units of the electric field are $kg m s^{-3} A^{-1}$. The strength or magnitude of the field at a given point is defined as the force that would be exerted on a positive test charge of 1 coulomb placed at that point"^^qudt:LatexString ; + qudt:applicableUnit unit:N-PER-C ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Force per Electric Charge"@en ; +. +quantitykind:ForcePerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Force per Length"@en ; +. +quantitykind:Frequency + a qudt:QuantityKind ; + dcterms:description "\"Frequency\" is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, \\(\\nu\\) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PERCENT-PER-WK ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:applicableUnit unit:failures-in-time ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Frequency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD056" ; + qudt:latexDefinition """$f = 1/T$, where $T$ is a period. + +Alternatively, + +$\\nu = 1/T$"""^^qudt:LatexString ; + qudt:latexSymbol "$\\nu, f$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:FREQ ; + rdfs:isDefinedBy ; + rdfs:label "Frekuensi"@ms ; + rdfs:label "Frekvence"@cs ; + rdfs:label "Frequenz"@de ; + rdfs:label "częstotliwość"@pl ; + rdfs:label "frecuencia"@es ; + rdfs:label "frecvență"@ro ; + rdfs:label "frekans"@tr ; + rdfs:label "frekvenca"@sl ; + rdfs:label "frekvencia"@hu ; + rdfs:label "frequency"@en ; + rdfs:label "frequentia"@la ; + rdfs:label "frequenza"@it ; + rdfs:label "frequência"@pt ; + rdfs:label "fréquence"@fr ; + rdfs:label "Συχνότητα"@el ; + rdfs:label "Частота"@ru ; + rdfs:label "Честота"@bg ; + rdfs:label "תדירות"@he ; + rdfs:label "التردد لدى نظام الوحدات الدولي"@ar ; + rdfs:label "بسامد"@fa ; + rdfs:label "आवृत्ति"@hi ; + rdfs:label "周波数"@ja ; + rdfs:label "频率"@zh ; + skos:broader quantitykind:InverseTime ; +. +quantitykind:Friction + a qudt:QuantityKind ; + dcterms:description "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + qudt:plainTextDescription "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy." ; + rdfs:isDefinedBy ; + rdfs:label "Friction"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:FrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together"^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Friction Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:Fugacity + a qudt:QuantityKind ; + dcterms:description "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas."^^rdf:HTML ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fugacity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\tilde{p}_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas." ; + rdfs:isDefinedBy ; + rdfs:label "Fugasiti"@ms ; + rdfs:label "Fugazität"@de ; + rdfs:label "Lotność"@pl ; + rdfs:label "fugacidad"@es ; + rdfs:label "fugacidade"@pt ; + rdfs:label "fugacita"@cs ; + rdfs:label "fugacitate"@ro ; + rdfs:label "fugacity"@en ; + rdfs:label "fugacità"@it ; + rdfs:label "fugacité"@fr ; + rdfs:label "fügasite"@tr ; + rdfs:label "انفلاتية"@ar ; + rdfs:label "بی‌دوامی"@fa ; + rdfs:label "フガシティー"@ja ; + rdfs:label "逸度"@zh ; +. +quantitykind:FundamentalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice." ; + qudt:symbol "a_1, a_2, a_3" ; + rdfs:isDefinedBy ; + rdfs:label "Fundamental Lattice vector"@en ; + skos:broader quantitykind:LatticeVector ; +. +quantitykind:FundamentalReciprocalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_lattice"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice." ; + qudt:symbol "b_1, b_2, b_3" ; + rdfs:isDefinedBy ; + rdfs:label "Fundamental Reciprocal Lattice Vector"@en ; + skos:broader quantitykind:AngularReciprocalLatticeVector ; +. +quantitykind:GFactorOfNucleus + a qudt:QuantityKind ; + dcterms:description "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$g = \\frac{\\mu}{I\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $I$ is the nuclear angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ; + qudt:plainTextDescription "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei." ; + qudt:symbol "g" ; + rdfs:isDefinedBy ; + rdfs:label "g-Factor of Nucleus"@en ; +. +quantitykind:GROSS-LIFT-OFF-WEIGHT + a qudt:QuantityKind ; + dcterms:description "The sum of a rocket's inert mass and usable fluids and gases at sea level."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Maximum_Takeoff_Weight"^^xsd:anyURI ; + qudt:plainTextDescription "The sum of a rocket's inert mass and usable fluids and gases at sea level." ; + rdfs:isDefinedBy ; + rdfs:label "Gross Lift-Off Weight"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:Gain + a qudt:QuantityKind ; + dcterms:description "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain. An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gain"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain. An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Gain"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:GapEnergy + a qudt:QuantityKind ; + dcterms:description "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Band_gap"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist." ; + qudt:symbol "E_g" ; + rdfs:isDefinedBy ; + rdfs:label "Gap Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:GasLeakRate + a qudt:QuantityKind ; + dcterms:description "ratio of the pV value of a gas (product of pressure and volume of a given quantity of gas at the respective temperature) flowing through a pipe cross-section during a time interval and the related interval"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD057" ; + qudt:plainTextDescription "Quotient aus dem pV-Wert eines Gases (Produkt aus Druck und Volumen einer bestimmten Menge eines Gases bei der jeweils herrschenden Temperatur), das während einer Zeitspanne durch einen Leitungsquerschnitt strömt, und der zugehörigen Zeitspanne"@de ; + qudt:symbol "0173-1#Z4-BAJ324#002" ; + rdfs:isDefinedBy ; + rdfs:label "gas leak rate" ; + rdfs:label "gas leak rate"@en-US ; +. +quantitykind:GeneFamilyAbundance + a qudt:QuantityKind ; + dcterms:description "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length."^^rdf:HTML ; + qudt:applicableUnit unit:RPK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://learn.gencore.bio.nyu.edu/"^^xsd:anyURI ; + qudt:plainTextDescription "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Gene Family Abundance"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:GeneralizedCoordinate + a qudt:QuantityKind ; + dcterms:description "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_i$, where $q_i$ is one of the coordinates that is used to describe the position of the system under consideration, and $N$ is the lowest number of coordinates necessary to fully define the position of the system."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration." ; + qudt:symbol "q_i" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Coordinate"@en ; +. +quantitykind:GeneralizedForce + a qudt:QuantityKind ; + dcterms:description "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_forces"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta A = \\sum Q_i\\delta q_i$, where $A$ is work and $q_i$ is a generalized coordinate."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates." ; + qudt:symbol "Q_i" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Force"@en ; +. +quantitykind:GeneralizedMomentum + a qudt:QuantityKind ; + dcterms:description "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$p_i = \\frac{\\partial L}{\\partial \\dot{q_i}}$, where $L$ is the Langrange function and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum." ; + qudt:symbol "p_i" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Force"@en ; +. +quantitykind:GeneralizedVelocity + a qudt:QuantityKind ; + dcterms:description "Generalized Velocities are the time derivatives of the generalized coordinates of the system."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{q_i} = \\frac{dq_i}{dt}$, where $q_i$ is the generalized coordinate and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{q_i}$"^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Velocities are the time derivatives of the generalized coordinates of the system." ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Velocity"@en ; +. +quantitykind:GibbsEnergy + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$G = H - T \\cdot S$, where $H$ is enthalpy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString ; + qudt:plainTextDescription "\"Gibbs Energy} is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. \\textit{Internal Energy} is the internal energy of the system, \\textit{Enthalpy} is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name \\textit{Gibbs Free Energy\" is also used." ; + qudt:symbol "G" ; + rdfs:isDefinedBy ; + rdfs:label "Energía de Gibbs"@es ; + rdfs:label "Entalpie liberă"@ro ; + rdfs:label "Gibbs Serbest Enerjisi"@tr ; + rdfs:label "Gibbs energy"@en ; + rdfs:label "Gibbsova volná energie"@cs ; + rdfs:label "Prosta entalpija"@sl ; + rdfs:label "Tenaga Gibbs"@ms ; + rdfs:label "energia libera di Gibbs"@it ; + rdfs:label "energia livre de Gibbs"@pt ; + rdfs:label "entalpia swobodna"@pl ; + rdfs:label "enthalpie libre"@fr ; + rdfs:label "freie Enthalpie"@de ; + rdfs:label "энергия Гиббса"@ru ; + rdfs:label "انرژی آزاد گیبس"@fa ; + rdfs:label "طاقة غيبس الحرة"@ar ; + rdfs:label "ギブズエネルギー"@ja ; + rdfs:label "吉布斯自由能"@zh ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:altLabel "Gibbs function"@en ; + skos:altLabel "Gibbs-Energie"@de ; + skos:altLabel "Gibbs-Funktion"@de ; + skos:altLabel "fungsi Gibbs"@ms ; + skos:broader quantitykind:Energy ; +. +quantitykind:Gradient + a qudt:QuantityKind ; + qudt:applicableUnit unit:MicroM-PER-M ; + qudt:applicableUnit unit:MilliM-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD058" ; + rdfs:isDefinedBy ; + rdfs:label "gradient" ; +. +quantitykind:GrandCanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\Xi = \\sum_{N_A, N_B, ...} Z(N_A, N_B, ...) \\cdot \\lambda_A^{N_A} \\cdot \\lambda_B^{N_B} \\cdot ...$, where $Z(N_A, N_B, ...)$ is the canonical partition function for the given number of particles $A, B, ...,$, and $\\lambda_A, \\lambda_B, ...$ are the absolute activities of particles $A, B, ...$."^^qudt:LatexString ; + qudt:latexSymbol "$\\Xi$"^^qudt:LatexString ; + qudt:plainTextDescription "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential." ; + rdfs:isDefinedBy ; + rdfs:label "Grand Canonical Partition Function"@en ; + skos:broader quantitykind:CanonicalPartitionFunction ; +. +quantitykind:GravitationalAttraction + a qudt:QuantityKind ; + dcterms:description "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.thefreedictionary.com/gravitational+attraction"^^xsd:anyURI ; + qudt:plainTextDescription "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them." ; + qudt:symbol "G" ; + rdfs:isDefinedBy ; + rdfs:label "Gravitational Attraction"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:Gravity_API + a qudt:QuantityKind ; + dcterms:description """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + qudt:applicableUnit unit:DEGREE_API ; + qudt:baseSIUnitDimensions "$qkdv:A0E0L0I0M0H0T0D1$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/API_gravity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + qudt:qkdvDenominator qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-3I0M1H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "API Gravity"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:GroupSpeedOfSound + a qudt:QuantityKind ; + dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance."^^rdf:HTML ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c_g = \\frac{d\\omega}{dk}$, where $\\omega$ is the angular frequency and $k$ is angular wavenumber."^^qudt:LatexString ; + qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance." ; + qudt:symbol "c" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Group Speed of Sound"@en ; + skos:broader quantitykind:SpeedOfSound ; +. +quantitykind:GrowingDegreeDay_Cereal + a qudt:QuantityKind ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; + rdfs:isDefinedBy ; + rdfs:label "Growing Degree Days (Cereals)"@en ; + skos:broader quantitykind:TimeTemperature ; +. +quantitykind:GruneisenParameter + a qudt:QuantityKind ; + dcterms:description "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Grüneisen_parameter"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\frac{\\alpha_V}{x_T c_V\\rho}$, where $\\alpha_V$ is the cubic expansion coefficient, $x_T$ is isothermal compressibility, $c_V$ is specific heat capacity at constant volume, and $\\rho$ is mass density."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice." ; + rdfs:isDefinedBy ; + rdfs:label "Gruneisen Parameter"@en ; +. +quantitykind:GustatoryThreshold + a qudt:QuantityKind ; + dcterms:description "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_g}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances." ; + rdfs:isDefinedBy ; + rdfs:label "Gustatory Threshold"@en ; +. +quantitykind:GyromagneticRatio + a qudt:QuantityKind ; + 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\"$)."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gyromagnetic_ratio"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gyromagnetic_ratio"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\gamma J$, where $\\mu$ is the magnetic dipole moment, and $J$ is the total angular momentum."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Gyromagnetic Ratio"@en ; +. +quantitykind:Half-Life + a qudt:QuantityKind ; + dcterms:description "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Half-life"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei." ; + qudt:symbol "T_{1/2}" ; + rdfs:isDefinedBy ; + rdfs:label "Halbwertszeit"@de ; + rdfs:label "Poločas rozpadu"@cs ; + rdfs:label "Separuh hayat"@ms ; + rdfs:label "half-life"@en ; + rdfs:label "meia-vida"@pt ; + rdfs:label "semiperiodo"@es ; + rdfs:label "tempo di dimezzamento"@it ; + rdfs:label "temps de demi-vie"@fr ; + rdfs:label "yarılanma süresi"@tr ; + rdfs:label "نیمه عمر"@fa ; + rdfs:label "半衰期"@zh ; + skos:altLabel "semivita"@it ; +. +quantitykind:Half-ValueThickness + a qudt:QuantityKind ; + dcterms:description "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half." ; + qudt:symbol "d_{1/2}" ; + rdfs:isDefinedBy ; + rdfs:label "Half-Value Thickness"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:HallCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field."^^rdf:HTML ; + qudt:applicableUnit unit:M3-PER-C ; + qudt:applicableUnit unit:V-IN2-PER-LB_F ; + qudt:applicableUnit unit:V-PER-BAR ; + qudt:applicableUnit unit:V-PER-PA ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD060" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hall_effect"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "In an isotropic conductor, the relation between electric field strength, $E$, and electric current density, $J$ is $E = \\rho J + R_H(B X J)$, where $\\rho$ is resistivity, and $B$ is magnetic flux density."^^qudt:LatexString ; + qudt:plainTextDescription "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field." ; + qudt:symbol "R_H, A_H" ; + rdfs:isDefinedBy ; + rdfs:label "Hall Coefficient"@en ; +. +quantitykind:HamiltonFunction + a qudt:QuantityKind ; + dcterms:description "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations."^^rdf:HTML ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hamilton–Jacobi_equation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$H = \\sum p_i\\dot{q_i} - L$, where $p_i$ is a generalized momentum, $\\dot{q_i}$ is a generalized velocity, and $L$ is the Lagrange function."^^qudt:LatexString ; + qudt:plainTextDescription "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations." ; + qudt:symbol "H" ; + rdfs:isDefinedBy ; + rdfs:label "Hamilton Function"@en ; +. +quantitykind:HeadEndPressure + a qudt:QuantityKind ; + qudt:abbreviation "HEP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Head End Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:HeartRate + a qudt:QuantityKind ; + dcterms:description "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates."^^rdf:HTML ; + qudt:applicableUnit unit:BEAT-PER-MIN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heart_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://www.medterms.com/script/main/art.asp?articlekey=3674"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/oi/authority.20110803100354463"^^xsd:anyURI ; + qudt:plainTextDescription "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates." ; + rdfs:isDefinedBy ; + rdfs:label "Heart Rate"@en ; +. +quantitykind:Heat + a qudt:QuantityKind ; + dcterms:description "\"Heat\" is the energy transferred by a thermal process. Heat can be measured in terms of the dynamical units of energy, as the erg, joule, etc., or in terms of the amount of energy required to produce a definite thermal change in some substance, as, for example, the energy required per degree to raise the temperature of a unit mass of water at some temperature ( calorie, Btu)."^^rdf:HTML ; + qudt:abbreviation "heat" ; + qudt:applicableUnit unit:BTU_39DEG_F ; + qudt:applicableUnit unit:BTU_59DEG_F ; + qudt:applicableUnit unit:BTU_60DEG_F ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_MEAN ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_15_DEG_C ; + qudt:applicableUnit unit:CAL_20DEG_C ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_MEAN ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloCAL_IT ; + qudt:applicableUnit unit:KiloCAL_Mean ; + qudt:applicableUnit unit:KiloCAL_TH ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TON_FG-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heat"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"Heat\" is the energy transferred by a thermal process. Heat can be measured in terms of the dynamical units of energy, as the erg, joule, etc., or in terms of the amount of energy required to produce a definite thermal change in some substance, as, for example, the energy required per degree to raise the temperature of a unit mass of water at some temperature ( calorie, Btu)." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Wärme"@de ; + rdfs:label "calor"@es ; + rdfs:label "calore"@it ; + rdfs:label "cantitate de căldură"@ro ; + rdfs:label "ciepło"@pl ; + rdfs:label "heat"@en ; + rdfs:label "jednotka tepla"@cs ; + rdfs:label "kuantiti haba Haba"@ms ; + rdfs:label "labor"@la ; + rdfs:label "quantidade de calor"@pt ; + rdfs:label "quantité de chaleur"@fr ; + rdfs:label "toplota"@sl ; + rdfs:label "ısı miktarı"@tr ; + rdfs:label "Теплота"@ru ; + rdfs:label "حرارة"@ar ; + rdfs:label "کمیت گرما"@fa ; + rdfs:label "ऊष्मा"@hi ; + rdfs:label "热量"@zh ; + rdfs:label "熱量"@ja ; + skos:altLabel "Wärmemenge"@de ; + skos:altLabel "amount of heat"@en ; + skos:altLabel "chaleur"@fr ; + skos:altLabel "jumlah haba"@ms ; + skos:altLabel "quantità di calore"@it ; + skos:broader quantitykind:ThermalEnergy ; +. +quantitykind:HeatCapacity + a qudt:QuantityKind ; + dcterms:description "\"Heat Capacity\" (usually denoted by a capital \\(C\\), often with subscripts), or thermal capacity, is the measurable physical quantity that characterizes the amount of heat required to change a substance's temperature by a given amount. In the International System of Units (SI), heat capacity is expressed in units of joule(s) (J) per kelvin (K)."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-DEG_R ; + qudt:applicableUnit unit:EV-PER-K ; + qudt:applicableUnit unit:J-PER-K ; + qudt:applicableUnit unit:MegaJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ; + qudt:latexDefinition "$C = dQ/dT$, where $Q$ is amount of heat and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:HECA ; + qudt:symbol "C_P" ; + rdfs:isDefinedBy ; + rdfs:label "Wärmekapazität"@de ; + rdfs:label "capacidad calorífica"@es ; + rdfs:label "capacidade térmica"@pt ; + rdfs:label "capacitate termică"@ro ; + rdfs:label "capacità termica"@it ; + rdfs:label "capacité thermique"@fr ; + rdfs:label "heat capacity"@en ; + rdfs:label "isı kapasitesi"@tr ; + rdfs:label "muatan haba"@ms ; + rdfs:label "pojemność cieplna"@pl ; + rdfs:label "tepelná kapacita"@cs ; + rdfs:label "toplotna kapaciteta"@sl ; + rdfs:label "теплоёмкость"@ru ; + rdfs:label "سعة حرارية"@ar ; + rdfs:label "ظرفیت گرمایی"@fa ; + rdfs:label "ऊष्मा धारिता"@hi ; + rdfs:label "热容"@zh ; + rdfs:label "熱容量"@ja ; + skos:broader quantitykind:EnergyPerTemperature ; +. +quantitykind:HeatCapacityRatio + a qudt:QuantityKind ; + dcterms:description "The heat capacity ratio, or ratio of specific heats, is the ratio of the heat capacity at constant pressure ($C_P$) to heat capacity at constant volume ($C_V$). For an ideal gas, the heat capacity is constant with temperature ($\\theta$). Accordingly we can express the enthalpy as $H = C_P*\\theta$ and the internal energy as $U = C_V \\cdot \\theta$. Thus, it can also be said that the heat capacity ratio is the ratio between enthalpy and internal energy."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heat_capacity_ratio"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H-1T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Heat Capacity Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:HeatFlowRate + a qudt:QuantityKind ; + dcterms:description "The rate of heat flow between two systems is measured in watts (joules per second). The formula for rate of heat flow is $\\bigtriangleup Q / \\bigtriangleup t = -K \\times A \\times \\bigtriangleup T/x$, where $\\bigtriangleup Q / \\bigtriangleup t$ is the rate of heat flow; $-K$ is the thermal conductivity factor; A is the surface area; $\\bigtriangleup T$ is the change in temperature and $x$ is the thickness of the material. $\\bigtriangleup T/ x$ is called the temperature gradient and is always negative because of the heat of flow always goes from more thermal energy to less)."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:expression "$heat-flow-rate$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flow Rate"@en ; + skos:broader quantitykind:Power ; +. +quantitykind:HeatFlowRatePerUnitArea + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_flux"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flow Rate per Unit Area"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:HeatFluxDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:siExactMatch si-quantity:HEFD ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flux Density"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:HeatingValue + a qudt:QuantityKind ; + dcterms:description "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. "^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_of_combustion"^^xsd:anyURI ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcheatingvaluemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. " ; + rdfs:isDefinedBy ; + rdfs:label "Calorific Value"@en ; + skos:altLabel "Energy Value"@en ; + skos:altLabel "Heating Value"@en ; + skos:broader quantitykind:SpecificEnergy ; +. +quantitykind:Height + a qudt:QuantityKind ; + dcterms:description "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is."^^rdf:HTML ; + qudt:abbreviation "height" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Height"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Height"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is." ; + qudt:symbol "h" ; + rdfs:isDefinedBy ; + rdfs:label "Höhe"@de ; + rdfs:label "Ketinggian"@ms ; + rdfs:label "Výška"@cs ; + rdfs:label "altezza"@it ; + rdfs:label "altura"@es ; + rdfs:label "altura"@pt ; + rdfs:label "hauteur"@fr ; + rdfs:label "height"@en ; + rdfs:label "yükseklik"@tr ; + rdfs:label "Înălțime"@ro ; + rdfs:label "высота"@ru ; + rdfs:label "ارتفاع"@fa ; + rdfs:label "高度"@zh ; + skos:broader quantitykind:Length ; +. +quantitykind:HelmholtzEnergy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Helmholtz Energy}$ is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. $\\textit{Internal Energy}$ is the internal energy of the system, $\\textit{Enthalpy}$ is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name $\\textit{Helmholz Free Energy}$ is also used."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$H = U - T \\cdot S$, where $U$ is internal energy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Energía de Helmholtz"@es ; + rdfs:label "Helmholtz energy"@en ; + rdfs:label "Helmholtz enerjisi"@tr ; + rdfs:label "Helmholtzova volná energie"@cs ; + rdfs:label "Prosta energija"@sl ; + rdfs:label "Tenaga Helmholtz"@ms ; + rdfs:label "energia libera di Helmholz"@it ; + rdfs:label "energia livre de Helmholtz"@pt ; + rdfs:label "energia swobodna"@pl ; + rdfs:label "freie Energie"@de ; + rdfs:label "énergie libre"@fr ; + rdfs:label "свободная энергия Гельмгольца"@ru ; + rdfs:label "انرژی آزاد هلمولتز"@fa ; + rdfs:label "طاقة هلمهولتز الحرة"@ar ; + rdfs:label "ヘルムホルツの自由エネルギー"@ja ; + rdfs:label "亥姆霍兹自由能"@zh ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:altLabel " Helmholtz fonksiyonu"@tr ; + skos:altLabel "Helmholtz function"@en ; + skos:altLabel "Helmholtz-Energie"@de ; + skos:altLabel "Helmholtz-Funktion"@de ; + skos:altLabel "fungsi Helmholtz"@ms ; + skos:broader quantitykind:Energy ; +. +quantitykind:HenrysLawVolatilityConstant + a qudt:QuantityKind ; + dcterms:description "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid. The numerator contains the gaseous concentration and the denominator contains the liquid concentration."^^rdf:HTML ; + qudt:applicableUnit unit:ATM-M3-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid. The numerator contains the gaseous concentration and the denominator contains the liquid concentration." ; + rdfs:isDefinedBy ; + rdfs:label "Henry's Law Volatility Constant"@en ; +. +quantitykind:HoleDensity + a qudt:QuantityKind ; + dcterms:description "\"Hole Density\" is the number of holes per volume in a valence band."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Hole Density\" is the number of holes per volume in a valence band." ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Hole Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:HorizontalVelocity + a qudt:QuantityKind ; + dcterms:description "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air." ; + qudt:symbol "V_{X}" ; + rdfs:isDefinedBy ; + rdfs:label "Horizontal Velocity"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:HydraulicPermeability + a qudt:QuantityKind ; + dcterms:description "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DARCY ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliDARCY ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:baseCGSUnitDimensions "$cm^2$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability_(Earth_sciences)"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(Earth_sciences)"^^xsd:anyURI ; + qudt:plainTextDescription "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness." ; + rdfs:isDefinedBy ; + rdfs:label "Hydraulic Permeability"@en ; + skos:altLabel "Fluid Permeability"@en ; + skos:altLabel "Permeability"@en ; +. +quantitykind:HyperfineStructureQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hyperfine_structure"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons." ; + qudt:symbol "F" ; + rdfs:isDefinedBy ; + rdfs:label "Hyperfine Structure Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; +. +quantitykind:INERT-MASS + a qudt:QuantityKind ; + dcterms:description "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo." ; + rdfs:isDefinedBy ; + rdfs:label "Inert Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:IgnitionIntervalTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Ignition interval time"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:Illuminance + a qudt:QuantityKind ; + dcterms:description "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception."^^rdf:HTML ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Illuminance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD062" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + qudt:latexDefinition "$E_v = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the luminous flux incident on an element of the surface with area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception." ; + qudt:siExactMatch si-quantity:ILLU ; + rdfs:isDefinedBy ; + rdfs:label "Beleuchtungsstärke"@de ; + rdfs:label "Intenzita osvětlení"@cs ; + rdfs:label "Pencahayaan"@ms ; + rdfs:label "aydınlanma şiddeti"@tr ; + rdfs:label "illuminamento"@it ; + rdfs:label "illuminance"@en ; + rdfs:label "iluminamento"@pt ; + rdfs:label "iluminare"@ro ; + rdfs:label "luminosidad"@es ; + rdfs:label "megvilágítás"@hu ; + rdfs:label "natężenie oświetlenia"@pl ; + rdfs:label "osvetljenost"@sl ; + rdfs:label "éclairement lumineux"@fr ; + rdfs:label "Осветеност"@bg ; + rdfs:label "Освещённость"@ru ; + rdfs:label "הארה (שטף ליחידת שטח)"@he ; + rdfs:label "شدة الضوء"@ar ; + rdfs:label "شدت روشنایی"@fa ; + rdfs:label "प्रदीपन"@hi ; + rdfs:label "照度"@ja ; + rdfs:label "照度"@zh ; + skos:altLabel "éclairement"@fr ; + skos:broader quantitykind:LuminousFluxPerArea ; +. +quantitykind:Impedance + a qudt:QuantityKind ; + dcterms:description "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle."^^rdf:HTML ; + qudt:applicableUnit unit:OHM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_impedance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\underline{Z} = \\underline{U} / \\underline{I}$, where $\\underline{U}$ is the voltage phasor and $\\underline{I}$ is the electric current phasor."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{Z}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle." ; + rdfs:isDefinedBy ; + rdfs:label "Impedance"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentPhasor ; + rdfs:seeAlso quantitykind:VoltagePhasor ; +. +quantitykind:Impulse + a qudt:QuantityKind ; + dcterms:description "product of force and time"@en ; + qudt:applicableUnit unit:GM-CentiM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-CentiM-PER-SEC ; + qudt:applicableUnit unit:LB-FT-PER-SEC ; + qudt:applicableUnit unit:LB-IN-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD063" ; + qudt:plainTextDescription "Produkt aus Kraft und Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ241#002" ; + qudt:symbol "0173-1#Z4-BAJ262#002" ; + rdfs:isDefinedBy ; + rdfs:label "impulse" ; + rdfs:label "impulse"@en-US ; +. +quantitykind:Incidence + a qudt:QuantityKind ; + dcterms:description "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time."^^rdf:HTML ; + qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD064" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Incidence"@en ; + skos:broader quantitykind:Frequency ; +. +quantitykind:IncidenceProportion + a qudt:QuantityKind ; + dcterms:description "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years."^^rdf:HTML ; + qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cumulative_incidence"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Incidence Proportion"@en ; + rdfs:seeAlso quantitykind:IncidenceRate ; + skos:broader quantitykind:Incidence ; +. +quantitykind:IncidenceRate + a qudt:QuantityKind ; + dcterms:description "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)"^^rdf:HTML ; + qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Incidence Rate"@en ; + rdfs:seeAlso quantitykind:IncidenceProportion ; + skos:broader quantitykind:Incidence ; +. +quantitykind:Inductance + a qudt:QuantityKind ; + dcterms:description "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current."^^rdf:HTML ; + qudt:applicableUnit unit:H ; + qudt:applicableUnit unit:H_Ab ; + qudt:applicableUnit unit:H_Stat ; + qudt:applicableUnit unit:KiloH ; + qudt:applicableUnit unit:MicroH ; + qudt:applicableUnit unit:MilliH ; + qudt:applicableUnit unit:NanoH ; + qudt:applicableUnit unit:PicoH ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inductance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD065" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$L =\\frac{\\Psi}{I}$, where $I$ is an electric current in a thin conducting loop, and $\\Psi$ is the linked flux caused by that electric current."^^qudt:LatexString ; + qudt:plainTextDescription "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current." ; + qudt:siExactMatch si-quantity:ELIN ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Inductance électrique"@fr ; + rdfs:label "Indukstans"@ms ; + rdfs:label "Induktivität"@de ; + rdfs:label "Indukčnost"@cs ; + rdfs:label "inductance"@en ; + rdfs:label "inductancia"@es ; + rdfs:label "inductantia"@la ; + rdfs:label "inductanță"@ro ; + rdfs:label "indukcyjność"@pl ; + rdfs:label "induktivitás"@hu ; + rdfs:label "induktivnost"@sl ; + rdfs:label "induttanza"@it ; + rdfs:label "indutância"@pt ; + rdfs:label "İndüktans"@tr ; + rdfs:label "Индуктивност"@bg ; + rdfs:label "Индуктивность"@ru ; + rdfs:label "השראות"@he ; + rdfs:label "القاوری"@fa ; + rdfs:label "المحاثة (التحريض)"@ar ; + rdfs:label "प्रेरकत्व"@hi ; + rdfs:label "インダクタンス・誘導係数"@ja ; + rdfs:label "电感"@zh ; + rdfs:seeAlso quantitykind:MutualInductance ; + skos:altLabel "Induktiviti"@ms ; + skos:altLabel "inductivity"@en ; +. +quantitykind:InfiniteMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$k_\\infty$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice." ; + rdfs:isDefinedBy ; + rdfs:label "Infinite Multiplication Factor"@en ; + skos:broader quantitykind:MultiplicationFactor ; + skos:closeMatch quantitykind:EffectiveMultiplicationFactor ; +. +quantitykind:InformationContent + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD066" ; + rdfs:isDefinedBy ; + rdfs:label "information content" ; +. +quantitykind:InformationContentExpressedAsALogarithmToBase10 + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the common logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lg 1/p(x) Hart, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der dekatischer Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) lg 1/p(x) Hart, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ468#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base 10"@en-US ; +. +quantitykind:InformationContentExpressedAsALogarithmToBase2 + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the binary logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lb 1/p(x) Sh, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der binäre Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = lb 1/p(x) Sh, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ463#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base 2"@en-US ; +. +quantitykind:InformationContentExpressedAsALogarithmToBaseE + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the natural logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) ln 1/p(x) nat, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der natürliche Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = ln 1/p(x) nat, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ469#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base e"@en-US ; +. +quantitykind:InformationEntropy + a qudt:QuantityKind ; + dcterms:description "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning."^^rdf:HTML ; + qudt:applicableUnit unit:BAN ; + qudt:applicableUnit unit:BIT ; + qudt:applicableUnit unit:BYTE ; + qudt:applicableUnit unit:ERLANG ; + qudt:applicableUnit unit:ExaBYTE ; + qudt:applicableUnit unit:ExbiBYTE ; + qudt:applicableUnit unit:GibiBYTE ; + qudt:applicableUnit unit:GigaBYTE ; + qudt:applicableUnit unit:HART ; + qudt:applicableUnit unit:KibiBYTE ; + qudt:applicableUnit unit:KiloBYTE ; + qudt:applicableUnit unit:MebiBYTE ; + qudt:applicableUnit unit:MegaBYTE ; + qudt:applicableUnit unit:NAT ; + qudt:applicableUnit unit:PebiBYTE ; + qudt:applicableUnit unit:PetaBYTE ; + qudt:applicableUnit unit:SHANNON ; + qudt:applicableUnit unit:TebiBYTE ; + qudt:applicableUnit unit:TeraBYTE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://simple.wikipedia.org/wiki/Information_entropy"^^xsd:anyURI ; + qudt:plainTextDescription "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning." ; + rdfs:isDefinedBy ; + rdfs:label "Information Entropy"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:InformationFlowRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:HART-PER-SEC ; + qudt:applicableUnit unit:NAT-PER-SEC ; + qudt:applicableUnit unit:SHANNON-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Information flow rate"@en ; +. +quantitykind:InitialExpansionRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Initial Expansion Ratio"@en ; + skos:broader quantitykind:ExpansionRatio ; +. +quantitykind:InitialNozzleThroatDiameter + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Initial Nozzle Throat Diameter"@en ; + skos:broader quantitykind:NozzleThroatDiameter ; +. +quantitykind:InitialVehicleMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{o}" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Vehicle Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:InitialVelocity + a qudt:QuantityKind ; + dcterms:description "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged." ; + qudt:symbol "V_{i}" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Velocity"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:InstantaneousPower + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-30"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-31"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-02-14"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-03-10"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Instantaneous Power"@en ; + skos:broader quantitykind:ElectricPower ; +. +quantitykind:InternalConversionFactor + a qudt:QuantityKind ; + dcterms:description "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_conversion_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition." ; + qudt:symbol "a" ; + rdfs:isDefinedBy ; + rdfs:label "InternalConversionFactor"@en ; +. +quantitykind:InternalEnergy + a qudt:QuantityKind ; + dcterms:description "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy."^^rdf:HTML ; + qudt:abbreviation "int-energy" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + qudt:exactMatch quantitykind:EnergyInternal ; + qudt:exactMatch quantitykind:ThermodynamicEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Internal_energy"^^xsd:anyURI ; + qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy." ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Internal Energy"@en ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + skos:broader quantitykind:Energy ; +. +quantitykind:IntinsicCarrierDensity + a qudt:QuantityKind ; + dcterms:description "\"Intinsic Carrier Density\" is proportional to electron and hole densities."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:latexDefinition "$np = n_i^2$, where $n$ is electron density and $p$ is hole density."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Intinsic Carrier Density\" is proportional to electron and hole densities." ; + qudt:symbol "n_i" ; + rdfs:isDefinedBy ; + rdfs:label "Intinsic Carrier Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:InverseAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse amount of substance"@en ; +. +quantitykind:InverseEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-J ; + qudt:applicableUnit unit:PER-KiloV-A-HR ; + qudt:applicableUnit unit:PER-V-A-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD156" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Energy"@en ; +. +quantitykind:InverseEnergy_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-EV2 ; + qudt:applicableUnit unit:PER-GigaEV2 ; + qudt:applicableUnit unit:PER-J2 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Energy"@en ; +. +quantitykind:InverseLength + a qudt:QuantityKind ; + dcterms:description "Reciprocal length or inverse length is a measurement used in several branches of science and mathematics. As the reciprocal of length, common units used for this measurement include the reciprocal metre or inverse metre ($m^{-1}$), the reciprocal centimetre or inverse centimetre ($cm^{-1}$), and, in optics, the dioptre."^^qudt:LatexString ; + qudt:applicableUnit unit:DPI ; + qudt:applicableUnit unit:KY ; + qudt:applicableUnit unit:MESH ; + qudt:applicableUnit unit:NUM-PER-M ; + qudt:applicableUnit unit:PER-ANGSTROM ; + qudt:applicableUnit unit:PER-CentiM ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_length"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Length"@en ; +. +quantitykind:InverseLengthTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-M-K ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Length Temperature"@en ; +. +quantitykind:InverseMagneticFlux + a qudt:QuantityKind ; + qudt:applicableUnit unit:HZ-PER-V ; + qudt:applicableUnit unit:PER-WB ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Magnetic Flux"@en ; +. +quantitykind:InverseMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-GM ; + qudt:applicableUnit unit:PER-KiloGM ; + qudt:applicableUnit unit:PER-LB ; + qudt:applicableUnit unit:PER-MilliGM ; + qudt:applicableUnit unit:PER-OZ ; + qudt:applicableUnit unit:PER-TON ; + qudt:applicableUnit unit:PER-TONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD157" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal mass" ; +. +quantitykind:InverseMass_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-KiloGM2 ; + qudt:applicableUnit unit:PER-PlanckMass2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Mass"@en ; +. +quantitykind:InversePermittivity + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-FARAD ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Permittivity"@en ; +. +quantitykind:InversePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MILLE-PSI ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:exactMatch quantitykind:IsothermalCompressibility ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Pressure"@en ; +. +quantitykind:InverseSquareEnergy + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseEnergy_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Energy"@en ; +. +quantitykind:InverseSquareMass + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseMass_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Mass"@en ; +. +quantitykind:InverseSquareTime + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseTime_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Time"@en ; +. +quantitykind:InverseTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Temperature"@en ; +. +quantitykind:InverseTime + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Time"@en ; +. +quantitykind:InverseTimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:HZ-PER-K ; + qudt:applicableUnit unit:MegaHZ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Time Temperature"@en ; +. +quantitykind:InverseTime_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Time"@en ; +. +quantitykind:InverseVolume + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-CentiM3 ; + qudt:applicableUnit unit:PER-FT3 ; + qudt:applicableUnit unit:PER-IN3 ; + qudt:applicableUnit unit:PER-L ; + qudt:applicableUnit unit:PER-M3 ; + qudt:applicableUnit unit:PER-MilliL ; + qudt:applicableUnit unit:PER-MilliM3 ; + qudt:applicableUnit unit:PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Volume"@en ; +. +quantitykind:IonConcentration + a qudt:QuantityKind ; + dcterms:description "\"Ion Concentration\" is the number of ions per unit volume. Also known as ion density."^^rdf:HTML ; + qudt:exactMatch quantitykind:IonDensity ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "\"Ion Concentration\" is the number of ions per unit volume. Also known as ion density." ; + rdfs:isDefinedBy ; + rdfs:label "Ion Concentration"@en ; +. +quantitykind:IonCurrent + a qudt:QuantityKind ; + dcterms:description "An ion current is the influx and/or efflux of ions through an ion channel."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:A_Ab ; + qudt:applicableUnit unit:A_Stat ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:BIOT ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:KiloA ; + qudt:applicableUnit unit:MegaA ; + qudt:applicableUnit unit:MicroA ; + qudt:applicableUnit unit:MilliA ; + qudt:applicableUnit unit:NanoA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:PicoA ; + qudt:applicableUnit unit:PlanckCurrent ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:plainTextDescription "An ion current is the influx and/or efflux of ions through an ion channel." ; + qudt:symbol "j" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Current"@en ; + skos:broader quantitykind:ElectricCurrent ; +. +quantitykind:IonDensity + a qudt:QuantityKind ; + dcterms:description "\"Ion Density\" is the number of ions per unit volume. Also known as ion concentration."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:exactMatch quantitykind:IonConcentration ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.answers.com/topic/ion-density"^^xsd:anyURI ; + qudt:latexDefinition """$n^+ = \\frac{N^+}{V}$, $n^- = \\frac{N^-}{V}$ + +where $N^+$ and $N^-$ are the number of positive and negative ions, respectively, in a 3D domain with volume $V$."""^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Ion Density\" is the number of ions per unit volume. Also known as ion concentration." ; + qudt:symbol "N, n^+, n^-" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:IonTransportNumber + a qudt:QuantityKind ; + dcterms:description "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ion_transport_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$t_B = \\frac{i_B}{i}$, where $i_B$ is the electric current carried by the ion $B$ and $i$ is the total electric current."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility." ; + qudt:symbol "t_B" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Transport Number"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:IonicCharge + a qudt:QuantityKind ; + dcterms:description "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:plainTextDescription "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it." ; + qudt:symbol "q" ; + rdfs:isDefinedBy ; + rdfs:label "Ionic Charge"@en ; + skos:broader quantitykind:ElectricCharge ; +. +quantitykind:IonicStrength + a qudt:QuantityKind ; + dcterms:description "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution."^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionic_strength"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{1}{2} \\sum z_i^2 b_i$, where the summation is carried out over all ions with charge number $z_i$ and molality $m_i$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution." ; + qudt:symbol "I" ; + rdfs:isDefinedBy ; + rdfs:label "Ionic Strength"@en ; +. +quantitykind:IonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase." ; + qudt:symbol "E_i" ; + rdfs:isDefinedBy ; + rdfs:label "Ionization Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:Irradiance + a qudt:QuantityKind ; + dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^rdf:HTML ; + qudt:abbreviation "W-PER-M2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD068" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux incident on an element of the surface with area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface." ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Bestrahlungsstärke"@de ; + rdfs:label "Intenzita záření"@cs ; + rdfs:label "Kepenyinaran"@ms ; + rdfs:label "irradiance"@en ; + rdfs:label "irradiancia"@es ; + rdfs:label "irradianza"@it ; + rdfs:label "irradiância"@pt ; + rdfs:label "yoğunluk"@tr ; + rdfs:label "éclairement énergétique"@fr ; + rdfs:label "Поверхностная плотность потока энергии"@ru ; + rdfs:label "الطاقة الهلامية"@ar ; + rdfs:label "پرتو افکنی/چگالی تابش"@fa ; + rdfs:label "熱流束"@ja ; + rdfs:label "辐照度"@zh ; + skos:altLabel "koyuluk"@tr ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:IsentropicCompressibility + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa_S = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_S$, where $V$ is volume, $p$ is $pressure$, and $S$ is entropy,"^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa_S$"^^qudt:LatexString ; + qudt:plainTextDescription "Isentropic compressibility is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy." ; + rdfs:isDefinedBy ; + rdfs:label "Isentropic Compressibility"@en ; +. +quantitykind:IsentropicExponent + a qudt:QuantityKind ; + 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."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa = -\\frac{V}{p}\\left \\{ \\frac{\\partial p}{\\partial V}\\right \\}_S$, where $V$ is volume, $p$ is pressure, and $S$ is entropy."^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Coefficiente di dilatazione adiabatica"@it ; + rdfs:label "Coeficient de transformare adiabatică"@ro ; + rdfs:label "Coeficiente de dilatación adiabática"@es ; + rdfs:label "Coeficiente de expansão adiabática"@pt ; + rdfs:label "Isentropenexponent"@de ; + rdfs:label "Poissonova konstanta"@cs ; + rdfs:label "Wykładnik adiabaty"@pl ; + rdfs:label "adiabatni eksponent"@sl ; + rdfs:label "exposant isoentropique"@fr ; + rdfs:label "isentropic exponent"@en ; + rdfs:label "ısı sığası oranı; adyabatik indeks"@tr ; + rdfs:label "Показатель адиабаты"@ru ; + rdfs:label "نسبة السعة الحرارية"@ar ; + rdfs:label "比熱比"@ja ; + rdfs:label "绝热指数"@zh ; + rdfs:seeAlso quantitykind:IsentropicCompressibility ; + skos:altLabel "indice adiabatico"@it ; + skos:altLabel "indice adiabatique"@fr ; +. +quantitykind:IsothermalCompressibility + a qudt:QuantityKind ; + dcterms:description "The isothermal compressibility defines the rate of change of system volume with pressure."^^rdf:HTML ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MILLE-PSI ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:exactMatch quantitykind:InversePressure ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa_T = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_T$, where $V$ is volume, $p$ is $pressure$, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa_T$"^^qudt:LatexString ; + qudt:plainTextDescription "The isothermal compressibility defines the rate of change of system volume with pressure." ; + rdfs:isDefinedBy ; + rdfs:label "Izotermna stisljivost"@sl ; + rdfs:label "Ketermampatan isotermik"@ms ; + rdfs:label "compresibilidad isotérmica"@es ; + rdfs:label "compressibilidade isotérmica"@pt ; + rdfs:label "compressibilité isotherme"@fr ; + rdfs:label "comprimibilità isotermica"@it ; + rdfs:label "isothermal compressibility"@en ; + rdfs:label "isotherme Kompressibilität"@de ; + rdfs:label "objemová stlačitelnost"@cs ; + rdfs:label "ściśliwość izotermiczna"@pl ; + rdfs:label "изотермический коэффициент сжимаемости"@ru ; + rdfs:label "ضریب تراکم‌پذیری همدما"@fa ; + rdfs:label "معامل الانضغاط عند ثبوت درجة الحرارة"@ar ; + rdfs:label "等温压缩率"@zh ; + rdfs:label "等温圧縮率"@ja ; +. +quantitykind:IsothermalMoistureCapacity + a qudt:QuantityKind ; + dcterms:description "\"Isothermal Moisture Capacity\" is the capacity of a material to absorb moisture in the Effective Moisture Penetration Depth (EMPD) model."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:informativeReference "https://bigladdersoftware.com/epx/docs/8-4/engineering-reference/effective-moisture-penetration-depth-empd.html#empd-nomenclature"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Isothermal Moisture Capacity"@en ; + skos:broader quantitykind:SpecificVolume ; +. +quantitykind:Kerma + a qudt:QuantityKind ; + dcterms:description "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample."^^rdf:HTML ; + qudt:applicableUnit unit:CentiGRAY ; + qudt:applicableUnit unit:GRAY ; + qudt:applicableUnit unit:KiloGRAY ; + qudt:applicableUnit unit:MegaGRAY ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kerma_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For indirectly ionizing (uncharged) particles, $K= \\frac{dE_{tr}}{dm}$, where $dE_{tr}$ is the mean sum of the initial kinetic energies of all the charged ionizing particles liberated by uncharged ionizing particles in an element of matter, and $dm$ is the mass of that element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample." ; + qudt:symbol "K" ; + rdfs:isDefinedBy ; + rdfs:label "Kerma"@en ; +. +quantitykind:KermaRate + a qudt:QuantityKind ; + dcterms:description "\"Kerma Rate\" is the kerma per unit time."^^rdf:HTML ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{K} = \\frac{dK}{dt}$, where $K$ is the increment of kerma during time interval with duration $t$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{K}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Kerma Rate\" is the kerma per unit time." ; + rdfs:isDefinedBy ; + rdfs:label "Kerma Rate"@en ; +. +quantitykind:KinematicViscosity + a qudt:QuantityKind ; + dcterms:description "The ratio of the viscosity of a liquid to its density. Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or tensile stress. In many situations, we are concerned with the ratio of the inertial force to the viscous force (that is the Reynolds number), the former characterized by the fluid density $\\rho$. This ratio is characterized by the kinematic viscosity (Greek letter $\\nu$), defined as follows: $\\nu = \\mu / \\rho$. The SI unit of $\\nu$ is $m^{2}/s$. The SI unit of $\\nu$ is $kg/m^{1}$."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiST ; + qudt:applicableUnit unit:ST ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD070" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Viscosity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\nu = \\frac{\\eta}{\\rho}$, where $\\eta$ is dynamic viscosity and $\\rho$ is mass density."^^qudt:LatexString ; + qudt:latexSymbol "$\\nu$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Kelikatan kinematik"@ms ; + rdfs:label "Kinematik akmazlık"@tr ; + rdfs:label "Viscozitate cinematică"@ro ; + rdfs:label "kinematic viscosity"@en ; + rdfs:label "kinematische Viskosität"@de ; + rdfs:label "kinematična viskoznost"@sl ; + rdfs:label "lepkość kinematyczna"@pl ; + rdfs:label "viscosidad cinemática"@es ; + rdfs:label "viscosidade cinemática"@pt ; + rdfs:label "viscosità cinematica"@it ; + rdfs:label "viscosité cinématique"@fr ; + rdfs:label "viskozita"@cs ; + rdfs:label "кинематическую вязкость"@ru ; + rdfs:label "لزوجة"@ar ; + rdfs:label "گرانروی جنبشی/ویسکوزیته جنبشی"@fa ; + rdfs:label "श्यानता"@hi ; + rdfs:label "粘度"@ja ; + rdfs:label "运动粘度"@zh ; + rdfs:seeAlso quantitykind:DynamicViscosity ; + rdfs:seeAlso quantitykind:MolecularViscosity ; + skos:broader quantitykind:AreaPerTime ; +. +quantitykind:KinematicViscosityOrDiffusionConstantOrThermalDiffusivity + a qudt:QuantityKind ; + dcterms:description "ratio of the dynamic viscosity and the density of a material measured at the same temperature, or ratio of the diffusion current density and carrier density gradient, or ratio of thermal conductivity divided by heat capacity"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes oder Quotient Diffusionsstromdichte durch Gradient der Ladungsträgerdichte oder Quotient Wärmeleitfähigkeit durch Wärmekapazität"@de ; + qudt:symbol "0173-1#Z4-BAJ328#002" ; + rdfs:isDefinedBy ; + rdfs:label "kinematic viscosity or diffusion constant or thermal diffusivity"@en-US ; +. +quantitykind:KineticEnergy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Kinetic Energy}$ is the energy which a body possesses as a consequence of its motion, defined as one-half the product of its mass $m$ and the square of its speed $v$, $ \\frac{1}{2} mv^{2} $. The kinetic energy per unit volume of a fluid parcel is the $ \\frac{1}{2} p v^{2}$ , where $p$ is the density and $v$ the speed of the parcel. See potential energy. For relativistic speeds the kinetic energy is given by $E_k = mc^2 - m_0 c^2$, where $c$ is the velocity of light in a vacuum, $m_0$ is the rest mass, and $m$ is the moving mass."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD071" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + qudt:latexDefinition "$T = \\frac{mv^2}{2}$, where $m$ is mass and $v$ is speed."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:symbol "K" ; + qudt:symbol "KE" ; + rdfs:isDefinedBy ; + rdfs:label "Kinetic Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:KineticOrThermalEnergy + a qudt:QuantityKind ; + dcterms:description "energy presented in the movement of a body, composed of translation and rotation energies, determined by the movement of this body compared to another system and by its mass (mass distribution) or energy in the terms of heat"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Energie, die in der Bewegung eines Körpers steckt und sich aus Translationsenergie und Rotationsenergie zusammen setzt, die durch die Bewegung dieses Körpers gegenüber einem anderen System und durch seine Masse (Massenverteilung) bestimmt wird oder Energie in Form von Wärme"@de ; + qudt:symbol "0173-1#Z4-BAJ280#002" ; + rdfs:isDefinedBy ; + rdfs:label "kinetic or thermal energy"@en-US ; +. +quantitykind:LagrangeFunction + a qudt:QuantityKind ; + dcterms:description "The Lagrange Function is a function that summarizes the dynamics of the system."^^rdf:HTML ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Lagrangian"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-76"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$L(q_i, \\dot{q_i}) = T(q_i, \\dot{q_i}) - V(q_i)$, where $T$ is kinetic energy, $V$ is potential energy, $q_i$ is a generalized coordinate, and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ; + qudt:plainTextDescription "The Lagrange Function is a function that summarizes the dynamics of the system." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Lagrange Function"@en ; +. +quantitykind:Landau-GinzburgNumber + a qudt:QuantityKind ; + dcterms:description "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ginzburg–Landau_theory"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "At zero thermodynamic temperature $\\kappa = \\frac{\\lambda_L}{(\\varepsilon\\sqrt{2})}$, where $\\lambda_L$ is London penetration depth and $\\varepsilon$ is coherence length."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length." ; + rdfs:isDefinedBy ; + rdfs:label "Landau-Ginzburg Number"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LandeGFactor + a qudt:QuantityKind ; + dcterms:description "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/G-factor_(physics)"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$g = \\frac{\\mu}{J\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $J$ is the total angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921." ; + qudt:symbol "g" ; + rdfs:isDefinedBy ; + rdfs:label "Lande g-Factor"@en ; +. +quantitykind:LarmorAngularFrequency + a qudt:QuantityKind ; + dcterms:description "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Larmor_precession#Larmor_frequency"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega_L = \\frac{e}{2m_e}B$, where $e$ is the elementary charge, $m_e$ is the rest mass of electron, and $B$ is the magnetic flux density."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega_L$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency." ; + rdfs:isDefinedBy ; + rdfs:label "Larmor Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency ; +. +quantitykind:LatticePlaneSpacing + a qudt:QuantityKind ; + dcterms:description "\"Lattice Plane Spacing\" is the distance between successive lattice planes."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lattice Plane Spacing\" is the distance between successive lattice planes." ; + qudt:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Lattice Plane Spacing"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:LatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself." ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Lattice Vector"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:LeakageFactor + a qudt:QuantityKind ; + dcterms:description "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:expression "$leakage-factor$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=221-04-12"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = 1 - k^2$, where $k$ is the coupling factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit." ; + rdfs:isDefinedBy ; + rdfs:label "Leakage Factor"@en ; +. +quantitykind:Length + a qudt:QuantityKind ; + dcterms:description "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD072" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Length"^^xsd:anyURI ; + qudt:plainTextDescription "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured." ; + qudt:siExactMatch si-quantity:LENG ; + qudt:symbol "l" ; + rdfs:isDefinedBy ; + rdfs:label "Délka"@cs ; + rdfs:label "Länge"@de ; + rdfs:label "Panjang"@ms ; + rdfs:label "comprimento"@pt ; + rdfs:label "dolžina"@sl ; + rdfs:label "długość"@pl ; + rdfs:label "hossz"@hu ; + rdfs:label "length"@en ; + rdfs:label "longitud"@es ; + rdfs:label "longitudo"@la ; + rdfs:label "longueur"@fr ; + rdfs:label "lunghezza"@it ; + rdfs:label "lungime"@ro ; + rdfs:label "uzunluk"@tr ; + rdfs:label "Μήκος"@el ; + rdfs:label "Длина"@ru ; + rdfs:label "Дължина"@bg ; + rdfs:label "אורך"@he ; + rdfs:label "طول"@ar ; + rdfs:label "طول"@fa ; + rdfs:label "लम्बाई"@hi ; + rdfs:label "長さ"@ja ; + rdfs:label "长度"@zh ; +. +quantitykind:LengthByForce + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Force"@en ; +. +quantitykind:LengthEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:MegaEV-FemtoM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Energy"@en ; +. +quantitykind:LengthMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:GM-MilliM ; + qudt:applicableUnit unit:LB-IN ; + qudt:applicableUnit unit:M-KiloGM ; + qudt:applicableUnit unit:OZ-FT ; + qudt:applicableUnit unit:OZ-IN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Mass"@en ; +. +quantitykind:LengthMolarEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:J-M-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Molar Energy"@en ; +. +quantitykind:LengthPerUnitElectricCurrent + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length per Unit Electric Current"@en ; +. +quantitykind:LengthPercentage + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:LengthRatio ; + qudt:applicableUnit unit:PERCENT ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Percentage"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LengthRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LengthTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-CentiM ; + qudt:applicableUnit unit:K-M ; + qudt:applicableUnit unit:M-K ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Temperature"@en ; +. +quantitykind:LengthTemperatureTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-SEC-DEG_C ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length Temperature Time"@en ; +. +quantitykind:Lethargy + a qudt:QuantityKind ; + dcterms:description "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.scribd.com/doc/51548050/149/Lethargy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$u = \\ln(\\frac{E_0}{E})$, where $E_0$ is a reference energy."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision." ; + qudt:symbol "u" ; + rdfs:isDefinedBy ; + rdfs:label "Lethargy"@en ; +. +quantitykind:LevelWidth + a qudt:QuantityKind ; + dcterms:description "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus."^^rdf:HTML ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Level+Width"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Gamma = \\frac{\\hbar}{\\tau}$, where $\\hbar$ is the reduced Planck constant and $\\tau$ is the mean lifetime."^^qudt:LatexString ; + qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus." ; + rdfs:isDefinedBy ; + rdfs:label "Level Width"@en ; +. +quantitykind:LiftCoefficient + a qudt:QuantityKind ; + dcterms:description "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body."^^rdf:HTML ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body." ; + qudt:symbol "C_{L}" ; + rdfs:isDefinedBy ; + rdfs:label "Lift Coefficient"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:LiftForce + a qudt:QuantityKind ; + dcterms:description "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Lift Force"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:LinearAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease, caused by absorption, in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Absorption Coefficient"@en ; +. +quantitykind:LinearAcceleration + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGAL ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Acceleration ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Linear Acceleration"@en ; +. +quantitykind:LinearAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Linear Attenuation Coefficient\", also called the attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """$\\mu = -\\frac{1}{J}\\frac{dJ}{dx}$, where $J$ is the magnitude of the current rate of a beam of particles parallel to the $x-direction$. + +Or: + +$\\mu(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."""^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Attenuation Coefficient\", also called the attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Attenuation Coefficient"@en ; +. +quantitykind:LinearBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M ; + qudt:applicableUnit unit:ExaBIT-PER-M ; + qudt:applicableUnit unit:ExbiBIT-PER-M ; + qudt:applicableUnit unit:GibiBIT-PER-M ; + qudt:applicableUnit unit:GigaBIT-PER-M ; + qudt:applicableUnit unit:KibiBIT-PER-M ; + qudt:applicableUnit unit:MebiBIT-PER-M ; + qudt:applicableUnit unit:PebiBIT-PER-M ; + qudt:applicableUnit unit:TebiBIT-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD074" ; + rdfs:isDefinedBy ; + rdfs:label "lineic bit density" ; +. +quantitykind:LinearCompressibility + a qudt:QuantityKind ; + dcterms:description "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change."^^rdf:HTML ; + qudt:applicableUnit unit:MicroM-PER-N ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:plainTextDescription "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Compressibility"@en ; +. +quantitykind:LinearDensity + a qudt:QuantityKind ; + dcterms:description "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M ; + qudt:applicableUnit unit:KiloGM-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_l = \\frac{dm}{dl}$, where $m$ is mass and $l$ is length."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ; + qudt:plainTextDescription "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Density"@en ; +. +quantitykind:LinearElectricCharge + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD075" ; + rdfs:isDefinedBy ; + rdfs:label "lineic electric charge" ; +. +quantitykind:LinearElectricCurrent + a qudt:QuantityKind ; + dcterms:description "\"Linear Electric Linear Current\" is the electric current per unit line."^^rdf:HTML ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD076" ; + qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI ; + qudt:plainTextDescription "\"Linear Electric Linear Current\" is the electric current per unit line." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Electric Current"@en ; + skos:broader quantitykind:LinearElectricCurrentDensity ; +. +quantitykind:LinearElectricCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Linear Electric Linear Current Density\" is the electric current per unit length. Electric current, $I$, through a curve $C$ is defined as $I = \\int_C J _s \\times e_n$, where $e_n$ is a unit vector perpendicular to the surface and line vector element, and $dr$ is the differential of position vector $r$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J_s = \\rho_A v$, where $\\rho_A$ is surface density of electric charge and $v$ is velocity."^^qudt:LatexString ; + qudt:symbol "J_s" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Electric Current Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeSurfaceDensity ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity ; +. +quantitykind:LinearEnergyTransfer + a qudt:QuantityKind ; + dcterms:description "\"Linear Energy Transfer\" (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-M ; + qudt:applicableUnit unit:KiloEV-PER-MicroM ; + qudt:applicableUnit unit:MegaEV-PER-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Linear_energy_transfer"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_energy_transfer"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For ionizing charged particles, $L_\\Delta = \\frac{dE_\\Delta}{dl}$, where $dE_\\Delta$ is the mean energy lost in elctronic collisions locally to matter along a small path through the matter, minus the sum of the kinetic energies of all the electrons released with kinetic energies in excess of $\\Delta$, and $dl$ is the length of that path."^^qudt:LatexString ; + qudt:latexSymbol "$L_\\Delta$"^^qudt:LatexString ; + qudt:latexSymbol "$L_\\bigtriangleup$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Energy Transfer\" (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Energy Transfer"@en ; +. +quantitykind:LinearExpansionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PERCENT-PER-DecaK ; + qudt:applicableUnit unit:PERCENT-PER-K ; + qudt:expression "$lnr-exp-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_l = \\frac{1}{l} \\; \\frac{dl}{dT}$, where $l$ is $length$ and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_l$"^^qudt:LatexString ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "coefficient de dilatation linéique"@fr ; + rdfs:label "coefficiente di dilatazione lineare"@it ; + rdfs:label "coeficiente de dilatação térmica linear"@pt ; + rdfs:label "coeficiente de expansión térmica lineal"@es ; + rdfs:label "linear expansion coefficient"@en ; + rdfs:label "linearer Ausdehnungskoeffizient"@de ; + rdfs:label "współczynnik liniowej rozszerzalności cieplnej"@pl ; + rdfs:label "معدل التمدد الحراري الخطي"@ar ; + rdfs:label "線熱膨張係数"@ja ; + rdfs:label "线性热膨胀系数"@zh ; + skos:broader quantitykind:ExpansionRatio ; +. +quantitykind:LinearForce + a qudt:QuantityKind ; + dcterms:description "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD077" ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearforcemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Force"@en ; + rdfs:label "Streckenlast"@de ; + skos:broader quantitykind:ForcePerLength ; +. +quantitykind:LinearIonization + a qudt:QuantityKind ; + dcterms:description "\"Linear Ionization\" is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition."^^rdf:HTML ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$N_{il} = \\frac{1}{e}\\frac{dQ}{dl}$, where $e$ is the elementary charge and $dQ$ is the average total charge of all positive ions produced over an infinitesimal element of the path with length $dl$ by an ionizing charged particle."^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Ionization\" is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition." ; + qudt:symbol "N_{il}" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Ionization"@en ; +. +quantitykind:LinearLogarithmicRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:B-PER-M ; + qudt:applicableUnit unit:DeciB-PER-KiloM ; + qudt:applicableUnit unit:DeciB-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD078" ; + rdfs:isDefinedBy ; + rdfs:label "lineic logarithmic ratio" ; +. +quantitykind:LinearMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-KiloM ; + qudt:applicableUnit unit:LB-PER-YD ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD079" ; + rdfs:isDefinedBy ; + rdfs:label "lineic mass" ; +. +quantitykind:LinearMomentum + a qudt:QuantityKind ; + dcterms:description "Linear momentum is the quantity obtained by multiplying the mass of a body by its linear velocity. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium.The SI unit for linear momentum is meter-kilogram per second ($m-kg/s$)."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC ; + qudt:applicableUnit unit:MegaEV-PER-SpeedOfLight ; + qudt:applicableUnit unit:N-M-SEC-PER-M ; + qudt:applicableUnit unit:N-SEC ; + qudt:applicableUnit unit:PlanckMomentum ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Momentum ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:latexDefinition "p = m\\upsilon"^^qudt:LatexString ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Momentum"@en ; +. +quantitykind:LinearPower + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD080" ; + rdfs:isDefinedBy ; + rdfs:label "lineic power" ; +. +quantitykind:LinearResistance + a qudt:QuantityKind ; + qudt:applicableUnit unit:GigaOHM-PER-M ; + qudt:applicableUnit unit:KiloOHM-PER-M ; + qudt:applicableUnit unit:MegaOHM-PER-KiloM ; + qudt:applicableUnit unit:MegaOHM-PER-M ; + qudt:applicableUnit unit:MilliOHM-PER-M ; + qudt:applicableUnit unit:OHM-PER-KiloM ; + qudt:applicableUnit unit:OHM-PER-M ; + qudt:applicableUnit unit:OHM-PER-MI ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD081" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resistance" ; +. +quantitykind:LinearStiffness + a qudt:QuantityKind ; + dcterms:description "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Force"@en ; + rdfs:label "Streckenlast"@de ; + skos:broader quantitykind:ForcePerLength ; +. +quantitykind:LinearStrain + a qudt:QuantityKind ; + dcterms:description "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length."^^rdf:HTML ; + qudt:exactMatch quantitykind:Strain ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\xi = \\frac{\\Delta l}{l_0}$, where $\\Delta l$ is the increase in length and $l_0$ is the length in a reference state to be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Strain"@en ; +. +quantitykind:LinearThermalExpansion + a qudt:QuantityKind ; + dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F-DEG_R ; + qudt:applicableUnit unit:CentiM-PER-K ; + qudt:applicableUnit unit:FT-PER-DEG_F ; + qudt:applicableUnit unit:IN-PER-DEG_F ; + qudt:applicableUnit unit:M-PER-K ; + qudt:applicableUnit unit:MicroM-PER-K ; + qudt:applicableUnit unit:MilliM-PER-K ; + qudt:applicableUnit unit:YD-PER-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/linear_thermal_expansion"^^xsd:anyURI ; + qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion." ; + rdfs:isDefinedBy ; + rdfs:label "Linear Thermal Expansion"@en ; +. +quantitykind:LinearTorque + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB_F-FT-PER-IN ; + qudt:applicableUnit unit:LB_F-IN-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD082" ; + rdfs:isDefinedBy ; + rdfs:label "lineic torque" ; +. +quantitykind:LinearVelocity + a qudt:QuantityKind ; + dcterms:description "Linear Velocity, as the name implies deals with speed in a straight line, the units are often $km/hr$ or $m/s$ or $mph$ (miles per hour). Linear Velocity (v) = change in distance/change in time, where $v = \\bigtriangleup d/\\bigtriangleup t$"^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Velocity ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://au.answers.yahoo.com/question/index?qid=20080319082534AAtrClv"^^xsd:anyURI ; + qudt:symbol "v" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Velocity"@en ; +. +quantitykind:LinearVoltageCoefficient + a qudt:QuantityKind ; + dcterms:description "ratio identifying the relationship between induced voltage and velocity"@en ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen induzierter Spannung zur Geschwindigkeit kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ336#003" ; + rdfs:isDefinedBy ; + rdfs:label "linear voltage coefficient"@en-US ; +. +quantitykind:LineicCharge + a qudt:QuantityKind ; + dcterms:description "electric charge divided by related length"@en ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:plainTextDescription "elektrische Ladung dividiert durch dazugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ457#001" ; + rdfs:isDefinedBy ; + rdfs:label "lineic charge"@en-US ; +. +quantitykind:LineicDataVolume + a qudt:QuantityKind ; + dcterms:description "number of data, usually dependent on the respective information complexity or its coding procedure, divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ331#002" ; + rdfs:isDefinedBy ; + rdfs:label "lineic data volume"@en-US ; +. +quantitykind:LineicLogarithmicRatio + a qudt:QuantityKind ; + dcterms:description "logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ332#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic logarithmic ratio"@en-US ; +. +quantitykind:LineicMass + a qudt:QuantityKind ; + dcterms:description "ratio between mass divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:plainTextDescription "Quotient Masse dividiert durch die dazugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ341#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic mass"@en-US ; +. +quantitykind:LineicPower + a qudt:QuantityKind ; + dcterms:description "power divided by the associated length"@en ; + qudt:applicableUnit unit:W-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:plainTextDescription "Leistung dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ418#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic power"@en-US ; +. +quantitykind:LineicQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "lineic quantity"@en-US ; +. +quantitykind:LineicResistance + a qudt:QuantityKind ; + dcterms:description "ratio of resistance divided by length"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Widerstand durch Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ333#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resistance"@en-US ; +. +quantitykind:LineicResolution + a qudt:QuantityKind ; + dcterms:description "graphic resolution capacity of output devices such as printers or of data acquisition such as scanners, as a number of pixels per length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "grafisches Auflösungsvermögen von Ausgabegeräten wie Druckern oder von Datenerfassungsgeräten wie Scannern als Anzahl der Bildpunkte je Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ438#002" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resolution"@en-US ; +. +quantitykind:LineicTorque + a qudt:QuantityKind ; + dcterms:description "torque divided by the appropriate length"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Drehmoment dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ433#001" ; + rdfs:isDefinedBy ; + rdfs:label "lineic torque"@en-US ; +. +quantitykind:LinkedFlux + a qudt:QuantityKind ; + dcterms:description "\"Linked Flux\" is defined as the path integral of the magnetic vector potential. This is the line integral of a magnetic vector potential $A$ along a curve $C$. The line vector element $dr$ is the differential of position vector $r$."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-A ; + qudt:applicableUnit unit:KiloWB ; + qudt:applicableUnit unit:MX ; + qudt:applicableUnit unit:MilliWB ; + qudt:applicableUnit unit:N-M-PER-A ; + qudt:applicableUnit unit:UnitPole ; + qudt:applicableUnit unit:V_Ab-SEC ; + qudt:applicableUnit unit:WB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + qudt:expression "$linked-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-24"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi_m = \\int_C A \\cdot dr$, where $A$ is magnetic vector potential and $dr$ is the vector element of the curve $C$."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi_m$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Linked Flux"@en ; + skos:broader quantitykind:MagneticFlux ; +. +quantitykind:LiquidVolume + a qudt:QuantityKind ; + dcterms:description "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement."^^rdf:HTML ; + qudt:applicableUnit unit:CUP ; + qudt:applicableUnit unit:CUP_US ; + qudt:applicableUnit unit:CentiL ; + qudt:applicableUnit unit:GAL_IMP ; + qudt:applicableUnit unit:GAL_UK ; + qudt:applicableUnit unit:GAL_US ; + qudt:applicableUnit unit:Kilo-FT3 ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:OZ_VOL_US ; + qudt:applicableUnit unit:PINT_US ; + qudt:applicableUnit unit:QT_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "http://www.ehow.com/facts_6371078_liquid-volume_.html"^^xsd:anyURI ; + qudt:plainTextDescription "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement." ; + rdfs:isDefinedBy ; + rdfs:label "Liquid Volume"@en ; + skos:broader quantitykind:Volume ; +. +quantitykind:Log10FrequencyInterval + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:iec61360Code "0112/2///62720#UAD084" ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic frequency interval to base 10" ; +. +quantitykind:Log10Ratio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD085" ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic ratio to base 10" ; +. +quantitykind:LogERatio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:iec61360Code "0112/2///62720#UAD086" ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic ratio to base e" ; +. +quantitykind:LogOctanolAirPartitionCoefficient + a qudt:QuantityKind ; + dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances." ; + rdfs:isDefinedBy ; + rdfs:label "Octanol Air Partition Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LogOctanolWaterPartitionCoefficient + a qudt:QuantityKind ; + dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids. This property is used to measure the lipophilicity and the hydrophilicity of a substance."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids. This property is used to measure the lipophilicity and the hydrophilicity of a substance." ; + rdfs:isDefinedBy ; + rdfs:label "Logarithm of Octanol Water Partition Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LogarithmRatioToBase10 + a qudt:QuantityKind ; + dcterms:description "common logarithm of the ratio between the value of a defined variable and the value of a reference variable of the same type"@en ; + dcterms:description "dekadischer Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art"@de ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:siExactMatch si-quantity:RLGB ; + qudt:symbol "0173-1#Z4-BAJ441#002" ; + rdfs:isDefinedBy ; + rdfs:label "logarithm ratio to base 10"@en-US ; +. +quantitykind:LogarithmRatioToBaseE + a qudt:QuantityKind ; + dcterms:description "napierian logarithm of the ratio between the value of a given quantity and the value of a reference variable of the same type (base of logarithm: e = 2.718...)"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "natürlicher Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art (Basis des Logarithmus: e = 2,718...)"@de ; + qudt:symbol "0173-1#Z4-BAJ440#002" ; + rdfs:isDefinedBy ; + rdfs:label "logarithm ratio to base e"@en-US ; +. +quantitykind:LogarithmicFrequencyInterval + a qudt:QuantityKind ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD083" ; + qudt:latexDefinition "$G = \\log_{2}(f2/f1)$, where $f1$ and $f2 \\geq f1$ are frequencies of two tones."^^qudt:LatexString ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Frequenzmaßintervall"@de ; + rdfs:label "Interval měření frekvence ?"@cs ; + rdfs:label "Selang kekerapan logaritma"@ms ; + rdfs:label "intervalle de fréquence logarithmique"@fr ; + rdfs:label "intervallo logaritmico di frequenza"@it ; + rdfs:label "intervalo logarítmico de frequência"@pt ; + rdfs:label "logarithmic frequency interval"@en ; + rdfs:label "logaritmik frekans aralığı"@tr ; + rdfs:label "частотный интервал"@ru ; + rdfs:label "فاصله فرکانس لگاریتمی"@fa ; + rdfs:label "对数频率间隔"@zh ; +. +quantitykind:LogarithmicFrequencyIntervalToBase10 + a qudt:QuantityKind ; + dcterms:description "common logarithm of the ratio of two frequencies, whereby the frequency that forms the numerator is greater than the frequency that forms the denominator"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "dekadischer Logarithmus des Quotienten aus zwei Frequenzen, wobei die im Zähler stehende Frequenz größer als die Frequenz im Nenner ist"@de ; + qudt:symbol "0173-1#Z4-BAJ472#001" ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic frequency interval to base 10"@en-US ; +. +quantitykind:LogarithmicMedianInformationFlow_SourceToBase10 + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 10"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 10"@de ; + qudt:symbol "0173-1#Z4-BAJ470#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a common logarithm "@en-US ; +. +quantitykind:LogarithmicMedianInformationFlow_SourceToBase2 + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 2"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 2"@de ; + qudt:symbol "0173-1#Z4-BAJ464#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a binary logarithm"@en-US ; +. +quantitykind:LogarithmicMedianInformationFlow_SourceToBaseE + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base e"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis e"@de ; + qudt:symbol "0173-1#Z4-BAJ471#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a natural logarithm "@en-US ; +. +quantitykind:LondonPenetrationDepth + a qudt:QuantityKind ; + dcterms:description "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/London_penetration_depth"^^xsd:anyURI ; + qudt:latexDefinition "If an applied magnetic field is parallel to the plane surface of a semi-infinite superconductor, the field penetrates the superconductor according to the expression $B(x) = B(0) \\exp{(\\frac{-x}{\\lambda_L})}$, where $B$ is magnetic flux density and $x$ is the distance from the surface."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor." ; + qudt:symbol "λₗ" ; + rdfs:isDefinedBy ; + rdfs:label "London Penetration Depth"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:Long-RangeOrderParameter + a qudt:QuantityKind ; + dcterms:description "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction." ; + qudt:symbol "R, s" ; + rdfs:isDefinedBy ; + rdfs:label "Long-Range Order Parameter"@en ; +. +quantitykind:LorenzCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Lorenz Coefficient\" is part mof the Lorenz curve."^^rdf:HTML ; + qudt:applicableUnit unit:V2-PER-K2 ; + qudt:hasDimensionVector qkdv:A0E-2L4I0M2H-2T-6D0 ; + qudt:iec61360Code "0112/2///62720#UAD087" ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\frac{\\lambda}{\\sigma T}$, where $\\lambda$ is thermal conductivity, $\\sigma$ is electric conductivity, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "\"Lorenz Coefficient\" is part mof the Lorenz curve." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Lorenz Coefficient"@en ; +. +quantitykind:LossAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta = \\arctan d$, where $d$ is loss factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\delta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Loss Angle"@en ; + skos:broader quantitykind:Angle ; +. +quantitykind:LossFactor + a qudt:QuantityKind ; + dcterms:description "\"Loss Factor} is the inverse of \\textit{Quality Factor} and is the ratio of the \\textit{resistance} and modulus of \\textit{reactance\"."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$d = \\frac{1}{Q}$, where $Q$ is quality factor."^^qudt:LatexString ; + qudt:plainTextDescription "\"Loss Factor} is the inverse of \\textit{Quality Factor} and is the ratio of the \\textit{resistance} and modulus of \\textit{reactance\"." ; + qudt:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Loss Factor"@en ; + rdfs:seeAlso quantitykind:QualityFactor ; + rdfs:seeAlso quantitykind:Reactance ; + rdfs:seeAlso quantitykind:Resistance ; +. +quantitykind:Loudness + a qudt:QuantityKind ; + dcterms:description "measure of the subjective hearing sensation on a scale extending from soft to loud; a progressive mono-frequency (single-frequency) wave of frequency 1 kHz and sound pressure level 40 dB, directed head-on to hearers is assigned the loudness 1 sone, and a tone which is identified by the listeners as being n-times as loud as that identified by 1 sone is assigned the loudness n sone"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD088" ; + qudt:plainTextDescription "Maß für die Stärke der subjektiven Hörempfindung, welche auf einer Skala \"leise-laut\" in sone skaliert wird; einer frei fortschreitenden monofrequenten Welle mit der Frequenz 1 kHz und dem Schalldruckpegel 40 dB, die frontal auf die Zuhörer trifft, ist die Lautheit 1 sone zugeordnet und ein Laut, welcher von den Zuhörern als n-mal so laut wie derjenige mit 1 sone bezeichnet wird, erhält die Lautheit n sone zugeordnet"@de ; + qudt:symbol "0173-1#Z4-BAJ334#002" ; + rdfs:isDefinedBy ; + rdfs:label "loudness" ; + rdfs:label "loudness"@en-US ; +. +quantitykind:LoudnessLevel + a qudt:QuantityKind ; + dcterms:description "value specified in phon as a measure of the level of the subjective perception of a sound which corresponds to the sound pressure level of a reference sound specified in dB which comprises a wave coming from the front with a frequency of 1000 Hz and assessed to be just as loud as the noise"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD089" ; + qudt:plainTextDescription "in phon angegebener Wert als Maß für die Stärke der subjektiven Wahrnehmung eines Schallvorgange, der zahlenmäßig dem in dB angegebenen Schalldruckpegel eines Referenzschalls entspricht, der aus einer frontal einfallenden ebenen Welle mit der Frequenz 1000 Hz besteht und als gleich laut wie das Geräusch empfunden wird"@de ; + qudt:symbol "0173-1#Z4-BAJ361#002" ; + rdfs:isDefinedBy ; + rdfs:label "loudness level" ; + rdfs:label "loudness level"@en-US ; +. +quantitykind:LowerCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor."^^rdf:HTML ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:Gamma ; + qudt:applicableUnit unit:Gs ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor." ; + qudt:symbol "B_{c1}" ; + rdfs:isDefinedBy ; + rdfs:label "Lower Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity ; + skos:closeMatch quantitykind:UpperCriticalMagneticFluxDensity ; +. +quantitykind:Luminance + a qudt:QuantityKind ; + dcterms:description "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle."^^rdf:HTML ; + qudt:applicableUnit unit:CD-PER-FT2 ; + qudt:applicableUnit unit:CD-PER-IN2 ; + qudt:applicableUnit unit:CD-PER-M2 ; + qudt:applicableUnit unit:LA ; + qudt:applicableUnit unit:LA_FT ; + qudt:applicableUnit unit:LM-PER-FT2 ; + qudt:applicableUnit unit:LM-PER-M2 ; + qudt:applicableUnit unit:STILB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD090" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminance"^^xsd:anyURI ; + qudt:latexDefinition "$L_v = \\frac{dI_v}{dA}$, where $dI_v$ is the luminous intensity of an element of the surface with the area $dA$ of the orthogonal projection of this element on a plane perpendicular to the given direction."^^qudt:LatexString ; + qudt:plainTextDescription "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle." ; + qudt:siExactMatch si-quantity:LUMA ; + qudt:symbol "L_v" ; + rdfs:isDefinedBy ; + rdfs:label "Luminance"@en ; +. +quantitykind:LuminousEfficacy + a qudt:QuantityKind ; + dcterms:description "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source."^^rdf:HTML ; + qudt:applicableUnit unit:LM-PER-W ; + qudt:expression "$lm/w$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD091" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + qudt:latexDefinition "$K = \\frac{\\Phi_v}{\\Phi}$, where $\\Phi_v$ is the luminous flux and $\\Phi$ is the corresponding radiant flux."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source." ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Efficacy"@en ; +. +quantitykind:LuminousEmittance + a qudt:QuantityKind ; + dcterms:description "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface."^^rdf:HTML ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD092" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface." ; + qudt:symbol "M_v" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Emmitance"@en ; + skos:broader quantitykind:LuminousFluxPerArea ; +. +quantitykind:LuminousEnergy + a qudt:QuantityKind ; + dcterms:description "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light."^^rdf:HTML ; + qudt:applicableUnit unit:LM-HR ; + qudt:applicableUnit unit:LM-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD373" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI ; + qudt:latexDefinition "$Q_v = \\int_{0}^{\\Delta t}{\\Phi_v}{dt}$, where $\\Phi_v$ is the luminous flux occurring during the time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light." ; + qudt:symbol "Q_v" ; + qudt:symbol "Qv" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Energy"@en ; + skos:closeMatch quantitykind:RadiantEnergy ; +. +quantitykind:LuminousExitance + a qudt:QuantityKind ; + dcterms:description "ratio of the luminous flux dΦ, leaving an element of the surface containing the point, by the area dA of that element"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:plainTextDescription "Quotient aus dem Lichtstrom dΦ, der ein den Punkt enthaltendes Element der Oberfläche verlässt, und der Fläche dA dieses Elementes"@de ; + qudt:symbol "0173-1#Z4-BAJ382#002" ; + rdfs:isDefinedBy ; + rdfs:label "luminous exitance"@en-US ; +. +quantitykind:LuminousExposure + a qudt:QuantityKind ; + dcterms:description "Luminous Exposure is the time-integrated illuminance."^^rdf:HTML ; + qudt:applicableUnit unit:LUX-HR ; + qudt:applicableUnit unit:LUX-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD093" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exposure_(photography)#Photometric_and_radiometric_exposure"^^xsd:anyURI ; + qudt:plainTextDescription "Luminous Exposure is the time-integrated illuminance." ; + qudt:symbol "H_v" ; + qudt:symbol "Hv" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Exposure"@en ; +. +quantitykind:LuminousFlux + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:LM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_flux"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD094" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi_v = K_m \\int_{0}^{\\infty}{\\Phi_\\lambda(\\lambda)}{V(\\lambda)d\\lambda}$, where $K_m$ is the maximum spectral luminous efficacy, $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux, $V(\\lambda)$ is the spectral luminous efficiency, and $\\lambda$ is the wavelength."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Flux or Luminous Power is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light." ; + qudt:siExactMatch si-quantity:LUFL ; + qudt:symbol "F" ; + rdfs:isDefinedBy ; + rdfs:label "Fluks berluminositi"@ms ; + rdfs:label "Lichtstrom"@de ; + rdfs:label "Světelný tok"@cs ; + rdfs:label "fluctús lucis"@la ; + rdfs:label "flujo luminoso"@es ; + rdfs:label "flusso luminoso"@it ; + rdfs:label "flux lumineux"@fr ; + rdfs:label "flux luminos"@ro ; + rdfs:label "fluxo luminoso"@pt ; + rdfs:label "fényáram"@hu ; + rdfs:label "işık akısı"@tr ; + rdfs:label "luminous flux"@en ; + rdfs:label "strumień świetlny"@pl ; + rdfs:label "svetlobni tok"@sl ; + rdfs:label "Светлинен поток"@bg ; + rdfs:label "Световой поток"@ru ; + rdfs:label "שטף הארה"@he ; + rdfs:label "التدفق الضوئي"@ar ; + rdfs:label "شار نوری"@fa ; + rdfs:label "प्रकाशीय बहाव"@hi ; + rdfs:label "光束"@ja ; + rdfs:label "光通量"@zh ; +. +quantitykind:LuminousFluxPerArea + a qudt:QuantityKind ; + dcterms:description "In photometry, illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of how much the incident light illuminates the surface, wavelength-weighted by the luminosity function to correlate with human brightness perception. Similarly, luminous emittance is the luminous flux per unit area emitted from a surface. In SI derived units these are measured in $lux (lx)$ or $lumens per square metre$ ($cd \\cdot m^{-2}$). In the CGS system, the unit of illuminance is the $phot$, which is equal to $10,000 lux$. The $foot-candle$ is a non-metric unit of illuminance that is used in photography."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Flux per Area"@en ; +. +quantitykind:LuminousFluxRatio + a qudt:QuantityKind ; + dcterms:description "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + qudt:plainTextDescription "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Flux Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:LuminousIntensity + a qudt:QuantityKind ; + dcterms:description "Luminous Intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. The weighting is determined by the luminosity function, a standardized model of the sensitivity of the human eye to different wavelengths."^^rdf:HTML ; + qudt:applicableUnit unit:CD ; + qudt:applicableUnit unit:CD_IN ; + qudt:applicableUnit unit:CP ; + qudt:applicableUnit unit:HK ; + qudt:applicableUnit unit:KiloCD ; + qudt:applicableUnit unit:MilliCD ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_intensity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD095" ; + qudt:plainTextDescription "Luminous Intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. The weighting is determined by the luminosity function, a standardized model of the sensitivity of the human eye to different wavelengths." ; + qudt:siExactMatch si-quantity:LUIN ; + qudt:symbol "J" ; + rdfs:isDefinedBy ; + rdfs:label "Keamatan berluminositi"@ms ; + rdfs:label "Lichtstärke"@de ; + rdfs:label "Svítivost"@cs ; + rdfs:label "fényerősség"@hu ; + rdfs:label "intensidad luminosa"@es ; + rdfs:label "intensidade luminosa"@pt ; + rdfs:label "intensitas luminosa"@la ; + rdfs:label "intensitate luminoasă"@ro ; + rdfs:label "intensità luminosa"@it ; + rdfs:label "intensité lumineuse"@fr ; + rdfs:label "luminous intensity"@en ; + rdfs:label "svetilnost"@sl ; + rdfs:label "ışık şiddeti"@tr ; + rdfs:label "światłość"@pl ; + rdfs:label "Ένταση Φωτεινότητας"@el ; + rdfs:label "Интензитет на светлината"@bg ; + rdfs:label "Сила света"@ru ; + rdfs:label "עוצמת הארה"@he ; + rdfs:label "شدة الإضاءة"@ar ; + rdfs:label "شدت نور"@fa ; + rdfs:label "प्रकाशीय तीव्रता"@hi ; + rdfs:label "光度"@ja ; + rdfs:label "发光强度"@zh ; +. +quantitykind:LuminousIntensityDistribution + a qudt:QuantityKind ; + dcterms:description "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)."^^rdf:HTML ; + qudt:applicableUnit unit:CD-PER-LM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcluminousintensitydistributionmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)." ; + rdfs:isDefinedBy ; + rdfs:label "Ion Concentration"@en ; +. +quantitykind:MASS-DELIVERED + a qudt:QuantityKind ; + dcterms:description "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Delivered"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MASS-GROWTH-ALLOWANCE + a qudt:QuantityKind ; + dcterms:description "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Growth Allowance"@en ; + skos:altLabel "MGA" ; + skos:broader quantitykind:Mass ; +. +quantitykind:MASS-MARGIN + a qudt:QuantityKind ; + dcterms:description "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Margin"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MASS-PROPERTY-UNCERTAINTY + a qudt:QuantityKind ; + dcterms:description "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Property Uncertainty"@en ; +. +quantitykind:MOMENT-OF-INERTIA_Y + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{y}" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Y axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia ; +. +quantitykind:MOMENT-OF-INERTIA_Z + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{z}" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Z axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia ; +. +quantitykind:MachNumber + a qudt:QuantityKind ; + dcterms:description "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^rdf:HTML ; + qudt:applicableUnit unit:MACH ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD364" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mach_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + qudt:latexDefinition "$Ma = \\frac{v_o}{c_o}$, where $v_0$ is speed, and $c_o$ is speed of sound."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + qudt:plainTextDescription "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "Ma" ; + rdfs:isDefinedBy ; + rdfs:label "Mach number"@en ; + rdfs:label "Mach sayısı"@tr ; + rdfs:label "Mach-Zahl"@de ; + rdfs:label "Machovo číslo"@cs ; + rdfs:label "Machovo število"@sl ; + rdfs:label "Nombor Mach"@ms ; + rdfs:label "liczba Macha"@pl ; + rdfs:label "nombre de Mach"@fr ; + rdfs:label "numero di Mach"@it ; + rdfs:label "număr Mach"@ro ; + rdfs:label "número de Mach"@es ; + rdfs:label "número de Mach"@pt ; + rdfs:label "число Маха"@ru ; + rdfs:label "عدد ماخ"@ar ; + rdfs:label "عدد ماخ"@fa ; + rdfs:label "मैक संख्या"@hi ; + rdfs:label "マッハ数n"@ja ; + rdfs:label "马赫"@zh ; + skos:broader quantitykind:DimensionlessRatio ; + skos:closeMatch ; +. +quantitykind:MacroscopicCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sum = n_1\\sigma_1 + \\cdots + n_j\\sigma_j +$, where $n_j$ is the number density and $\\sigma_j$ the cross-section for entities of type $j$."^^qudt:LatexString ; + qudt:latexSymbol "$\\sum$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain." ; + rdfs:isDefinedBy ; + rdfs:label "Macroscopic Cross-section"@en ; + skos:broader quantitykind:CrossSection ; +. +quantitykind:MacroscopicTotalCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_cross_section"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\sum_{tot}, \\sum_T$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain." ; + rdfs:isDefinedBy ; + rdfs:label "Macroscopic Total Cross-section"@en ; + skos:broader quantitykind:CrossSection ; +. +quantitykind:MadelungConstant + a qudt:QuantityKind ; + dcterms:description "\"Madelung Constant\" is used in determining the electrostatic potential of a single ion in a crystal by approximating the ions by point charges. It is named after Erwin Madelung, a German physicist."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Madelung_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "For a uni-univalent ionic crystal of specified structure, the binding energy $V_b$ per pair of ions is $V_b = \\alpha\\frac{e^2}{4\\pi \\varepsilon_0 a}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, and $a$ is the lattice constant which should be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Madelung Constant\" is used in determining the electrostatic potential of a single ion in a crystal by approximating the ions by point charges. It is named after Erwin Madelung, a German physicist." ; + rdfs:isDefinedBy ; + rdfs:label "Constante de Madelung"@es ; + rdfs:label "Constante de Madelung"@fr ; + rdfs:label "Costante di Madelung"@it ; + rdfs:label "Madelung constant"@en ; + rdfs:label "Madelung-Konstante"@de ; + rdfs:label "Stała Madelunga"@pl ; + rdfs:label "constante de Madelung"@pt ; + rdfs:label "постоянная Маделунга"@ru ; + rdfs:label "ثابت مادلونك"@ar ; + rdfs:label "ثابت مادلونگ"@fa ; + rdfs:label "マーデルングエネルギー"@ja ; + rdfs:label "馬德隆常數"@zh ; +. +quantitykind:MagneticAreaMoment + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Area Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Area Moment\" is also referred to as \"Magnetic Moment\"."^^rdf:HTML ; + qudt:applicableUnit unit:A-M2 ; + qudt:applicableUnit unit:A_Ab-CentiM2 ; + qudt:applicableUnit unit:EV-PER-T ; + qudt:applicableUnit unit:J-PER-T ; + qudt:exactMatch quantitykind:MagneticMoment ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Area Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Area Moment\" is also referred to as \"Magnetic Moment\"." ; + qudt:symbol "m" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Area Moment"@en ; +. +quantitykind:MagneticDipoleMoment + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Dipole Moment\" is the magnetic moment of a system is a measure of the magnitude and the direction of its magnetism. Magnetic moment usually refers to its Magnetic Dipole Moment, and quantifies the contribution of the system's internal magnetism to the external dipolar magnetic field produced by the system (that is, the component of the external magnetic field that is inversely proportional to the cube of the distance to the observer). The Magnetic Dipole Moment is a vector-valued quantity. For a particle or nucleus, vector quantity causing an increment $\\Delta W = -\\mu \\cdot B$ to its energy $W$ in an external magnetic field with magnetic flux density $B$."^^qudt:LatexString ; + qudt:applicableUnit unit:N-M2-PER-A ; + qudt:applicableUnit unit:WB-M ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD096" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """$E_m = -m \\cdot B$, where $E_m$ is the interaction energy of the molecule with magnetic diploe moment $m$ and a magnetic field with magnetic flux density $B$ + +or, + +$J_m = \\mu_0 M$ where $\\mu_0$ is the magnetic constant and $M$ is Magnetization."""^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:symbol "J_m" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Dipole Moment"@en ; +. +quantitykind:MagneticDipoleMomentOfAMolecule + a qudt:QuantityKind ; + dcterms:description "Em = -m•B, where Em is the interaction energy of the molecule with the magnetic dipole moment m and a magnetic field with the magnetic induced flux density B"@en ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:plainTextDescription "Em = -m•B, wobei Em die Interaktionsenergie vom Molekül ist mit dem magnetischem Dipolmoment m und einem Magnetfeld mit der magnetischen Induktionsflussdichte B"@de ; + qudt:symbol "0173-1#Z4-BAJ460#001" ; + rdfs:isDefinedBy ; + rdfs:label "magnetic dipole moment of a molecule"@en-US ; +. +quantitykind:MagneticField + a qudt:QuantityKind ; + dcterms:description "The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."^^qudt:LatexString ; + qudt:applicableUnit unit:Gamma ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Field"@en ; +. +quantitykind:MagneticFieldStrength_H + a qudt:QuantityKind ; + 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}\\)."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:AT-PER-IN ; + qudt:applicableUnit unit:AT-PER-M ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:applicableUnit unit:OERSTED ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD098" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{H} = \\frac{\\mathbf{B} }{\\mu_0} - M$, where $\\mathbf{B} $ is magnetic flux density, $\\mu_0$ is the magnetic constant and $M$ is magnetization."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{H} $"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:MAFD ; + rdfs:isDefinedBy ; + rdfs:label "Câmp magnetic"@ro ; + rdfs:label "Kekuatan medan magnetik"@ms ; + rdfs:label "Magnetické pole"@cs ; + rdfs:label "Manyetik alan"@tr ; + rdfs:label "intensidad de campo magnético"@es ; + rdfs:label "intensidade de campo magnético"@pt ; + rdfs:label "intensità di campo magnetico"@it ; + rdfs:label "intensité de champ magnétique"@fr ; + rdfs:label "jakost magnetnega polja"@sl ; + rdfs:label "magnetic field strength"@en ; + rdfs:label "magnetische Feldstärke"@de ; + rdfs:label "pole magnetyczne"@pl ; + rdfs:label "Магнитное поле"@ru ; + rdfs:label "حقل مغناطيسي"@ar ; + rdfs:label "شدت میدان مغناطیسی"@fa ; + rdfs:label "磁場"@ja ; + rdfs:label "磁場"@zh ; + skos:broader quantitykind:ElectricCurrentPerUnitLength ; +. +quantitykind:MagneticFlux + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^rdf:HTML ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-A ; + qudt:applicableUnit unit:KiloWB ; + qudt:applicableUnit unit:MX ; + qudt:applicableUnit unit:MilliWB ; + qudt:applicableUnit unit:N-M-PER-A ; + qudt:applicableUnit unit:UnitPole ; + qudt:applicableUnit unit:V_Ab-SEC ; + qudt:applicableUnit unit:WB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + qudt:expression "$magnetic-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD099" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\int_S B \\cdot e_n d A$, over a surface $S$, where $B$ is magnetic flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates." ; + rdfs:isDefinedBy ; + rdfs:label "Fluks magnet"@ms ; + rdfs:label "Flux d'induction magnétique"@fr ; + rdfs:label "Magnetický tok"@cs ; + rdfs:label "flujo magnético"@es ; + rdfs:label "flusso magnetico"@it ; + rdfs:label "flux de inducție magnetică"@ro ; + rdfs:label "fluxo magnético"@pt ; + rdfs:label "fluxus magneticus"@la ; + rdfs:label "magnetic flux"@en ; + rdfs:label "magnetischer Flux"@de ; + rdfs:label "magnetni pretok"@sl ; + rdfs:label "manyetik akı"@tr ; + rdfs:label "mágneses fluxus"@hu ; + rdfs:label "strumień magnetyczny"@pl ; + rdfs:label "Магнитен поток"@bg ; + rdfs:label "Магнитный поток"@ru ; + rdfs:label "שטף מגנטי"@he ; + rdfs:label "التدفق المغناطيسي"@ar ; + rdfs:label "شار مغناطیسی"@fa ; + rdfs:label "चुम्बकीय बहाव"@hi ; + rdfs:label "磁束"@ja ; + rdfs:label "磁通量"@zh ; +. +quantitykind:MagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Flux Density\" is a vector quantity and is the magnetic flux per unit area of a magnetic field at right angles to the magnetic force. It can be defined in terms of the effects the field has, for example by $B = F/q v \\sin \\theta$, where $F$ is the force a moving charge $q$ would experience if it was travelling at a velocity $v$ in a direction making an angle θ with that of the field. The magnetic field strength is also a vector quantity and is related to $B$ by: $H = B/\\mu$, where $\\mu$ is the permeability of the medium."^^qudt:LatexString ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:Gamma ; + qudt:applicableUnit unit:Gs ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD100" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1798"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{F} = qv \\times B$, where $F$ is force and $v$ is velocity of any test particle with electric charge $q$."^^qudt:LatexString ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Densidad de flujo magnético"@es ; + rdfs:label "Densité de flux magnétique"@fr ; + rdfs:label "Ketumpatan fluks magnet"@ms ; + rdfs:label "Magnetická indukce"@cs ; + rdfs:label "densidade de fluxo magnético"@pt ; + rdfs:label "densitas fluxus magnetici"@la ; + rdfs:label "densità di flusso magnetico"@it ; + rdfs:label "gostota magnetnega pretoka"@sl ; + rdfs:label "inducție magnetică"@ro ; + rdfs:label "indukcja magnetyczna"@pl ; + rdfs:label "magnetic flux density"@en ; + rdfs:label "magnetische Flussdichte"@de ; + rdfs:label "manyetik akı yoğunluğu"@tr ; + rdfs:label "mágneses indukció"@hu ; + rdfs:label "Магнитна индукция"@bg ; + rdfs:label "Магнитная индукция"@ru ; + rdfs:label "צפיפות שטף מגנטי"@he ; + rdfs:label "المجال المغناطيسي"@ar ; + rdfs:label "چگالی شار مغناطیسی"@fa ; + rdfs:label "चुम्बकीय क्षेत्र"@hi ; + rdfs:label "磁束密度"@ja ; + rdfs:label "磁通量密度"@zh ; + rdfs:seeAlso quantitykind:MagneticField ; + skos:altLabel "inducción magnética"@es ; + skos:altLabel "magnetische Induktion"@de ; +. +quantitykind:MagneticFluxDensityOrMagneticPolarization + a qudt:QuantityKind ; + dcterms:description "field vector B which exhibits a force F on any charged particle which has a velocity v, where the force is the product of the vector product v x B and the electric charge Q of the particle or vector quantity equal to the product of the magnetization M and the magnetic constant µ₀"@en ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:plainTextDescription "vektorielle Feldgröße B, die auf jedes geladene Teilchen, das eine Geschwindigkeit v hat, eine Kraft F ausübt, die gleich dem Produkt aus dem Vektorprodukt v x B und der elektrischen Ladung Q des Teilchens ist oder vektorielle Größe gleich dem Produkt aus der Magnetisierung M und der magnetischen Feldkonstante µ₀"@de ; + qudt:symbol "0173-1#Z4-BAJ221#002" ; + rdfs:isDefinedBy ; + rdfs:label "magnetic flux density or magnetic polarization"@en-US ; +. +quantitykind:MagneticFluxPerUnitLength + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Flux per Unit Length\" is a quantity in the SI and C.G.S. Systems of Quantities."^^rdf:HTML ; + qudt:applicableUnit unit:N-PER-A ; + qudt:applicableUnit unit:T-M ; + qudt:applicableUnit unit:V-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "\"Magnetic Flux per Unit Length\" is a quantity in the SI and C.G.S. Systems of Quantities." ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic flux per unit length"@en ; +. +quantitykind:MagneticMoment + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Moment\" is also referred to as \"Magnetic Area Moment\", and is not to be confused with Magnetic Dipole Moment."^^rdf:HTML ; + qudt:applicableUnit unit:A-M2 ; + qudt:applicableUnit unit:A_Ab-CentiM2 ; + qudt:applicableUnit unit:EV-PER-T ; + qudt:applicableUnit unit:J-PER-T ; + qudt:exactMatch quantitykind:MagneticAreaMoment ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD097" ; + qudt:iec61360Code "0112/2///62720#UAD101" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Moment\" is also referred to as \"Magnetic Area Moment\", and is not to be confused with Magnetic Dipole Moment." ; + qudt:symbol "m" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetický dipól"@cs ; + rdfs:label "Manyetik moment"@tr ; + rdfs:label "Momen magnetik"@ms ; + rdfs:label "dipol magnetyczny"@pl ; + rdfs:label "magnetic moment"@en ; + rdfs:label "magnetisches Dipolmoment"@de ; + rdfs:label "moment magnétique"@fr ; + rdfs:label "momento de dipolo magnético"@es ; + rdfs:label "momento de dipolo magnético"@pt ; + rdfs:label "momento di dipolo magnetico"@it ; + rdfs:label "Магнитный момент"@ru ; + rdfs:label "دوقطبی مغناطیسی"@fa ; + rdfs:label "عزم مغناطيسي"@ar ; + rdfs:label "चुम्बकीय द्विध्रुव"@hi ; + rdfs:label "磁偶极"@zh ; + rdfs:label "磁気双極子"@ja ; + skos:altLabel "giromagnetic moment"@en ; + skos:altLabel "momen giromagnetik"@ms ; + skos:altLabel "moment giromagnétique"@fr ; +. +quantitykind:MagneticPolarization + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Magnetic Polarization}$ is a vector quantity equal to the product of the magnetization $M$ and the magnetic constant $\\mu_0$. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD102" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J_m = \\mu_0 M$, where $\\mu_0$ is the magentic constant and $M$ is magnetization."^^qudt:LatexString ; + qudt:latexSymbol "$J_m$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Polarization"@en ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; + rdfs:seeAlso quantitykind:Magnetization ; +. +quantitykind:MagneticQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis." ; + qudt:symbol "m" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber ; +. +quantitykind:MagneticReluctivity + a qudt:QuantityKind ; + dcterms:description "\"Length Per Unit Magnetic Flux} is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of \\textit{Magnetic Permeability\", the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself."^^rdf:HTML ; + qudt:applicableUnit unit:M-PER-V-SEC ; + qudt:applicableUnit unit:PER-T-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ; + qudt:plainTextDescription "\"Length Per Unit Magnetic Flux} is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of \\textit{Magnetic Permeability\", the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself." ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Reluctivity"@en ; + rdfs:seeAlso quantitykind:ElectromagneticPermeability ; +. +quantitykind:MagneticSusceptability + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Susceptability\" is a scalar or tensor quantity the product of which by the magnetic constant $\\mu_0$ and by the magnetic field strength $H$ is equal to the magnetic polarization $J$. The definition given applies to an isotropic medium. For an anisotropic medium permeability is a second order tensor."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:expression "$\\kappa = \\frac{M}{H}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\kappa = \\frac{M}{H}$, where $M$ is magnetization, and $H$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Susceptability"@en ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; + rdfs:seeAlso quantitykind:Magnetization ; +. +quantitykind:MagneticTension + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Tension} is a scalar quantity equal to the line integral of the magnetic field strength \\mathbf{H\" along a specified path linking two points a and b."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$U_m = \\int_{r_a(C)}^{r_b} \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is the position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Tension} is a scalar quantity equal to the line integral of the magnetic field strength \\mathbf{H\" along a specified path linking two points a and b." ; + qudt:symbol "U_m" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Tension"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; +. +quantitykind:MagneticVectorPotential + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero."^^rdf:HTML ; + qudt:applicableUnit unit:KiloWB-PER-M ; + qudt:applicableUnit unit:V-SEC-PER-M ; + qudt:applicableUnit unit:WB-PER-M ; + qudt:applicableUnit unit:WB-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD103" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$B = \\text{rot} A$, where $B$ is magnetic flux density."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero." ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Keupayaan vektor magnetik"@ms ; + rdfs:label "magnetic vector potential"@en ; + rdfs:label "magnetický potenciál"@cs ; + rdfs:label "magnetisches Potenzial"@de ; + rdfs:label "manyetik potansiyeli"@tr ; + rdfs:label "potencial magnético"@es ; + rdfs:label "potencial magnético"@pt ; + rdfs:label "potencjał magnetyczny"@pl ; + rdfs:label "potentiel magnétique"@fr ; + rdfs:label "potenziale vettore magnetico"@it ; + rdfs:label "potențial magnetic"@ro ; + rdfs:label "Магнитний потенциал"@ru ; + rdfs:label "پتانسیل برداری مغناطیسی"@fa ; + rdfs:label "磁向量势"@zh ; + rdfs:seeAlso quantitykind:MagneticFluxDensity ; +. +quantitykind:Magnetization + a qudt:QuantityKind ; + dcterms:description "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^rdf:HTML ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$M = dm/dV$, where $m$ is magentic moment of a substance in a domain with Volume $V$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity." ; + qudt:symbol "H_i" ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetisierung"@de ; + rdfs:label "aimantation"@fr ; + rdfs:label "magnetización"@es ; + rdfs:label "magnetization"@en ; + rdfs:label "magnetização"@pt ; + rdfs:label "magnetizzazione"@it ; + rdfs:label "magnetyzacia"@pl ; + rdfs:label "намагниченность"@ru ; + rdfs:label "مغنطة"@ar ; + rdfs:label "磁化"@ja ; + skos:broader quantitykind:LinearElectricCurrent ; +. +quantitykind:MagnetizationField + a qudt:QuantityKind ; + dcterms:description "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:plainTextDescription "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity." ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetization Field"@en ; + skos:broader quantitykind:ElectricCurrentPerUnitLength ; +. +quantitykind:MagnetomotiveForce + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Magnetomotive Force}$, also referred to as ($mmf$), is the ability of an electric circuit to produce magnetic flux. + Just as the ability of a battery to produce electric current is called its electromotive force + or emf, mmf is taken as the work required to move a unit magnet pole from any point through any path + which links the electric circuit back the same point in the presence of the magnetic force produced + by the electric current in the circuit. +$\\text{Magnetomotive Force}$ is the scalar line integral of the magnetic field strength along a closed path. + """^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AT ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GI ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:OERSTED-CentiM ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetomotive_force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$F_m = \\oint \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ; + qudt:latexSymbol "$F_m $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Magnetomotive Force"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; +. +quantitykind:Mass + a qudt:QuantityKind ; + dcterms:description "In physics, mass, more specifically inertial mass, can be defined as a quantitative measure of an object's resistance to acceleration. The SI unit of mass is the kilogram (\\(kg\\))"^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD104" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:MASS ; + qudt:symbol "m" ; + rdfs:isDefinedBy ; + rdfs:label "Hmotnost"@cs ; + rdfs:label "Jisim"@ms ; + rdfs:label "Masse"@de ; + rdfs:label "kütle"@tr ; + rdfs:label "masa"@es ; + rdfs:label "masa"@pl ; + rdfs:label "masa"@sl ; + rdfs:label "mass"@en ; + rdfs:label "massa"@it ; + rdfs:label "massa"@la ; + rdfs:label "massa"@pt ; + rdfs:label "masse"@fr ; + rdfs:label "masă"@ro ; + rdfs:label "tömeg"@hu ; + rdfs:label "Μάζα"@el ; + rdfs:label "Маса"@bg ; + rdfs:label "Масса"@ru ; + rdfs:label "מסה"@he ; + rdfs:label "جرم"@fa ; + rdfs:label "كتلة"@ar ; + rdfs:label "भार"@hi ; + rdfs:label "質量"@ja ; + rdfs:label "质量"@zh ; +. +quantitykind:MassAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ; + qudt:latexSymbol "$a_m$"^^qudt:LatexString ; + qudt:plainTextDescription "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Absorption Coefficient"@en ; +. +quantitykind:MassAmountOfSubstance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A1E0L0I0M1H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mass Amount of Substance"@en ; +. +quantitykind:MassAmountOfSubstanceTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOL_LB-DEG_F ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mass Amount of Substance Temperature"@en ; +. +quantitykind:MassAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM_DRY ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD105" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_m = \\frac{\\mu}{\\rho}$, where $\\mu$ is the linear attenuation coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_m$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Attenuation Coefficient"@en ; +. +quantitykind:MassConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Mass Concentration\" of substance B is defined as the mass of a constituent divided by the volume of the mixture ."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_concentration_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_B = \\frac{m_B}{V}$, where $m_B$ is the mass of substance $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_B$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Concentration\" of substance B is defined as the mass of a constituent divided by the volume of the mixture ." ; + qudt:siExactMatch si-quantity:MACO ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration"@en ; +. +quantitykind:MassConcentrationOfWater + a qudt:QuantityKind ; + dcterms:description "\"Mass Concentration of Water Valour} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w = m/V$, where $m$ is mass of water, irrespective of the form of aggregation, and $V$ is volume. Mass concentration of water at saturation is denoted $w_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Concentration of Water Valour} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000." ; + qudt:symbol "w" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water"@en ; +. +quantitykind:MassConcentrationOfWaterVapour + a qudt:QuantityKind ; + dcterms:description "\"Mass Concentration of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w = m/V$, where $m$ is mass of water vapour and $V$ is total gas volume. Mass concentration of water vapour at saturation is denoted $v_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Concentration of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000." ; + qudt:symbol "v" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water Vapour"@en ; +. +quantitykind:MassDefect + a qudt:QuantityKind ; + dcterms:description "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$B = Zm(^{1}\\textrm{H}) + Nm_n - m_a$, where $Z$ is the proton number of the atom, $m(^{1}\\textrm{H})$ is atomic mass of $^{1}\\textrm{H}$, $N$ is the neutron number, $m_n$ is the rest mass of the neutron, and $m_a$ is the rest mass of the atom."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei." ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Defect"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MassDensity + a qudt:QuantityKind ; + dcterms:description "The mass density or density of a material is its mass per unit volume."^^rdf:HTML ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:exactMatch quantitykind:Density ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD106" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{dm}{dV}$, where $m$ is mass and $V$ is volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "The mass density or density of a material is its mass per unit volume." ; + rdfs:isDefinedBy ; + rdfs:label "Gostôta"@sl ; + rdfs:label "Ketumpatan jisim"@ms ; + rdfs:label "Massendichte"@de ; + rdfs:label "densidad"@es ; + rdfs:label "densidade"@pt ; + rdfs:label "densitate"@ro ; + rdfs:label "densità"@it ; + rdfs:label "densité"@fr ; + rdfs:label "gęstość"@pl ; + rdfs:label "hustota"@cs ; + rdfs:label "mass density"@en ; + rdfs:label "yoğunluk"@tr ; + rdfs:label "плотность"@ru ; + rdfs:label "الكثافة"@ar ; + rdfs:label "چگالی"@fa ; + rdfs:label "घनत्व"@hi ; + rdfs:label "密度"@ja ; + rdfs:label "密度"@zh ; + skos:altLabel " jisim isipadu"@ms ; + skos:altLabel "massa volumica"@it ; + skos:altLabel "volumenbezogene Masse"@de ; + skos:altLabel "volumic mass"@en ; + skos:altLabel "भार घनत्व"@hi ; +. +quantitykind:MassEnergyTransferCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://physics.nist.gov/PhysRefData/XrayMassCoef/chap3.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\frac{\\mu_{tr}}{\\rho} = -\\frac{1}{\\rho}\\frac{1}{R}\\frac{dR_{tr}}{dl}$, where $dR_{tr}$ is the mean energy that is transferred to kinetic energy of charged particles by interactions of the incident radiation $R$ in traversing a distance $dl$ in the material of density $\\rho$."^^qudt:LatexString ; + qudt:latexSymbol "$\\frac{\\mu_{tr}}{\\rho}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Energy Transfer Coefficient"@en ; +. +quantitykind:MassExcess + a qudt:QuantityKind ; + dcterms:description "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Delta = m_a - Am_u$, where $m_a$ is the rest mass of the atom, $A$ is its nucleon number, and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\Delta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Excess"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MassFlowRate + a qudt:QuantityKind ; + dcterms:description "\"Mass Flow Rate\" is a measure of Mass flux. The common symbol is $\\dot{m}$ (pronounced \"m-dot\"), although sometimes $\\mu$ is used. The SI units are $kg s-1$."^^qudt:LatexString ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM ; + qudt:applicableUnit unit:GM-PER-DAY ; + qudt:applicableUnit unit:GM-PER-HR ; + qudt:applicableUnit unit:GM-PER-MIN ; + qudt:applicableUnit unit:GM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-PER-DAY ; + qudt:applicableUnit unit:KiloGM-PER-HR ; + qudt:applicableUnit unit:KiloGM-PER-MIN ; + qudt:applicableUnit unit:KiloGM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-PER-YR ; + qudt:applicableUnit unit:KiloLB-PER-HR ; + qudt:applicableUnit unit:KiloTONNE-PER-YR ; + qudt:applicableUnit unit:LB-PER-DAY ; + qudt:applicableUnit unit:LB-PER-HR ; + qudt:applicableUnit unit:LB-PER-MIN ; + qudt:applicableUnit unit:LB-PER-SEC ; + qudt:applicableUnit unit:MilliGM-PER-DAY ; + qudt:applicableUnit unit:MilliGM-PER-HR ; + qudt:applicableUnit unit:MilliGM-PER-MIN ; + qudt:applicableUnit unit:MilliGM-PER-SEC ; + qudt:applicableUnit unit:OZ-PER-DAY ; + qudt:applicableUnit unit:OZ-PER-HR ; + qudt:applicableUnit unit:OZ-PER-MIN ; + qudt:applicableUnit unit:OZ-PER-SEC ; + qudt:applicableUnit unit:SLUG-PER-DAY ; + qudt:applicableUnit unit:SLUG-PER-HR ; + qudt:applicableUnit unit:SLUG-PER-MIN ; + qudt:applicableUnit unit:SLUG-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-DAY ; + qudt:applicableUnit unit:TONNE-PER-HR ; + qudt:applicableUnit unit:TONNE-PER-MIN ; + qudt:applicableUnit unit:TONNE-PER-MO ; + qudt:applicableUnit unit:TONNE-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-YR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY ; + qudt:applicableUnit unit:TON_Metric-PER-HR ; + qudt:applicableUnit unit:TON_Metric-PER-MIN ; + qudt:applicableUnit unit:TON_Metric-PER-SEC ; + qudt:applicableUnit unit:TON_SHORT-PER-HR ; + qudt:applicableUnit unit:TON_UK-PER-DAY ; + qudt:applicableUnit unit:TON_US-PER-DAY ; + qudt:applicableUnit unit:TON_US-PER-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mass_flow_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD107" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_flow_rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_m = \\frac{dm}{dt}$, where $m$ is mass and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{m}$"^^qudt:LatexString ; + qudt:symbol "q_m" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Flow Rate"@en ; + rdfs:seeAlso quantitykind:SpecificImpulse ; +. +quantitykind:MassFluxDensity + a qudt:QuantityKind ; + dcterms:description "product of flow velocity and density"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD108" ; + qudt:plainTextDescription "Produkt aus Strömungsgeschwindigkeit und Dichte"@de ; + qudt:symbol "0173-1#Z4-BAJ264#003" ; + rdfs:isDefinedBy ; + rdfs:label "mass flux density" ; + rdfs:label "mass flux density"@en-US ; +. +quantitykind:MassFraction + a qudt:QuantityKind ; + dcterms:description "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_fraction_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$w_B = \\frac{m_B}{m}$, where $m_B$ is the mass of substance $B$ and $m$ is the total."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ." ; + qudt:symbol "w_B" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction"@en ; +. +quantitykind:MassFractionOfDryMatter + a qudt:QuantityKind ; + dcterms:description "\"Mass Fraction of Dry Matter} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w_d= 1 - w_{h2o}$, where $w_{h2o}$ is mass fraction of water."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Fraction of Dry Matter} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000." ; + qudt:symbol "w_d" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction of Dry Matter"@en ; + rdfs:seeAlso quantitykind:MassFractionOfWater ; +. +quantitykind:MassFractionOfWater + a qudt:QuantityKind ; + dcterms:description "\"Mass Fraction of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w_{H_2o} = \\frac{u}{1+u}$, where $u$ is mass ratio of water to dry water."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Fraction of Water} is one of a number of \\textit{Concentration\" quantities defined by ISO 8000." ; + qudt:symbol "w_{H_2o}" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction of Water"@en ; + rdfs:seeAlso quantitykind:MassFractionOfDryMatter ; +. +quantitykind:MassNumber + a qudt:QuantityKind ; + dcterms:description "The \"Mass Number\" (A), also called atomic mass number or nucleon number, is the total number of protons and neutrons (together known as nucleons) in an atomic nucleus. Nuclides with the same value of $A$ are called isobars."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$A = Z + N$, where $Z$ is the atomic number and $N$ is the neutron number."^^qudt:LatexString ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Number"@en ; + skos:broader quantitykind:Count ; +. +quantitykind:MassOfElectricalPowerSupply + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{E}" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of Electrical Power Supply"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MassOfSolidBooster + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{SB}" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of Solid Booster"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MassOfTheEarth + a qudt:QuantityKind ; + dcterms:description "Earth mass is the unit of mass equal to that of the Earth. Earth mass is often used to describe masses of rocky terrestrial planets."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:latexSymbol "$M_{\\oplus}$"^^qudt:LatexString ; + qudt:plainTextDescription "Earth mass is the unit of mass equal to that of the Earth. Earth mass is often used to describe masses of rocky terrestrial planets." ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of The Earth"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MassPerArea + a qudt:QuantityKind ; + dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area. The SI derived unit is: kilogram per square metre ($kg \\cdot m^{-2}$)."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-CentiM2 ; + qudt:applicableUnit unit:GM-PER-M2 ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-FT2 ; + qudt:applicableUnit unit:KiloGM-PER-HA ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-FT2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MegaGM-PER-HA ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:MilliGM-PER-CentiM2 ; + qudt:applicableUnit unit:MilliGM-PER-HA ; + qudt:applicableUnit unit:MilliGM-PER-M2 ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2 ; + qudt:applicableUnit unit:OZ-PER-FT2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-YD2 ; + qudt:applicableUnit unit:SLUG-PER-FT2 ; + qudt:applicableUnit unit:TONNE-PER-HA ; + qudt:applicableUnit unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac {m} {A}$"^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A $"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Area"@en ; +. +quantitykind:MassPerAreaTime + a qudt:QuantityKind ; + dcterms:description "In Physics and Engineering, mass flux is the rate of mass flow per unit area. The common symbols are $j$, $J$, $\\phi$, or $\\Phi$ (Greek lower or capital Phi), sometimes with subscript $m$ to indicate mass is the flowing quantity. Its SI units are $ kg s^{-1} m^{-2}$."^^qudt:LatexString ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-CentiM2-YR ; + qudt:applicableUnit unit:GM-PER-M2-DAY ; + qudt:applicableUnit unit:GM_Carbon-PER-M2-DAY ; + qudt:applicableUnit unit:GM_Nitrogen-PER-M2-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M2-SEC ; + qudt:applicableUnit unit:KiloGM-PER-SEC-M2 ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2-WK ; + qudt:applicableUnit unit:MicroGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-HR ; + qudt:applicableUnit unit:MilliGM-PER-M2-SEC ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2-DAY ; + qudt:applicableUnit unit:TONNE-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_flux"^^xsd:anyURI ; + qudt:latexSymbol "$j_m = \\lim\\limits_{A \\rightarrow 0}\\frac{I_m}{A}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Area Time"@en ; +. +quantitykind:MassPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "The mass-to-charge ratio ratio ($m/Q$) is a physical quantity that is widely used in the electrodynamics of charged particles, for example, in electron optics and ion optics. The importance of the mass-to-charge ratio, according to classical electrodynamics, is that two particles with the same mass-to-charge ratio move in the same path in a vacuum when subjected to the same electric and magnetic fields. Its SI units are $kg/C$, but it can also be measured in Thomson ($Th$)."^^qudt:LatexString ; + qudt:applicableUnit unit:T-SEC ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass-to-charge_ratio"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Electric Charge"@en ; +. +quantitykind:MassPerEnergy + a qudt:QuantityKind ; + dcterms:description "Mass per Energy ($m/E$) is a physical quantity that bridges mass and energy. The SI unit is $kg/J$ or equivalently $s^2/m^2$."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-CentiM3-BAR ; + qudt:applicableUnit unit:GM-PER-DeciM3-BAR ; + qudt:applicableUnit unit:GM-PER-L-BAR ; + qudt:applicableUnit unit:GM-PER-M3-BAR ; + qudt:applicableUnit unit:GM-PER-MilliL-BAR ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-GigaJ ; + qudt:applicableUnit unit:KiloGM-PER-J ; + qudt:applicableUnit unit:KiloGM-PER-L-BAR ; + qudt:applicableUnit unit:KiloGM-PER-M3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-M3-PA ; + qudt:applicableUnit unit:KiloGM-PER-MegaBTU_IT ; + qudt:applicableUnit unit:LB-PER-FT3-PSI ; + qudt:applicableUnit unit:LB-PER-IN3-PSI ; + qudt:applicableUnit unit:MicroGM-PER-M3-BAR ; + qudt:applicableUnit unit:MilliGM-PER-M3-BAR ; + qudt:applicableUnit unit:TONNE-PER-M3-BAR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:plainTextDescription "Mass per Energy is a physical quantity that can be used to relate the energy of a system to its mass." ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Energy"@en ; +. +quantitykind:MassPerLength + a qudt:QuantityKind ; + dcterms:description "Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects. The SI unit of linear density is the kilogram per metre ($kg/m$)."^^qudt:LatexString ; + qudt:applicableUnit unit:Denier ; + qudt:applicableUnit unit:GM-PER-KiloM ; + qudt:applicableUnit unit:GM-PER-M ; + qudt:applicableUnit unit:GM-PER-MilliM ; + qudt:applicableUnit unit:KiloGM-PER-M ; + qudt:applicableUnit unit:KiloGM-PER-MilliM ; + qudt:applicableUnit unit:LB-PER-FT ; + qudt:applicableUnit unit:LB-PER-IN ; + qudt:applicableUnit unit:MilliGM-PER-M ; + qudt:applicableUnit unit:SLUG-PER-FT ; + qudt:applicableUnit unit:TEX ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Length"@en ; +. +quantitykind:MassPerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-HR ; + qudt:applicableUnit unit:KiloGM-PER-SEC ; + qudt:applicableUnit unit:KiloLB-PER-HR ; + qudt:applicableUnit unit:LB-PER-HR ; + qudt:applicableUnit unit:LB-PER-MIN ; + qudt:applicableUnit unit:N-SEC-PER-M ; + qudt:applicableUnit unit:NanoGM-PER-DAY ; + qudt:applicableUnit unit:SLUG-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-MO ; + qudt:applicableUnit unit:TONNE-PER-YR ; + qudt:applicableUnit unit:TON_SHORT-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Time"@en ; +. +quantitykind:MassRatio + a qudt:QuantityKind ; + dcterms:description "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)"^^rdf:HTML ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD109" ; + qudt:plainTextDescription "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)" ; + qudt:symbol "R or M_{R}" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Ratio"@en ; +. +quantitykind:MassRatioOfWaterToDryMatter + a qudt:QuantityKind ; + dcterms:description "\"Mass Ratio of Water to Dry Matter} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$u = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry matter. Mass ratio of water to dry matter at saturation is denoted $u_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Ratio of Water to Dry Matter} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000." ; + qudt:symbol "u" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water To Dry Matter"@en ; +. +quantitykind:MassRatioOfWaterVapourToDryGas + a qudt:QuantityKind ; + dcterms:description "\"Mass Ratio of Water Vapour to Dry Gas} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$x = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry gas. Mass ratio of water vapour to dry gas at saturation is denoted $x_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Ratio of Water Vapour to Dry Gas} is one of a number of \\textit{Concentration Ratio\" quantities defined by ISO 8000." ; + qudt:symbol "x" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Ratio of Water Vapour to Dry Gas"@en ; +. +quantitykind:MassRelatedElectricalCurrent + a qudt:QuantityKind ; + dcterms:description "electrical current intensity divided by the associated mass"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:plainTextDescription "elektrische Stromstärke dividiert durch die zugehörige Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ347#002" ; + rdfs:isDefinedBy ; + rdfs:label "mass-related electrical current"@en-US ; +. +quantitykind:MassStoppingPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:ERG-CentiM2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD130" ; + qudt:iec61360Code "0112/2///62720#UAD290" ; + rdfs:isDefinedBy ; + rdfs:label "mass stopping power" ; +. +quantitykind:MassTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-K ; + qudt:applicableUnit unit:LB-DEG_F ; + qudt:applicableUnit unit:LB-DEG_R ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mass Temperature"@en ; +. +quantitykind:MassicActivity + a qudt:QuantityKind ; + dcterms:description "\"Massic Activity\" is the activity divided by the total mass of the sample."^^rdf:HTML ; + qudt:applicableUnit unit:BQ-PER-KiloGM ; + qudt:applicableUnit unit:CI-PER-KiloGM ; + qudt:applicableUnit unit:KiloBQ-PER-KiloGM ; + qudt:applicableUnit unit:MegaBQ-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD110" ; + qudt:informativeReference "http://www.encyclo.co.uk/define/massic%20activity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Massic Activity\" is the activity divided by the total mass of the sample." ; + qudt:symbol "a" ; + rdfs:isDefinedBy ; + rdfs:label "Massic Activity"@en ; +. +quantitykind:MassicElectricCurrent + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD111" ; + rdfs:isDefinedBy ; + rdfs:label "massic electric current" ; +. +quantitykind:MassicHeatCapacity + a qudt:QuantityKind ; + dcterms:description "ratio of heat capacity divided by mass"@en ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_R ; + qudt:applicableUnit unit:KiloCAL_IT-PER-GM-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD112" ; + qudt:plainTextDescription "Quotient Wärmekapazität dividiert durch Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ345#002" ; + rdfs:isDefinedBy ; + rdfs:label "massic heat capacity" ; + rdfs:label "massic heat capacity"@en-US ; +. +quantitykind:MassicPower + a qudt:QuantityKind ; + dcterms:description "ratio energy divided by time and related mass"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD113" ; + qudt:plainTextDescription "Quotient Energie durch Zeit und durch zugehöriger Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ343#002" ; + rdfs:isDefinedBy ; + rdfs:label "massic power" ; + rdfs:label "massic power"@en-US ; +. +quantitykind:MassicTorque + a qudt:QuantityKind ; + dcterms:description "ratio of torque divided by the mass to be moved"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD114" ; + qudt:plainTextDescription "Quotient Drehmoment dividiert durch die Masse, die bewegt oder befördert wird"@de ; + qudt:symbol "0173-1#Z4-BAJ442#002" ; + rdfs:isDefinedBy ; + rdfs:label "massic torque" ; + rdfs:label "massic torque"@en-US ; +. +quantitykind:MassieuFunction + a qudt:QuantityKind ; + dcterms:description "The Massieu function, $\\Psi$, is defined as: $\\Psi = \\Psi (X_1, \\dots , X_i, Y_{i+1}, \\dots , Y_r )$, where for every system with degree of freedom $r$ one may choose $r$ variables, e.g. , to define a coordinate system, where $X$ and $Y$ are extensive and intensive variables, respectively, and where at least one extensive variable must be within this set in order to define the size of the system. The $(r + 1)^{th}$ variable,$\\Psi$ , is then called the Massieu function."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Massieu_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$J = -A/T$, where $A$ is Helmholtz energy and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:symbol "J" ; + rdfs:isDefinedBy ; + rdfs:label "Massieu Function"@en ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; +. +quantitykind:MaxExpectedOperatingThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Expected Operating Thrust"@en ; + skos:altLabel "MEOT" ; + skos:broader quantitykind:MaxOperatingThrust ; +. +quantitykind:MaxOperatingThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Max Operating Thrust"@en ; + skos:altLabel "MOT" ; + skos:broader quantitykind:Thrust ; +. +quantitykind:MaxSeaLevelThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Max Sea Level thrust (Mlbf) " ; + rdfs:isDefinedBy ; + rdfs:label "Max Sea Level Thrust"@en ; + skos:broader quantitykind:Thrust ; +. +quantitykind:MaximumBeta-ParticleEnergy + a qudt:QuantityKind ; + dcterms:description "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process." ; + qudt:symbol "Eᵦ" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Beta-Particle Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:MaximumExpectedOperatingPressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Expected Operating Pressure"@en ; + skos:altLabel "MEOP" ; + skos:broader quantitykind:Pressure ; +. +quantitykind:MaximumOperatingPressure + a qudt:QuantityKind ; + qudt:abbreviation "MOP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Operating Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:MeanEnergyImparted + a qudt:QuantityKind ; + dcterms:description "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + qudt:latexDefinition "To the matter in a given domain, $\\bar{\\varepsilon} = R_{in} - R_{out} + \\sum Q$, where $R_{in}$ is the radiant energy of all those charged and uncharged ionizing particles that enter the domain, $R_{out}$ is the radiant energy of all those charged and uncharged ionizing particles that leave the domain, and $\\sum Q$ is the sum of all changes of the rest energy of nuclei and elementary particles that occur in that domain."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter." ; + qudt:symbol "ε̅" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Energy Imparted"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:MeanFreePath + a qudt:QuantityKind ; + dcterms:description "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties."^^rdf:HTML ; + qudt:abbreviation "m" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mean_free_path"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties." ; + qudt:symbol "λ" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Free Path"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:MeanLifetime + a qudt:QuantityKind ; + dcterms:description "The \"Mean Lifetime\" is the average length of time that an element remains in the set of discrete elements in a decaying quantity, $N(t)$."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = \\frac{1}{\\lambda}$, where $\\lambda$ is the decay constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Mean Lifetime"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:MeanLinearRange + a qudt:QuantityKind ; + dcterms:description "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/M03782.html"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy." ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Linear Range"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:MeanMassRange + a qudt:QuantityKind ; + dcterms:description "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material."^^rdf:HTML ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/M03783.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$R_\\rho = R\\rho$, where $R$ is the mean linear range and $\\rho$ is the mass density of the sample."^^qudt:LatexString ; + qudt:latexSymbol "$R_\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material." ; + rdfs:isDefinedBy ; + rdfs:label "Mean Mass Range"@en ; +. +quantitykind:MechanicalEnergy + a qudt:QuantityKind ; + dcterms:description "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mechanical_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mechanical_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$E = T + V$, where $T$ is kinetic energy and $V$ is potential energy."^^qudt:LatexString ; + qudt:plainTextDescription "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object." ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:MechanicalImpedance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD115" ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Impedance"@en ; +. +quantitykind:MechanicalMobility + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOHM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Mobility"@en ; +. +quantitykind:MechanicalSurfaceImpedance + a qudt:QuantityKind ; + dcterms:description "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:latexDefinition "$Z_m = Z_a A^2$, where $A$ is the area of the surface considered and $Z_a$ is the acoustic impedance."^^qudt:LatexString ; + qudt:plainTextDescription "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force" ; + qudt:symbol "Z" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:comment "There are various interpretations of MechanicalSurfaceImpedance: Pressure/Velocity - https://apps.dtic.mil/sti/pdfs/ADA315595.pdf, Force / Speed - https://www.wikidata.org/wiki/Q6421317, and (Pressure / Velocity)**0.5 - https://www.sciencedirect.com/topics/engineering/mechanical-impedance. We are seeking a resolution to these differences." ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical surface impedance"@en ; +. +quantitykind:MechanicalTension + a qudt:QuantityKind ; + dcterms:description "at a point of a body upon which a force acts which attempts to change the shape of the body, the limit value of the ratio between the force and area of a flat surface around this point when the dimensions approach zero"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "an einem Punkt eines Körpers, an dem eine Kraft angreift, welche die Form des Körpers zu verändern sucht, der Grenzwert des Quotienten Kraft durch Fläche einer ebenen Oberfläche um diesen Punkt, wenn deren Abmessungen gegen null gehen"@de ; + qudt:symbol "0173-1#Z4-BAJ204#005" ; + rdfs:isDefinedBy ; + rdfs:label "mechanical tension"@en-US ; +. +quantitykind:MeltingPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the one at which a substance will change its physical state from a solid to a liquid. It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a solid to a liquid. It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium." ; + rdfs:isDefinedBy ; + rdfs:label "Melting Point Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:MicroCanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Microcanonical_ensemble"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)#Grand_canonical_partition_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\Omega = \\sum_r 1$, where the sum is over all quantum states consistent with given energy. volume, external fields, and content."^^qudt:LatexString ; + qudt:latexSymbol "$\\Omega$"^^qudt:LatexString ; + qudt:plainTextDescription "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles." ; + rdfs:isDefinedBy ; + rdfs:label "Micro Canonical Partition Function"@en ; + skos:broader quantitykind:CanonicalPartitionFunction ; +. +quantitykind:MicrobialFormation + a qudt:QuantityKind ; + qudt:applicableUnit unit:CFU ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Microbial Formation"@en ; +. +quantitykind:MigrationArea + a qudt:QuantityKind ; + dcterms:description "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons." ; + qudt:symbol "M^2" ; + rdfs:isDefinedBy ; + rdfs:label "Migration Area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:MigrationLength + a qudt:QuantityKind ; + dcterms:description "\"Migration Length\" is the square root of the migration area."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + qudt:latexDefinition "$M = \\sqrt{M^2}$, where $M^2$ is the migration area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Migration Length\" is the square root of the migration area." ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Migration Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:Mobility + a qudt:QuantityKind ; + dcterms:description "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-V-SEC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_mobility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength." ; + rdfs:isDefinedBy ; + rdfs:label "Beweglichkeit"@de ; + rdfs:label "mobilidade"@pt ; + rdfs:label "mobility"@en ; + rdfs:label "mobilità"@it ; + rdfs:label "mobilité"@fr ; + rdfs:label "mobilność"@pl ; + rdfs:label "movilidad"@es ; + rdfs:label "قابلية التحرك"@ar ; + rdfs:label "移動度"@ja ; + rdfs:label "迁移率"@zh ; + skos:altLabel "Mobilität"@de ; +. +quantitykind:MobilityRatio + a qudt:QuantityKind ; + dcterms:description "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://baervan.nmt.edu/research_groups/reservoir_sweep_improvement/pages/clean_up/mobility.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$b = \\frac{\\mu_n}{\\mu_p}$, where $\\mu_n$ and $\\mu_p$ are mobilities for electrons and holes, respectively."^^qudt:LatexString ; + qudt:plainTextDescription "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase." ; + qudt:symbol "b" ; + rdfs:isDefinedBy ; + rdfs:label "Mobility Ratio"@en ; +. +quantitykind:ModulusOfAdmittance + a qudt:QuantityKind ; + dcterms:description "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Y = \\left | \\underline{Y} \\right |$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"." ; + qudt:symbol "Y" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus Of Admittance"@en ; + rdfs:seeAlso quantitykind:Admittance ; +. +quantitykind:ModulusOfElasticity + a qudt:QuantityKind ; + dcterms:description "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it."^^rdf:HTML ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Elastic_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\frac{\\sigma}{\\varepsilon}$, where $\\sigma$ is the normal stress and $\\varepsilon$ is the linear strain."^^qudt:LatexString ; + qudt:plainTextDescription "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it." ; + qudt:symbol "E" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Elasticity"@en ; +. +quantitykind:ModulusOfImpedance + a qudt:QuantityKind ; + dcterms:description """\"Modulus Of Impedance} is the absolute value of the quantity \\textit{impedance\". Apparent impedance is defined more generally as + +the quotient of rms voltage and rms electric current; it is often denoted by $Z$."""^^qudt:LatexString ; + qudt:applicableUnit unit:OHM ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Z = \\left | \\underline{Z} \\right |$, where $\\underline{Z}$ is impedance."^^qudt:LatexString ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus Of Impedance"@en ; + rdfs:seeAlso quantitykind:Impedance ; +. +quantitykind:ModulusOfLinearSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2"^^rdf:HTML ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusoflinearsubgradereactionmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Linear Subgrade Reaction"@en ; + skos:broader quantitykind:ForcePerArea ; +. +quantitykind:ModulusOfRotationalSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)."^^rdf:HTML ; + qudt:applicableUnit unit:KiloN-M-PER-DEG-M ; + qudt:applicableUnit unit:N-M-PER-DEG-M ; + qudt:applicableUnit unit:N-M-PER-M-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusofrotationalsubgradereactionmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)." ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Rotational Subgrade Reaction"@en ; + skos:broader quantitykind:ForcePerAngle ; +. +quantitykind:ModulusOfSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3."^^rdf:HTML ; + qudt:applicableUnit unit:N-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcmodulusofsubgradereactionmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3." ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Subgrade Reaction"@en ; +. +quantitykind:MoistureDiffusivity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:symbol "q_V" ; + rdfs:isDefinedBy ; + rdfs:label "Moisture Diffusivity"@en ; + skos:broader quantitykind:VolumeFlowRate ; +. +quantitykind:MolalityOfSolute + a qudt:QuantityKind ; + dcterms:description "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molality"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent." ; + qudt:symbol "b_B" ; + rdfs:isDefinedBy ; + rdfs:label "Molality of Solute"@en ; + skos:broader quantitykind:AmountOfSubstancePerUnitMass ; +. +quantitykind:MolarAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-MOL ; + qudt:exactMatch quantitykind:MolarAttenuationCoefficient ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/molar+absorption+coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$x = aV_m$, where $a$ is the linear absorption coefficient and $V_m$ is the molar volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter." ; + qudt:symbol "x" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Absorption Coefficient"@en ; +. +quantitykind:MolarAngularMomentum + a qudt:QuantityKind ; + qudt:applicableUnit unit:J-SEC-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Molar Angular Momentum"@en ; +. +quantitykind:MolarAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-MOL ; + qudt:exactMatch quantitykind:MolarAbsorptionCoefficient ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD120" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_c = -\\frac{\\mu}{c}$, where $\\mu$ is the linear attenuation coefficient and $c$ is the amount-of-substance concentration."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_c$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance." ; + rdfs:isDefinedBy ; + rdfs:label "Molar Attenuation Coefficient"@en ; + skos:closeMatch quantitykind:MassAttenuationCoefficient ; +. +quantitykind:MolarConductivity + a qudt:QuantityKind ; + dcterms:description "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution."^^rdf:HTML ; + qudt:applicableUnit unit:S-M2-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E2L0I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD121" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_conductivity"^^xsd:anyURI ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/molar+conductivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\Gamma_m = \\frac{x}{c_B}$, where $x$ is the electrolytic conductivity and $c_B$ is the amount-of-substance concentration."^^qudt:LatexString ; + qudt:latexSymbol "$\\Gamma_m$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution." ; + rdfs:isDefinedBy ; + rdfs:label "Molar Conductivity"@en ; +. +quantitykind:MolarDensity + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the quantity of material"@en ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zu Stoffmengenwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ372#002" ; + rdfs:isDefinedBy ; + rdfs:label "molar density"@en-US ; +. +quantitykind:MolarEnergy + a qudt:QuantityKind ; + dcterms:description "\"Molar Energy\" is the total energy contained by a thermodynamic system. The unit is \\(J/mol\\), also expressed as \\(joule/mole\\), or \\(joules per mole\\). This unit is commonly used in the SI unit system. The quantity has the dimension of \\(M \\cdot L^2 \\cdot T^{-2} \\cdot N^{-1}\\) where \\(M\\) is mass, \\(L\\) is length, \\(T\\) is time, and \\(N\\) is amount of substance."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units-molar_energy-joule_per_mole.cfm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$U_m = \\frac{U}{n}$, where $U$ is internal energy and $n$ is amount of substance."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:MOEG ; + qudt:symbol "U_M" ; + vaem:todo "dimensions are wrong" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Energy"@en ; +. +quantitykind:MolarEntropy + a qudt:QuantityKind ; + dcterms:description "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-MOL-K ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Standard_molar_entropy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$S_m = \\frac{S}{n}$, where $S$ is entropy and $n$ is amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)." ; + qudt:siExactMatch si-quantity:MOEN ; + qudt:symbol "S_m" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Entropy"@en ; +. +quantitykind:MolarFlowRate + a qudt:QuantityKind ; + dcterms:description "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow."^^rdf:HTML ; + qudt:applicableUnit unit:KiloMOL-PER-MIN ; + qudt:applicableUnit unit:KiloMOL-PER-SEC ; + qudt:applicableUnit unit:MOL-PER-HR ; + qudt:applicableUnit unit:MOL-PER-MIN ; + qudt:applicableUnit unit:MOL-PER-SEC ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD122" ; + qudt:informativeReference "https://www.sciencedirect.com/topics/engineering/molar-flow-rate"^^xsd:anyURI ; + qudt:plainTextDescription "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow." ; + qudt:symbol "q_V" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Flow Rate"@en ; +. +quantitykind:MolarHeatCapacity + a qudt:QuantityKind ; + dcterms:description "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-MOL_LB-DEG_F ; + qudt:applicableUnit unit:J-PER-MOL-K ; + qudt:applicableUnit unit:KiloCAL-PER-MOL-DEG_C ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD123" ; + qudt:informativeReference "http://chemistry.about.com/od/chemistryglossary/g/Molar-Heat-Capacity-Definition.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_m = \\frac{C}{n}$, where $C$ is heat capacity and $n$ is amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin." ; + qudt:symbol "C_m" ; + qudt:symbol "cn" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Heat Capacity"@en ; +. +quantitykind:MolarInternalEnergy + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD124" ; + rdfs:isDefinedBy ; + rdfs:label "molar internal energy" ; +. +quantitykind:MolarMass + a qudt:QuantityKind ; + dcterms:description "In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is $kg/mol$."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-MOL ; + qudt:applicableUnit unit:KiloGM-PER-KiloMOL ; + qudt:applicableUnit unit:KiloGM-PER-MOL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD125" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Jisim molar"@ms ; + rdfs:label "Masa molowa"@pl ; + rdfs:label "Masă molară"@ro ; + rdfs:label "Molmasse"@de ; + rdfs:label "Molární hmotnost"@cs ; + rdfs:label "masa molar"@es ; + rdfs:label "massa molar"@pt ; + rdfs:label "massa molare"@it ; + rdfs:label "masse molaire"@fr ; + rdfs:label "molar kütle"@tr ; + rdfs:label "molar mass"@en ; + rdfs:label "molska masa"@sl ; + rdfs:label "Молярная масса"@ru ; + rdfs:label "جرم مولی"@fa ; + rdfs:label "كتلة مولية"@ar ; + rdfs:label "मोलर द्रव्यमान"@hi ; + rdfs:label "モル質量"@ja ; + rdfs:label "摩尔质量"@zh ; + skos:altLabel "molare Masse"@de ; + skos:altLabel "stoffmengenbezogene Masse"@de ; +. +quantitykind:MolarOpticalRotationalAbility + a qudt:QuantityKind ; + dcterms:description "material-specific quantity resulting as the specific angle of rotation of a substance for a particular wavelength and a particular temperature from the relationship: ratio between measured angle of rotation divided by the concentration of material and the covered path"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:plainTextDescription "materialspezifische Größe, die sich als spezifischer Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Stoffmenegenkonzentration und die durchstrahlte Wegstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ426#001" ; + rdfs:isDefinedBy ; + rdfs:label "molar optical rotational ability"@en-US ; +. +quantitykind:MolarOpticalRotatoryPower + a qudt:QuantityKind ; + dcterms:description "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power."^^rdf:HTML ; + qudt:applicableUnit unit:RAD-M2-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD126" ; + qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_n = \\alpha \\frac{A}{n}$, where $\\alpha$ is the angle of optical rotation, and $n$ is the amount of substance of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_n$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power." ; + rdfs:isDefinedBy ; + rdfs:label "Molar Optical Rotatory Power"@en ; +. +quantitykind:MolarRefractivity + a qudt:QuantityKind ; + dcterms:description "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM3-PER-MOL ; + qudt:applicableUnit unit:DeciM3-PER-MOL ; + qudt:applicableUnit unit:L-PER-MOL ; + qudt:applicableUnit unit:L-PER-MicroMOL ; + qudt:applicableUnit unit:M3-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure." ; + rdfs:isDefinedBy ; + rdfs:label "Molar Refractivity"@en ; +. +quantitykind:MolarThermalCapacity + a qudt:QuantityKind ; + dcterms:description "thermal capacity divided by the amount of substance"@en ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:plainTextDescription "auf die Stoffmenge bezogene Wärmekapazität"@de ; + qudt:symbol "0173-1#Z4-BAJ355#002" ; + rdfs:isDefinedBy ; + rdfs:label "molar thermal capacity"@en-US ; +. +quantitykind:MolarThermodynamicEnergy + a qudt:QuantityKind ; + dcterms:description "energy in relation to the amount of a substance"@en ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "auf die Stoffmenge bezogene Energie"@de ; + qudt:symbol "0173-1#Z4-BAJ353#002" ; + rdfs:isDefinedBy ; + rdfs:label "molar thermodynamic energy"@en-US ; +. +quantitykind:MolarVolume + a qudt:QuantityKind ; + dcterms:description "The molar volume, symbol $V_m$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass ($M$) divided by the mass density ($\\rho$). It has the SI unit cubic metres per mole ($m^{1}/mol$). For ideal gases, the molar volume is given by the ideal gas equation: this is a good approximation for many common gases at standard temperature and pressure. For crystalline solids, the molar volume can be measured by X-ray crystallography."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-MOL ; + qudt:applicableUnit unit:DeciM3-PER-MOL ; + qudt:applicableUnit unit:L-PER-MOL ; + qudt:applicableUnit unit:L-PER-MicroMOL ; + qudt:applicableUnit unit:M3-PER-MOL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD127" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$V_m = \\frac{V}{n}$, where $V$ is volume and $n$ is amount of substance."^^qudt:LatexString ; + qudt:symbol "V_m" ; + rdfs:isDefinedBy ; + rdfs:label "Isipadu molar"@ms ; + rdfs:label "Molvolumen"@de ; + rdfs:label "molar hacim"@tr ; + rdfs:label "molar volume"@en ; + rdfs:label "molski volumen"@sl ; + rdfs:label "molární objem"@cs ; + rdfs:label "volum molar"@ro ; + rdfs:label "volume molaire"@fr ; + rdfs:label "volume molar"@pl ; + rdfs:label "volume molar"@pt ; + rdfs:label "volume molare"@it ; + rdfs:label "volumen molar"@es ; + rdfs:label "Молярный объём"@ru ; + rdfs:label "حجم مولي"@ar ; + rdfs:label "حجم مولی"@fa ; + rdfs:label "モル体積"@ja ; + rdfs:label "摩尔体积"@zh ; + skos:altLabel "molares Volumen"@de ; + skos:altLabel "stoffmengenbezogenes Volumen"@de ; +. +quantitykind:MoleFraction + a qudt:QuantityKind ; + dcterms:description "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_fraction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration." ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mole Fraction"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:MolecularConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Molecular Concentration\" of substance B is defined as the number of molecules of B divided by the volume of the mixture "^^rdf:HTML ; + qudt:abbreviation "m^{-3}" ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + qudt:latexDefinition "$C_B = \\frac{N_B}{V}$, where $N_B$ is the number of molecules of $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Molecular Concentration\" of substance B is defined as the number of molecules of B divided by the volume of the mixture " ; + qudt:symbol "C_B" ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Concentration"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:MolecularMass + a qudt:QuantityKind ; + dcterms:description "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance."^^rdf:HTML ; + qudt:applicableUnit unit:Da ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molecular_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance." ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:MolecularViscosity + a qudt:QuantityKind ; + dcterms:description "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:informativeReference "http://oceanworld.tamu.edu/resources/ocng_textbook/chapter08/chapter08_01.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity." ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Viscosity"@en ; + rdfs:seeAlso quantitykind:DynamicViscosity ; + rdfs:seeAlso quantitykind:KinematicViscosity ; +. +quantitykind:MomentOfForce + a qudt:QuantityKind ; + dcterms:description "Moment of force (often just moment) is the tendency of a force to twist or rotate an object."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:exactMatch quantitykind:Torque ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Moment_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$M = r \\cdot F$, where $r$ is the position vector and $F$ is the force."^^qudt:LatexString ; + qudt:plainTextDescription "Moment of force (often just moment) is the tendency of a force to twist or rotate an object." ; + qudt:siExactMatch si-quantity:TORQ ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Force"@en ; +. +quantitykind:MomentOfInertia + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:exactMatch quantitykind:RotationalMass ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD128" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$I_Q = \\int r^2_Q dm$, where $r_Q$ is the radial distance from a $Q-axis$ and $m$ is mass."^^qudt:LatexString ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I" ; + rdfs:isDefinedBy ; + rdfs:label "Eylemsizlik momenti"@tr ; + rdfs:label "Massenträgheitsmoment"@de ; + rdfs:label "Momen inersia"@ms ; + rdfs:label "Moment bezwładności"@pl ; + rdfs:label "Moment de inerție"@ro ; + rdfs:label "Moment setrvačnosti"@cs ; + rdfs:label "moment d'inertie"@fr ; + rdfs:label "moment of inertia"@en ; + rdfs:label "momento de inercia"@es ; + rdfs:label "momento de inércia"@pt ; + rdfs:label "momento di inerzia"@it ; + rdfs:label "Момент инерции"@ru ; + rdfs:label "عزم القصور الذاتي"@ar ; + rdfs:label "گشتاور لختی"@fa ; + rdfs:label "जड़त्वाघूर्ण"@hi ; + rdfs:label "慣性モーメント"@ja ; + rdfs:label "轉動慣量"@zh ; + skos:altLabel "MOI" ; +. +quantitykind:Momentum + a qudt:QuantityKind ; + dcterms:description "The momentum of a system of particles is given by the sum of the momentums of the individual particles which make up the system or by the product of the total mass of the system and the velocity of the center of gravity of the system. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC ; + qudt:applicableUnit unit:MegaEV-PER-SpeedOfLight ; + qudt:applicableUnit unit:N-M-SEC-PER-M ; + qudt:applicableUnit unit:N-SEC ; + qudt:applicableUnit unit:PlanckMomentum ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearMomentum ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:plainTextDescription "The momentum of a system of particles is given by the sum of the momentums of the individual particles which make up the system or by the product of the total mass of the system and the velocity of the center of gravity of the system. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium." ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Impuls"@de ; + rdfs:label "Momentum"@ms ; + rdfs:label "Momentum"@tr ; + rdfs:label "cantidad de movimiento"@es ; + rdfs:label "gibalna količina"@sl ; + rdfs:label "hybnost"@cs ; + rdfs:label "impuls"@ro ; + rdfs:label "momento linear"@pt ; + rdfs:label "momentum"@en ; + rdfs:label "pęd"@pl ; + rdfs:label "quantità di moto"@it ; + rdfs:label "quantité de mouvement"@fr ; + rdfs:label "импульс"@ru ; + rdfs:label "تکانه"@fa ; + rdfs:label "زخم الحركة"@ar ; + rdfs:label "动量"@zh ; + rdfs:label "運動量"@ja ; +. +quantitykind:MomentumPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-SEC-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Momentum per Angle"@en ; +. +quantitykind:MorbidityRate + a qudt:QuantityKind ; + dcterms:description "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^rdf:HTML ; + qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Morbidity Rate"@en ; + skos:broader quantitykind:Incidence ; +. +quantitykind:MortalityRate + a qudt:QuantityKind ; + dcterms:description "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time."^^rdf:HTML ; + qudt:applicableUnit unit:DEATHS-PER-KiloINDIV-YR ; + qudt:applicableUnit unit:DEATHS-PER-MegaINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + qudt:plainTextDescription "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Mortality Rate"@en ; + skos:broader quantitykind:Incidence ; +. +quantitykind:MotorConstant + a qudt:QuantityKind ; + dcterms:description "quantitiy/variable which identifies a characteristic of a motor"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD129" ; + qudt:plainTextDescription "Größe, die eine Eigenschaft eines Motors kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ358#003" ; + rdfs:isDefinedBy ; + rdfs:label "motor constant" ; + rdfs:label "motor constant"@en-US ; +. +quantitykind:MultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Neutron_multiplication_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval." ; + qudt:symbol "k" ; + rdfs:isDefinedBy ; + rdfs:label "Multiplication Factor"@en ; +. +quantitykind:MutualInductance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Mutual Inductance}$ is the non-diagonal term of the inductance matrix. For two loops, the symbol $M$ is used for $L_{12}$."^^qudt:LatexString ; + qudt:applicableUnit unit:H ; + qudt:applicableUnit unit:H_Ab ; + qudt:applicableUnit unit:H_Stat ; + qudt:applicableUnit unit:KiloH ; + qudt:applicableUnit unit:MicroH ; + qudt:applicableUnit unit:MilliH ; + qudt:applicableUnit unit:NanoH ; + qudt:applicableUnit unit:PicoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$L_{mn} = \\frac{\\Psi_m}{I_n}$, where $I_n$ is an electric current in a thin conducting loop $n$ and $\\Psi_m$ is the linked flux caused by that electric current in another loop $m$."^^qudt:LatexString ; + qudt:symbol "L_{mn}" ; + rdfs:isDefinedBy ; + rdfs:label "Mutual Inductance"@en ; + rdfs:seeAlso quantitykind:Inductance ; + skos:broader quantitykind:Inductance ; +. +quantitykind:NOMINAL-ASCENT-PROPELLANT-MASS + a qudt:QuantityKind ; + dcterms:description "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://elib.dlr.de/68314/1/IAF10-D2.3.1.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)." ; + rdfs:isDefinedBy ; + rdfs:label "Nominal Ascent Propellant Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:NapierianAbsorbance + a qudt:QuantityKind ; + dcterms:description "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://eilv.cie.co.at/term/798"^^xsd:anyURI ; + qudt:latexDefinition "$A_e(\\lambda) = -ln(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ; + qudt:plainTextDescription "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance." ; + qudt:symbol "A_e, B" ; + rdfs:isDefinedBy ; + rdfs:label "Napierian Absorbance"@en ; +. +quantitykind:NeelTemperature + a qudt:QuantityKind ; + dcterms:description "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Néel_temperature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet." ; + qudt:symbol "T_C" ; + rdfs:isDefinedBy ; + rdfs:label "Neel Temperature"@en ; + skos:broader quantitykind:Temperature ; + skos:closeMatch quantitykind:CurieTemperature ; + skos:closeMatch quantitykind:SuperconductionTransitionTemperature ; +. +quantitykind:NeutralRatio + a qudt:QuantityKind ; + dcterms:description "ratio between two physical variables of the same type, expressed as a number which describes the relationship between these variables where the units are cancelled against each other"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Quotient aus zwei physikalischen Größen gleicher Art als Zahl, welche das Verhältnis dieser Größen zueinander ausdrückt, wobei die einheiten gegeneinander gekürzt sind"@de ; + qudt:symbol "0173-1#Z4-BAJ359#002" ; + rdfs:isDefinedBy ; + rdfs:label "neutral ratio"@en-US ; +. +quantitykind:NeutronDiffusionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient\" is "^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Diffusion+of+Neutrons"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$D_n = -\\frac{J_x}{\\frac{\\partial dn}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $n$ is the particle number density."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Diffusion Coefficient\" is " ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusionskoeffizient"@de ; + rdfs:label "coefficient de diffusion"@fr ; + rdfs:label "coefficiente di diffusione"@it ; + rdfs:label "coeficiente de difusión"@es ; + rdfs:label "coeficiente de difusão"@pt ; + rdfs:label "diffusion coefficient"@en ; + rdfs:label "difuzijski koeficient"@sl ; +. +quantitykind:NeutronDiffusionLength + a qudt:QuantityKind ; + dcterms:description "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e"^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e" ; + qudt:symbol "L_{r}" ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Diffusion Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:NeutronNumber + a qudt:QuantityKind ; + dcterms:description "\"Neutron Number\", symbol $N$, is the number of neutrons in a nuclide. Nuclides with the same value of $N$ but different values of $Z$ are called isotones. $N - Z$ is called the neutron excess number."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Neutron_number"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "N" ; + rdfs:isDefinedBy ; + rdfs:label "Neutronenzahl"@de ; + rdfs:label "Neutronové číslo"@cs ; + rdfs:label "Nombor neutron"@ms ; + rdfs:label "Nombre de neutrons"@fr ; + rdfs:label "liczba neutronowa"@pl ; + rdfs:label "neutron number"@en ; + rdfs:label "numero neutronico"@it ; + rdfs:label "nötron snumarası"@tr ; + rdfs:label "número de neutrons"@pt ; + rdfs:label "número neutrónico"@es ; + rdfs:label "число нейтронов"@ru ; + rdfs:label "عدد النيوترونات"@ar ; + rdfs:label "عدد نوترون"@fa ; + rdfs:label "中子數"@zh ; + skos:broader quantitykind:Count ; +. +quantitykind:NeutronYieldPerAbsorption + a qudt:QuantityKind ; + dcterms:description "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified." ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Yield per Absorption"@en ; +. +quantitykind:NeutronYieldPerFission + a qudt:QuantityKind ; + dcterms:description "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\nu$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event." ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Yield per Fission"@en ; +. +quantitykind:Non-LeakageProbability + a qudt:QuantityKind ; + dcterms:description "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Six_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron" ; + rdfs:isDefinedBy ; + rdfs:label "Non-Leakage Probability"@en ; +. +quantitykind:NonActivePower + a qudt:QuantityKind ; + dcterms:description "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power."^^rdf:HTML ; + qudt:applicableUnit unit:ExaV-A ; + qudt:applicableUnit unit:GigaV-A ; + qudt:applicableUnit unit:MicroV-A ; + qudt:applicableUnit unit:MilliV-A ; + qudt:applicableUnit unit:NanoV-A ; + qudt:applicableUnit unit:PetaV-A ; + qudt:applicableUnit unit:PicoV-A ; + qudt:applicableUnit unit:TeraV-A ; + qudt:applicableUnit unit:V-A ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Q^{'} = \\sqrt{{\\left | \\underline{S} \\right |}^2 - P^2}$, where $\\underline{S}$ is apparent power and $P$ is active power."^^qudt:LatexString ; + qudt:plainTextDescription "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power." ; + qudt:symbol "Q'" ; + rdfs:isDefinedBy ; + rdfs:label "Non-active Power"@en ; + rdfs:seeAlso quantitykind:ActivePower ; + rdfs:seeAlso quantitykind:ApparentPower ; +. +quantitykind:NonNegativeLength + a qudt:QuantityKind ; + dcterms:description "\"NonNegativeLength\" is a measure of length greater than or equal to zero."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"NonNegativeLength\" is a measure of length greater than or equal to zero." ; + rdfs:isDefinedBy ; + rdfs:label "Positive Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:NormalStress + a qudt:QuantityKind ; + dcterms:description "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\frac{dF_n}{dA}$, where $dF_n$ is the normal component of force and $dA$ is the area of the surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress." ; + rdfs:isDefinedBy ; + rdfs:label "Normal Stress"@en ; + skos:broader quantitykind:Stress ; +. +quantitykind:NormalizedDimensionlessRatio + a qudt:QuantityKind ; + dcterms:description "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0"^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcnormalisedratiomeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Dimensionless Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:NozzleThroatCrossSectionalArea + a qudt:QuantityKind ; + dcterms:description "Cross-sectional area of the nozzle at the throat."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:plainTextDescription "Cross-sectional area of the nozzle at the throat." ; + qudt:symbol "A^*" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Cross-sectional Area"@en ; + skos:broader quantitykind:Area ; +. +quantitykind:NozzleThroatDiameter + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Diameter"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:NozzleThroatPressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p^*" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:NozzleWallsThrustReaction + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:symbol "F_R" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Walls Thrust Reaction"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:NuclearEnergy + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD131" ; + rdfs:isDefinedBy ; + rdfs:label "nuclear energy" ; +. +quantitykind:NuclearQuadrupoleMoment + a qudt:QuantityKind ; + dcterms:description "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus."^^rdf:HTML ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_quadrupole_resonance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$Q = (\\frac{1}{e}) \\int (3z^2 - r^2)\\rho(x, y, z)dV$, in the quantum state with the nuclear spin in the field direction $(z)$, where $\\rho(x, y, z)$ is the nuclear electric charge density, $e$ is the elementary charge, $r^2 = x^2 + y^2 + z^2$, and $dV$ is the volume element $dx$ $dy$ $dz$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Nuclear Quadrupole Moment"@en ; +. +quantitykind:NuclearRadius + a qudt:QuantityKind ; + dcterms:description "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included"^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_nucleus"^^xsd:anyURI ; + qudt:latexDefinition "This quantity is not exactly defined. It is given approximately for nuclei in their ground state only by $R = r_0 A^{\\frac{1}{3}}$, where $r_0 \\approx 1.2 x 10^{-15} m$ and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included" ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Nuclear Radius"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:NuclearSpinQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$I^2 = \\hbar^2 I(I + 1)$, where $\\hbar$ is the Planck constant."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis" ; + qudt:symbol "I" ; + rdfs:isDefinedBy ; + rdfs:label "Spin Quantum Number"@en ; + skos:broader quantitykind:SpinQuantumNumber ; +. +quantitykind:NucleonNumber + a qudt:QuantityKind ; + dcterms:description "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars." ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Nombor nukleon"@ms ; + rdfs:label "Nukleonenzahl"@de ; + rdfs:label "Nukleové číslo"@cs ; + rdfs:label "liczba masowa"@pl ; + rdfs:label "nombre de masse"@fr ; + rdfs:label "nucleon number"@en ; + rdfs:label "numero di massa"@it ; + rdfs:label "número de massa"@pt ; + rdfs:label "número másico"@es ; + rdfs:label "nükleon numarası"@tr ; + rdfs:label "عدد جرمی"@fa ; + rdfs:label "عدد كتلي"@ar ; + rdfs:label "質量数"@ja ; + rdfs:label "质量数"@zh ; + skos:altLabel "Massenzahl"@de ; + skos:altLabel "kütle numarası"@tr ; + skos:altLabel "mass number"@en ; + skos:altLabel "nombor jisim"@ms ; + skos:altLabel "numero di nucleoni"@it ; + skos:broader quantitykind:Count ; +. +quantitykind:NumberDensity + a qudt:QuantityKind ; + dcterms:description "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Number_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Number_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space." ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Number Density"@en ; + skos:broader quantitykind:InverseVolume ; +. +quantitykind:NumberOfParticles + a qudt:QuantityKind ; + dcterms:description "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system." ; + qudt:symbol "N_B" ; + rdfs:isDefinedBy ; + rdfs:label "Number of Particles"@en ; +. +quantitykind:OlfactoryThreshold + a qudt:QuantityKind ; + dcterms:description "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Odor_detection_threshold"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_o}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected." ; + rdfs:isDefinedBy ; + rdfs:label "Olfactory Threshold"@en ; + skos:broader quantitykind:Concentration ; +. +quantitykind:OrbitalAngularMomentumPerUnitMass + a qudt:QuantityKind ; + dcterms:description "Angular momentum of the orbit per unit mass of the vehicle"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:plainTextDescription "Angular momentum of the orbit per unit mass of the vehicle" ; + qudt:symbol "h" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Angular Momentum per Unit Mass"@en ; +. +quantitykind:OrbitalAngularMomentumQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$l^2 = \\hbar^2 l(l + 1), l = 0, 1, ..., n - 1$, where $l_i$ refers to a specific particle $i$."^^qudt:LatexString ; + qudt:symbol "l" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Angular Momentum Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber ; +. +quantitykind:OrbitalRadialDistance + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "r" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Radial Distance"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:OrderOfReflection + a qudt:QuantityKind ; + dcterms:description "\"Order of Reflection\" is $n$ in the Bragg's Law equation."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.answers.com/topic/order-of-reflection"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Order of Reflection"@en ; +. +quantitykind:OsmoticCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Osmotic_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior." ; + rdfs:isDefinedBy ; + rdfs:label "Osmotic Coefficient"@en ; +. +quantitykind:OsmoticPressure + a qudt:QuantityKind ; + dcterms:description "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Osmotic_pressure"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane." ; + qudt:symbol "Π" ; + rdfs:isDefinedBy ; + rdfs:label "Osmotický tlak"@cs ; + rdfs:label "Tekanan osmotik"@ms ; + rdfs:label "osmotic pressure"@en ; + rdfs:label "osmotischer Druck"@de ; + rdfs:label "ozmotik basıç"@tr ; + rdfs:label "presión osmótica"@es ; + rdfs:label "pression osmotique"@fr ; + rdfs:label "pressione osmotica"@it ; + rdfs:label "pressão osmótica"@pt ; + rdfs:label "فشار اسمزی"@fa ; + rdfs:label "渗透压"@zh ; + skos:broader quantitykind:Pressure ; +. +quantitykind:OverRangeDistance + a qudt:QuantityKind ; + dcterms:description "Additional distance traveled by a rocket because Of excessive initial velocity."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Additional distance traveled by a rocket because Of excessive initial velocity." ; + qudt:symbol "s_i" ; + rdfs:isDefinedBy ; + rdfs:label "Over-range distance"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:PH + a qudt:QuantityKind ; + dcterms:description "Chemicals or substances having a pH less than 7 are said to be acidic; more than 7 means basic."^^rdf:HTML ; + qudt:applicableUnit unit:PH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + qudt:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; more than 7 means basic." ; + rdfs:isDefinedBy ; + rdfs:label "PH"@en ; +. +quantitykind:PREDICTED-MASS + a qudt:QuantityKind ; + dcterms:description "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design." ; + rdfs:isDefinedBy ; + rdfs:label "Predicted Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:PRODUCT-OF-INERTIA + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body?s principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia"@en ; +. +quantitykind:PRODUCT-OF-INERTIA_X + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body?s principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the X axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA ; +. +quantitykind:PRODUCT-OF-INERTIA_Y + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body?s dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Y axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA ; +. +quantitykind:PRODUCT-OF-INERTIA_Z + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Z axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA ; +. +quantitykind:PackingFraction + a qudt:QuantityKind ; + dcterms:description "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_packing_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$f = \\frac{\\Delta_r}{A}$, where $\\Delta_r$ is the relative mass excess and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms." ; + qudt:symbol "f" ; + rdfs:isDefinedBy ; + rdfs:label "Packing Fraction"@en ; +. +quantitykind:PartialPressure + a qudt:QuantityKind ; + dcterms:description "\"Partial Pressure\" is the pressure that the gas would have if it alone occupied the volume of the mixture at the same temperature."^^rdf:HTML ; + qudt:abbreviation "pa" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Partial_pressure"^^xsd:anyURI ; + qudt:latexDefinition "$p_B = x_B \\cdot p$, where $x_B$ is the amount-of-substance fraction of substance $B$ and $p$ is the total pressure."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Partial Pressure\" is the pressure that the gas would have if it alone occupied the volume of the mixture at the same temperature." ; + qudt:symbol "p_B" ; + rdfs:isDefinedBy ; + rdfs:label "Partial Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:ParticleCurrent + a qudt:QuantityKind ; + dcterms:description "\"Particle Current\" can be used to describe the net number of particles passing through a surface in an infinitesimal time interval."^^rdf:HTML ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PERCENT-PER-WK ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:applicableUnit unit:failures-in-time ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\int J \\cdot e_n dA = \\frac{dN}{dt}$, where $e_ndA$ is the vector surface element, $N$ is the net number of particles passing over a surface, and $dt$ describes the time interval."^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Current\" can be used to describe the net number of particles passing through a surface in an infinitesimal time interval." ; + qudt:symbol "J" ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Current"@en ; + skos:broader quantitykind:Frequency ; +. +quantitykind:ParticleCurrentDensity + a qudt:QuantityKind ; + dcterms:description "vector whose component is perpendicular to a surface equal to the net number of particles crossing that surface in the positive direction per unit area and per unit time"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD132" ; + qudt:plainTextDescription "Vektor, dessen Komponente senkrecht zu einer Fläche gleich der Nettoanzahl von Teilchen ist, die flächen- und zeitbezogen in positiver Richtung durch diese Fläche hindurchgehen"@de ; + qudt:symbol "0173-1#Z4-BAJ388#002" ; + rdfs:isDefinedBy ; + rdfs:label "particle current density" ; + rdfs:label "particle current density"@en-US ; +. +quantitykind:ParticleFluence + a qudt:QuantityKind ; + dcterms:description "\"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)."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-HA ; + qudt:applicableUnit unit:NUM-PER-KiloM2 ; + qudt:applicableUnit unit:NUM-PER-M2 ; + qudt:applicableUnit unit:PER-IN2 ; + qudt:applicableUnit unit:PER-M-NanoM ; + qudt:applicableUnit unit:PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD133" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\frac{dN}{dA}$, where $dN$ describes the number of particles incident on a small spherical domain at a given point in space, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Fluence\" is the total number of particles that intersect a unit area in a specific time interval of interest, and has units of m–2 (number of particles per meter squared)." ; + rdfs:isDefinedBy ; + rdfs:label "Particle Fluence"@en ; +. +quantitykind:ParticleFluenceRate + a qudt:QuantityKind ; + dcterms:description "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation."^^rdf:HTML ; + qudt:applicableUnit unit:MicroM-PER-L-DAY ; + qudt:applicableUnit unit:PER-M2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "http://www.encyclo.co.uk/define/Fluence%20Rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\theta = \\frac{d\\Phi}{dt}$, where $d\\Phi$ is the increment of the particle fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation." ; + rdfs:isDefinedBy ; + rdfs:label "Particle Fluence Rate"@en ; +. +quantitykind:ParticleNumberDensity + a qudt:QuantityKind ; + dcterms:description "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume."^^rdf:HTML ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:applicableUnit unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_number#Particle_number_density"^^xsd:anyURI ; + qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles in the 3D domain with the volume $V$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume." ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Number Density"@en ; + skos:broader quantitykind:NumberDensity ; +. +quantitykind:ParticlePositionVector + a qudt:QuantityKind ; + dcterms:description "\"Particle Position Vector\" is the position vector of a particle."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Particle Position Vector\" is the position vector of a particle." ; + qudt:symbol "r, R" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Position Vector"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:ParticleSourceDensity + a qudt:QuantityKind ; + dcterms:description "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element."^^rdf:HTML ; + qudt:applicableUnit unit:PER-M3-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element." ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Source Density"@en ; +. +quantitykind:PathLength + a qudt:QuantityKind ; + dcterms:description "\"PathLength\" is "^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Path_length"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"PathLength\" is " ; + qudt:symbol "s" ; + rdfs:isDefinedBy ; + rdfs:label "Path Length"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:PayloadMass + a qudt:QuantityKind ; + dcterms:description "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages." ; + qudt:symbol "M_P" ; + rdfs:isDefinedBy ; + rdfs:label "Payload Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:PayloadRatio + a qudt:QuantityKind ; + dcterms:description "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio." ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Payload Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:PeltierCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermoelectric_effect"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\Pi_{ab}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b." ; + rdfs:isDefinedBy ; + rdfs:label "Peltier Coefficient"@en ; +. +quantitykind:Period + a qudt:QuantityKind ; + dcterms:description "Duration of one cycle of a periodic phenomenon."^^rdf:HTML ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Duration of one cycle of a periodic phenomenon." ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Period"@en ; +. +quantitykind:Permeability + a qudt:QuantityKind ; + qudt:applicableUnit unit:H-PER-M ; + qudt:applicableUnit unit:H_Stat-PER-CentiM ; + qudt:applicableUnit unit:MicroH-PER-M ; + qudt:applicableUnit unit:NanoH-PER-M ; + qudt:exactMatch quantitykind:ElectromagneticPermeability ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD134" ; + qudt:siExactMatch si-quantity:PRME ; + rdfs:isDefinedBy ; + rdfs:label "Permeability"@en ; +. +quantitykind:PermeabilityRatio + a qudt:QuantityKind ; + dcterms:description "The ratio of the effective permeability of a porous phase to the absolute permeability."^^rdf:HTML ; + qudt:applicableUnit unit:PERMEABILITY_REL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:plainTextDescription "The ratio of the effective permeability of a porous phase to the absolute permeability." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Permeability Ratio"@en ; +. +quantitykind:Permeance + a qudt:QuantityKind ; + dcterms:description "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit."^^rdf:HTML ; + qudt:applicableUnit unit:NanoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD135" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Permeance"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\Lambda = \\frac{1}{R_m}$, where $R_m$ is reluctance."^^qudt:LatexString ; + qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit." ; + rdfs:isDefinedBy ; + rdfs:label "Permeance"@en ; + rdfs:seeAlso quantitykind:Reluctance ; +. +quantitykind:Permittivity + a qudt:QuantityKind ; + dcterms:description "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued."^^rdf:HTML ; + qudt:applicableUnit unit:FARAD-PER-KiloM ; + qudt:applicableUnit unit:FARAD-PER-M ; + qudt:applicableUnit unit:FARAD_Ab-PER-CentiM ; + qudt:applicableUnit unit:MicroFARAD-PER-KiloM ; + qudt:applicableUnit unit:MicroFARAD-PER-M ; + qudt:applicableUnit unit:NanoFARAD-PER-M ; + qudt:applicableUnit unit:PicoFARAD-PER-M ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD136" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Permittivity?oldid=494094133"^^xsd:anyURI ; + qudt:informativeReference "http://maxwells-equations.com/materials/permittivity.php"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\epsilon = \\frac{D}{E}$, where $D$ is electric flux density and $E$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued." ; + qudt:siExactMatch si-quantity:PRMI ; + rdfs:isDefinedBy ; + rdfs:label "Permittivity"@en ; +. +quantitykind:PermittivityRatio + a qudt:QuantityKind ; + dcterms:description "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:expression "$rel-permittivity$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\epsilon_r = \\epsilon / \\epsilon_0$, where $\\epsilon$ is permittivity and $\\epsilon_0$ is the electric constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\epsilon_r$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum." ; + qudt:qkdvDenominator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:qkdvNumerator qkdv:A0E2L-3I0M-1H0T4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Permittivity Ratio"@en ; + rdfs:seeAlso quantitykind:Permittivity ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:PhaseCoefficient + a qudt:QuantityKind ; + dcterms:description "The phase coefficient is the amount of phase shift that occurs as the wave travels one meter. Increasing the loss of the material, via the manipulation of the material's conductivity, will decrease the wavelength (increase $\\beta$) and increase the attenuation coefficient (increase $\\alpha$)."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "If $F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Phase coefficient"@en ; +. +quantitykind:PhaseDifference + a qudt:QuantityKind ; + dcterms:description "\"Phase Difference} is the difference, expressed in electrical degrees or time, between two waves having the same frequency and referenced to the same point in time. Two oscillators that have the same frequency and different phases have a phase difference, and the oscillators are said to be out of phase with each other. The amount by which such oscillators are out of step with each other can be expressed in degrees from $0^\\circ$ to $360^\\circ$, or in radians from 0 to ${2\\pi}$. If the phase difference is $180^\\circ$ ($\\pi$ radians), then the two oscillators are said to be in antiphase."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:expression "$phase-difference$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = \\varphi_u - \\varphi_i$, where $\\varphi_u$ is the initial phase of the voltage and $\\varphi_i$ is the initial phase of the electric current."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Phasenverschiebungswinkel"@de ; + rdfs:label "diferencia de fase"@es ; + rdfs:label "diferença de fase"@pt ; + rdfs:label "différence de phase"@fr ; + rdfs:label "phase difference"@en ; + rdfs:label "przesunięcie fazowe"@pl ; + rdfs:label "sfasamento angolare"@it ; + rdfs:label "اختلاف طور"@ar ; + rdfs:label "位相差"@ja ; + skos:altLabel "desfasagem"@pt ; + skos:altLabel "déphasage"@fr ; + skos:broader quantitykind:Angle ; +. +quantitykind:PhaseSpeedOfSound + a qudt:QuantityKind ; + dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound."^^rdf:HTML ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c = \\frac{\\omega}{k} = \\lambda f$, where $\\omega$ is the angular frequency, $k$ is angular wavenumber, $\\lambda$ is the wavelength, and $f$ is the frequency."^^qudt:LatexString ; + qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound." ; + qudt:symbol "c" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Phase speed of sound"@en ; + skos:broader quantitykind:SpeedOfSound ; +. +quantitykind:PhononMeanFreePath + a qudt:QuantityKind ; + dcterms:description "\"Phonon Mean Free Path\" is the mean free path of phonons."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Phonon Mean Free Path\" is the mean free path of phonons." ; + qudt:symbol "l_{ph}" ; + rdfs:isDefinedBy ; + rdfs:label "Phonon Mean Free Path"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:PhotoThresholdOfAwarenessFunction + a qudt:QuantityKind ; + dcterms:description "\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation)."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.britannica.com/science/human-eye/Colour-vision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Photo Threshold of Awareness Function"@en ; +. +quantitykind:PhotonIntensity + a qudt:QuantityKind ; + dcterms:description "A measure of flux of photons per solid angle"^^qudt:LatexString ; + qudt:applicableUnit unit:PER-SEC-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD137" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Photon Intensity"@en ; +. +quantitykind:PhotonLuminance + a qudt:QuantityKind ; + dcterms:description "ratio between the photon flux at a point on a surface and in a given direction and the product of the solid angle and the orthogonal projection of this element on a plane perpendicular to the given direction "@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD138" ; + qudt:plainTextDescription "Quotient aus dem durch eine Fläche in einer Richtung durchgehenden Photonenstrom und dem Produkt aus dem durchstrahlten Raumwinkel und der Projektion dieser Fläche auf eine Ebene senkrecht zur betrachteten Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ363#002" ; + rdfs:isDefinedBy ; + rdfs:label "photon luminance" ; + rdfs:label "photon luminance"@en-US ; +. +quantitykind:PhotonRadiance + a qudt:QuantityKind ; + dcterms:description "A measure of flux of photons per surface area per solid angle"^^qudt:LatexString ; + qudt:applicableUnit unit:PER-SEC-M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Photon Radiance"@en ; +. +quantitykind:PhotosyntheticPhotonFlux + a qudt:QuantityKind ; + dcterms:description "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor."^^rdf:HTML ; + qudt:applicableUnit unit:MicroMOL-PER-SEC ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://www.dormgrow.com/par/"^^xsd:anyURI ; + qudt:plainTextDescription "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor." ; + rdfs:isDefinedBy ; + rdfs:label "Photosynthetic Photon Flux"@en ; + skos:altLabel "PPF" ; + prov:wasDerivedFrom ; +. +quantitykind:PhotosyntheticPhotonFluxDensity + a qudt:QuantityKind ; + dcterms:description "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s."^^rdf:HTML ; + qudt:applicableUnit unit:MOL-PER-M2-DAY ; + qudt:applicableUnit unit:MOL-PER-M2-SEC ; + qudt:applicableUnit unit:MicroMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MicroMOL-PER-M2-HR ; + qudt:applicableUnit unit:MicroMOL-PER-M2-SEC ; + qudt:applicableUnit unit:MilliMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliMOL-PER-M2-SEC ; + qudt:applicableUnit unit:NanoMOL-PER-M2-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-M2-DAY ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://www.gigahertz-optik.com/en-us/service-and-support/knowledge-base/measurement-of-par/"^^xsd:anyURI ; + qudt:plainTextDescription "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s." ; + rdfs:isDefinedBy ; + rdfs:label "Photosynthetic Photon Flux Density"@en ; + skos:altLabel "PPFD" ; + prov:wasDerivedFrom ; +. +quantitykind:PictureElement + a qudt:QuantityKind ; + dcterms:description "smallest element of a display space (cell size) of a digitized two-dimensional field representation of an image which has an address (x and y coordinates corresponding to its position in the field) and a specific brightness value"@en ; + qudt:applicableUnit unit:PIXEL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD299" ; + qudt:plainTextDescription "kleinstes Element einer Darstellungsfläche (Zellgröße) einer digitalisierten zweidimensionalen Felddarstellung eines Bildes, die eine Adresse (x- und y-Koordinaten entsprechend seiner Position im Feld) und einen spezifischen Helligkeitswert besitzt"@de ; + qudt:symbol "0173-1#Z4-BAJ437#002" ; + rdfs:isDefinedBy ; + rdfs:label "picture element" ; + rdfs:label "picture element"@en-US ; +. +quantitykind:Piece + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD146" ; + rdfs:isDefinedBy ; + rdfs:label "piece" ; +. +quantitykind:PlanarForce + a qudt:QuantityKind ; + dcterms:description "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifcplanarforcemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard." ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Flächenlast"@de ; + rdfs:label "Planar Force"@en ; + skos:broader quantitykind:ForcePerArea ; +. +quantitykind:PlanckFunction + a qudt:QuantityKind ; + dcterms:description "The $\\textit{Planck function}$ is used to compute the radiance emitted from objects that radiate like a perfect \"Black Body\". The inverse of the $\\textit{Planck Function}$ is used to find the $\\textit{Brightness Temperature}$ of an object. The precise formula for the Planck Function depends on whether the radiance is determined on a $\\textit{per unit wavelength}$ or a $\\textit{per unit frequency}$. In the ISO System of Quantities, $\\textit{Planck Function}$ is defined by the formula: $Y = -G/T$, where $G$ is Gibbs Energy and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:expression "$B_{\\nu}(T)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19680008986_1968008986.pdf"^^xsd:anyURI ; + qudt:informativeReference "http://pds-atmospheres.nmsu.edu/education_and_outreach/encyclopedia/planck_function.htm"^^xsd:anyURI ; + qudt:informativeReference "http://www.star.nesdis.noaa.gov/smcd/spb/calibration/planck.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition """The Planck function, $B_{\\tilde{\\nu}}(T)$, is given by: +$B_{\\nu}(T) = \\frac{2h c^2\\tilde{\\nu}^3}{e^{hc / k \\tilde{\\nu} T}-1}$ +where, $\\tilde{\\nu}$ is wavelength, $h$ is Planck's Constant, $k$ is Boltzman's Constant, $c$ is the speed of light in a vacuum, $T$ is thermodynamic temperature."""^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Planck Function"@en ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; +. +quantitykind:PlaneAngle + a qudt:QuantityKind ; + dcterms:description "The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection. An acute angle is less than \\(90^\\circ\\), a right angle \\(90^\\circ\\); an obtuse angle, more than \\(90^\\circ\\) but less than \\(180^\\circ\\); a straight angle, \\(180^\\circ\\); a reflex angle, more than \\(180^\\circ\\) but less than \\(360^\\circ\\); a perigon, \\(360^\\circ\\). Any angle not a multiple of \\(90^\\circ\\) is an oblique angle. If the sum of two angles is \\(90^\\circ\\), they are complementary angles; if \\(180^\\circ\\), supplementary angles; if \\(360^\\circ\\), explementary angles."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Plane_angle"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Angle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD140" ; + qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + qudt:plainTextDescription "An angle formed by two straight lines (in the same plane) angle - the space between two lines or planes that intersect; the inclination of one line to another; measured in degrees or radians" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:ANGP ; + rdfs:isDefinedBy ; + rdfs:label "Rovinný úhel"@cs ; + rdfs:label "Sudut satah"@ms ; + rdfs:label "angle plan"@fr ; + rdfs:label "angolo piano"@it ; + rdfs:label "angulus planus"@la ; + rdfs:label "düzlemsel açı"@tr ; + rdfs:label "ebener Winkel"@de ; + rdfs:label "kąt płaski"@pl ; + rdfs:label "medida angular"@pt ; + rdfs:label "plane angle"@en ; + rdfs:label "ravninski kot"@sl ; + rdfs:label "szög"@hu ; + rdfs:label "unghi plan"@ro ; + rdfs:label "ángulo plano"@es ; + rdfs:label "Επίπεδη γωνία"@el ; + rdfs:label "Плоский угол"@ru ; + rdfs:label "Равнинен ъгъл"@bg ; + rdfs:label "זווית"@he ; + rdfs:label "الزاوية النصف قطرية"@ar ; + rdfs:label "زاویه مستوی"@fa ; + rdfs:label "क्षेत्र"@hi ; + rdfs:label "弧度"@ja ; + rdfs:label "角度"@zh ; +. +quantitykind:PoissonRatio + a qudt:QuantityKind ; + dcterms:description "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Poisson%27s_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{\\Delta \\delta}{\\Delta l}$, where $\\Delta \\delta$ is the lateral contraction and $\\Delta l$ is the elongation."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio." ; + rdfs:isDefinedBy ; + rdfs:label "Poisson Ratio"@en ; +. +quantitykind:PolarMomentOfInertia + a qudt:QuantityKind ; + dcterms:description "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. "^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + qudt:plainTextDescription "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. " ; + qudt:symbol "J_{zz}" ; + rdfs:isDefinedBy ; + rdfs:label "Polar moment of inertia"@en ; + skos:broader quantitykind:MomentOfInertia ; +. +quantitykind:Polarizability + a qudt:QuantityKind ; + dcterms:description "\"Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which may be caused by the presence of a nearby ion or dipole. The electronic polarizability $\\alpha$ is defined as the ratio of the induced dipole moment of an atom to the electric field that produces this dipole moment. Polarizability is often a scalar valued quantity, however in the general case it is tensor-valued."^^qudt:LatexString ; + dcterms:description "measure of the deformability of the electron shell of molecules and atoms"@en ; + qudt:applicableUnit unit:C-M2-PER-V ; + qudt:applicableUnit unit:C2-M2-PER-J ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Polarizability"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD141" ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Maß für die Deformierbarkeit der Elektronenhülle von Molekülen und Atomen "@de ; + qudt:symbol "0173-1#Z4-BAJ365#002" ; + rdfs:isDefinedBy ; + rdfs:label "Polarizability"@en-US ; + rdfs:label "polarisability"@en ; +. +quantitykind:PolarizationField + a qudt:QuantityKind ; + dcterms:description "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume."^^rdf:HTML ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:plainTextDescription "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume." ; + qudt:symbol "P" ; + rdfs:isDefinedBy ; + rdfs:label "Polarization Field"@en ; + skos:broader quantitykind:ElectricChargePerArea ; +. +quantitykind:Population + a qudt:QuantityKind ; + dcterms:description "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Population"^^xsd:anyURI ; + qudt:plainTextDescription "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity." ; + rdfs:isDefinedBy ; + rdfs:label "Population"@en ; + skos:broader quantitykind:Count ; +. +quantitykind:PositionVector + a qudt:QuantityKind ; + dcterms:description "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$r = \\overrightarrow{OP}$, where $O$ and $P$ are two points in space."^^qudt:LatexString ; + qudt:plainTextDescription "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O." ; + qudt:symbol "r" ; + rdfs:isDefinedBy ; + rdfs:label "Position Vector"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:PositiveDimensionlessRatio + a qudt:QuantityKind ; + dcterms:description "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero"^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcpositiveratiomeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Dimensionless Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:PositiveLength + a qudt:QuantityKind ; + dcterms:description "\"PositiveLength\" is a measure of length strictly greater than zero."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"PositiveLength\" is a measure of length strictly greater than zero." ; + rdfs:isDefinedBy ; + rdfs:label "Positive Length"@en ; + skos:broader quantitykind:NonNegativeLength ; +. +quantitykind:PositivePlaneAngle + a qudt:QuantityKind ; + dcterms:description "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero."^^rdf:HTML ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + qudt:plainTextDescription "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero." ; + rdfs:isDefinedBy ; + rdfs:label "Positive Plane Angle"@en ; + skos:broader quantitykind:PlaneAngle ; +. +quantitykind:PotentialEnergy + a qudt:QuantityKind ; + dcterms:description "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Potential_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ; + qudt:latexDefinition "$V = -\\int F \\cdot dr$, where $F$ is a conservative force and $R$ is a position vector."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion." ; + qudt:symbol "PE" ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Energia potencjalna"@pl ; + rdfs:label "Energie potențială"@ro ; + rdfs:label "Potansiyel enerji"@tr ; + rdfs:label "Tenaga keupayaan"@ms ; + rdfs:label "energia potencial"@pt ; + rdfs:label "energia potenziale"@it ; + rdfs:label "energía potencial"@es ; + rdfs:label "potenciální energie"@cs ; + rdfs:label "potential energy"@en ; + rdfs:label "potentielle Energie"@de ; + rdfs:label "énergie potentielle"@fr ; + rdfs:label "потенциальная энергия"@ru ; + rdfs:label "انرژی پتانسیل"@fa ; + rdfs:label "طاقة وضع"@ar ; + rdfs:label "स्थितिज ऊर्जा"@hi ; + rdfs:label "位置エネルギー"@ja ; + rdfs:label "势能"@zh ; + skos:broader quantitykind:Energy ; +. +quantitykind:Power + a qudt:QuantityKind ; + dcterms:description "Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: \\(P = W/t\\), where \\(P\\) is power, \\(W\\) is work and {t} is time."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Power_%28physics%29"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$P = F \\cdot v$, where $F$ is force and $v$ is velocity."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:POWR ; + qudt:symbol "P" ; + qudt:symbol "p" ; + rdfs:isDefinedBy ; + rdfs:label "Kuasa"@ms ; + rdfs:label "Leistung"@de ; + rdfs:label "Výkon"@cs ; + rdfs:label "güç"@tr ; + rdfs:label "moc"@pl ; + rdfs:label "moč"@sl ; + rdfs:label "potencia"@es ; + rdfs:label "potentia"@la ; + rdfs:label "potenza"@it ; + rdfs:label "potência"@pt ; + rdfs:label "power"@en ; + rdfs:label "puissance"@fr ; + rdfs:label "putere"@ro ; + rdfs:label "teljesítmény , hőáramlás"@hu ; + rdfs:label "Ισχύς"@el ; + rdfs:label "Мощност"@bg ; + rdfs:label "Мощность"@ru ; + rdfs:label "הספק"@he ; + rdfs:label "القدرة"@ar ; + rdfs:label "توان، نرخ جریان گرما"@fa ; + rdfs:label "शक्ति"@hi ; + rdfs:label "功率、热流"@zh ; + rdfs:label "電力・仕事率"@ja ; + skos:altLabel "flux energetic"@ro ; + skos:altLabel "strumień promieniowania"@pl ; + skos:altLabel "ısı akış oranı"@tr ; + skos:altLabel "विकिरणी बहाव"@hi ; +. +quantitykind:PowerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-M2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Power Area"@en ; +. +quantitykind:PowerAreaPerSolidAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-M2-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Power Area per Solid Angle"@en ; +. +quantitykind:PowerConstant + a qudt:QuantityKind ; + dcterms:description "ratio indicating the relationship between continuous power and continuous current"@en ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen der Dauerkraft zum Dauerstrom kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ330#003" ; + rdfs:isDefinedBy ; + rdfs:label "power constant"@en-US ; +. +quantitykind:PowerFactor + a qudt:QuantityKind ; + dcterms:description "\"Power Factor\", under periodic conditions, is the ratio of the absolute value of the active power $P$ to the apparent power $S$."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:expression "$power-factor$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\left | P \\right | / \\left | S \\right |$, where $P$ is active power and $S$ is apparent power."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Leistungsfaktor"@de ; + rdfs:label "Współczynnik mocy"@pl ; + rdfs:label "facteur de puissance"@fr ; + rdfs:label "factor de potencia"@es ; + rdfs:label "factor de putere"@ro ; + rdfs:label "faktor kuasa"@ms ; + rdfs:label "fator de potência"@pt ; + rdfs:label "fattore di potenza"@it ; + rdfs:label "güç faktörü"@tr ; + rdfs:label "power factor"@en ; + rdfs:label "Účiník"@cs ; + rdfs:label "Коэффициент_мощности"@ru ; + rdfs:label "ضریب توان"@fa ; + rdfs:label "معامل القدرة"@ar ; + rdfs:label "शक्ति गुणांक"@hi ; + rdfs:label "力率"@ja ; + rdfs:label "功率因数"@zh ; + rdfs:seeAlso quantitykind:ActivePower ; + rdfs:seeAlso quantitykind:ApparentPower ; +. +quantitykind:PowerPerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Power Per Area"@en ; +. +quantitykind:PowerPerAreaAngle + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Power per Area Angle"@en ; +. +quantitykind:PowerPerAreaQuarticTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-PER-M2-K4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-4T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Power per area quartic temperature"@en ; +. +quantitykind:PowerPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^rdf:HTML ; + qudt:applicableUnit unit:MilliV-PER-MIN ; + qudt:applicableUnit unit:V-PER-MicroSEC ; + qudt:applicableUnit unit:V-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:plainTextDescription "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge." ; + rdfs:isDefinedBy ; + rdfs:label "Power Per Electric Charge"@en ; +. +quantitykind:PoyntingVector + a qudt:QuantityKind ; + dcterms:description """ + A $\\textit{Poynting Vector}$ is the vector product of the electric field strength $\\mathbf{E}$ + and the magnetic field strength $\\mathbf{H}$ of the electromagnetic field at a given point. + The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing + through this surface. + For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which, + with certain reservations, the direction may be considered as being the direction of propagation + of electromagnetic energy and the magnitude considered as being the average electromagnetic power + flux density. + """^^qudt:LatexString ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:expression "$poynting-vector$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{S} = \\mathbf{E} \\times \\mathbf{H} $, where $\\mathbf{E}$ is electric field strength and \\mathbf{H} is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{S} $"^^qudt:LatexString ; + qudt:plainTextDescription "\"Poynting Vector} is the vector product of the electric field strength \\mathbf{E} and the magnetic field strength \\mathbf{H\" of the electromagnetic field at a given point. The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing through this surface. For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which, with certain reservations, the direction may be considered as being the direction of propagation of electromagnetic energy and the magnitude considered as being the average electromagnetic power flux density." ; + rdfs:isDefinedBy ; + rdfs:label "Poynting vector"@en ; + rdfs:label "Poynting-Vektor"@de ; + rdfs:label "vecteur de Poynting"@fr ; + rdfs:label "vector de Poynting"@es ; + rdfs:label "vector de Poynting"@pt ; + rdfs:label "vettore di Poynting"@it ; + rdfs:label "wektor Poyntinga"@pl ; + rdfs:label "вектор Пойнтинга"@ru ; + rdfs:label "متجَه بوينتنج"@ar ; + rdfs:label "ポインティングベクトル"@ja ; +. +quantitykind:Pressure + a qudt:QuantityKind ; + dcterms:description "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD142" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$p = \\frac{dF}{dA}$, where $dF$ is the force component perpendicular to the surface element of area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area." ; + qudt:siExactMatch si-quantity:PRES ; + rdfs:isDefinedBy ; + rdfs:label "Druck"@de ; + rdfs:label "Tekanan"@ms ; + rdfs:label "Tlak"@cs ; + rdfs:label "basınç"@tr ; + rdfs:label "ciśnienie"@pl ; + rdfs:label "nyomás"@hu ; + rdfs:label "presiune"@ro ; + rdfs:label "presión"@es ; + rdfs:label "pressio"@la ; + rdfs:label "pression"@fr ; + rdfs:label "pressione"@it ; + rdfs:label "pressure"@en ; + rdfs:label "pressão"@pt ; + rdfs:label "tlak"@sl ; + rdfs:label "Πίεση - τάση"@el ; + rdfs:label "Давление"@ru ; + rdfs:label "Налягане"@bg ; + rdfs:label "לחץ"@he ; + rdfs:label "الضغط أو الإجهاد"@ar ; + rdfs:label "فشار، تنش"@fa ; + rdfs:label "दबाव"@hi ; + rdfs:label "压强、压力"@zh ; + rdfs:label "圧力"@ja ; + skos:altLabel "naprężenie"@pl ; + skos:altLabel "pritisk"@sl ; + skos:altLabel "tegasan"@ms ; + skos:altLabel "tensione meccanica"@it ; + skos:altLabel "tensiune mecanică"@ro ; + skos:altLabel "tensão"@pt ; + skos:altLabel "механично напрежение"@bg ; + skos:altLabel "दाब"@hi ; + skos:broader quantitykind:ForcePerArea ; +. +quantitykind:PressureBasedAmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "ratio between the amount-of-substance of a dissolved material and the mass of its solvent divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Molarität (Quotient aus der Stoffmenge eines gelösten Stoffes und dem Volumen der Lösung) dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ307#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based amount-of-substance concentration"@en-US ; +. +quantitykind:PressureBasedDensity + a qudt:QuantityKind ; + dcterms:description "ratio of density divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Dichte dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ299#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based density"@en-US ; +. +quantitykind:PressureBasedDynamicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ300#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based dynamic viscosity"@en-US ; +. +quantitykind:PressureBasedElectricCurrent + a qudt:QuantityKind ; + dcterms:description "ratio of electric current divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient elektrische Stromstärke dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ309#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based electric current"@en-US ; +. +quantitykind:PressureBasedElectricVoltage + a qudt:QuantityKind ; + dcterms:description "ratio of electric voltage divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient elektrischer Spannung dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ301#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based electric voltage"@en-US ; +. +quantitykind:PressureBasedKinematicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity and density of the material divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ303#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based kinematic viscosity"@en-US ; +. +quantitykind:PressureBasedLength + a qudt:QuantityKind ; + dcterms:description "ratio of length divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Länge dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ304#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based length"@en-US ; +. +quantitykind:PressureBasedMass + a qudt:QuantityKind ; + dcterms:description "ratio of mass divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Masse dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ305#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based mass"@en-US ; +. +quantitykind:PressureBasedMassFlow + a qudt:QuantityKind ; + dcterms:description "ratio of mass flow divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Massenstrom dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ310#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based mass flow"@en-US ; +. +quantitykind:PressureBasedMolality + a qudt:QuantityKind ; + dcterms:description "ratio of molality divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:plainTextDescription "Quotient Molalität dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ306#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based molality"@en-US ; +. +quantitykind:PressureBasedQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based quantity"@en-US ; +. +quantitykind:PressureBasedTemperature + a qudt:QuantityKind ; + dcterms:description "ratio of temperature divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Temperatur dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ308#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based temperature"@en-US ; +. +quantitykind:PressureBasedVelocity + a qudt:QuantityKind ; + dcterms:description "ratio of velocity divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Geschwindigkeit dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ302#001" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based velocity"@en-US ; +. +quantitykind:PressureBasedVolume + a qudt:QuantityKind ; + dcterms:description "ratio of volume divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Volumen dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ312#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based volume"@en-US ; +. +quantitykind:PressureBasedVolumeFlow + a qudt:QuantityKind ; + dcterms:description "ratio of volume flow divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Volumenstrom dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ311#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based volume flow"@en-US ; +. +quantitykind:PressureBurningRateConstant + a qudt:QuantityKind ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Burning Rate Constant"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:PressureBurningRateIndex + a qudt:QuantityKind ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Burning Rate Index"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:PressureCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-PER-DEG_C ; + qudt:applicableUnit unit:BAR-PER-K ; + qudt:applicableUnit unit:HectoPA-PER-K ; + qudt:applicableUnit unit:KiloPA-PER-K ; + qudt:applicableUnit unit:MegaPA-PER-K ; + qudt:applicableUnit unit:PA-PER-K ; + qudt:expression "$pres-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD143" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\beta = \\left (\\frac{\\partial p}{\\partial T} \\right )_V$, where $p$ is $pressure$, $T$ is thermodynamic temperature and $V$ is volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Coefficient"@en ; +. +quantitykind:PressureGradient + a qudt:QuantityKind ; + dcterms:description "differential pressure divided by the associated length"@en ; + qudt:applicableUnit unit:ATM-PER-M ; + qudt:applicableUnit unit:ATM_T-PER-M ; + qudt:applicableUnit unit:HectoPA-PER-M ; + qudt:applicableUnit unit:KiloPA-PER-M ; + qudt:applicableUnit unit:MilliPA-PER-M ; + qudt:applicableUnit unit:PSI-PER-IN ; + qudt:applicableUnit unit:TORR-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD144" ; + qudt:plainTextDescription "Differenzdruck dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ313#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure gradient" ; + rdfs:label "pressure gradient"@en-US ; +. +quantitykind:PressureInRelationToVolumeFlow + a qudt:QuantityKind ; + dcterms:description "ratio between pressure and the volume flow at a given cross-sectional area, passing through this cross-sectional area "@en ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:plainTextDescription "an einer festgelegten Querschnittsfläche der Quotient Druck durch den Volumenstrom, der durch diese Querschnittsfläche hindurchgeht"@de ; + qudt:symbol "0173-1#Z4-BAJ290#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure in relation to volume flow"@en-US ; +. +quantitykind:PressureInRelationToVolumeFlowRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM5 ; + qudt:applicableUnit unit:PA-SEC-PER-L ; + qudt:applicableUnit unit:PA-SEC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD145" ; + rdfs:isDefinedBy ; + rdfs:label "pressure in relation to volume flow rate" ; +. +quantitykind:PressureLossPerLength + a qudt:QuantityKind ; + dcterms:description "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M2-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction_loss"^^xsd:anyURI ; + qudt:plainTextDescription "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"." ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Loss per Length"@en ; +. +quantitykind:PressurePercentage + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:PressureRatio ; + qudt:applicableUnit unit:PERCENT ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Percentage"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:PressureRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-PER-BAR ; + qudt:applicableUnit unit:HectoPA-PER-BAR ; + qudt:applicableUnit unit:KiloPA-PER-BAR ; + qudt:applicableUnit unit:MegaPA-PER-BAR ; + qudt:applicableUnit unit:MilliBAR-PER-BAR ; + qudt:applicableUnit unit:PA-PER-BAR ; + qudt:applicableUnit unit:PSI-PER-PSI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:Prevalence + a qudt:QuantityKind ; + dcterms:description "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)"^^rdf:HTML ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Prevalence"^^xsd:anyURI ; + qudt:plainTextDescription "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Prevalence"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:PrincipalQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Principal Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber ; +. +quantitykind:PropagationCoefficient + a qudt:QuantityKind ; + dcterms:description "The propagation constant, symbol $\\gamma$, for a given system is defined by the ratio of the amplitude at the source of the wave to the amplitude at some distance x."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Propagation_constant"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\alpha + j\\beta$, where $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Propagation coefficient"@en ; +. +quantitykind:PropellantBurnRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Burn Rate"@en ; + skos:broader quantitykind:BurnRate ; +. +quantitykind:PropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_f" ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:PropellantMeanBulkTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Mean Bulk Temperature"@en ; + skos:altLabel "PMBT" ; + skos:broader quantitykind:PropellantTemperature ; +. +quantitykind:PropellantTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Temperature"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:QualityFactor + a qudt:QuantityKind ; + dcterms:description "\"Quality Factor\", of a resonant circuit, is a measure of the \"goodness\" or quality of a resonant circuit. A higher value for this figure of merit correspondes to a more narrow bandwith, which is desirable in many applications. More formally, $Q$ is the ratio of power stored to power dissipated in the circuit reactance and resistance, respectively"^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.sourcetronic.com/electrical-measurement-glossary/quality-factor.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.allaboutcircuits.com/vol_2/chpt_6/6.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "If $\\underline{Z} = R + jX$, then $Q = \\left | X \\right |/R$, where $\\underline{Z}$ is impedance, $R$ is resistance, and $X$ is reactance."^^qudt:LatexString ; + qudt:symbol "Q" ; + vaem:todo "Resolve Quality Facor - electronics and also doses" ; + rdfs:isDefinedBy ; + rdfs:label "Quality Factor"@en ; + rdfs:seeAlso quantitykind:Impedance ; + rdfs:seeAlso quantitykind:Resistance ; +. +quantitykind:QuantityOfLight + a qudt:QuantityKind ; + dcterms:description "work of a light source provided in the form of light as the product of the luminous flux Φ produced by the light source and the time t for which this is radiated"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD147" ; + qudt:plainTextDescription "in Form von Licht aufgebrachte Arbeit einer Lichtquelle als Produkt aus dem von der Lichtquelle ausgehenden Lichtstrom Φ und der Zeit t, während dieser ausgestrahlt wird"@de ; + qudt:symbol "0173-1#Z4-BAJ243#002" ; + rdfs:isDefinedBy ; + rdfs:label "quantity of light" ; + rdfs:label "quantity of light"@en-US ; +. +quantitykind:QuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers." ; + qudt:symbol "n" ; + rdfs:isDefinedBy ; + rdfs:label "Quantum Number"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:QuarticElectricDipoleMomentPerCubicEnergy + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en ; +. +quantitykind:RESERVE-MASS + a qudt:QuantityKind ; + dcterms:description "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://eaton.math.rpi.edu/CSUMS/Papers/EcoEnergy/koojimanconserve.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)." ; + qudt:symbol "M_{E}" ; + rdfs:isDefinedBy ; + rdfs:label "Reserve Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:RF-Power + a qudt:QuantityKind ; + dcterms:description "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^rdf:HTML ; + qudt:applicableUnit unit:KiloV-PER-M ; + qudt:applicableUnit unit:MegaV-PER-M ; + qudt:applicableUnit unit:MicroV-PER-M ; + qudt:applicableUnit unit:MilliV-PER-M ; + qudt:applicableUnit unit:V-PER-CentiM ; + qudt:applicableUnit unit:V-PER-IN ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V-PER-MilliM ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "https://www.analog.com/en/technical-articles/measurement-control-rf-power-parti.html"^^xsd:anyURI ; + qudt:plainTextDescription "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)." ; + rdfs:isDefinedBy ; + rdfs:label "RF-Power Level"@en ; + skos:broader quantitykind:SignalStrength ; +. +quantitykind:RadialDistance + a qudt:QuantityKind ; + dcterms:description "In classical geometry, the \"Radial Distance\" is a coordinate in polar coordinate systems (r, $\\theta$). Basically the radial distance is the scalar Euclidean distance between a point and the origin of the system of coordinates."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radial_distance_(geometry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$d = \\sqrt{r_1^2 + r_2^2 -2r_1r_2\\cos{(\\theta_1 - \\theta_2)}}$, where $P_1$ and $P_2$ are two points with polar coordinates $(r_1, \\theta_1)$ and $(r_2, \\theta_2)$, respectively, and $d$ is the distance."^^qudt:LatexString ; + qudt:latexSymbol "$r_Q, \\rho$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Radial Distance"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:Radiance + a qudt:QuantityKind ; + dcterms:description "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction."^^rdf:HTML ; + qudt:applicableUnit unit:W-PER-M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD148" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\frac{dI}{dA}\\frac{1}{cos\\alpha}$, where $dI$ is the radiant intensity emitted from an element of the surface area $dA$, and angle $\\alpha$ is the angle between the normal to the surface and the given direction."^^qudt:LatexString ; + qudt:plainTextDescription "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction." ; + qudt:siExactMatch si-quantity:RADI ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Radiance"@en ; + skos:broader quantitykind:PowerPerAreaAngle ; +. +quantitykind:RadianceFactor + a qudt:QuantityKind ; + dcterms:description "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.encyclo.co.uk/define/radiance%20factor"^^xsd:anyURI ; + qudt:latexDefinition "$\\beta = \\frac{L_n}{L_d}$, where $L_n$ is the radiance of a surface element in a given direction and $L_d$ is the radiance of the perfect reflecting or transmitting diffuser identically irradiated and viewed. Reflectance factor is equivalent to radiance factor or luminance factor (when the cone angle is infinitely small, and is equivalent to reflectance when the cone angle is $2π sr$."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + qudt:plainTextDescription "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit." ; + rdfs:isDefinedBy ; + rdfs:label "Radiance Factor"@en ; +. +quantitykind:RadiantEmmitance + a qudt:QuantityKind ; + dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + qudt:latexDefinition "$M = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux leaving the element of the surface area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface." ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Emmitance"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:RadiantEnergy + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:abbreviation "M-L2-PER-T2" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + qudt:latexDefinition "$Q_e$"^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "In radiometry,\"Radiant Energy} is the energy of electromagnetic waves. The quantity of radiant energy may be calculated by integrating radiant flux (or power) with respect to time. In nuclear physics, \\textit{Radiant Energy\" is energy, excluding rest energy, of the particles that are emitted, transferred, or received." ; + qudt:symbol "Q_e" ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Işınım erkesi"@tr ; + rdfs:label "Strahlungsenergie"@de ; + rdfs:label "Tenaga sinaran"@ms ; + rdfs:label "energia promienista"@pl ; + rdfs:label "energia radiante"@it ; + rdfs:label "energia radiante"@pt ; + rdfs:label "energie záření"@cs ; + rdfs:label "energía radiante"@es ; + rdfs:label "radiant energy"@en ; + rdfs:label "énergie rayonnante"@fr ; + rdfs:label "энергия излучения"@ru ; + rdfs:label "انرژی تابشی"@fa ; + rdfs:label "طاقة إشعاعية"@ar ; + rdfs:label "विकिरण ऊर्जा"@hi ; + rdfs:label "放射エネルギー"@ja ; + rdfs:label "辐射能"@zh ; + skos:broader quantitykind:Energy ; + skos:closeMatch quantitykind:LuminousEnergy ; +. +quantitykind:RadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + qudt:latexDefinition "$w$, $\\rho = \\frac{dQ}{dV}$, where $dQ$ is the radiant energy in an elementary three-dimensional domain, and $dV$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$w, \\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume." ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Energy Density"@en ; +. +quantitykind:RadiantEnergyExposure + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD149" ; + rdfs:isDefinedBy ; + rdfs:label "radiant energy exposure" ; +. +quantitykind:RadiantExposure + a qudt:QuantityKind ; + dcterms:description "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure."^^rdf:HTML ; + qudt:abbreviation "J-PER-CM2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2 ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2 ; + qudt:applicableUnit unit:FT-LB_F-PER-M2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-SEC2 ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloW-HR-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:W-HR-PER-M2 ; + qudt:applicableUnit unit:W-SEC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD150" ; + qudt:informativeReference "http://omlc.ogi.edu/education/ece532/class1/irradiance.html"^^xsd:anyURI ; + qudt:latexDefinition "$H = \\int_{0}^{\\Delta t}{E}{dt}$, where $E$ is the irradiance acting during the time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure." ; + qudt:symbol "H_e" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Exposure"@en ; + skos:broader quantitykind:EnergyPerArea ; +. +quantitykind:RadiantFluence + a qudt:QuantityKind ; + dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^rdf:HTML ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:latexDefinition "$H_0 = \\int_{0}^{\\Delta t}{E_0}{dt}$, where $E_0$ is the spherical radiance acting during time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere." ; + qudt:symbol "H_e,0" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Fluence"@en ; +. +quantitykind:RadiantFluenceRate + a qudt:QuantityKind ; + dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^rdf:HTML ; + qudt:abbreviation "M-PER-T3" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://goldbook.iupac.org/FT07376.html"^^xsd:anyURI ; + qudt:latexDefinition "$E_0 = \\int{L}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L$ its radiance at that point in the direction of the beam."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere." ; + qudt:symbol "E_e,0" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Fluence Rate"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:RadiantFlux + a qudt:QuantityKind ; + dcterms:description "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface."^^rdf:HTML ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_flux"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\frac{dQ}{dt}$, where $dQ$ is the radiant energy emitted, transferred, or received during a time interval of the duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:plainTextDescription "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface." ; + rdfs:isDefinedBy ; + rdfs:label "Strahlungsfluss"@de ; + rdfs:label "flusso radiante"@it ; + rdfs:label "flux énergétique"@fr ; + rdfs:label "moc promieniowania"@pl ; + rdfs:label "potencia radiante"@es ; + rdfs:label "potência radiante"@pt ; + rdfs:label "radiant flux"@en ; + rdfs:label "قدرة إشعاعية"@ar ; + rdfs:label "放射パワー"@ja ; + skos:altLabel "Strahlungsleistung"@de ; + skos:altLabel "flujo radiante"@es ; + skos:altLabel "fluxo energético"@pt ; + skos:altLabel "moc promienista"@pl ; + skos:altLabel "potenza radiante"@it ; + skos:altLabel "puissance rayonnante"@fr ; + skos:altLabel "radiant power"@en ; + skos:broader quantitykind:Power ; +. +quantitykind:RadiantIntensity + a qudt:QuantityKind ; + dcterms:description "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle."^^rdf:HTML ; + qudt:applicableUnit unit:W-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD151" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_intensity"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{d\\Phi}{d\\Omega}$, where $d\\Phi$ is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle $d\\Omega$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle." ; + qudt:siExactMatch si-quantity:RAIN ; + qudt:symbol "I" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Intensity"@en ; +. +quantitykind:RadiativeHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Radiative Heat Transfer\" is proportional to $(T_1^4 - T_2^4)$ and area of the surface, where $T_1$ and $T_2$ are thermodynamic temperatures of two black surfaces, for non totally black surfaces an additional factor less than 1 is needed."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Radiation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_r$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Radiative Heat Transfer"@en ; + skos:broader quantitykind:HeatFlowRate ; +. +quantitykind:RadioactiveDecay + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD152" ; + rdfs:isDefinedBy ; + rdfs:label "radioactive decay" ; +. +quantitykind:Radioactivity + a qudt:QuantityKind ; + dcterms:description "number of spontaneous nuclear transformations in a defined amount of substance during a sufficiently small period of time divided by this period, expressed as a ratio ∂N/∂t, where ∂N is the expected value for the number of spontaneous transformations from this state within the time period ∂t"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Anzahl der spontanen Kernumwandlungen in einer gegebenen Menge eines Stoffes während eines hinreichend kleinen Zeitintervalls, dividiert durch dieses Zeitintervall, ausgedrückt als Quotient ∂N/∂t, wobei ∂N der Erwartungswert für die Anzahl der spontanen Übergänge aus diesem Zustand im Zeitintervall ∂t ist"@de ; + qudt:symbol "0173-1#Z4-BAJ230#002" ; + rdfs:isDefinedBy ; + rdfs:label "radioactivity"@en-US ; +. +quantitykind:Radiosity + a qudt:QuantityKind ; + dcterms:description "Radiosity is the total emitted and reflected radiation leaving a surface."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Radiosity is the total emitted and reflected radiation leaving a surface." ; + rdfs:isDefinedBy ; + rdfs:label "Radiosity"@en ; + skos:broader quantitykind:PowerPerArea ; +. +quantitykind:Radius + a qudt:QuantityKind ; + dcterms:description "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radius"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radius"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$r = \\frac{d}{2}$, where $d$ is the circle diameter."^^qudt:LatexString ; + qudt:plainTextDescription "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment." ; + qudt:symbol "r" ; + rdfs:isDefinedBy ; + rdfs:label "Radius"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:RadiusOfCurvature + a qudt:QuantityKind ; + dcterms:description "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radius_of_curvature_(mathematics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point." ; + rdfs:isDefinedBy ; + rdfs:label "Radius of Curvature"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:RankineTemperature + a qudt:QuantityKind ; + dcterms:description "quantity which uses a temperature scale with a zero value at the absolute temperature zero (0 K) like the Kelvin scale, but, in contrast with it, uses the scale intervals of the Fahrenheit scale"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD308" ; + qudt:plainTextDescription "Größe, die eine Temperaturskala benutzt, die wie die Kelvin-Skala beim absoluten Temperatur-Nullpunkt (0 K) ihren Nullwert hat, jedoch im Gegensatz zu dieser den Skalenabstand der Fahrenheit-Skala verwendet"@de ; + qudt:symbol "0173-1#Z4-BAJ367#002" ; + rdfs:isDefinedBy ; + rdfs:label "Rankine temperature" ; + rdfs:label "Rankine temperature"@en-US ; +. +quantitykind:RateOfChangeOfTemperature + a qudt:QuantityKind ; + dcterms:description "difference between the highest and lowest temperatures measured over a certain period of time, divided by this period"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:plainTextDescription "Unterschied zwischen der höchsten und der niedrigsten Temperatur, die über eine bestimmte Zeitdauer gemessen wird, dividiert durch diese Zeitdauer"@de ; + qudt:symbol "0173-1#Z4-BAJ416#002" ; + rdfs:isDefinedBy ; + rdfs:label "rate of change of temperature"@en-US ; +. +quantitykind:RateOfRiseOfVoltage + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:iec61360Code "0112/2///62720#UAD153" ; + rdfs:isDefinedBy ; + rdfs:label "rate of rise of voltage" ; +. +quantitykind:Ratio + a qudt:QuantityKind ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT-PER-DektoKiloCount ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD154" ; + rdfs:isDefinedBy ; + rdfs:label "ratio" ; +. +quantitykind:RatioOfSpecificHeatCapacities + a qudt:QuantityKind ; + dcterms:description "The specific heat ratio of a gas is the ratio of the specific heat at constant pressure, $c_p$, to the specific heat at constant volume, $c_V$. It is sometimes referred to as the \"adiabatic index} or the \\textit{heat capacity ratio} or the \\textit{isentropic expansion factor} or the \\textit{adiabatic exponent} or the \\textit{isentropic exponent\"."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = c_p / c_V$, where $c$ is the specific heat of a gas, $c_p$ is specific heat capacity at constant pressure, $c_V$ is specific heat capacity at constant volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Ratio of Specific Heat Capacities"@en ; + rdfs:seeAlso quantitykind:IsentropicExponent ; +. +quantitykind:Reactance + a qudt:QuantityKind ; + dcterms:description "\"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."^^rdf:HTML ; + qudt:applicableUnit unit:OHM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_reactance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electrical_reactance?oldid=494180019"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-46"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$X = im \\underline{Z}$, where $\\underline{Z}$ is impedance and $im$ denotes the imaginary part."^^qudt:LatexString ; + qudt:plainTextDescription "\"Reactance\" is the opposition of a circuit element to a change of electric current or voltage, due to that element's inductance or capacitance. A built-up electric field resists the change of voltage on the element, while a magnetic field resists the change of current. The notion of reactance is similar to electrical resistance, but they differ in several respects. Capacitance and inductance are inherent properties of an element, just like resistance." ; + qudt:symbol "X" ; + rdfs:isDefinedBy ; + rdfs:label "Reactance"@en ; + rdfs:seeAlso quantitykind:Impedance ; +. +quantitykind:ReactionEnergy + a qudt:QuantityKind ; + dcterms:description "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_reaction"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Reaction Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:ReactivePower + a qudt:QuantityKind ; + dcterms:description "\"Reactive Power}, for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power $S$ and the sine of the displacement angle $\\psi$. The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name $\\textit{var}$ and symbol $\\textit{var}$ are given in IEC 60027 1."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaV-A_Reactive ; + qudt:applicableUnit unit:KiloV-A_Reactive ; + qudt:applicableUnit unit:MegaV-A_Reactive ; + qudt:applicableUnit unit:MicroV-A_Reactive ; + qudt:applicableUnit unit:MilliV-A_Reactive ; + qudt:applicableUnit unit:NanoV-A_Reactive ; + qudt:applicableUnit unit:PicoV-A_Reactive ; + qudt:applicableUnit unit:TeraV-A_Reactive ; + qudt:applicableUnit unit:V-A_Reactive ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD155" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Q = lm \\underline{S}$, where $\\underline{S}$ is complex power. Alternatively expressed as: $Q = S \\cdot \\sin \\psi$, where $\\psi$ is the displacement angle."^^qudt:LatexString ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Blindleistung"@de ; + rdfs:label "Jalový výkon"@cs ; + rdfs:label "Kuasa reaktif"@ms ; + rdfs:label "moc bierna"@pl ; + rdfs:label "potencia reactiva"@es ; + rdfs:label "potenza reattiva"@it ; + rdfs:label "potência reativa"@pt ; + rdfs:label "puissance réactive"@fr ; + rdfs:label "reactive power"@en ; + rdfs:label "reaktif güç"@tr ; + rdfs:label "القدرة الكهربائية الردفعلية;الردية"@ar ; + rdfs:label "توان راکتیو"@fa ; + rdfs:label "无功功率"@zh ; + rdfs:label "無効電力"@ja ; + rdfs:seeAlso quantitykind:ComplexPower ; + skos:broader quantitykind:ComplexPower ; +. +quantitykind:Reactivity + a qudt:QuantityKind ; + dcterms:description "\"Reactivity\" characterizes the deflection of reactor from the critical state."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{k_{eff} - 1}{k_{eff}}$, where $k_{eff}$ is the effective multiplication factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Reactivity\" characterizes the deflection of reactor from the critical state." ; + rdfs:isDefinedBy ; + rdfs:label "Reactivity"@en ; +. +quantitykind:ReactorTimeConstant + a qudt:QuantityKind ; + dcterms:description "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially."^^rdf:HTML ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://www.euronuclear.org/info/encyclopedia/r/reactor-time-constant.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially." ; + qudt:symbol "T" ; + rdfs:isDefinedBy ; + rdfs:label "Reactor Time Constant"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:ReciprocalElectricResistance + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the resistance value"@en ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Widerstandswert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ375#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal electric resistance"@en-US ; +. +quantitykind:ReciprocalEnergy + a qudt:QuantityKind ; + dcterms:description "multiplicative inverse of energy"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:plainTextDescription "Kehrwert der Energie"@de ; + qudt:symbol "0173-1#Z4-BAJ417#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal energy"@en-US ; +. +quantitykind:ReciprocalPlaneAngle + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the angle value"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Winkelwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ376#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal plane angle"@en-US ; +. +quantitykind:ReciprocalVoltage + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the voltage value"@en ; + qudt:applicableUnit unit:PER-V ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Spannungswert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ371#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal voltage"@en-US ; +. +quantitykind:RecombinationCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume."^^rdf:HTML ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/recombination+coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$-\\frac{dn^+}{dt} = -\\frac{dn^-}{dt} = an^+n^-$, where $n^+$ and $n^-$ are the ion number densities of positive and negative ions, respectively, recombined during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume." ; + qudt:symbol "a" ; + rdfs:isDefinedBy ; + rdfs:label "Recombination Coefficient"@en ; +. +quantitykind:Reflectance + a qudt:QuantityKind ; + dcterms:description "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the reflected radiant flux, the reflected luminous flux, or the reflected sound power and $\\Phi_m$ is the incident radiant flux, incident luminous flux, or incident sound power, respectively."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0." ; + rdfs:isDefinedBy ; + rdfs:label "Reflectance"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:ReflectanceFactor + a qudt:QuantityKind ; + dcterms:description "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thefreedictionary.com/reflectance+factor"^^xsd:anyURI ; + qudt:latexDefinition "$R = \\frac{\\Phi_n}{\\Phi_d}$, where $\\Phi_n$ is the radiant flux or luminous flux reflected in the directions delimited by a given cone and $\\Phi_d$ is the flux reflected in the same directions by an identically radiated diffuser of reflectance equal to 1."^^qudt:LatexString ; + qudt:plainTextDescription "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux." ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "Reflectance Factor"@en ; +. +quantitykind:Reflectivity + a qudt:QuantityKind ; + dcterms:description """

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

+ +

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

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

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

"^^rdf:HTML ; + qudt:applicableUnit unit:GigaPA-CentiM3-PER-GM ; + qudt:applicableUnit unit:KiloM2-PER-SEC2 ; + qudt:applicableUnit unit:M2-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_modulus"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_modulus"^^xsd:anyURI ; + qudt:latexDefinition "$specific modulus = E/\\rho$, where $E$ is elastic modulus and $\\rho$ is density."^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Specific Modulus"@en ; + skos:altLabel "Specific Stiffness"@en ; + skos:altLabel "Stiffness to Weight Ratio"@en ; +. +quantitykind:SpecificOpticalRotationalAbility + a qudt:QuantityKind ; + dcterms:description "material-specific quantity, which results as angle of rotation of a substance for a defined wavelength and a defined temperature from the relation: quotient of measured angle of rotation divided by the mass concentration and the radiographed distance"@en ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD174" ; + qudt:plainTextDescription "materialspezifische Größe, die sich als Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Massenkonzentration und die durchstrahlte Wegstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ425#001" ; + rdfs:isDefinedBy ; + rdfs:label "specific optical rotational ability" ; + rdfs:label "specific optical rotational ability"@en-US ; +. +quantitykind:SpecificOpticalRotatoryPower + a qudt:QuantityKind ; + dcterms:description "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power."^^rdf:HTML ; + qudt:applicableUnit unit:RAD-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_m = \\alpha \\frac{A}{m}$, where $\\alpha$ is the angle of optical rotation, and $m$ is the mass of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_m$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power." ; + rdfs:isDefinedBy ; + rdfs:label "Specific Optical Rotatory Power"@en ; +. +quantitykind:SpecificPower + a qudt:QuantityKind ; + dcterms:description "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power-to-weight_ratio"^^xsd:anyURI ; + qudt:plainTextDescription "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)." ; + rdfs:isDefinedBy ; + rdfs:label "Specific Power"@en ; + skos:altLabel "Power-to-Weight Ratio"@en ; +. +quantitykind:SpecificSurfaceArea + a qudt:QuantityKind ; + dcterms:description "Specific surface area (SSA) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m2/kg or m2/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_surface_area"^^xsd:anyURI ; + qudt:latexDefinition "$SSA = \\frac{SA}{\\m}$, where $SA$ is the surface area of an object and $\\m$ is the mass density of the object."^^qudt:LatexString ; + qudt:latexSymbol "$SSA$"^^qudt:LatexString ; + qudt:plainTextDescription "Specific surface area (SSA) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m²/kg or m²/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces." ; + rdfs:isDefinedBy ; + rdfs:label "Specific Surface Area"@en ; +. +quantitykind:SpecificThrust + a qudt:QuantityKind ; + dcterms:description "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation."^^rdf:HTML ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_thrust"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:id "Q-160-100" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Specific_thrust"^^xsd:anyURI ; + qudt:plainTextDescription "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation." ; + rdfs:isDefinedBy ; + rdfs:label "Specific thrust"@en ; + rdfs:seeAlso quantitykind:SpecificImpulse ; +. +quantitykind:SpecificVolume + a qudt:QuantityKind ; + dcterms:description "\"Specific Volume\" (\\(\\nu\\)) is the volume occupied by a unit of mass of a material. It is equal to the inverse of density."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD175" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Specific_volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$sv = \\frac{1}{\\rho}$, where $\\rho$ is mass density."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:SPVO ; + rdfs:isDefinedBy ; + rdfs:label "Specific Volume"@en ; + rdfs:seeAlso quantitykind:Density ; +. +quantitykind:SpecificWeight + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloN-PER-M3 ; + qudt:applicableUnit unit:OZ_F-PER-IN3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_weight"^^xsd:anyURI ; + qudt:plainTextDescription "The specific weight, also known as the unit weight is a volume-specific quantity defined as the weight per unit volume of a material. Note that weight is defined as a force, distinct from mass." ; + qudt:symbol "γ" ; + rdfs:isDefinedBy ; + rdfs:label "specific weight"@en ; +. +quantitykind:SpectralAngularCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Spectral Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone with energy $E$ in an energy interval, divided by the solid angle $d\\Omega$ of that cone and the range $dE$ of that interval."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-SR-ERG ; + qudt:applicableUnit unit:M2-PER-SR-J ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\int \\sigma_{\\Omega,E} d\\Omega dE$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_{\\Omega, E}$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Angular Cross-section"@en ; + skos:closeMatch quantitykind:AngularCrossSection ; + skos:closeMatch quantitykind:SpectralCrossSection ; +. +quantitykind:SpectralConcentrationOfRadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "energy distribution of the instantaneous value of radiant energy in relation to the volume of the propagation medium"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Energieverteilung des Augenblickswertes der Strahlungsenergie, bezogen auf das Volumen des Ausbreitungsmediums"@de ; + qudt:symbol "0173-1#Z4-BAJ379#002" ; + rdfs:isDefinedBy ; + rdfs:label "spectral concentration of radiant energy density"@en-US ; +. +quantitykind:SpectralConcentrationOfVibrationalModes + a qudt:QuantityKind ; + dcterms:description "number of vibrational modes in an infinitesimal interval of angular frequency, divided by the size of that interval and by volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:plainTextDescription "Anzahl von Vibrationsmodi in einem infinitesimalen Energie-Intervall der Kreisfrequenz, dividiert durch die Größe dieses Energie-Intervalls und durch das zugehörige Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ431#001" ; + rdfs:isDefinedBy ; + rdfs:label "spectral concentration of vibrational modes (in terms of angular frequency)"@en-US ; +. +quantitykind:SpectralCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Spectral Cross-section\" is the cross-section for a process in which the energy of the ejected or scattered particle is in an interval of energy, divided by the range $dE$ of this interval."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-ERG ; + qudt:applicableUnit unit:M2-PER-J ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\sigma_E dE$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_E$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Cross-section"@en ; + skos:closeMatch quantitykind:AngularCrossSection ; +. +quantitykind:SpectralDensityOfVibrationalModes + a qudt:QuantityKind ; + qudt:applicableUnit unit:SEC-PER-M3-RAD ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD178" ; + rdfs:isDefinedBy ; + rdfs:label "spectral density of vibrational modes" ; +. +quantitykind:SpectralLuminousEfficiency + a qudt:QuantityKind ; + dcterms:description "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + qudt:latexDefinition "$V(\\lambda) = \\frac{\\Phi_\\lambda(\\lambda_m)}{\\Phi_\\lambda(\\lambda)}$, where $\\Phi_\\lambda(\\lambda_m)$ is the spectral radiant flux at wavelength $\\lambda_m$ and $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux at wavelength $\\lambda$, such that both radiations produce equal luminous sensations under specified photometric conditions and $\\lambda_m$ is chosen so that the maximum value of this ratio is equal to 1."^^qudt:LatexString ; + qudt:plainTextDescription "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%." ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Luminous Efficiency"@en ; +. +quantitykind:SpectralRadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)."^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-M4 ; + qudt:applicableUnit unit:KiloPA-PER-MilliM ; + qudt:applicableUnit unit:PA-PER-M ; + qudt:applicableUnit unit:PicoPA-PER-KiloM ; + qudt:expression "$M-PER-L2-T2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:plainTextDescription "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)." ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Radiant Energy Density"@en ; +. +quantitykind:SpectralRadiantEnergyDensityInTermsOfWavelength + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD179" ; + rdfs:isDefinedBy ; + rdfs:label "spectral radiant energy density in terms of wavelength" ; +. +quantitykind:Speed + a qudt:QuantityKind ; + dcterms:description "Speed is the magnitude of velocity."^^rdf:HTML ; + qudt:applicableUnit unit:BFT ; + qudt:applicableUnit unit:FT3-PER-MIN-FT2 ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:HZ-M ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MegaHZ-M ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Speed is the magnitude of velocity." ; + rdfs:isDefinedBy ; + rdfs:label "Speed"@en ; +. +quantitykind:SpeedOfLight + a qudt:QuantityKind ; + dcterms:description "The quantity kind \\text{Speed of Light} is the speed of electomagnetic waves in a given medium."^^qudt:LatexString ; + qudt:applicableUnit unit:BFT ; + qudt:applicableUnit unit:FT3-PER-MIN-FT2 ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:HZ-M ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MegaHZ-M ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Hitrost svetlobe"@sl ; + rdfs:label "Işık hızı"@tr ; + rdfs:label "Kelajuan cahaya"@ms ; + rdfs:label "Lichtgeschwindigkeit"@de ; + rdfs:label "Prędkość światła"@pl ; + rdfs:label "Rychlost světla"@cs ; + rdfs:label "Velocidade da luz"@pt ; + rdfs:label "Viteza luminii"@ro ; + rdfs:label "speed of light"@en ; + rdfs:label "velocidad de la luz"@es ; + rdfs:label "velocità della luce"@it ; + rdfs:label "vitesse de la lumière"@fr ; + rdfs:label "Скорость света"@ru ; + rdfs:label "سرعة الضوء"@ar ; + rdfs:label "سرعت نور"@fa ; + rdfs:label "प्रकाश का वेग"@hi ; + rdfs:label "光速"@ja ; + rdfs:label "光速"@zh ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso constant:PermittivityOfVacuum ; + rdfs:seeAlso constant:SpeedOfLight_Vacuum ; + skos:broader quantitykind:Speed ; +. +quantitykind:SpeedOfSound + a qudt:QuantityKind ; + dcterms:description "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^rdf:HTML ; + qudt:applicableUnit unit:BFT ; + qudt:applicableUnit unit:FT3-PER-MIN-FT2 ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:HZ-M ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MegaHZ-M ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c = \\sqrt{\\frac{K}{\\rho}}$, where $K$ is the coefficient of stiffness, the bulk modulus (or the modulus of bulk elasticity for gases), and $\\rho$ is the density. Also, $c^2 = \\frac{\\partial p}{\\partial \\rho}$, where $p$ is the pressure and $\\rho$ is the density."^^qudt:LatexString ; + qudt:plainTextDescription "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium." ; + qudt:symbol "c" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Hitrost zvoka"@sl ; + rdfs:label "Kelajuan bunyi"@ms ; + rdfs:label "Schallgeschwindigkeit"@de ; + rdfs:label "Ses hızı"@tr ; + rdfs:label "prędkość dźwięku"@pl ; + rdfs:label "rychlost zvuku"@cs ; + rdfs:label "speed of sound"@en ; + rdfs:label "velocidad del sonido"@es ; + rdfs:label "velocidade do som"@pt ; + rdfs:label "velocità del suono"@it ; + rdfs:label "vitesse du son"@fr ; + rdfs:label "viteza sunetului"@ro ; + rdfs:label "скорость звука"@ru ; + rdfs:label "سرعة الصوت"@ar ; + rdfs:label "سرعت صوت"@fa ; + rdfs:label "ध्वनि का वेग"@hi ; + rdfs:label "音速"@ja ; + rdfs:label "音速"@zh ; + skos:altLabel "Schallausbreitungsgeschwindigkeit"@de ; + skos:altLabel "célérité du son"@fr ; + skos:broader quantitykind:Speed ; +. +quantitykind:SphericalIlluminance + a qudt:QuantityKind ; + dcterms:description "Spherical illuminance is equal to quotient of the total luminous flux $\\Phi_v$ incident on a small sphere by the cross section area of that sphere."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:informativeReference "http://eilv.cie.co.at/term/1245"^^xsd:anyURI ; + qudt:latexDefinition "$E_v,0 = \\int_{4\\pi sr}{L_v}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L_v$ is its luminance at that point in the direction of the beam."^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Illuminance"@en ; + skos:broader quantitykind:Illuminance ; +. +quantitykind:Spin + a qudt:QuantityKind ; + dcterms:description "In quantum mechanics and particle physics \"Spin\" is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Spin_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "In quantum mechanics and particle physics \"Spin\" is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei." ; + qudt:symbol "s" ; + rdfs:isDefinedBy ; + rdfs:label "Spin"@de ; + rdfs:label "Spin"@ms ; + rdfs:label "Spin"@ro ; + rdfs:label "Spin"@tr ; + rdfs:label "espín"@es ; + rdfs:label "spin"@cs ; + rdfs:label "spin"@en ; + rdfs:label "spin"@fr ; + rdfs:label "spin"@it ; + rdfs:label "spin"@pl ; + rdfs:label "spin"@pt ; + rdfs:label "spin"@sl ; + rdfs:label "Спин"@ru ; + rdfs:label "اسپین/چرخش"@fa ; + rdfs:label "لف مغزلي"@ar ; + rdfs:label "スピン角運動量"@ja ; + rdfs:label "自旋"@zh ; + skos:broader quantitykind:AngularMomentum ; +. +quantitykind:SpinQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD371" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$s^2 = \\hbar^2 s(s + 1)$, where $s$ is the spin quantum number and $\\hbar$ is the Planck constant."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis" ; + qudt:symbol "s" ; + rdfs:isDefinedBy ; + rdfs:label "Spin Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; +. +quantitykind:SquareEnergy + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:Energy_Squared ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L4I0M2H0T-4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Square Energy"@en ; +. +quantitykind:StagePropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_F" ; + rdfs:isDefinedBy ; + rdfs:label "Stage Propellant Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:StageStructuralMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_S" ; + rdfs:isDefinedBy ; + rdfs:label "Stage Structure Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:StandardAbsoluteActivity + a qudt:QuantityKind ; + dcterms:description "The \"Standard Absolute Activity\" is proportional to the absoulte activity of the pure substance $B$ at the same temperature and pressure multiplied by the standard pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda_B^\\Theta = \\lambda_B^*(p^\\Theta)$, where $\\lambda_B^\\Theta$ the absolute activity of the pure substance $B$ at the same temperature and pressure, and $p^\\Theta$ is standard pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda_B^\\Theta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Standard Absolute Activity"@en ; +. +quantitykind:StandardChemicalPotential + a qudt:QuantityKind ; + dcterms:description "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions"^^rdf:HTML ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:expression "$j-mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu_B^\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Chemical Potential"@en ; + skos:broader quantitykind:ChemicalPotential ; +. +quantitykind:StandardGravitationalParameter + a qudt:QuantityKind ; + dcterms:description "In celestial mechanics the standard gravitational parameter of a celestial body is the product of the gravitational constant G and the mass M of the body. Expressed as $\\mu = G \\cdot M$. The SI units of the standard gravitational parameter are $m^{3}s^{-2}$."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloM3-PER-SEC2 ; + qudt:applicableUnit unit:M3-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Standard_gravitational_parameter"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Standard_gravitational_parameter"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Standard Gravitational Parameter"@en ; +. +quantitykind:StateDensity + a qudt:QuantityKind ; + dcterms:description "function of energy in a solid, determined by the number of permissible quantum states in the energy range between E and E+dE per volume of material of this solid"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Funktion der Energie in einem Festkörper, bestimmt durch die Anzahl von erlaubten Quantenzuständen im Energiebereich zwischen E und E+dE je Volumen des Materials dieses Festkörpers"@de ; + qudt:symbol "0173-1#Z4-BAJ427#001" ; + rdfs:isDefinedBy ; + rdfs:label "state density"@en-US ; +. +quantitykind:StateDensityAsExpressionOfAngularFrequency + a qudt:QuantityKind ; + dcterms:description "ratio between number of vibration modes in an infinitesimal interval of the angular frequency and the length of this interval and the volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD180" ; + qudt:plainTextDescription "Quotient aus Anzahl von Vibrationsmodi in einem infinitesimalen Intervall der Kreisfrequenz durch die Spannweite dieses Intervalls und das Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ454#001" ; + rdfs:isDefinedBy ; + rdfs:label "state density as expression of angular frequency"@en-US ; + rdfs:label "state density as expression of angular frequency)" ; +. +quantitykind:StaticFriction + a qudt:QuantityKind ; + dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. " ; + rdfs:isDefinedBy ; + rdfs:label "Static Friction"@en ; + skos:broader quantitykind:Friction ; +. +quantitykind:StaticFrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{F_max}{N}$, where $F_max$ is the maximum tangential component of the contact force and $N$ is the normal component of the contact force between two bodies at relative rest."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. " ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Static Friction Coefficient"@en ; + skos:broader quantitykind:FrictionCoefficient ; +. +quantitykind:StaticPressure + a qudt:QuantityKind ; + dcterms:description "\"Static Pressure\" is the pressure at a nominated point in a fluid. Every point in a steadily flowing fluid, regardless of the fluid speed at that point, has its own static pressure $P$, dynamic pressure $q$, and total pressure $P_0$. The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ; + qudt:abbreviation "p" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ; + qudt:symbol "p" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Static pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:StatisticalWeight + a qudt:QuantityKind ; + dcterms:description "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Statistical_weight"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state." ; + qudt:symbol "g" ; + rdfs:isDefinedBy ; + rdfs:label "Statistical Weight"@en ; +. +quantitykind:StochasticProcess + a qudt:QuantityKind ; + dcterms:description "In probability theory, a stochastic process, or sometimes random process is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)."^^rdf:HTML ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PERCENT-PER-WK ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:applicableUnit unit:failures-in-time ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stochastic_process"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stochastic_process"^^xsd:anyURI ; + qudt:plainTextDescription "In probability theory, a stochastic process, or sometimes random process is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)." ; + qudt:symbol "X" ; + rdfs:isDefinedBy ; + rdfs:label "Stochastic Process"@en ; + skos:broader quantitykind:Frequency ; +. +quantitykind:StoichiometricNumber + a qudt:QuantityKind ; + dcterms:description "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)."^^rdf:HTML ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stoichiometry"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\nu_B$"^^qudt:LatexString ; + qudt:plainTextDescription "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)." ; + rdfs:isDefinedBy ; + rdfs:label "Stoichiometric Number"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:Strain + a qudt:QuantityKind ; + dcterms:description "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia]"^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Strain"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearStrain ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia]" ; + rdfs:isDefinedBy ; + rdfs:label "Strain"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:StrainEnergyDensity + a qudt:QuantityKind ; + dcterms:description "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology"^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT3 ; + qudt:applicableUnit unit:BTU_TH-PER-FT3 ; + qudt:applicableUnit unit:ERG-PER-CentiM3 ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:applicableUnit unit:MegaJ-PER-M3 ; + qudt:applicableUnit unit:W-HR-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology" ; + qudt:symbol "u" ; + rdfs:isDefinedBy ; + rdfs:label "Strain Energy Density"@en ; + skos:broader quantitykind:EnergyDensity ; +. +quantitykind:Stress + a qudt:QuantityKind ; + dcterms:description "Stress is a measure of the average amount of force exerted per unit area of a surface within a deformable body on which internal forces act. In other words, it is a measure of the intensity or internal distribution of the total internal forces acting within a deformable body across imaginary surfaces. These internal forces are produced between the particles in the body as a reaction to external forces applied on the body. Stress is defined as ${\\rm{Stress}} = \\frac{F}{A}$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + qudt:latexDefinition "${\\rm{Stress}} = \\frac{F}{A}$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Stress"@en ; + skos:broader quantitykind:ForcePerArea ; +. +quantitykind:StressIntensityFactor + a qudt:QuantityKind ; + dcterms:description "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip."^^rdf:HTML ; + qudt:applicableUnit unit:MegaPA-M0dot5 ; + qudt:applicableUnit unit:PA-M0dot5 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stress_intensity_factor"^^xsd:anyURI ; + qudt:latexSymbol "$\\K$"^^qudt:LatexString ; + qudt:plainTextDescription "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip." ; + qudt:symbol "K" ; + rdfs:isDefinedBy ; + rdfs:label "Stress Intensity Factor"@en ; +. +quantitykind:StressOpticCoefficient + a qudt:QuantityKind ; + dcterms:description "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively."^^rdf:HTML ; + qudt:applicableUnit unit:BREWSTER ; + qudt:applicableUnit unit:NanoM-PER-CentiM-MegaPA ; + qudt:applicableUnit unit:NanoM-PER-CentiM-PSI ; + qudt:applicableUnit unit:NanoM-PER-MilliM-MegaPA ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/w/index.php?title=Photoelasticity&oldid=1109858854#Experimental_principles"^^xsd:anyURI ; + qudt:latexDefinition "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law $\\Delta ={\\frac {2\\pi t}{\\lambda }}C(\\sigma _{1}-\\sigma _{2})$, where $\\Delta$ is the induced retardation, $C$ is the stress-optic coefficient, $t$ is the specimen thickness, $\\lambda$ is the vacuum wavelength, and $\\sigma_1$ and $\\sigma_2$ are the first and second principal stresses, respectively."^^qudt:LatexString ; + qudt:plainTextDescription "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Stress-Optic Coefficient"@en ; +. +quantitykind:StructuralEfficiency + a qudt:QuantityKind ; + dcterms:description "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength."^^rdf:HTML ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength." ; + rdfs:isDefinedBy ; + rdfs:label "Structural Efficiency"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:StructureFactor + a qudt:QuantityKind ; + dcterms:description "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Structure_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$F(h, k, l) = \\sum_{n=1}^N f_n\\exp{[2\\pi i(hx_n + ky_n +lz_n)]}$, where $f_n$ is the atomic scattering factor for atom $n$, and $x_n$, $y_n$, and $z_n$ are fractional coordinates in the unit cell; for $h$, $k$, and $l$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation." ; + qudt:symbol "F(h, k, l)" ; + rdfs:isDefinedBy ; + rdfs:label "Structure Factor"@en ; +. +quantitykind:SunProtectionFactorOfAProduct + a qudt:QuantityKind ; + qudt:applicableUnit unit:SPF ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD366" ; + rdfs:isDefinedBy ; + rdfs:label "sun protection factor of a product" ; +. +quantitykind:SuperconductionTransitionTemperature + a qudt:QuantityKind ; + dcterms:description "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Superconductivity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor." ; + qudt:symbol "T_c" ; + rdfs:isDefinedBy ; + rdfs:label "Superconduction Transition Temperature"@en ; + skos:broader quantitykind:Temperature ; + skos:closeMatch quantitykind:CurieTemperature ; + skos:closeMatch quantitykind:NeelTemperature ; +. +quantitykind:SuperconductorEnergyGap + a qudt:QuantityKind ; + dcterms:description "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/BCS_theory"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor." ; + qudt:symbol "Δ" ; + rdfs:isDefinedBy ; + rdfs:label "Superconductor Energy Gap"@en ; + skos:broader quantitykind:GapEnergy ; +. +quantitykind:SurfaceActivityDensity + a qudt:QuantityKind ; + dcterms:description "The \"Surface Activity Density\" is undefined."^^rdf:HTML ; + qudt:applicableUnit unit:BQ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$a_s = \\frac{A}{S}$, where $S$ is the total area of the surface of a sample and $A$ is its activity."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Surface Activity Density\" is undefined." ; + qudt:symbol "a_s" ; + rdfs:isDefinedBy ; + rdfs:label "Surface Activity Density"@en ; +. +quantitykind:SurfaceCoefficientOfHeatTransfer + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:expression "$surface-heat-xfer-coeff$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$q = h (T_s - T_r)$, where $T_s$ is areic heat flow rate is the thermodynamic temperature of the surface, and is a reference thermodynamic temperature characteristic of the adjacent surroundings."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Surface Coefficient of Heat Transfer"@en ; +. +quantitykind:SurfaceDensity + a qudt:QuantityKind ; + dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area."^^rdf:HTML ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac{dm}{dA}$, where $m$ is mass and $A$ is area."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ; + qudt:plainTextDescription "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area." ; + qudt:siExactMatch si-quantity:SUDE ; + rdfs:isDefinedBy ; + rdfs:label "Surface Density"@en ; +. +quantitykind:SurfaceRelatedVolumeFlow + a qudt:QuantityKind ; + dcterms:description "quotient of the volume of a material, which passes through a specified surface, and the therefor required time divided by this specified area"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient aus dem Volumen eines Stoffes, das durch eine vorgegebene Oberfläche hindurchgeht, und der dazu benötigten Zeit dividiert durch diese vorgegebene Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ421#003" ; + rdfs:isDefinedBy ; + rdfs:label "surface-related volume flow"@en-US ; +. +quantitykind:SurfaceTension + a qudt:QuantityKind ; + dcterms:description "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force."^^rdf:HTML ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD184" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Surface_tension"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\frac{dF}{dl}$, where $F$ is the force component perpendicular to a line element in a surface and $l$ is the length of the line element."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force." ; + qudt:siExactMatch si-quantity:SUTE ; + qudt:symbol "γ" ; + rdfs:isDefinedBy ; + rdfs:label "Oberflächenspannung"@de ; + rdfs:label "Tegangan permukaan"@ms ; + rdfs:label "Tensiune superficială"@ro ; + rdfs:label "Yüzey gerilimi"@tr ; + rdfs:label "napięcie powierzchniowe"@pl ; + rdfs:label "povrchové napětí"@cs ; + rdfs:label "površinska napetost"@sl ; + rdfs:label "surface tension"@en ; + rdfs:label "tension superficielle"@fr ; + rdfs:label "tensione superficiale"@it ; + rdfs:label "tensión superficial"@es ; + rdfs:label "tensão superficial"@pt ; + rdfs:label "поверхностное натяжение"@ru ; + rdfs:label "توتر سطحي"@ar ; + rdfs:label "کشش سطحی"@fa ; + rdfs:label "पृष्ठ तनाव"@hi ; + rdfs:label "表面张力"@zh ; + rdfs:label "表面張力"@ja ; + skos:altLabel "tension de surface"@fr ; + skos:broader quantitykind:EnergyPerArea ; +. +quantitykind:SurgeImpedanceOfTheMedium + a qudt:QuantityKind ; + dcterms:description "in a mechanical system the area-related quotient of a force affecting to a point divided by the resulting component of the particle velocity in direction of the force"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD185" ; + qudt:plainTextDescription "in einem mechanischen System der flächenbezogene Quotient einer an einem Punkt angreifenden Kraft durch die resultierende Komponente der Teilchengeschwindigkeit in Richtung der Kraft"@de ; + qudt:symbol "0173-1#Z4-BAJ323#002" ; + rdfs:isDefinedBy ; + rdfs:label "surge impedance of the medium" ; + rdfs:label "surge impedance of the medium"@en-US ; +. +quantitykind:Susceptance + a qudt:QuantityKind ; + dcterms:description "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. "^^rdf:HTML ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Susceptance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Susceptance?oldid=430151986"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$B = \\lim{\\underline{Y}}$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. " ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Susceptance"@en ; + rdfs:seeAlso quantitykind:Conductance ; + rdfs:seeAlso quantitykind:Impedance ; +. +quantitykind:SymbolTransmissionRate + a qudt:QuantityKind ; + dcterms:description "rate, at which a symbol, consisting of one or more bits, is transmitted per second"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Geschwindigkeit, mit der ein aus mehreren Bit bestehendes Symbol je Sekunde übertragen wird"@de ; + qudt:symbol "0173-1#Z4-BAJ386#002" ; + rdfs:isDefinedBy ; + rdfs:label "symbol transmission rate"@en-US ; +. +quantitykind:SystolicBloodPressure + a qudt:QuantityKind ; + dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ; + qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult." ; + rdfs:isDefinedBy ; + rdfs:label "Systolic Blood Pressure"@en ; + rdfs:seeAlso quantitykind:DiastolicBloodPressure ; + skos:broader quantitykind:Pressure ; +. +quantitykind:TARGET-BOGIE-MASS + a qudt:QuantityKind ; + dcterms:description "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass."^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:Pennyweight ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass." ; + rdfs:isDefinedBy ; + rdfs:label "Target Bogie Mass"@en ; + skos:broader quantitykind:Mass ; +. +quantitykind:Temperature + a qudt:QuantityKind ; + dcterms:description "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Temperature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD374" ; + qudt:plainTextDescription "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity." ; + rdfs:isDefinedBy ; + rdfs:label "Temperature"@en ; + rdfs:seeAlso quantitykind:ThermodynamicTemperature ; +. +quantitykind:TemperatureAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOL-DEG_C ; + qudt:applicableUnit unit:MOL-K ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Amount of Substance"@en ; +. +quantitykind:TemperatureBasedAmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "ratio of material concentration divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Stoffmengenkonzentration dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ395#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based amount-of-substance concentration"@en-US ; +. +quantitykind:TemperatureBasedDensity + a qudt:QuantityKind ; + dcterms:description "ratio of density divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Dichte dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ389#003" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based density"@en-US ; +. +quantitykind:TemperatureBasedDynamicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity, divided by temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient der dynamischen Viskosität dividiert durch die Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ390#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based dynamic viscosity"@en-US ; +. +quantitykind:TemperatureBasedKinematicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity and the density of a material, divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ392#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based kinematic viscosity"@en-US ; +. +quantitykind:TemperatureBasedLength + a qudt:QuantityKind ; + dcterms:description "ratio of length divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:plainTextDescription "Quotient aus Länge dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ393#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based length"@en-US ; +. +quantitykind:TemperatureBasedMass + a qudt:QuantityKind ; + dcterms:description "ratio of mass divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Masse dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ394#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based mass"@en-US ; +. +quantitykind:TemperatureBasedMassFlowRate + a qudt:QuantityKind ; + dcterms:description "ratio of mass flow divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Massenstrom dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ396#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based mass flow rate"@en-US ; +. +quantitykind:TemperatureBasedQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based quantity"@en-US ; +. +quantitykind:TemperatureBasedVelocity + a qudt:QuantityKind ; + dcterms:description "ratio of velocity divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Geschwindigkeit dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ391#001" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based velocity"@en-US ; +. +quantitykind:TemperatureBasedVolumeFlowRate + a qudt:QuantityKind ; + dcterms:description "ratio of volume flow divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Volumenstrom dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ397#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based volume flow rate"@en-US ; +. +quantitykind:TemperatureDifference + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://www.merusonline.com/delta-t-temperature/"^^xsd:anyURI ; + qudt:plainTextDescription "Temperature difference (Delta T) is the difference of temperatures between two measuring points" ; + qudt:symbol "ΔT" ; + rdfs:isDefinedBy ; + rdfs:label "Temperaturdifferenz"@de ; + rdfs:label "temperature difference"@en ; + skos:broader quantitykind:Temperature ; +. +quantitykind:TemperatureGradient + a qudt:QuantityKind ; + dcterms:description "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C-PER-M ; + qudt:applicableUnit unit:K-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifctemperaturegradientmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m." ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Gradient"@en ; +. +quantitykind:TemperaturePerMagneticFluxDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:K-PER-T ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H1T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Magnetic Flux Density"@en ; +. +quantitykind:TemperaturePerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-PER-HR ; + qudt:applicableUnit unit:DEG_C-PER-MIN ; + qudt:applicableUnit unit:DEG_C-PER-SEC ; + qudt:applicableUnit unit:DEG_C-PER-YR ; + qudt:applicableUnit unit:DEG_F-PER-HR ; + qudt:applicableUnit unit:DEG_F-PER-MIN ; + qudt:applicableUnit unit:DEG_F-PER-SEC ; + qudt:applicableUnit unit:DEG_R-PER-HR ; + qudt:applicableUnit unit:DEG_R-PER-MIN ; + qudt:applicableUnit unit:DEG_R-PER-SEC ; + qudt:applicableUnit unit:K-PER-HR ; + qudt:applicableUnit unit:K-PER-MIN ; + qudt:applicableUnit unit:K-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Time"@en ; +. +quantitykind:TemperaturePerTime_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_F-PER-SEC2 ; + qudt:applicableUnit unit:K-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Time Squared"@en ; +. +quantitykind:TemperatureRateOfChange + a qudt:QuantityKind ; + dcterms:description "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s."^^rdf:HTML ; + qudt:applicableUnit unit:DEG_C-PER-HR ; + qudt:applicableUnit unit:DEG_C-PER-MIN ; + qudt:applicableUnit unit:DEG_C-PER-SEC ; + qudt:applicableUnit unit:DEG_C-PER-YR ; + qudt:applicableUnit unit:DEG_F-PER-HR ; + qudt:applicableUnit unit:DEG_F-PER-MIN ; + qudt:applicableUnit unit:DEG_F-PER-SEC ; + qudt:applicableUnit unit:DEG_R-PER-HR ; + qudt:applicableUnit unit:DEG_R-PER-MIN ; + qudt:applicableUnit unit:DEG_R-PER-SEC ; + qudt:applicableUnit unit:K-PER-HR ; + qudt:applicableUnit unit:K-PER-MIN ; + qudt:applicableUnit unit:K-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD186" ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifctemperaturerateofchangemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s." ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Rate of Change"@en ; + skos:broader quantitykind:TemperaturePerTime ; +. +quantitykind:TemperatureRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-PER-K ; + qudt:applicableUnit unit:DEG_F-PER-K ; + qudt:applicableUnit unit:K-PER-K ; + qudt:applicableUnit unit:MilliK-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:TemperatureRelatedMolarMass + a qudt:QuantityKind ; + dcterms:description "molarity (mass of a substance in relation to the amount of this substance) divided by temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Molarität (Masse einer Substanz bezogen auf die Stoffmenge dieser Substanz ) dividiert durch die Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ443#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-related molar mass"@en-US ; +. +quantitykind:TemperatureRelatedVolume + a qudt:QuantityKind ; + dcterms:description "volume divided by temperature"@en ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:plainTextDescription "Volumen dividiert durch Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ398#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-related volume "@en-US ; +. +quantitykind:TemporalSummationFunction + a qudt:QuantityKind ; + dcterms:description "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval."^^rdf:HTML ; + qudt:applicableUnit unit:PER-SEC-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Summation_(neurophysiology)#Temporal_summation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval." ; + rdfs:isDefinedBy ; + rdfs:label "Temporal Summation Function"@en ; +. +quantitykind:Tension + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tension"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Tension"@en ; + skos:broader quantitykind:ForceMagnitude ; +. +quantitykind:ThermalAdmittance + a qudt:QuantityKind ; + dcterms:description "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:plainTextDescription "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow." ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Admittance"@en ; + skos:broader quantitykind:CoefficientOfHeatTransfer ; +. +quantitykind:ThermalCapacitance + a qudt:QuantityKind ; + dcterms:description "ratio between the supplied quantity of heat and the temperature range caused by the supplied quantity of heat"@en ; + qudt:applicableUnit unit:BTU_TH-PER-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-DEG_R ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD187" ; + qudt:plainTextDescription "Quotient aus der zugeführten Wärmemenge und der Temperaturänderungen, die durch diese zugeführte Wärmemenge verursacht wird"@de ; + qudt:symbol "0173-1#Z4-BAJ406#002" ; + rdfs:isDefinedBy ; + rdfs:label "thermal capacitance" ; + rdfs:label "thermal capacitance"@en-US ; +. +quantitykind:ThermalCoefficientOfLinearExpansion + a qudt:QuantityKind ; + dcterms:description "median relative change in length over a specific length of the test piece, divided by the temperature range caused by it"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:plainTextDescription "auf eine festgelegte Länge des Probekörpers bezogene mittlere relative Längenänderung dividiert durch die sie verursachende Temperaturänderung"@de ; + qudt:symbol "0173-1#Z4-BAJ473#002" ; + rdfs:isDefinedBy ; + rdfs:label "thermal coefficient of linear expansion"@en-US ; +. +quantitykind:ThermalConductance + a qudt:QuantityKind ; + dcterms:description "This quantity is also called \"Heat Transfer Coefficient\"."^^rdf:HTML ; + qudt:applicableUnit unit:KiloV-A-PER-K ; + qudt:applicableUnit unit:MicroV-A-PER-K ; + qudt:applicableUnit unit:MilliV-A-PER-K ; + qudt:applicableUnit unit:V-A-PER-K ; + qudt:applicableUnit unit:W-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD189" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$G = 1/R$, where $R$ is \"Thermal Resistance\""^^qudt:LatexString ; + qudt:plainTextDescription "This quantity is also called \"Heat Transfer Coefficient\"." ; + qudt:symbol "G" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Conductance"@en ; + rdfs:seeAlso quantitykind:CoefficientOfHeatTransfer ; +. +quantitykind:ThermalConductivity + a qudt:QuantityKind ; + dcterms:description "In physics, thermal conductivity, \\(k\\) (also denoted as \\(\\lambda\\)), is the property of a material's ability to conduct heat. It appears primarily in Fourier's Law for heat conduction and is the areic heat flow rate divided by temperature gradient."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-FT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT-DEG_R ; + qudt:applicableUnit unit:BTU_TH-FT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_TH-FT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-IN-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_TH-IN-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM-K ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM-SEC-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM-K ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM-SEC-DEG_C ; + qudt:applicableUnit unit:KiloCAL_IT-PER-HR-M-DEG_C ; + qudt:applicableUnit unit:KiloW-PER-M-DEG_C ; + qudt:applicableUnit unit:KiloW-PER-M-K ; + qudt:applicableUnit unit:W-PER-M-DEG_C ; + qudt:applicableUnit unit:W-PER-M-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_conductivity"^^xsd:anyURI ; + qudt:expression "$thermal-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is temperature gradient."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:TCON ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Conductivity"@en ; +. +quantitykind:ThermalDiffusionFactor + a qudt:QuantityKind ; + dcterms:description "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_T = \\frac{k_T}{(x_A x_B)}$, where $k_T$ is the thermal diffusion ratio, and $x_A$ and $x_B$ are the local amount-of-substance fractions of the two substances $A$ and $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_T$"^^qudt:LatexString ; + qudt:plainTextDescription "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ." ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Factor"@en ; +. +quantitykind:ThermalDiffusionRatio + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "In a steady state of a binary mixture in which thermal diffusion occurs, $grad x_B = -(\\frac{k_T}{T}) grad T$, where $x_B$ is the amount-of-substance fraction of the heavier substance $B$, and $T$ is the local thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations." ; + qudt:symbol "k_T" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Ratio"@en ; +. +quantitykind:ThermalDiffusionRatioCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Diffusion Coefficient\" is ."^^rdf:HTML ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$D_T = kT \\cdot D$, where $k_T$ is the thermal diffusion ratio, and $D$ is the diffusion coefficient."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Thermal Diffusion Coefficient\" is ." ; + qudt:symbol "D_T" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Coefficient"@en ; +. +quantitykind:ThermalDiffusivity + a qudt:QuantityKind ; + dcterms:description "In heat transfer analysis, thermal diffusivity (usually denoted $\\alpha$ but $a$, $\\kappa$,$k$, and $D$ are also used) is the thermal conductivity divided by density and specific heat capacity at constant pressure. The formula is: $\\alpha = {k \\over {\\rho c_p}}$, where k is thermal conductivity ($W/(\\mu \\cdot K)$), $\\rho$ is density ($kg/m^{3}$), and $c_p$ is specific heat capacity ($\\frac{J}{(kg \\cdot K)}$) .The denominator $\\rho c_p$, can be considered the volumetric heat capacity ($\\frac{J}{(m^{3} \\cdot K)}$)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_diffusivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_diffusivity"^^xsd:anyURI ; + qudt:latexDefinition "$a = \\frac{\\lambda}{\\rho c_\\rho}$, where $\\lambda$ is thermal conductivity, $\\rho$ is mass density and $c_\\rho$ is specific heat capacity at constant pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:symbol "a" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusivity"@en ; + skos:broader quantitykind:AreaPerTime ; +. +quantitykind:ThermalEfficiency + a qudt:QuantityKind ; + dcterms:description "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_efficiency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Efficiency"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:ThermalEnergy + a qudt:QuantityKind ; + dcterms:description "\"Thermal Energy} is the portion of the thermodynamic or internal energy of a system that is responsible for the temperature of the system. From a macroscopic thermodynamic description, the thermal energy of a system is given by its constant volume specific heat capacity C(T), a temperature coefficient also called thermal capacity, at any given absolute temperature (T): $U_{thermal} = C(T) \\cdot T$."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_39DEG_F ; + qudt:applicableUnit unit:BTU_59DEG_F ; + qudt:applicableUnit unit:BTU_60DEG_F ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_MEAN ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_15_DEG_C ; + qudt:applicableUnit unit:CAL_20DEG_C ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_MEAN ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloCAL_IT ; + qudt:applicableUnit unit:KiloCAL_Mean ; + qudt:applicableUnit unit:KiloCAL_TH ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TON_FG-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD191" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_energy"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:ThermalEnergyLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-FT ; + qudt:applicableUnit unit:BTU_IT-IN ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Energy Length"@en ; +. +quantitykind:ThermalExpansionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value."^^rdf:HTML ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_C ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PERCENT-PER-DEG_C ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD188" ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcthermalexpansioncoefficientmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value." ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Expansion Coefficient"@en ; + skos:broader quantitykind:ExpansionRatio ; +. +quantitykind:ThermalInsulance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Thermal Insulance}$ is the reduction of heat transfer (the transfer of thermal energy between objects of differing temperature) between objects in thermal contact or in range of radiative influence. In building technology, this quantity is often called $\\textit{Thermal Resistance}$, with the symbol $R$."^^qudt:LatexString ; + qudt:applicableUnit unit:CLO ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_TH ; + qudt:applicableUnit unit:FT2-HR-DEG_F-PER-BTU_IT ; + qudt:applicableUnit unit:M2-HR-DEG_C-PER-KiloCAL_IT ; + qudt:applicableUnit unit:M2-K-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD192" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + qudt:latexDefinition "$M = 1/K$, where $K$ is \"Coefficient of Heat Transfer\""^^qudt:LatexString ; + qudt:symbol "M" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Insulance"@en ; + rdfs:seeAlso quantitykind:CoefficientOfHeatTransfer ; +. +quantitykind:ThermalInsulation + a qudt:QuantityKind ; + dcterms:description "temperature difference between two surfaces divided by areic heat flow rate in the direction of the temperature gradient"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:plainTextDescription "Temperaturdifferenz zwischen zwei Oberflächen dividiert durch den flächenbezogenen Wärmestrom in der Richtung des Temperaturgradienten"@de ; + qudt:symbol "0173-1#Z4-BAJ404#002" ; + rdfs:isDefinedBy ; + rdfs:label "thermal insulation"@en-US ; +. +quantitykind:ThermalResistance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Thermal Resistance}$ is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. the thermodynamic temperature difference divided by heat flow rate. Thermal resistance $R$ has the units $\\frac{m^2 \\cdot K}{W}$."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_F-HR-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-HR-PER-BTU_TH ; + qudt:applicableUnit unit:DEG_F-SEC-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-SEC-PER-BTU_TH ; + qudt:applicableUnit unit:K-PER-W ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_resistance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD193" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_resistance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "R" ; + rdfs:isDefinedBy ; + rdfs:label "opór cieplny"@cs ; + rdfs:label "resistencia térmica"@es ; + rdfs:label "resistenza termica"@it ; + rdfs:label "resistência térmica"@pt ; + rdfs:label "résistance thermique"@fr ; + rdfs:label "thermal resistance"@en ; + rdfs:label "thermischer Widerstand"@de ; + rdfs:label "مقاومة حرارية"@ar ; + rdfs:label "热阻"@zh ; + rdfs:label "熱抵抗"@ja ; + rdfs:seeAlso quantitykind:HeatFlowRate ; + rdfs:seeAlso quantitykind:ThermalInsulance ; + rdfs:seeAlso quantitykind:ThermodynamicTemperature ; + skos:altLabel "Wärmewiderstand"@de ; +. +quantitykind:ThermalResistivity + a qudt:QuantityKind ; + dcterms:description "The reciprocal of thermal conductivity is thermal resistivity, measured in $kelvin-metres$ per watt ($K \\cdot m/W$)."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_IT-IN ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_TH-IN ; + qudt:applicableUnit unit:K-M-PER-W ; + qudt:applicableUnit unit:M-K-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD194" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Resistivity"@en ; +. +quantitykind:ThermalTransmittance + a qudt:QuantityKind ; + dcterms:description "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^rdf:HTML ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD195" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_transmittance"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance." ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Transmittance"@en ; + skos:broader quantitykind:CoefficientOfHeatTransfer ; +. +quantitykind:ThermalUtilizationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed." ; + qudt:symbol "f" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Utilization Factor"@en ; +. +quantitykind:ThermalUtilizationFactorForFission + a qudt:QuantityKind ; + dcterms:description "Probability that a neutron that gets absorbed does so in the fuel material."^^rdf:HTML ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:Flight ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:HeartBeat ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Probability that a neutron that gets absorbed does so in the fuel material." ; + qudt:symbol "f" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Utilization Factor For Fission"@en ; + skos:broader quantitykind:Dimensionless ; +. +quantitykind:ThermodynamicCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting."^^rdf:HTML ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:Gamma ; + qudt:applicableUnit unit:Gs ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$G_n - G_s = \\frac{1}{2}\\frac{B_c^2 \\cdot V}{\\mu_0}$, where $G_n$ and $G_s$ are the Gibbs energies at zero magnetic flux density in a normal conductor and superconductor, respectively, $\\mu_0$ is the magnetic constant, and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting." ; + qudt:symbol "B_c" ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity ; +. +quantitykind:ThermodynamicEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:exactMatch quantitykind:EnergyInternal ; + qudt:exactMatch quantitykind:InternalEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Energy"@en ; + skos:broader quantitykind:Energy ; +. +quantitykind:ThermodynamicEntropy + a qudt:QuantityKind ; + dcterms:description "Thermodynamic Entropy is a measure of the unavailability of a system’s energy to do work. It is a measure of the randomness of molecules in a system and is central to the second law of thermodynamics and the fundamental thermodynamic relation, which deal with physical processes and whether they occur spontaneously. The dimensions of entropy are energy divided by temperature, which is the same as the dimensions of Boltzmann's constant ($kB$) and heat capacity. The SI unit of entropy is $joule\\ per\\ kelvin$. [Wikipedia]"^^qudt:LatexString ; + qudt:applicableUnit unit:KiloJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Entropy"@en ; + skos:broader quantitykind:EnergyPerTemperature ; +. +quantitykind:ThermodynamicTemperature + a qudt:QuantityKind ; + dcterms:description """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics. +Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. +In thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based.""" ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:dbpediaMatch "http://dbpedia.org/page/Thermodynamic_temperature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD196" ; + qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics. +Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. +In thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based.""" ; + qudt:siExactMatch si-quantity:TEMT ; + qudt:symbol "T" ; + rdfs:isDefinedBy ; + rdfs:label "Suhu termodinamik"@ms ; + rdfs:label "Termodynamická teplota"@cs ; + rdfs:label "abszolút hőmérséklet"@hu ; + rdfs:label "temperatura termodinamica"@it ; + rdfs:label "temperatura thermodynamica absoluta"@la ; + rdfs:label "temperatura"@es ; + rdfs:label "temperatura"@pl ; + rdfs:label "temperatura"@pt ; + rdfs:label "temperatura"@sl ; + rdfs:label "temperatură termodinamică"@ro ; + rdfs:label "température thermodynamique"@fr ; + rdfs:label "termodinamik sıcaklık"@tr ; + rdfs:label "thermodynamic temperature"@en ; + rdfs:label "thermodynamische Temperatur"@de ; + rdfs:label "Απόλυτη"@el ; + rdfs:label "Термодинамическая температура"@ru ; + rdfs:label "Термодинамична температура"@bg ; + rdfs:label "טמפרטורה מוחלטת"@he ; + rdfs:label "درجة الحرارة المطلقة"@ar ; + rdfs:label "دمای ترمودینامیکی"@fa ; + rdfs:label "ऊष्मगतिकीय तापमान"@hi ; + rdfs:label "热力学温度"@zh ; + rdfs:label "熱力学温度"@ja ; + rdfs:seeAlso quantitykind:Temperature ; + skos:altLabel "temperatura assoluta"@it ; + skos:altLabel "Θερμοδυναμική Θερμοκρασία"@el ; + skos:broader quantitykind:Temperature ; +. +quantitykind:Thickness + a qudt:QuantityKind ; + dcterms:description "\"Thickness\" is the the smallest of three dimensions: length, width, thickness."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thickness"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.merriam-webster.com/dictionary/thickness"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Thickness\" is the the smallest of three dimensions: length, width, thickness." ; + qudt:symbol "d" ; + rdfs:isDefinedBy ; + rdfs:label "Thickness"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:ThomsonCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference."^^rdf:HTML ; + qudt:applicableUnit unit:V-PER-K ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ; + qudt:informativeReference "http://www.daviddarling.info/encyclopedia/T/Thomson_effect.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference." ; + rdfs:isDefinedBy ; + rdfs:label "Thomson Coefficient"@en ; +. +quantitykind:Thrust + a qudt:QuantityKind ; + dcterms:description """Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system. +The pushing or pulling force developed by an aircraft engine or a rocket engine. +The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor. +Specifically, in rocketry, $ F\\,= m\\cdot v$ where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust."""^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thrust"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system." ; + rdfs:isDefinedBy ; + rdfs:label "Thrust"@en ; + skos:broader quantitykind:Force ; +. +quantitykind:ThrustCoefficient + a qudt:QuantityKind ; + dcterms:description "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure "^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure " ; + qudt:symbol "C_{F}" ; + rdfs:isDefinedBy ; + rdfs:label "Thrust Coefficient"@en ; +. +quantitykind:ThrustToMassRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB_F-PER-LB ; + qudt:applicableUnit unit:N-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Thrust To Mass Ratio"@en ; + skos:broader quantitykind:Acceleration ; +. +quantitykind:ThrustToWeightRatio + a qudt:QuantityKind ; + dcterms:description "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\psi$"^^qudt:LatexString ; + qudt:plainTextDescription "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle." ; + rdfs:isDefinedBy ; + rdfs:label "Thrust To Weight Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:ThrusterPowerToThrustEfficiency + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB-PER-HR-PSI ; + qudt:applicableUnit unit:LB-PER-MIN-PSI ; + qudt:applicableUnit unit:LB-PER-SEC-PSI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Thruster Power To Thrust Efficiency"@en ; +. +quantitykind:Time + a qudt:QuantityKind ; + dcterms:description "Time is a basic component of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify the motions of objects."^^rdf:HTML ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD197" ; + qudt:plainTextDescription "Time is a basic component of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify the motions of objects." ; + qudt:siExactMatch si-quantity:TIME ; + qudt:symbol "t" ; + rdfs:isDefinedBy ; + rdfs:label "Masa"@ms ; + rdfs:label "Zeit"@de ; + rdfs:label "czas"@pl ; + rdfs:label "idő"@hu ; + rdfs:label "tempo"@it ; + rdfs:label "tempo"@pt ; + rdfs:label "temps"@fr ; + rdfs:label "tempus"@la ; + rdfs:label "tiempo"@es ; + rdfs:label "time"@en ; + rdfs:label "timp"@ro ; + rdfs:label "zaman"@tr ; + rdfs:label "Čas"@cs ; + rdfs:label "čas"@sl ; + rdfs:label "Χρόνος"@el ; + rdfs:label "Време"@bg ; + rdfs:label "Время"@ru ; + rdfs:label "זמן"@he ; + rdfs:label "زمان"@fa ; + rdfs:label "زمن"@ar ; + rdfs:label "समय"@hi ; + rdfs:label "时间"@zh ; + rdfs:label "時間"@ja ; +. +quantitykind:TimeAveragedSoundIntensity + a qudt:QuantityKind ; + dcterms:description "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^rdf:HTML ; + qudt:abbreviation "w/m2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{1}{t2 - t1} \\int_{t1}^{t2}i(t)dt$, where $t1$ and $t2$ are the starting and ending times for the integral and $i$ is sound intensity."^^qudt:LatexString ; + qudt:plainTextDescription "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity." ; + qudt:symbol "I" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Time averaged sound intensity"@en ; + skos:broader quantitykind:SoundIntensity ; +. +quantitykind:TimeConstant_Inductance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD198" ; + rdfs:isDefinedBy ; + rdfs:label "time constant (inductance based)" ; +. +quantitykind:TimePercentage + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:TimeRatio ; + qudt:applicableUnit unit:PERCENT ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Time Percentage"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:TimeRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Time Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:TimeRelatedLogarithmicRatio + a qudt:QuantityKind ; + dcterms:description "logarithm of the ratio of the value of a defined variable to the value of a reference variable of the same type, divided by the related time"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ415#002" ; + rdfs:isDefinedBy ; + rdfs:label "time-related logarithmic ratio"@en-US ; +. +quantitykind:TimeSquared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:Time_Squared ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Time Squared"@en ; +. +quantitykind:TimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-WK ; + qudt:applicableUnit unit:DEG_F-HR ; + qudt:applicableUnit unit:K-DAY ; + qudt:applicableUnit unit:K-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Time Temperature"@en ; +. +quantitykind:Time_Squared + a qudt:QuantityKind ; + qudt:applicableUnit unit:GM-PER-CentiM-BAR ; + qudt:applicableUnit unit:GM-PER-MilliM-BAR ; + qudt:applicableUnit unit:SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Time Squared"@en ; +. +quantitykind:Torque + a qudt:QuantityKind ; + dcterms:description """In physics, a torque ($\\tau$) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters ($N m$). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as \"pounds feet\"). +Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: $τ = r x F$ +where, +r is the particle's position vector relative to the fulcrum +F is the force acting on the particles, +or, more generally, torque can be defined as the rate of change of angular momentum: $τ = dL/dt$ +where, +L is the angular momentum vector +t stands for time."""^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + qudt:exactMatch quantitykind:MomentOfForce ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD200" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Torque"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = M \\cdot e_Q$, where $M$ is the momentof force and $e_Q$ is a unit vector directed along a $Q-axis$ with respect to which the torque is considered."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Torsionmoment"@de ; + rdfs:label "coppia"@it ; + rdfs:label "couple"@fr ; + rdfs:label "moment obrotowy"@pl ; + rdfs:label "momento de torção"@pt ; + rdfs:label "par"@es ; + rdfs:label "torque"@en ; + rdfs:label "عزم محورى"@ar ; + rdfs:label "トルク"@ja ; + rdfs:label "转矩"@zh ; + skos:altLabel "Drillmoment"@de ; + skos:altLabel "binârio"@pt ; + skos:altLabel "moment de torsion"@fr ; + skos:altLabel "momento de torsión"@es ; + skos:altLabel "momento torcente"@it ; +. +quantitykind:TorqueConstant + a qudt:QuantityKind ; + dcterms:description "product of magnetic induction, number of turns per unit length, and the area enclosed by the coil corresponding to the gradient of the curve representing the ratio between the torque of the motor and the current"@en ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD201" ; + qudt:plainTextDescription "Produkt aus der magnetischen Induktion, der Windungszahl und der von der Spule eingeschlossenen Fläche entsprechend der Steigung der Kurve des Verhältnisses Drehmoment des Motors zum Strom"@de ; + qudt:symbol "0173-1#Z4-BAJ298#002" ; + rdfs:isDefinedBy ; + rdfs:label "torque constant" ; + rdfs:label "torque constant"@en-US ; +. +quantitykind:TorquePerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-M-PER-ARCMIN ; + qudt:applicableUnit unit:N-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-MIN_Angle ; + qudt:applicableUnit unit:N-M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Torque per Angle"@en ; +. +quantitykind:TorquePerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloN-M-PER-M ; + qudt:applicableUnit unit:N-M-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Torque per Length"@en ; +. +quantitykind:TorsionalRigidity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD202" ; + rdfs:isDefinedBy ; + rdfs:label "torsional rigidity" ; +. +quantitykind:TorsionalSpringConstant + a qudt:QuantityKind ; + dcterms:description "ratio between the turning moment for elastic deformation of a torsion spring and the related angle of rotation"@en ; + qudt:applicableUnit unit:KiloN-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-ARCMIN ; + qudt:applicableUnit unit:N-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-MIN_Angle ; + qudt:applicableUnit unit:N-M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Torsion_spring"^^xsd:anyURI ; + qudt:plainTextDescription "A torsional spring constant is a measure of the stiffness of a torsional spring, which is a type of spring that experiences twisting or torque rather than compression or extension. It is typically measured in newton-meters per radian (N·m/rad) and is used to calculate the amount of torque required to twist a spring a certain amount. It is related to the spring's geometry, material properties, and manufacturing process." ; + qudt:plainTextDescription "Quotient Drehmoment zur elastischen Verformung einer Drehfeder durch den zugehörigen Drehwinkel"@de ; + qudt:symbol "0173-1#Z4-BAJ448#002" ; + rdfs:isDefinedBy ; + rdfs:label "Federkonstante Drehfeder"@de ; + rdfs:label "torsional spring constant"@en ; +. +quantitykind:TotalAngularMomentum + a qudt:QuantityKind ; + dcterms:description "\"Total Angular Momentum\" combines both the spin and orbital angular momentum of all particles and fields. In atomic and nuclear physics, orbital angular momentum is usually denoted by $l$ or $L$ instead of $\\Lambda$. The magnitude of $J$ is quantized so that $J^2 = \\hbar^2 j(j + 1)$, where $j$ is the total angular momentum quantum number."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum#Spin.2C_orbital.2C_and_total_angular_momentum"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J" ; + rdfs:isDefinedBy ; + rdfs:label "Total Angular Momentum"@en ; + skos:broader quantitykind:AngularMomentum ; +. +quantitykind:TotalAngularMomentumQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Total Angular Quantum Number\" describes the magnitude of total angular momentum $J$, where $j$ refers to a specific particle and $J$ is used for the whole system."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "j" ; + rdfs:isDefinedBy ; + rdfs:label "Total Angular Momentum Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber ; +. +quantitykind:TotalAtomicStoppingPower + a qudt:QuantityKind ; + dcterms:description "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume."^^rdf:HTML ; + qudt:applicableUnit unit:EV-M2 ; + qudt:applicableUnit unit:J-M2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/atomic-stopping-power"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S_a = \\frac{S}{n}$, where $S$ is the total linear stopping power and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume." ; + qudt:symbol "S_a" ; + rdfs:isDefinedBy ; + rdfs:label "Total Atomic Stopping Power"@en ; +. +quantitykind:TotalCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle."^^rdf:HTML ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle." ; + qudt:symbol "σₜ" ; + rdfs:isDefinedBy ; + rdfs:label "Total Cross-section"@en ; + skos:broader quantitykind:CrossSection ; +. +quantitykind:TotalCurrent + a qudt:QuantityKind ; + dcterms:description "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current."^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$I_{tot}= I + I_D$, where $I$ is electric current and $I_D$ is displacement current."^^qudt:LatexString ; + qudt:plainTextDescription "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current." ; + qudt:symbol "I_t" ; + qudt:symbol "I_{tot}" ; + rdfs:isDefinedBy ; + rdfs:label "Total Current"@en ; + rdfs:seeAlso quantitykind:DisplacementCurrent ; + rdfs:seeAlso quantitykind:ElectricCurrent ; +. +quantitykind:TotalCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Total Current Density\" is the sum of the electric current density and the displacement current density."^^rdf:HTML ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J_{tot}= J + J_D$, where $J$ is electric current density and $J_D$ is displacement current density."^^qudt:LatexString ; + qudt:latexSymbol "$J_{tot}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Total Current Density\" is the sum of the electric current density and the displacement current density." ; + rdfs:isDefinedBy ; + rdfs:label "Total Current Density"@en ; + rdfs:seeAlso quantitykind:DisplacementCurrentDensity ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity ; +. +quantitykind:TotalIonization + a qudt:QuantityKind ; + dcterms:description "\"Total Ionization\" by a particle, total mean charge, divided by the elementary charge, $e$, of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$N = \\int N_i dl$."^^qudt:LatexString ; + qudt:symbol "N_i" ; + rdfs:isDefinedBy ; + rdfs:label "Total Ionization"@en ; +. +quantitykind:TotalLinearStoppingPower + a qudt:QuantityKind ; + dcterms:description "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-PER-CentiM ; + qudt:applicableUnit unit:EV-PER-ANGSTROM ; + qudt:applicableUnit unit:EV-PER-M ; + qudt:applicableUnit unit:J-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD203" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S = -\\frac{dE}{dx}$, where $-dE$ is the energy decrement in the $x-direction$ along an elementary path with the length $dx$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length." ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Total Linear Stopping Power"@en ; +. +quantitykind:TotalMassStoppingPower + a qudt:QuantityKind ; + dcterms:description "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material."^^rdf:HTML ; + qudt:applicableUnit unit:ERG-CentiM2-PER-GM ; + qudt:applicableUnit unit:EV-M2-PER-KiloGM ; + qudt:applicableUnit unit:J-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD204" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S_m = \\frac{S}{\\rho}$, where $S$ is the total linear stopping power and $\\rho$ is the mass density of the sample."^^qudt:LatexString ; + qudt:plainTextDescription "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material." ; + qudt:symbol "S_m" ; + rdfs:isDefinedBy ; + rdfs:label "Total Mass Stopping Power"@en ; +. +quantitykind:TotalPressure + a qudt:QuantityKind ; + dcterms:description " The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "P_0" ; + rdfs:isDefinedBy ; + rdfs:label "Total Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:TotalRadiance + a qudt:QuantityKind ; + dcterms:description "ratio between the differential change in the energy fluence dΨ and the time interval dt: ψ = dΨ / dt; the total radiance is identical to the product of the particle flux density and the average energy of the particles"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Quotient aus der differentiellen Änderung der Energiefluenz dΨ im Zeitintervall dt: ψ = dΨ / dt; die Energieflussdichte ist identisch mit dem Produkt der Teilchenflussdichte und der mittleren Teilchenenergie"@de ; + qudt:symbol "0173-1#Z4-BAJ318#002" ; + rdfs:isDefinedBy ; + rdfs:label "total radiance"@en-US ; +. +quantitykind:TouchThresholds + a qudt:QuantityKind ; + dcterms:description "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin." ; + rdfs:isDefinedBy ; + rdfs:label "Touch Thresholds"@en ; +. +quantitykind:TrafficIntensity + a qudt:QuantityKind ; + dcterms:description "number of all simultaneously occupied units in a particular group of units"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD205" ; + qudt:plainTextDescription "Anzahl aller gleichzeitig belegten Einrichtungen in einer bestimmten Gruppe von einrichtungen"@de ; + qudt:symbol "0173-1#Z4-BAJ462#001" ; + rdfs:isDefinedBy ; + rdfs:label "traffic intensity" ; + rdfs:label "traffic intensity"@en-US ; +. +quantitykind:TransmissionRatioBetweenRotationAndTranslation + a qudt:QuantityKind ; + dcterms:description "relationship between rotational and longitudinal movements as a measure of how an angle is converted into a linear path"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Zusammenhang zwischen Dreh- und Längsbewegung als Maß dafür, wie ein überstrichener Drehwinkel in eine lineare Wegstrecke umgesetzt wird"@de ; + qudt:symbol "0173-1#Z4-BAJ400#003" ; + rdfs:isDefinedBy ; + rdfs:label "transmission ratio between rotation and translation"@en-US ; +. +quantitykind:Transmittance + a qudt:QuantityKind ; + dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Transmittance"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the transmitted radiant flux or the transmitted luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau, T$"^^qudt:LatexString ; + qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Transmittance"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:TransmittanceDensity + a qudt:QuantityKind ; + dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexDefinition "$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ; + qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." ; + qudt:symbol "A_10, D" ; + rdfs:isDefinedBy ; + rdfs:label "Transmittance Density"@en ; +. +quantitykind:TrueExhaustVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "u_{e}" ; + rdfs:isDefinedBy ; + rdfs:label "True Exhaust Velocity"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:Turbidity + a qudt:QuantityKind ; + dcterms:description "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid."^^rdf:HTML ; + qudt:applicableUnit unit:NTU ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Turbidity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Turbidity"^^xsd:anyURI ; + qudt:plainTextDescription "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid." ; + rdfs:isDefinedBy ; + rdfs:label "Turbidity"@en ; +. +quantitykind:Turns + a qudt:QuantityKind ; + dcterms:description "\"Turns\" is the number of turns in a winding."^^rdf:HTML ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Turns\" is the number of turns in a winding." ; + qudt:symbol "N" ; + rdfs:isDefinedBy ; + rdfs:label "Turns"@en ; + skos:broader quantitykind:Count ; +. +quantitykind:Unbalance + a qudt:QuantityKind ; + dcterms:description "unsteady rotation of a body resulting from an anxious distribution of mass, expressed as the product of radius and related mass"@en ; + qudt:applicableUnit unit:KiloGM-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD206" ; + qudt:plainTextDescription "durch ungleichmäßige Masseverteilung bedingter, unruhiger Lauf rotierender Körper, ausgedrückt als Produkt aus dem Radius und einer zugehörigen Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ432#001" ; + rdfs:isDefinedBy ; + rdfs:label "unbalance" ; + rdfs:label "unbalance"@en-US ; +. +quantitykind:Unknown + a qudt:QuantityKind ; + dcterms:description "Placeholder value used for reference from units where it is not clear what a given unit is a measure of."@en ; + qudt:applicableUnit unit:A-HR-PER-DEG_C ; + qudt:applicableUnit unit:A-PER-A-HR ; + qudt:applicableUnit unit:A-PER-PA ; + qudt:applicableUnit unit:A-SEC2 ; + qudt:applicableUnit unit:A2-SEC ; + qudt:applicableUnit unit:AWG ; + qudt:applicableUnit unit:BARN-PER-EV ; + qudt:applicableUnit unit:BARN-PER-SR ; + qudt:applicableUnit unit:BARN-PER-SR-EV ; + qudt:applicableUnit unit:C-M2-PER-KiloGM ; + qudt:applicableUnit unit:CentiM-PER-BAR ; + qudt:applicableUnit unit:CentiM-PER-SEC-BAR ; + qudt:applicableUnit unit:CentiM-PER-SEC-K ; + qudt:applicableUnit unit:CentiM2-PER-CentiM3 ; + qudt:applicableUnit unit:CentiM3-PER-BAR ; + qudt:applicableUnit unit:CentiM3-PER-DAY-BAR ; + qudt:applicableUnit unit:CentiM3-PER-DAY-K ; + qudt:applicableUnit unit:CentiM3-PER-HR-BAR ; + qudt:applicableUnit unit:CentiM3-PER-HR-K ; + qudt:applicableUnit unit:CentiM3-PER-MIN-BAR ; + qudt:applicableUnit unit:CentiM3-PER-MIN-K ; + qudt:applicableUnit unit:CentiM3-PER-SEC-BAR ; + qudt:applicableUnit unit:CentiM3-PER-SEC-K ; + qudt:applicableUnit unit:CentiPOISE-PER-K ; + qudt:applicableUnit unit:DEG_C-KiloGM-PER-M2 ; + qudt:applicableUnit unit:DEG_C-PER-BAR ; + qudt:applicableUnit unit:DEG_C2-PER-SEC ; + qudt:applicableUnit unit:DEG_F-PER-BAR ; + qudt:applicableUnit unit:DeciB-MilliW ; + qudt:applicableUnit unit:DeciB-MilliW-PER-MegaHZ ; + qudt:applicableUnit unit:DeciB-W ; + qudt:applicableUnit unit:FT-HR-PER-GAL_UK ; + qudt:applicableUnit unit:FT-HR-PER-GAL_US ; + qudt:applicableUnit unit:FT-HR-PER-IN3 ; + qudt:applicableUnit unit:FT-PER-PSI ; + qudt:applicableUnit unit:FT-PER-SEC-DEG_F ; + qudt:applicableUnit unit:FT-PER-SEC-PSI ; + qudt:applicableUnit unit:FT-SEC-PER-GAL_UK ; + qudt:applicableUnit unit:FT-SEC-PER-GAL_US ; + qudt:applicableUnit unit:FT-SEC-PER-IN3 ; + qudt:applicableUnit unit:FT2-PER-BTU_IT-IN ; + qudt:applicableUnit unit:FT3-PER-PSI ; + qudt:applicableUnit unit:GM-HR-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-HR-PER-L-M3 ; + qudt:applicableUnit unit:GM-HR-PER-L2 ; + qudt:applicableUnit unit:GM-HR-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-HR-PER-M3-L ; + qudt:applicableUnit unit:GM-HR-PER-M6 ; + qudt:applicableUnit unit:GM-MIN-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-MIN-PER-L-M3 ; + qudt:applicableUnit unit:GM-MIN-PER-L2 ; + qudt:applicableUnit unit:GM-MIN-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-MIN-PER-M3-L ; + qudt:applicableUnit unit:GM-MIN-PER-M6 ; + qudt:applicableUnit unit:GM-PER-BAR ; + qudt:applicableUnit unit:GM-PER-CentiM3-K ; + qudt:applicableUnit unit:GM-PER-DAY-BAR ; + qudt:applicableUnit unit:GM-PER-DAY-K ; + qudt:applicableUnit unit:GM-PER-DEG_C ; + qudt:applicableUnit unit:GM-PER-DeciM3-K ; + qudt:applicableUnit unit:GM-PER-HR-BAR ; + qudt:applicableUnit unit:GM-PER-HR-K ; + qudt:applicableUnit unit:GM-PER-HZ ; + qudt:applicableUnit unit:GM-PER-K ; + qudt:applicableUnit unit:GM-PER-L-CentiPOISE ; + qudt:applicableUnit unit:GM-PER-L-K ; + qudt:applicableUnit unit:GM-PER-L-MilliPA-SEC ; + qudt:applicableUnit unit:GM-PER-L-PA-SEC ; + qudt:applicableUnit unit:GM-PER-L-POISE ; + qudt:applicableUnit unit:GM-PER-M3-CentiPOISE ; + qudt:applicableUnit unit:GM-PER-M3-K ; + qudt:applicableUnit unit:GM-PER-M3-MilliPA-SEC ; + qudt:applicableUnit unit:GM-PER-M3-PA-SEC ; + qudt:applicableUnit unit:GM-PER-M3-POISE ; + qudt:applicableUnit unit:GM-PER-MIN-BAR ; + qudt:applicableUnit unit:GM-PER-MIN-K ; + qudt:applicableUnit unit:GM-PER-MilliL-K ; + qudt:applicableUnit unit:GM-PER-SEC-BAR ; + qudt:applicableUnit unit:GM-PER-SEC-K ; + qudt:applicableUnit unit:GM-SEC-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-SEC-PER-L-M3 ; + qudt:applicableUnit unit:GM-SEC-PER-L2 ; + qudt:applicableUnit unit:GM-SEC-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-SEC-PER-M3-L ; + qudt:applicableUnit unit:GM-SEC-PER-M6 ; + qudt:applicableUnit unit:HR-PER-FT2 ; + qudt:applicableUnit unit:IN-PER-PSI ; + qudt:applicableUnit unit:IN-PER-SEC-DEG_F ; + qudt:applicableUnit unit:IN-PER-SEC-PSI ; + qudt:applicableUnit unit:K-M-PER-SEC ; + qudt:applicableUnit unit:K-M2-PER-KiloGM-SEC ; + qudt:applicableUnit unit:K-PA-PER-SEC ; + qudt:applicableUnit unit:K-PER-BAR ; + qudt:applicableUnit unit:K-PER-PA ; + qudt:applicableUnit unit:K2 ; + qudt:applicableUnit unit:KiloGM-PER-BAR ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3-K ; + qudt:applicableUnit unit:KiloGM-PER-DAY-BAR ; + qudt:applicableUnit unit:KiloGM-PER-DAY-K ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3-K ; + qudt:applicableUnit unit:KiloGM-PER-HR-BAR ; + qudt:applicableUnit unit:KiloGM-PER-HR-K ; + qudt:applicableUnit unit:KiloGM-PER-K ; + qudt:applicableUnit unit:KiloGM-PER-L-K ; + qudt:applicableUnit unit:KiloGM-PER-M3-K ; + qudt:applicableUnit unit:KiloGM-PER-M3-SEC ; + qudt:applicableUnit unit:KiloGM-PER-MIN-BAR ; + qudt:applicableUnit unit:KiloGM-PER-MIN-K ; + qudt:applicableUnit unit:KiloGM-PER-PA ; + qudt:applicableUnit unit:KiloGM-PER-SEC-BAR ; + qudt:applicableUnit unit:KiloGM-PER-SEC-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC-PA ; + qudt:applicableUnit unit:KiloGM-SEC2 ; + qudt:applicableUnit unit:KiloGM2-PER-SEC2 ; + qudt:applicableUnit unit:KiloM-PER-SEC-BAR ; + qudt:applicableUnit unit:KiloMOL-PER-M3-BAR ; + qudt:applicableUnit unit:KiloMOL-PER-M3-K ; + qudt:applicableUnit unit:KiloOHM-PER-BAR ; + qudt:applicableUnit unit:KiloOHM-PER-K ; + qudt:applicableUnit unit:KiloV-A_Reactive-PER-K ; + qudt:applicableUnit unit:L-PER-BAR ; + qudt:applicableUnit unit:L-PER-DAY-BAR ; + qudt:applicableUnit unit:L-PER-DAY-K ; + qudt:applicableUnit unit:L-PER-HR-BAR ; + qudt:applicableUnit unit:L-PER-HR-K ; + qudt:applicableUnit unit:L-PER-MIN-BAR ; + qudt:applicableUnit unit:L-PER-MIN-K ; + qudt:applicableUnit unit:L-PER-SEC-BAR ; + qudt:applicableUnit unit:L-PER-SEC-K ; + qudt:applicableUnit unit:LB-FT2-PER-GAL_UK-LB_F-SEC ; + qudt:applicableUnit unit:LB-FT2-PER-GAL_US-LB_F-SEC ; + qudt:applicableUnit unit:LB-FT2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:LB-HR-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-HR-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-HR-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-FT6 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-HR-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-HR-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-HR-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-IN6 ; + qudt:applicableUnit unit:LB-IN2-PER-FT3-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-GAL_UK-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-GAL_US-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-FT6 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-IN6 ; + qudt:applicableUnit unit:LB-PER-DEG_F ; + qudt:applicableUnit unit:LB-PER-FT-LB_F-SEC ; + qudt:applicableUnit unit:LB-PER-FT3-DEG_F ; + qudt:applicableUnit unit:LB-PER-HR-DEG_F ; + qudt:applicableUnit unit:LB-PER-IN3-DEG_F ; + qudt:applicableUnit unit:LB-PER-MIN-DEG_F ; + qudt:applicableUnit unit:LB-PER-PSI ; + qudt:applicableUnit unit:LB-PER-SEC-DEG_F ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-FT6 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-IN6 ; + qudt:applicableUnit unit:M-PER-BAR ; + qudt:applicableUnit unit:M-PER-PA ; + qudt:applicableUnit unit:M-PER-SEC-BAR ; + qudt:applicableUnit unit:M-PER-SEC-K ; + qudt:applicableUnit unit:M-PER-SEC-PA ; + qudt:applicableUnit unit:M-SEC ; + qudt:applicableUnit unit:M-SEC2 ; + qudt:applicableUnit unit:M2-HZ2 ; + qudt:applicableUnit unit:M2-HZ3 ; + qudt:applicableUnit unit:M2-HZ4 ; + qudt:applicableUnit unit:M2-PER-HZ ; + qudt:applicableUnit unit:M2-PER-HZ-DEG ; + qudt:applicableUnit unit:M2-PER-HZ2 ; + qudt:applicableUnit unit:M2-PER-SEC-BAR ; + qudt:applicableUnit unit:M2-PER-SEC-K ; + qudt:applicableUnit unit:M2-PER-SEC-PA ; + qudt:applicableUnit unit:M2-SEC-PER-RAD ; + qudt:applicableUnit unit:M3-PER-BAR ; + qudt:applicableUnit unit:M3-PER-DAY-BAR ; + qudt:applicableUnit unit:M3-PER-DAY-K ; + qudt:applicableUnit unit:M3-PER-HR-BAR ; + qudt:applicableUnit unit:M3-PER-HR-K ; + qudt:applicableUnit unit:M3-PER-KiloGM-SEC2 ; + qudt:applicableUnit unit:M3-PER-MIN-BAR ; + qudt:applicableUnit unit:M3-PER-MIN-K ; + qudt:applicableUnit unit:M3-PER-PA ; + qudt:applicableUnit unit:M3-PER-SEC-BAR ; + qudt:applicableUnit unit:M3-PER-SEC-K ; + qudt:applicableUnit unit:M3-PER-SEC-PA ; + qudt:applicableUnit unit:M4-PER-SEC ; + qudt:applicableUnit unit:MOL-PER-GM-HR ; + qudt:applicableUnit unit:MOL-PER-KiloGM-K ; + qudt:applicableUnit unit:MOL-PER-L-BAR ; + qudt:applicableUnit unit:MOL-PER-L-K ; + qudt:applicableUnit unit:MOL-PER-M2 ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M-SR ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-SR ; + qudt:applicableUnit unit:MOL-PER-M3-BAR ; + qudt:applicableUnit unit:MOL-PER-M3-K ; + qudt:applicableUnit unit:MOL-PER-M3-PA ; + qudt:applicableUnit unit:MOL-PER-MOL ; + qudt:applicableUnit unit:MegaOHM-PER-BAR ; + qudt:applicableUnit unit:MegaOHM-PER-K ; + qudt:applicableUnit unit:Megahertz-KiloM ; + qudt:applicableUnit unit:MicroGAL-PER-M ; + qudt:applicableUnit unit:MicroGM-PER-L-HR ; + qudt:applicableUnit unit:MicroGM-PER-M3-HR ; + qudt:applicableUnit unit:MicroGM-PER-M3-K ; + qudt:applicableUnit unit:MicroM-PER-MilliL ; + qudt:applicableUnit unit:MicroMOL-PER-GM-HR ; + qudt:applicableUnit unit:MicroMOL-PER-GM-SEC ; + qudt:applicableUnit unit:MicroMOL-PER-M2 ; + qudt:applicableUnit unit:MicroMOL-PER-MOL ; + qudt:applicableUnit unit:MicroMOL-PER-MicroMOL-DAY ; + qudt:applicableUnit unit:MicroV-A_Reactive-PER-K ; + qudt:applicableUnit unit:MilliA-IN2-PER-LB_F ; + qudt:applicableUnit unit:MilliA-PER-BAR ; + qudt:applicableUnit unit:MilliA-PER-L-MIN ; + qudt:applicableUnit unit:MilliA-PER-LB_F-IN2 ; + qudt:applicableUnit unit:MilliBQ-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGAL-PER-MO ; + qudt:applicableUnit unit:MilliGM-HR-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-L2 ; + qudt:applicableUnit unit:MilliGM-HR-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-HR-PER-M6 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L2 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M6 ; + qudt:applicableUnit unit:MilliGM-PER-BAR ; + qudt:applicableUnit unit:MilliGM-PER-DAY-BAR ; + qudt:applicableUnit unit:MilliGM-PER-DAY-K ; + qudt:applicableUnit unit:MilliGM-PER-HR-BAR ; + qudt:applicableUnit unit:MilliGM-PER-HR-K ; + qudt:applicableUnit unit:MilliGM-PER-K ; + qudt:applicableUnit unit:MilliGM-PER-L-CentiPOISE ; + qudt:applicableUnit unit:MilliGM-PER-L-MilliPA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-L-PA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-L-POISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-CentiPOISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M3-HR ; + qudt:applicableUnit unit:MilliGM-PER-M3-K ; + qudt:applicableUnit unit:MilliGM-PER-M3-MilliPA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-M3-PA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-M3-POISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-SEC ; + qudt:applicableUnit unit:MilliGM-PER-MIN-BAR ; + qudt:applicableUnit unit:MilliGM-PER-MIN-K ; + qudt:applicableUnit unit:MilliGM-PER-SEC-BAR ; + qudt:applicableUnit unit:MilliGM-PER-SEC-K ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L2 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M6 ; + qudt:applicableUnit unit:MilliK-PER-BAR ; + qudt:applicableUnit unit:MilliL-PER-BAR ; + qudt:applicableUnit unit:MilliL-PER-DAY-BAR ; + qudt:applicableUnit unit:MilliL-PER-DAY-K ; + qudt:applicableUnit unit:MilliL-PER-HR-BAR ; + qudt:applicableUnit unit:MilliL-PER-HR-K ; + qudt:applicableUnit unit:MilliL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliL-PER-MIN-BAR ; + qudt:applicableUnit unit:MilliL-PER-MIN-K ; + qudt:applicableUnit unit:MilliL-PER-SEC-BAR ; + qudt:applicableUnit unit:MilliL-PER-SEC-K ; + qudt:applicableUnit unit:MilliM-PER-BAR ; + qudt:applicableUnit unit:MilliMOL-PER-M2 ; + qudt:applicableUnit unit:MilliMOL-PER-MOL ; + qudt:applicableUnit unit:MilliOHM-PER-BAR ; + qudt:applicableUnit unit:MilliOHM-PER-K ; + qudt:applicableUnit unit:MilliPA-SEC-PER-K ; + qudt:applicableUnit unit:MilliV-A_Reactive-PER-K ; + qudt:applicableUnit unit:MilliV-PER-V ; + qudt:applicableUnit unit:MilliW-PER-CentiM2-MicroM-SR ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM-SR ; + qudt:applicableUnit unit:MillionUSD-PER-YR ; + qudt:applicableUnit unit:N-M-PER-W0dot5 ; + qudt:applicableUnit unit:N-M2-PER-KiloGM2 ; + qudt:applicableUnit unit:NP-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-CentiM-KiloYR ; + qudt:applicableUnit unit:NUM-PER-GM ; + qudt:applicableUnit unit:NUM-PER-HectoGM ; + qudt:applicableUnit unit:NUM-PER-MilliGM ; + qudt:applicableUnit unit:NanoMOL-PER-GM-SEC ; + qudt:applicableUnit unit:NanoMOL-PER-MicroGM-HR ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL-DAY ; + qudt:applicableUnit unit:OHM-PER-BAR ; + qudt:applicableUnit unit:OHM-PER-K ; + qudt:applicableUnit unit:ONE ; + qudt:applicableUnit unit:OZ-FT-HR-PER-IN3-LB ; + qudt:applicableUnit unit:OZ-FT-SEC-PER-IN3-LB ; + qudt:applicableUnit unit:OZ-FT2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-HR-PER-IN6 ; + qudt:applicableUnit unit:OZ-IN2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-MIN-PER-IN6 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN6 ; + qudt:applicableUnit unit:PA-M ; + qudt:applicableUnit unit:PA-M-PER-SEC ; + qudt:applicableUnit unit:PA-M-PER-SEC2 ; + qudt:applicableUnit unit:PA-SEC-PER-K ; + qudt:applicableUnit unit:PA2-PER-SEC2 ; + qudt:applicableUnit unit:PER-KiloGM-SEC ; + qudt:applicableUnit unit:PER-M-NanoM-SR ; + qudt:applicableUnit unit:PER-M-SEC ; + qudt:applicableUnit unit:PER-M-SR ; + qudt:applicableUnit unit:PER-MicroMOL-L ; + qudt:applicableUnit unit:PER-PA-SEC ; + qudt:applicableUnit unit:PER-PERCENT ; + qudt:applicableUnit unit:PER-RAD ; + qudt:applicableUnit unit:PER-SEC-SR-M2 ; + qudt:applicableUnit unit:PER-SR ; + qudt:applicableUnit unit:PERCENT-FT-HR-PER-LB ; + qudt:applicableUnit unit:PERCENT-FT-SEC-PER-LB ; + qudt:applicableUnit unit:PERCENT-HR-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-HR-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-HR-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-L ; + qudt:applicableUnit unit:PERCENT-HR-PER-M3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-YD3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-MIN-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-MIN-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-L ; + qudt:applicableUnit unit:PERCENT-MIN-PER-M3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-YD3 ; + qudt:applicableUnit unit:PERCENT-PER-10KiloCount ; + qudt:applicableUnit unit:PERCENT-PER-CentiPOISE ; + qudt:applicableUnit unit:PERCENT-PER-DEG ; + qudt:applicableUnit unit:PERCENT-PER-DEGREE ; + qudt:applicableUnit unit:PERCENT-PER-DecaCount ; + qudt:applicableUnit unit:PERCENT-PER-DecaKiloCount ; + qudt:applicableUnit unit:PERCENT-PER-KiloCount ; + qudt:applicableUnit unit:PERCENT-PER-MilliPA-SEC ; + qudt:applicableUnit unit:PERCENT-PER-OHM ; + qudt:applicableUnit unit:PERCENT-PER-PA-SEC ; + qudt:applicableUnit unit:PERCENT-PER-PERCENT ; + qudt:applicableUnit unit:PERCENT-PER-POISE ; + qudt:applicableUnit unit:PERCENT-PER-V ; + qudt:applicableUnit unit:PERCENT-SEC-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-SEC-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-SEC-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-L ; + qudt:applicableUnit unit:PERCENT-SEC-PER-M3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-YD3 ; + qudt:applicableUnit unit:POISE-PER-K ; + qudt:applicableUnit unit:PPTR_VOL ; + qudt:applicableUnit unit:PicoA-PER-HectoPA ; + qudt:applicableUnit unit:PicoA-PER-MicroMOL-L ; + qudt:applicableUnit unit:PicoMOL-PER-M-W-SEC ; + qudt:applicableUnit unit:PicoW-PER-CentiM2-L ; + qudt:applicableUnit unit:SEC-PER-FT2 ; + qudt:applicableUnit unit:SEC-PER-M ; + qudt:applicableUnit unit:SON ; + qudt:applicableUnit unit:SPIN_QUANTUM_NUMBER ; + qudt:applicableUnit unit:ST-PER-BAR ; + qudt:applicableUnit unit:ST-PER-K ; + qudt:applicableUnit unit:ST-PER-PA ; + qudt:applicableUnit unit:TONNE-PER-BAR ; + qudt:applicableUnit unit:TONNE-PER-DAY-BAR ; + qudt:applicableUnit unit:TONNE-PER-DAY-K ; + qudt:applicableUnit unit:TONNE-PER-HR-BAR ; + qudt:applicableUnit unit:TONNE-PER-HR-K ; + qudt:applicableUnit unit:TONNE-PER-K ; + qudt:applicableUnit unit:TONNE-PER-M3-K ; + qudt:applicableUnit unit:TONNE-PER-MIN-BAR ; + qudt:applicableUnit unit:TONNE-PER-MIN-K ; + qudt:applicableUnit unit:TONNE-PER-SEC-BAR ; + qudt:applicableUnit unit:TONNE-PER-SEC-K ; + qudt:applicableUnit unit:TON_Metric-PER-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY-K ; + qudt:applicableUnit unit:TON_Metric-PER-HR-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-HR-K ; + qudt:applicableUnit unit:TON_Metric-PER-K ; + qudt:applicableUnit unit:TON_Metric-PER-M3-K ; + qudt:applicableUnit unit:TON_Metric-PER-MIN-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-MIN-K ; + qudt:applicableUnit unit:TON_Metric-PER-SEC-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-SEC-K ; + qudt:applicableUnit unit:TON_SHORT-PER-DEG_F ; + qudt:applicableUnit unit:TON_SHORT-PER-HR-DEG_F ; + qudt:applicableUnit unit:TON_SHORT-PER-HR-PSI ; + qudt:applicableUnit unit:TON_SHORT-PER-PSI ; + qudt:applicableUnit unit:UNKNOWN ; + qudt:applicableUnit unit:V-A_Reactive-PER-K ; + qudt:applicableUnit unit:V-PER-L-MIN ; + qudt:applicableUnit unit:V-PER-V ; + qudt:applicableUnit unit:W-HR-PER-L ; + qudt:applicableUnit unit:W-M-PER-M2-SR ; + qudt:applicableUnit unit:W-PER-M2-M ; + qudt:applicableUnit unit:W-PER-M2-M-SR ; + qudt:applicableUnit unit:W-PER-M2-NanoM ; + qudt:applicableUnit unit:W-PER-M2-NanoM-SR ; + qudt:applicableUnit unit:W-PER-SR-M2 ; + qudt:applicableUnit unit:YD-PER-PSI ; + qudt:applicableUnit unit:YD3-PER-PSI ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "Unknown"@en ; +. +quantitykind:UpperCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity."^^rdf:HTML ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:Gamma ; + qudt:applicableUnit unit:Gs ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity." ; + qudt:symbol "B_{c2}" ; + rdfs:isDefinedBy ; + rdfs:label "Upper Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity ; + skos:closeMatch quantitykind:LowerCriticalMagneticFluxDensity ; +. +quantitykind:VacuumThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:expression "$VT$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Vacuum Thrust"@en ; + skos:broader quantitykind:Thrust ; +. +quantitykind:VaporPermeability + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM-PER-M2-PA-SEC ; + qudt:applicableUnit unit:NanoGM-PER-M2-PA-SEC ; + qudt:applicableUnit unit:PERM_Metric ; + qudt:applicableUnit unit:PERM_Metric_0DEG_C ; + qudt:applicableUnit unit:PERM_Metric_23DEG_C ; + qudt:applicableUnit unit:PERM_US ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + qudt: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." ; + rdfs:isDefinedBy ; + rdfs:label "Vapor Permeability"@en ; +. +quantitykind:VaporPressure + a qudt:QuantityKind ; + dcterms:description "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."^^rdf:HTML ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "A pressure that is the one exerted by a substance vapor in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system." ; + rdfs:isDefinedBy ; + rdfs:label "Vapor Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:VehicleVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Vehicle Velocity"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:Velocity + a qudt:QuantityKind ; + dcterms:description "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. "^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearVelocity ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD236" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Velocity"^^xsd:anyURI ; + qudt:plainTextDescription "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. " ; + qudt:siExactMatch si-quantity:VELO ; + qudt:symbol "v" ; + rdfs:isDefinedBy ; + rdfs:label "Geschwindigkeit"@de ; + rdfs:label "Halaju"@ms ; + rdfs:label "Rychlost"@cs ; + rdfs:label "hitrost"@sl ; + rdfs:label "hız"@tr ; + rdfs:label "prędkość"@pl ; + rdfs:label "velocidad"@es ; + rdfs:label "velocidade"@pt ; + rdfs:label "velocitas"@la ; + rdfs:label "velocity"@en ; + rdfs:label "velocità"@it ; + rdfs:label "vitesse"@fr ; + rdfs:label "viteză"@ro ; + rdfs:label "Επιφάνεια"@el ; + rdfs:label "Ско́рость"@ru ; + rdfs:label "מהירות"@he ; + rdfs:label "السرعة"@ar ; + rdfs:label "سرعت/تندی"@fa ; + rdfs:label "गति"@hi ; + rdfs:label "速力"@ja ; + rdfs:label "速度"@zh ; + skos:altLabel "rapidez"@es ; + skos:altLabel "वेग"@hi ; +. +quantitykind:VentilationRatePerFloorArea + a qudt:QuantityKind ; + dcterms:description "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area."^^rdf:HTML ; + qudt:applicableUnit unit:L-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ventilation_(architecture)#Ventilation_rates_for_indoor_air_quality"^^xsd:anyURI ; + qudt:plainTextDescription "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area." ; + rdfs:isDefinedBy ; + rdfs:label "Ventilation Rate per Floor Area"@en ; +. +quantitykind:VerticalVelocity + a qudt:QuantityKind ; + dcterms:description "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile." ; + qudt:symbol "V_{Z}" ; + rdfs:isDefinedBy ; + rdfs:label "Vertical Velocity"@en ; + skos:broader quantitykind:Velocity ; +. +quantitykind:VideoFrameRate + a qudt:QuantityKind ; + dcterms:description "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)."^^rdf:HTML ; + qudt:applicableUnit unit:FRAME-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Frame_rate"^^xsd:anyURI ; + qudt:plainTextDescription "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)." ; + rdfs:isDefinedBy ; + rdfs:label "Video Frame Rate"@en ; + skos:broader quantitykind:InformationFlowRate ; +. +quantitykind:Viscosity + a qudt:QuantityKind ; + dcterms:description "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity."^^rdf:HTML ; + qudt:applicableUnit unit:CentiPOISE ; + qudt:applicableUnit unit:DecaPOISE ; + qudt:applicableUnit unit:GM-PER-CentiM-SEC ; + qudt:applicableUnit unit:KiloGM-PER-M-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M-HR ; + qudt:applicableUnit unit:KiloGM-PER-M-MIN ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC ; + qudt:applicableUnit unit:LB-PER-FT-DAY ; + qudt:applicableUnit unit:LB-PER-FT-HR ; + qudt:applicableUnit unit:LB-PER-FT-MIN ; + qudt:applicableUnit unit:LB-PER-FT-SEC ; + qudt:applicableUnit unit:LB_F-SEC-PER-FT2 ; + qudt:applicableUnit unit:LB_F-SEC-PER-IN2 ; + qudt:applicableUnit unit:MicroPOISE ; + qudt:applicableUnit unit:MilliPA-SEC ; + qudt:applicableUnit unit:N-SEC-PER-M2 ; + qudt:applicableUnit unit:PA-SEC ; + qudt:applicableUnit unit:PDL-SEC-PER-FT2 ; + qudt:applicableUnit unit:PDL-SEC-PER-IN2 ; + qudt:applicableUnit unit:POISE ; + qudt:applicableUnit unit:SLUG-PER-FT-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:DynamicViscosity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:plainTextDescription "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity." ; + rdfs:isDefinedBy ; + rdfs:label "Viscosity"@en ; +. +quantitykind:VisibleRadiantEnergy + a qudt:QuantityKind ; + dcterms:description "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + qudt:latexDefinition "Q"^^qudt:LatexString ; + qudt:plainTextDescription "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation." ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Visible Radiant Energy"@en ; + skos:broader quantitykind:Energy ; + skos:closeMatch quantitykind:LuminousEnergy ; +. +quantitykind:VisionThresholds + a qudt:QuantityKind ; + dcterms:description "\"Vision Thresholds\" is an abstract term to refer to a variety of measures for the thresholds of sensitivity of the eye."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_v}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye." ; + rdfs:isDefinedBy ; + rdfs:label "Vision Thresholds"@en ; +. +quantitykind:Voltage + a qudt:QuantityKind ; + dcterms:description """$\\textit{Voltage}$, also referred to as $\\textit{Electric Tension}$, is the difference between electrical potentials of two points. For an electric field within a medium, $U_{ab} = - \\int_{r_a}^{r_b} E . {dr}$, where $E$ is electric field strength. +For an irrotational electric field, the voltage is independent of the path between the two points $a$ and $b$."""^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD237" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$U_{ab} = V_a - V_b$, where $V_a$ and $V_b$ are electric potentials at points $a$ and $b$, respectively."^^qudt:LatexString ; + qudt:latexSymbol "$U_{ab}$"^^qudt:LatexString ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Voltage"@en ; +. +quantitykind:VoltagePercentage + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:VoltageRatio ; + qudt:applicableUnit unit:PERCENT ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E-1L2I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Percentage"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:VoltagePhasor + a qudt:QuantityKind ; + dcterms:description "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "When $u = \\hat{U} \\cos{(\\omega t + \\alpha)}$, where $u$ is the voltage, $\\omega$ is angular frequency, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{U} = Ue^{ja}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{U}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one." ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Phasor"@en ; +. +quantitykind:VoltageRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E-1L2I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:Volume + a qudt:QuantityKind ; + dcterms:description "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space."^^rdf:HTML ; + qudt:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BBL_US ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:GT ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:Kilo-FT3 ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:RT ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:Standard ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_Register ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volume"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD238" ; + qudt:plainTextDescription "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space." ; + qudt:siExactMatch si-quantity:VOLU ; + rdfs:isDefinedBy ; + rdfs:label "Volume"@en ; +. +quantitykind:VolumeDensityOfCharge + a qudt:QuantityKind ; + dcterms:description "volume density of the electric charge Q present in a volume V"@en ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:plainTextDescription "räumliche Dichte der in einem Raumgebiet vom Volumen V enthaltenen elektrischen Ladung Q"@de ; + qudt:symbol "0173-1#Z4-BAJ368#002" ; + rdfs:isDefinedBy ; + rdfs:label "volume density of charge"@en-US ; +. +quantitykind:VolumeFlowRate + a qudt:QuantityKind ; + dcterms:description "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time."^^rdf:HTML ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:exactMatch quantitykind:VolumePerUnitTime ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD239" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_V = \\frac{dV}{dt}$, where $V$ is volume and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time." ; + qudt:symbol "q_V" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Flow Rate"@en ; +. +quantitykind:VolumeFlowRate_SurfaceRelated + a qudt:QuantityKind ; + qudt:applicableUnit unit:M3-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD183" ; + rdfs:isDefinedBy ; + rdfs:label "surface‑related volume flow rate" ; +. +quantitykind:VolumeFraction + a qudt:QuantityKind ; + dcterms:description "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM3-PER-CentiM3 ; + qudt:applicableUnit unit:CentiM3-PER-M3 ; + qudt:applicableUnit unit:DeciM3-PER-M3 ; + qudt:applicableUnit unit:L-PER-L ; + qudt:applicableUnit unit:M3-PER-M3 ; + qudt:applicableUnit unit:MicroL-PER-L ; + qudt:applicableUnit unit:MicroM3-PER-M3 ; + qudt:applicableUnit unit:MicroM3-PER-MilliL ; + qudt:applicableUnit unit:MilliL-PER-L ; + qudt:applicableUnit unit:MilliL-PER-M3 ; + qudt:applicableUnit unit:MilliM3-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD240" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Volume_fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi_B = \\frac{x_B V_{m,B}^*}{\\sum x_i V_{m,i}^*}$, where $V_{m,i}^*$ is the molar volume of the pure substances $i$ at the same temperature and pressure, $x_i$ denotes the amount-of-substance fraction of substance $i$, and $\\sum$ denotes summation over all substances $i$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)." ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Volume Fraction"@en ; + skos:broader quantitykind:DimensionlessRatio ; +. +quantitykind:VolumeOrSectionModulus + a qudt:QuantityKind ; + dcterms:description "domain completely enclosed by a surface, which can be determined for Cartesian coordinates by integration according to the following equation: V = ∫∫∫ dx dy dz or for a homogeneous material, it is the ratio of the moment of inertia and the distance to any point on the neutral axis at which the stress is to be calculated"@en ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "der von einer Oberfläche eingeschlossene gesamte Rauminhalt, der für kartesische Koordinaten durch Integration nach folgender Gleichung ermittelt werden kann: V = ∫∫∫ dx dy dz oder bei einem homogenen Werkstoff Quotient Trägheitsmoment dividiert durch den Abstand zu einem Punkt auf der neutralen Achse, bei dem die Belastung berechnet werden soll"@de ; + qudt:symbol "0173-1#Z4-BAJ251#002" ; + rdfs:isDefinedBy ; + rdfs:label "volume or section modulus"@en-US ; +. +quantitykind:VolumePerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:M3-PER-HA ; + qudt:applicableUnit unit:M3-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Volume per Unit Area"@en ; +. +quantitykind:VolumePerUnitTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:exactMatch quantitykind:VolumeFlowRate ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Volume per Unit Time"@en ; +. +quantitykind:VolumeStrain + a qudt:QuantityKind ; + dcterms:description "Volume, or volumetric, Strain, or dilatation (the relative variation of the volume) is the trace of the tensor $\\vartheta$."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PPTR ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\vartheta = \\frac{\\Delta V}{V_0}$, where $\\Delta V$ is the increase in volume and $V_0$ is the volume in a reference state to be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Volume Strain"@en ; + skos:broader quantitykind:Strain ; +. +quantitykind:VolumeThermalExpansion + a qudt:QuantityKind ; + dcterms:description """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. + +Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: + + * linear thermal expansion + * area thermal expansion + * volumetric thermal expansion + +These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications. + +Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]""" ; + qudt:applicableUnit unit:CentiM3-PER-K ; + qudt:applicableUnit unit:FT3-PER-DEG_F ; + qudt:applicableUnit unit:L-PER-K ; + qudt:applicableUnit unit:M3-PER-K ; + qudt:applicableUnit unit:MilliL-PER-K ; + qudt:applicableUnit unit:YD3-PER-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:plainTextDescription """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. + +Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: + + * linear thermal expansion + * area thermal expansion + * volumetric thermal expansion + +These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications. + +Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]""" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Thermal Expansion"@en ; +. +quantitykind:VolumetricBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M3 ; + qudt:applicableUnit unit:ExbiBIT-PER-M3 ; + qudt:applicableUnit unit:GibiBIT-PER-M3 ; + qudt:applicableUnit unit:KibiBIT-PER-M3 ; + qudt:applicableUnit unit:MebiBIT-PER-M3 ; + qudt:applicableUnit unit:PebiBIT-PER-M3 ; + qudt:applicableUnit unit:TebiBIT-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD241" ; + rdfs:isDefinedBy ; + rdfs:label "volumic bit density" ; +. +quantitykind:VolumetricElectricCharge + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD242" ; + rdfs:isDefinedBy ; + rdfs:label "volumic electric charge" ; +. +quantitykind:VolumetricEntityDensity + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the volume value"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Volumenwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ377#003" ; + rdfs:isDefinedBy ; + rdfs:label "volumetric entity density"@en-US ; +. +quantitykind:VolumetricFlux + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]"^^rdf:HTML ; + qudt:applicableUnit unit:MilliL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:MilliL-PER-CentiM2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volumetric_flux"^^xsd:anyURI ; + qudt:plainTextDescription "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]" ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T-1D0 ; + rdfs:isDefinedBy ; + rdfs:label "Volumetric Flux"@en ; +. +quantitykind:VolumetricHeatCapacity + a qudt:QuantityKind ; + dcterms:description "$\\textit{Volumetric Heat Capacity (VHC)}$, also termed $\\textit{volume-specific heat capacity}$, describes the ability of a given volume of a substance to store internal energy while undergoing a given temperature change, but without undergoing a phase transition. It is different from specific heat capacity in that the VHC is a $\\textit{per unit volume}$ measure of the relationship between thermal energy and temperature of a material, while the specific heat is a $\\textit{per unit mass}$ measure (or occasionally per molar quantity of the material)."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3-K ; + qudt:applicableUnit unit:LB_F-PER-IN2-DEG_F ; + qudt:applicableUnit unit:MilliBAR-PER-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volumetric_heat_capacity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Volumetric_heat_capacity"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Volumetric Heat Capacity"@en ; +. +quantitykind:VolumetricOutputPower + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD243" ; + rdfs:isDefinedBy ; + rdfs:label "volumic output power" ; +. +quantitykind:VolumicAmountOfSubstance + a qudt:QuantityKind ; + dcterms:description "quantity proportional to the number of single particles of a defined type present in a given sample, divided by the related volume of this sample"@en ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Größe proportional der Anzahl von Einzelteilchen festgelegter Art, die in einer gegebenen Substanzprobe enthalten sind, dividiert durch das zugehörige Volumen dieser Substanzprobe"@de ; + qudt:symbol "0173-1#Z4-BAJ402#002" ; + rdfs:isDefinedBy ; + rdfs:label "volumic amount of substance"@en-US ; +. +quantitykind:VolumicDataQuantity + a qudt:QuantityKind ; + dcterms:description "amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ401#002" ; + rdfs:isDefinedBy ; + rdfs:label "volumic data quantity"@en-US ; +. +quantitykind:VolumicElectromagneticEnergy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:exactMatch quantitykind:ElectromagneticEnergyDensity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$w$"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Volumic Electromagnetic Energy"@en ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; + rdfs:seeAlso quantitykind:MagneticFieldStrength_H ; + rdfs:seeAlso quantitykind:MagneticFluxDensity ; +. +quantitykind:VolumicOutput + a qudt:QuantityKind ; + dcterms:description "ratio released power divided by volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:plainTextDescription "Quotient freigesetzte Wärmeleistung durch Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ366#003" ; + rdfs:isDefinedBy ; + rdfs:label "volumic output"@en-US ; +. +quantitykind:Vorticity + a qudt:QuantityKind ; + dcterms:description "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field."^^rdf:HTML ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:latexSymbol "$\\omega$"^^qudt:LatexString ; + qudt:plainTextDescription "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field." ; + rdfs:isDefinedBy ; + rdfs:label "Vorticity"@en ; + skos:broader quantitykind:AngularVelocity ; +. +quantitykind:WarmReceptorThreshold + a qudt:QuantityKind ; + dcterms:description "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^rdf:HTML ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_w}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending." ; + rdfs:isDefinedBy ; + rdfs:label "Warm Receptor Threshold"@en ; +. +quantitykind:WarpingConstant + a qudt:QuantityKind ; + dcterms:description "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶."^^rdf:HTML ; + qudt:applicableUnit unit:CentiM6 ; + qudt:applicableUnit unit:M6 ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingconstantmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶." ; + rdfs:isDefinedBy ; + rdfs:label "Warping Constant"@en ; +. +quantitykind:WarpingMoment + a qudt:QuantityKind ; + dcterms:description "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²."^^rdf:HTML ; + qudt:applicableUnit unit:KiloN-M2 ; + qudt:applicableUnit unit:N-M2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingmomentmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²." ; + rdfs:isDefinedBy ; + rdfs:label "Warping Moment"@en ; +. +quantitykind:WaterHorsepower + a qudt:QuantityKind ; + dcterms:description "No pump can convert all of its mechanical power into water power. Mechanical power is lost in the pumping process due to friction losses and other physical losses. It is because of these losses that the horsepower going into the pump has to be greater than the water horsepower leaving the pump. The efficiency of any given pump is defined as the ratio of the water horsepower out of the pump compared to the mechanical horsepower into the pump."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://www.uaex.edu/environment-nature/water/docs/IrrigSmart-3241-A-Understanding-water-horsepower.pdf"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Water Horsepower"@en ; + skos:broader quantitykind:Power ; +. +quantitykind:WaterVaporDiffusionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-PA-SEC-M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.wufi-wiki.com/mediawiki/index.php/Details:WaterVaporDiffusion"^^xsd:anyURI ; + qudt:plainTextDescription "The Water vapour diffusion coefficient describes how easy vapor diffusion happens in a given material." ; + rdfs:isDefinedBy ; + rdfs:label "Wasserdampfdiffusionsleitkoeffizient"@de ; + rdfs:label "Water vapour diffusion coefficient"@en ; +. +quantitykind:WaterVapourPermeability + a qudt:QuantityKind ; + dcterms:description "mass of water vapour passing a surface divided by the area of this surface, the pressure difference, and the corresponding time"@en ; + qudt:applicableUnit unit:PERM_0DEG_C ; + qudt:applicableUnit unit:PERM_23DEG_C ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD244" ; + qudt:plainTextDescription "Masse des durch eine Fläche hindurchtretenden Wasserdampfes, dividiert durch den Flächeninhalt dieser Fläche, die Druckdifferenz und die dazugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ446#001" ; + rdfs:isDefinedBy ; + rdfs:label "water vapour permeability" ; + rdfs:label "water vapour permeability"@en-US ; +. +quantitykind:Wavelength + a qudt:QuantityKind ; + dcterms:description "For a monochromatic wave, \"wavelength\" is the distance between two successive points in a direction perpendicular to the wavefront where at a given instant the phase differs by $2\\pi$. The wavelength of a sinusoidal wave is the spatial period of the wave—the distance over which the wave's shape repeats. The SI unit of wavelength is the meter."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Wavelength"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\frac{c}{\\nu}$, where $\\lambda$ is the wave length, $\\nu$ is the frequency, and $c$ is the speed of light in the medium."^^qudt:LatexString ; + qudt:symbol "λ" ; + vaem:todo "belongs to SOQ-ISO" ; + rdfs:isDefinedBy ; + rdfs:label "Jarak gelombang"@ms ; + rdfs:label "Vlnové délka"@cs ; + rdfs:label "Wellenlänge"@de ; + rdfs:label "comprimento de onda"@pt ; + rdfs:label "dalga boyu"@tr ; + rdfs:label "longitud de onda"@es ; + rdfs:label "longueur d'onde"@fr ; + rdfs:label "lunghezza d'onda"@it ; + rdfs:label "wavelength"@en ; + rdfs:label "длина волны"@ru ; + rdfs:label "طول موج"@fa ; + rdfs:label "波长"@zh ; + skos:broader quantitykind:Length ; +. +quantitykind:Wavenumber + a qudt:QuantityKind ; + dcterms:description "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M."^^rdf:HTML ; + qudt:applicableUnit unit:DPI ; + qudt:applicableUnit unit:KY ; + qudt:applicableUnit unit:MESH ; + qudt:applicableUnit unit:NUM-PER-M ; + qudt:applicableUnit unit:PER-ANGSTROM ; + qudt:applicableUnit unit:PER-CentiM ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + qudt:latexDefinition """$\\sigma = \\frac{\\nu}{c}$, where $\\sigma$ is the wave number, $\\nu$ is the frequency, and $c$ is the speed of light in the medium. + +Or: + +$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave."""^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M." ; + qudt:siExactMatch si-quantity:WANU ; + rdfs:isDefinedBy ; + rdfs:label "Bilangan gelombang"@ms ; + rdfs:label "Liczba falowa"@pl ; + rdfs:label "Repetenz"@de ; + rdfs:label "Vlnové číslo"@cs ; + rdfs:label "dalga sayısı"@tr ; + rdfs:label "nombre d'onde"@fr ; + rdfs:label "numero d'onda"@it ; + rdfs:label "número de ola"@es ; + rdfs:label "número de onda"@pt ; + rdfs:label "valovno število"@sl ; + rdfs:label "wavenumber"@en ; + rdfs:label "Волновое число"@ru ; + rdfs:label "عدد الموجة"@ar ; + rdfs:label "عدد موج"@fa ; + rdfs:label "波数"@ja ; + rdfs:label "波数"@zh ; + rdfs:seeAlso quantitykind:AngularWavenumber ; + skos:altLabel "Wellenzahl"@de ; + skos:broader quantitykind:InverseLength ; +. +quantitykind:WebTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Web Time" ; + rdfs:isDefinedBy ; + rdfs:label "Web Time"@en ; + skos:broader quantitykind:Time ; +. +quantitykind:WebTimeAveragePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H20_4DEG_C ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Web Time Average Pressure"@en ; + skos:broader quantitykind:Pressure ; +. +quantitykind:WebTimeAverageThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Web Time Avg Thrust (Mlbf)" ; + rdfs:isDefinedBy ; + rdfs:label "Web Time Average Thrust"@en ; + skos:broader quantitykind:Thrust ; +. +quantitykind:Weight + a qudt:QuantityKind ; + dcterms:description "The force with which a body is attracted toward an astronomical body. Or, the product of the mass of a body and the acceleration acting on a body. In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity."^^rdf:HTML ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloP ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:P ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ; + qudt:plainTextDescription "The force with which a body is attracted toward an astronomical body. Or, the product of the mass of a body and the acceleration acting on a body. In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity." ; + qudt:symbol "bold letter W" ; + rdfs:isDefinedBy ; + rdfs:label "Ağırlık"@tr ; + rdfs:label "Berat"@ms ; + rdfs:label "Gewicht"@de ; + rdfs:label "Siła ciężkości"@pl ; + rdfs:label "forza peso"@it ; + rdfs:label "greutate"@ro ; + rdfs:label "peso"@es ; + rdfs:label "peso"@pt ; + rdfs:label "poids"@fr ; + rdfs:label "tíha"@cs ; + rdfs:label "weight"@en ; + rdfs:label "Вес"@ru ; + rdfs:label "وزن"@ar ; + rdfs:label "وزن"@fa ; + rdfs:label "重さ"@ja ; + rdfs:label "重量"@zh ; + skos:broader quantitykind:Force ; +. +quantitykind:Width + a qudt:QuantityKind ; + dcterms:description "\"Width\" is the middle of three dimensions: length, width, thickness."^^rdf:HTML ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CH ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FUR_Long ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"Width\" is the middle of three dimensions: length, width, thickness." ; + rdfs:isDefinedBy ; + rdfs:label "Width"@en ; + skos:broader quantitykind:Length ; +. +quantitykind:Work + a qudt:QuantityKind ; + dcterms:description """$\\textit{Work}$ or $net\\ work$ is equal to the change in kinetic energy. + This relationship is called the work-energy theorem: + $$Wnet = K. E._f K. E._o $$$ + where $K. E._f$ is the final kinetic energy and $K. E._o$ is the original kinetic energy. + Potential energy, also referred to as stored energy, is the ability of a system to do work due + to its position or internal structure. + Change in potential energy is equal to work. + The potential energy equations can also be derived from the integral form of work: + $$\\Delta P. E. = W = \\int F \\cdot dx$$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI ; + qudt:informativeReference "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$A = \\int Pdt$, where $P$ is power and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription "A force is said to do Work when it acts on a body so that there is a displacement of the point of application, however small, in the direction of the force. The concepts of work and energy are closely tied to the concept of force because an applied force can do work on an object and cause a change in energy. Energy is defined as the ability to do work. Work is done on an object when an applied force moves it through a distance. Kinetic energy is the energy of an object in motion. The net work is equal to the change in kinetic energy." ; + qudt:symbol "A" ; + rdfs:isDefinedBy ; + rdfs:label "Arbeit"@de ; + rdfs:label "delo"@sl ; + rdfs:label "iş"@tr ; + rdfs:label "kerja"@ms ; + rdfs:label "lavoro"@it ; + rdfs:label "lucru mecanic"@ro ; + rdfs:label "praca"@pl ; + rdfs:label "práce"@cs ; + rdfs:label "trabajo"@es ; + rdfs:label "trabalho"@pt ; + rdfs:label "travail"@fr ; + rdfs:label "work"@en ; + rdfs:label "کار"@fa ; + rdfs:label "कार्य"@hi ; + rdfs:label "仕事量"@ja ; + rdfs:label "功"@zh ; + skos:broader quantitykind:Energy ; +. +quantitykind:WorkFunction + a qudt:QuantityKind ; + dcterms:description "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)."^^rdf:HTML ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloV-A-HR ; + qudt:applicableUnit unit:KiloV-A_Reactive-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaV-A-HR ; + qudt:applicableUnit unit:MegaV-A_Reactive-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:V-A-HR ; + qudt:applicableUnit unit:V-A_Reactive-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Work_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)." ; + rdfs:isDefinedBy ; + rdfs:label "Work Function"@en ; + skos:broader quantitykind:Energy ; +. + + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kinds Vocabulary Catalog Entry v1.2" ; +. +vaem:GMD_QUDT-QUANTITY-KINDS-ALL + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2019-08-01T16:25:54.850+00:00"^^xsd:dateTime ; + dcterms:creator "Ralph Hodgson" ; + dcterms:creator "Steve Ray" ; + dcterms:description "Provides the set of all quantity kinds."^^rdf:HTML ; + dcterms:modified "2024-03-22T16:32:43.842-04:00"^^xsd:dateTime ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "QUANTITY-KINDS-ALL" ; + dcterms:title "QUDT Quantity Kinds Version 2.1 Vocabulary" ; + vaem:applicableDiscipline "All disciplines" ; + vaem:applicableDomain "Science, Medicine and Engineering" ; + vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; + vaem:graphTitle "QUDT Quantity Kinds Version 2.1.37" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:intent "Provides a vocabulary of all quantity kinds." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png" ; + vaem:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + vaem:namespacePrefix "quantitykind" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-QUANTITY-KINDS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:specificity 1 ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/quantitykind"^^xsd:anyURI ; + vaem:usesNonImportedResource dc:contributor ; + vaem:usesNonImportedResource dc:creator ; + vaem:usesNonImportedResource dc:description ; + vaem:usesNonImportedResource dc:rights ; + vaem:usesNonImportedResource dc:subject ; + vaem:usesNonImportedResource dc:title ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:usesNonImportedResource ; + vaem:usesNonImportedResource ; + vaem:usesNonImportedResource skos:closeMatch ; + vaem:usesNonImportedResource skos:exactMatch ; + vaem:withAttributionTo voag:QUDT-Attribution ; + vaem:withAttributionTo ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 2.1.37" ; +. diff --git a/ontologies/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl b/ontologies/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl new file mode 100644 index 0000000..93311fa --- /dev/null +++ b/ontologies/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL-v2.1.ttl @@ -0,0 +1,264 @@ +# baseURI: http://qudt.org/2.1/vocab/sou +# imports: http://qudt.org/2.1/schema/facade/qudt +# imports: http://qudt.org/2.1/vocab/prefix + +@prefix dc: . +@prefix dcterms: . +@prefix owl: . +@prefix prefix: . +@prefix prov: . +@prefix quantitykind: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix sou: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-SOU ; + rdfs:label "QUDT VOCAB Systems of Units Release 2.1.37" ; + owl:imports ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. +sou:ASU + a qudt:SystemOfUnits ; + 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 ; + qudt:informativeReference "http://www.iau.org/public/themes/measuring/"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Astronomic System Of Units"@en ; +. +sou:CGS + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "CGS" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre_gram_second_system_of_units"^^xsd:anyURI ; + qudt:hasBaseUnit unit:CentiM ; + qudt:hasBaseUnit unit:GM ; + qudt:hasBaseUnit unit:SEC ; + qudt:hasBaseUnit unit:UNITLESS ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Centimetre–gram–second_system_of_units"^^xsd:anyURI ; + qudt:informativeReference "http://scienceworld.wolfram.com/physics/cgs.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.tf.uni-kiel.de/matwis/amat/mw1_ge/kap_2/basics/b2_1_14.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "CGS System of Units"@en ; + rdfs:seeAlso sou:CGS-EMU ; + rdfs:seeAlso sou:CGS-ESU ; + rdfs:seeAlso sou:CGS-GAUSS ; +. +sou:CGS-EMU + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "CGS-EMU" ; + qudt:hasBaseUnit unit:BIOT ; + qudt:hasBaseUnit unit:CentiM ; + qudt:hasBaseUnit unit:GM ; + qudt:hasBaseUnit unit:SEC ; + qudt:hasBaseUnit unit:UNITLESS ; + qudt:informativeReference "http://www.sizes.com/units/sys_cgs_em.htm"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "CGS System of Units - EMU"@en ; +. +sou:CGS-ESU + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "CGS-ESU" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electrostatic_units"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-399#"^^xsd:anyURI ; + qudt:informativeReference "http://www.sizes.com/units/sys_cgs_stat.htm"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "CGS System of Units ESU"@en ; +. +sou:CGS-GAUSS + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "CGS-GAUSS" ; + qudt:hasBaseUnit unit:CentiM ; + qudt:hasBaseUnit unit:GM ; + qudt:hasBaseUnit unit:SEC ; + qudt:hasBaseUnit unit:UNITLESS ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gaussian_units"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "CGS System of Units - Gaussian"@en ; + rdfs:seeAlso sou:CGS ; +. +sou:IMPERIAL + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "Imperial" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Imperial_units"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199234899.001.0001/acref-9780199234899-e-3147"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Imperial System of Units"@en ; +. +sou:PLANCK + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "PLANCK" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_units"^^xsd:anyURI ; + qudt:hasBaseUnit unit:PlanckCharge ; + qudt:hasBaseUnit unit:PlanckLength ; + qudt:hasBaseUnit unit:PlanckMass ; + qudt:hasBaseUnit unit:PlanckTemperature ; + qudt:hasBaseUnit unit:PlanckTime ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_units?oldid=495407713"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Planck System of Units"@en ; +. +sou:SI + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "SI" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/International_System_of_Units"^^xsd:anyURI ; + qudt:hasBaseUnit unit:A ; + qudt:hasBaseUnit unit:CD ; + qudt:hasBaseUnit unit:K ; + qudt:hasBaseUnit unit:KiloGM ; + qudt:hasBaseUnit unit:M ; + qudt:hasBaseUnit unit:MOL ; + qudt:hasBaseUnit unit:SEC ; + qudt:hasBaseUnit unit:UNITLESS ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html"^^xsd:anyURI ; + qudt:informativeReference "http://physics.info/system-international/"^^xsd:anyURI ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811"^^xsd:anyURI ; + qudt:informativeReference "http://www.nist.gov/pml/pubs/sp811/index.cfm"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1292"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-appendix-0003"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-2791"^^xsd:anyURI ; + qudt:informativeReference "https://www.govinfo.gov/content/pkg/GOVPUB-C13-f10c2ff9e7af2091314396a2d53213e4/pdf/GOVPUB-C13-f10c2ff9e7af2091314396a2d53213e4.pdf"^^xsd:anyURI ; + qudt:prefix prefix:Atto ; + qudt:prefix prefix:Centi ; + qudt:prefix prefix:Deca ; + qudt:prefix prefix:Deci ; + qudt:prefix prefix:Deka ; + qudt:prefix prefix:Exa ; + qudt:prefix prefix:Femto ; + qudt:prefix prefix:Giga ; + qudt:prefix prefix:Hecto ; + qudt:prefix prefix:Kilo ; + qudt:prefix prefix:Mega ; + qudt:prefix prefix:Micro ; + qudt:prefix prefix:Milli ; + qudt:prefix prefix:Nano ; + qudt:prefix prefix:Peta ; + qudt:prefix prefix:Pico ; + qudt:prefix prefix:Quecto ; + qudt:prefix prefix:Quetta ; + qudt:prefix prefix:Ronna ; + qudt:prefix prefix:Ronto ; + qudt:prefix prefix:Tera ; + qudt:prefix prefix:Yocto ; + qudt:prefix prefix:Yotta ; + qudt:prefix prefix:Zepto ; + qudt:prefix prefix:Zetta ; + rdfs:isDefinedBy ; + rdfs:label "International System of Units"@en ; +. +sou:SOU_ASU + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "Astronomical System of Units (deprecated URI)" ; + rdfs:seeAlso sou:ASU ; +. +sou:SOU_CGS + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "CGS System of Units (deprecated URI)" ; + rdfs:seeAlso sou:CGS ; +. +sou:SOU_CGS-EMU + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "CGS-EMU System of Units (deprecated URI)" ; + rdfs:seeAlso sou:CGS-EMU ; +. +sou:SOU_CGS-ESU + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "CGS-ESU System of Units (deprecated URI)" ; + rdfs:seeAlso sou:CGS-ESU ; +. +sou:SOU_CGS-GAUSS + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "CGS-Gauss System of Units (deprecated URI)" ; + rdfs:seeAlso sou:CGS-GAUSS ; +. +sou:SOU_IMPERIAL + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "Imperial System of Units (deprecated URI)" ; + rdfs:seeAlso sou:IMPERIAL ; +. +sou:SOU_PLANCK + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "Planck System of Units (deprecated URI)" ; + rdfs:seeAlso sou:PLANCK ; +. +sou:SOU_SI + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "SI System of Units (deprecated URI)" ; + rdfs:seeAlso sou:SI ; +. +sou:SOU_USCS + a qudt:SystemOfUnits ; + qudt:deprecated true ; + rdfs:label "US Customary System of Units (deprecated URI)" ; + rdfs:seeAlso sou:USCS ; +. +sou:UNSTATED + a qudt:SystemOfUnits ; + 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 ; + rdfs:label "Unstated System Of Units"@en ; +. +sou:USCS + a qudt:SystemOfUnits ; + 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 ; + qudt:abbreviation "US Customary" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/United_States_customary_units"^^xsd:anyURI ; + vaem:url "http://en.wikipedia.org/wiki/US_customary_units"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "US Customary Unit System"@en ; +. +vaem:GMD_QUDT-SOU + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2016-07-04"^^xsd:date ; + dcterms:creator "Ralph Hodgson" ; + dcterms:description "QUDT Systems of Units Vocabulary Version 2.1.37"^^rdf:HTML ; + dcterms:modified "2024-03-22T17:09:17.517-04:00"^^xsd:dateTime ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "Systems of Units" ; + dcterms:title "QUDT Systems of Units Version 2.1 Vocabulary" ; + vaem:graphTitle "QUDT Systems of Units Version 2.1.37" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:hasOwner vaem:QUDT ; + vaem:hasSteward vaem:QUDT ; + vaem:intent "The intent of this graph is the specification of all Systems of Units" ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:name "sou" ; + vaem:namespace "http://qudt.org/vocab/sou/"^^xsd:anyURI ; + vaem:namespacePrefix "sou" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/sou"^^xsd:anyURI ; + vaem:usesNonImportedResource prov:wasInfluencedBy ; + vaem:usesNonImportedResource prov:wasInformedBy ; + rdfs:isDefinedBy ; + rdfs:label "QUDT System of Units Vocabulary Metadata Version v2.1.37" ; + owl:versionIRI ; +. diff --git a/ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl b/ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl new file mode 100644 index 0000000..969606a --- /dev/null +++ b/ontologies/VOCAB_QUDT-UNITS-ALL-v2.1.ttl @@ -0,0 +1,45230 @@ +# baseURI: http://qudt.org/2.1/vocab/unit +# imports: http://qudt.org/2.1/schema/facade/qudt +# imports: http://qudt.org/2.1/vocab/prefix +# imports: http://qudt.org/2.1/vocab/quantitykind +# imports: http://qudt.org/2.1/vocab/sou + +@prefix dc: . +@prefix dcterms: . +@prefix owl: . +@prefix prefix: . +@prefix prov: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix rdf: . +@prefix rdfs: . +@prefix si-unit: . +@prefix skos: . +@prefix sou: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-UNITS-ALL ; + rdfs:isDefinedBy ; + rdfs:label "QUDT VOCAB Units of Measure Release 2.1.37" ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionIRI ; +. +unit:A + a qudt:Unit ; + dcterms:description """$\\textit{Ampere}$, often shortened to $\\text{amp}$, +is the SI unit of electric current and is one of the seven SI base units defined as: + +$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} +\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} +\\equiv \\frac{\\text{joule}}{\\text{weber}}$$ + +Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units. +"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAA101" ; + qudt:iec61360Code "0112/2///62720#UAD717" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:ampere ; + qudt:symbol "A" ; + qudt:ucumCode "A"^^qudt:UCUMcs ; + qudt:udunitsCode "A" ; + qudt:uneceCommonCode "AMP" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere"@de ; + rdfs:label "amper"@hu ; + rdfs:label "amper"@pl ; + rdfs:label "amper"@ro ; + rdfs:label "amper"@sl ; + rdfs:label "amper"@tr ; + rdfs:label "ampere"@en ; + rdfs:label "ampere"@it ; + rdfs:label "ampere"@ms ; + rdfs:label "ampere"@pt ; + rdfs:label "amperio"@es ; + rdfs:label "amperium"@la ; + rdfs:label "ampère"@fr ; + rdfs:label "ampér"@cs ; + rdfs:label "αμπέρ"@el ; + rdfs:label "ампер"@bg ; + rdfs:label "ампер"@ru ; + rdfs:label "אמפר"@he ; + rdfs:label "آمپر"@fa ; + rdfs:label "أمبير"@ar ; + rdfs:label "एम्पीयर"@hi ; + rdfs:label "アンペア"@ja ; + rdfs:label "安培"@zh ; + skos:altLabel "amp" ; +. +unit:A-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing + in one hour through a conductor passing one ampere. + An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric + charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$). + One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred + by a steady current of one ampere for one hour. + The ampere-hour is frequently used in measurements of electrochemical systems such as + electroplating and electrical batteries. + The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an + ampere-hour ($3.6 \\,coulombs$). + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA102" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:anyURI ; + qudt:symbol "A·hr" ; + qudt:ucumCode "A.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AMH" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour"@en ; +. +unit:A-HR-PER-DEG_C + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour + divided by the unit degree Celsius. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD886" ; + qudt:symbol "A·h/°C" ; + qudt:ucumCode "A.h.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere hour per degree Celsius" ; +. +unit:A-HR-PER-DeciM3 + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere + and the unit hour divided by 0.001-fold of the power of the SI base unit metre with + the exponent 3. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAD883" ; + qudt:symbol "A·h/dm³" ; + qudt:ucumCode "A.h.dm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere hour per cubic decimetre" ; +. +unit:A-HR-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAD884" ; + qudt:symbol "A·h/kg" ; + qudt:ucumCode "A.h.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "A.h/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere hour per kilogram" ; +. +unit:A-HR-PER-M2 + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricChargeSurfaceDensity ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAD885" ; + qudt:symbol "A·h/m²" ; + qudt:ucumCode "A.h.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere hour per square metre" ; +. +unit:A-HR-PER-M3 + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAD882" ; + qudt:symbol "A·h/m³" ; + qudt:ucumCode "A.h.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere hour per cubic metre" ; +. +unit:A-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of electromagnetic moment."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A-M^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:iec61360Code "0112/2///62720#UAA106" ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "A·m²" ; + qudt:ucumCode "A.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A5" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Square Meter"@en-us ; + rdfs:label "Ampere Square Metre"@en ; +. +unit:A-M2-PER-J-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of gyromagnetic ratio."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A-m^2/J-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "A·m²/(J·s)" ; + qudt:ucumCode "A.m2.J-1.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "A.m2/(J.s)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A10" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Square Meter Per Joule Second"@en-us ; + rdfs:label "Ampere Square Metre Per Joule Second"@en ; +. +unit:A-MIN + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:iec61360Code "0112/2///62720#UAB383" ; + qudt:symbol "A·min" ; + qudt:ucumCode "A.min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N95" ; + rdfs:isDefinedBy ; + rdfs:label "ampere minute" ; +. +unit:A-PER-A-HR + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit ampere and the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD890" ; + qudt:symbol "A/A·h" ; + qudt:ucumCode "A.A-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere per ampere hour" ; +. +unit:A-PER-CentiM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAB073" ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "A/cm" ; + qudt:ucumCode "A.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A2" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Per Centimeter"@en-us ; + rdfs:label "Ampere Per Centimetre"@en ; +. +unit:A-PER-CentiM2 + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAB052" ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "A/cm²" ; + qudt:ucumCode "A.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "A/cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A4" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Per Square Centimeter"@en-us ; + rdfs:label "Ampere Per Square Centimetre"@en ; +. +unit:A-PER-DEG_C + a qudt:Unit ; + dcterms:description "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A/degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:informativeReference "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"^^xsd:anyURI ; + qudt:informativeReference "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:anyURI ; + qudt:symbol "A/°C" ; + qudt:ucumCode "A.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Degree Celsius"@en ; +. +unit:A-PER-GM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. + This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SpecificElectricCurrent ; + qudt:symbol "A/g" ; + qudt:ucumCode "A.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Gram"@en ; +. +unit:A-PER-J + a qudt:Unit ; + dcterms:description """$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. + The measure for the reciprical of magnetic flux. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/J$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; + qudt:symbol "A/J" ; + qudt:ucumCode "A.J-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/J"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Joule"@en ; +. +unit:A-PER-K + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:iec61360Code "0112/2///62720#UAD896" ; + qudt:symbol "A/K" ; + qudt:ucumCode "A.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ampere per kelvin" ; +. +unit:A-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassicElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAB485" ; + qudt:iec61360Code "0112/2///62720#UAD543" ; + qudt:symbol "A/kg" ; + qudt:ucumCode "A.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H31" ; + rdfs:isDefinedBy ; + rdfs:label "ampere per kilogram" ; +. +unit:A-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Coercivity ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAA104" ; + qudt:symbol "A/m" ; + qudt:ucumCode "A.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AE" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere je Meter"@de ; + rdfs:label "Ampere per Meter"@en-us ; + rdfs:label "amper bölü metre"@tr ; + rdfs:label "amper na meter"@sl ; + rdfs:label "amper na metr"@pl ; + rdfs:label "ampere al metro"@it ; + rdfs:label "ampere pe metru"@ro ; + rdfs:label "ampere per meter"@ms ; + rdfs:label "ampere per metre"@en ; + rdfs:label "ampere por metro"@pt ; + rdfs:label "amperio por metro"@es ; + rdfs:label "ampère par mètre"@fr ; + rdfs:label "ampérů na metr"@cs ; + rdfs:label "ампер на метр"@ru ; + rdfs:label "آمپر بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर एम्पीयर"@hi ; + rdfs:label "アンペア毎メートル"@ja ; + rdfs:label "安培每米"@zh ; +. +unit:A-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. +This unit is commonly used in the SI unit system. +"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DisplacementCurrentDensity ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:TotalCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA105" ; + qudt:iec61360Code "0112/2///62720#UAD533" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA105"^^xsd:anyURI ; + qudt:symbol "A/m²" ; + qudt:ucumCode "A.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "A/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A41" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere je Quadratmeter"@de ; + rdfs:label "Ampere per Square Meter"@en-us ; + rdfs:label "amper bölü metre kare"@tr ; + rdfs:label "amper na kvadratni meter"@sl ; + rdfs:label "amper na metr kwadratowy"@pl ; + rdfs:label "ampere al metro quadrato"@it ; + rdfs:label "ampere pe metru pătrat"@ro ; + rdfs:label "ampere per meter persegi"@ms ; + rdfs:label "ampere per square metre"@en ; + rdfs:label "ampere por metro quadrado"@pt ; + rdfs:label "amperio por metro cuadrado"@es ; + rdfs:label "ampère par mètre carré"@fr ; + rdfs:label "ampér na metr čtvereční"@cs ; + rdfs:label "ампер на квадратный метр"@ru ; + rdfs:label "آمپر بر مترمربع"@fa ; + rdfs:label "أمبير في المتر المربع"@ar ; + rdfs:label "एम्पीयर प्रति वर्ग मीटर"@hi ; + rdfs:label "アンペア毎平方メートル"@ja ; + rdfs:label "安培每平方米"@zh ; +. +unit:A-PER-M2-K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$a/m^2-k^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H-2T0D0 ; + qudt:hasQuantityKind quantitykind:RichardsonConstant ; + qudt:iec61360Code "0112/2///62720#UAB353" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "A/(m²·K²)" ; + qudt:ucumCode "A.m-2.K-2"^^qudt:UCUMcs ; + qudt:ucumCode "A/(m2.K2)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A6" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Square Meter Square Kelvin"@en-us ; + rdfs:label "Ampere per Square Metre Square Kelvin"@en ; +. +unit:A-PER-MilliM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAB072" ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "A/mm" ; + qudt:ucumCode "A.mm-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A3" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Per Millimeter"@en-us ; + rdfs:label "Ampere Per Millimetre"@en ; +. +unit:A-PER-MilliM2 + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAB051" ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "A/mm²" ; + qudt:ucumCode "A.mm-2"^^qudt:UCUMcs ; + qudt:ucumCode "A/mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A7" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Per Square Millimeter"@en-us ; + rdfs:label "Ampere Per Square Millimetre"@en ; +. +unit:A-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB320" ; + qudt:symbol "A/Pa" ; + qudt:ucumCode "A.Pa-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/Pa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N93" ; + rdfs:isDefinedBy ; + rdfs:label "ampere per pascal" ; +. +unit:A-PER-RAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$a-per-rad$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerAngle ; + qudt:symbol "A/rad" ; + qudt:ucumCode "A.rad-1"^^qudt:UCUMcs ; + qudt:ucumCode "A/rad"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Radian"@en ; +. +unit:A-SEC + a qudt:Unit ; + dcterms:description "product out of the SI base unit ampere and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA107" ; + qudt:iec61360Code "0112/2///62720#UAD516" ; + qudt:plainTextDescription "product out of the SI base unit ampere and the SI base unit second" ; + qudt:symbol "A·s" ; + qudt:ucumCode "A.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A8" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Second"@en ; +. +unit:A-SEC2 + a qudt:Unit ; + dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA108" ; + qudt:symbol "A²·s" ; + qudt:ucumCode "A.s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H32" ; + rdfs:isDefinedBy ; + rdfs:label "ampere squared second" ; +. +unit:A2-SEC + a qudt:Unit ; + dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E2L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA108" ; + qudt:symbol "A²·s" ; + qudt:ucumCode "A2.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H32" ; + rdfs:isDefinedBy ; + rdfs:label "ampere squared second" ; +. +unit:AC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4046.8564224 ; + qudt:conversionMultiplierSN 4.0468564224E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAA320" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:anyURI ; + qudt:symbol "acre" ; + qudt:ucumCode "[acr_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ACR" ; + rdfs:isDefinedBy ; + rdfs:label "Acre"@en ; + skos:altLabel "acre" ; +. +unit:AC-FT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1233.4818375475202 ; + qudt:conversionMultiplierSN 1.2334818375475202E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB288" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "acre·ft" ; + qudt:ucumCode "[acr_br].[ft_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Acre Foot"@en ; +. +unit:AC-FT_US + a qudt:Unit ; + dcterms:description "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs" ; + qudt:conversionMultiplier 1233.48426566137344 ; + qudt:conversionMultiplierSN 1.23348426566137344E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB288" ; + qudt:symbol "acre‑ft (US survey)" ; + qudt:ucumCode "[acr_br].[ft_us]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "acre‑foot (based on U.S. survey foot)" ; +. +unit:AMU + a qudt:Unit ; + dcterms:description "The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:exactMatch unit:Da ; + qudt:exactMatch unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:symbol "amu" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:udunitsCode "u" ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic mass unit"@en ; +. +unit:ANGSTROM + a qudt:Unit ; + dcterms:description "The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000001 ; + qudt:conversionMultiplierSN 1.0E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA023" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ångström?oldid=436192495"^^xsd:anyURI ; + qudt:latexSymbol "$\\AA$"^^qudt:LatexString ; + qudt:symbol "Å" ; + qudt:ucumCode "Ao"^^qudt:UCUMcs ; + qudt:udunitsCode "Å" ; + qudt:udunitsCode "Å" ; + qudt:uneceCommonCode "A11" ; + rdfs:isDefinedBy ; + rdfs:label "Angstrom"@en ; +. +unit:ANGSTROM3 + a qudt:Unit ; + dcterms:description "A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.000000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-30 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "ų" ; + qudt:ucumCode "Ao3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Angstrom"@en ; + rdfs:label "Cubic Angstrom"@en-us ; +. +unit:ARCMIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. "^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000290888209 ; + qudt:conversionMultiplierSN 2.90888209E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MIN_Angle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA097" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + qudt:siExactMatch si-unit:arcminute ; + qudt:siUnitsExpression "1" ; + qudt:symbol "'" ; + qudt:ucumCode "'"^^qudt:UCUMcs ; + qudt:udunitsCode "′" ; + qudt:uneceCommonCode "D61" ; + rdfs:isDefinedBy ; + rdfs:label "ArcMinute"@en ; +. +unit:ARCSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Arc Second\" is a unit of angular measure, also called the $\\textit{second of arc}$, equal to $1/60 \\; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$)."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000484813681 ; + qudt:conversionMultiplierSN 4.84813681E-6 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA096" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI ; + qudt:siExactMatch si-unit:arcsecond ; + qudt:symbol "\"" ; + qudt:ucumCode "''"^^qudt:UCUMcs ; + qudt:udunitsCode "″" ; + qudt:uneceCommonCode "D62" ; + rdfs:isDefinedBy ; + rdfs:label "ArcSecond"@en ; +. +unit:ARE + a qudt:Unit ; + dcterms:description "An 'are' is a unit of area equal to 0.02471 acre and 100 centare."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB048" ; + qudt:informativeReference "http://www.anidatech.com/units.html"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "a" ; + qudt:ucumCode "ar"^^qudt:UCUMcs ; + qudt:udunitsCode "a" ; + qudt:uneceCommonCode "ARE" ; + rdfs:isDefinedBy ; + rdfs:label "are"@en ; +. +unit:AT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:symbol "AT" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn"@en ; +. +unit:AT-PER-IN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 39.3700787 ; + qudt:conversionMultiplierSN 3.93700787E1 ; + qudt:expression "$At/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:symbol "AT/in" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn per Inch"@en ; +. +unit:AT-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. + One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. + The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; + in this context $1 A/m = 0.001 emu per cubic centimeter$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$At/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:symbol "AT/m" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn per Meter"@en-us ; + rdfs:label "Ampere Turn per Metre"@en ; +. +unit:ATM + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure. + For practical purposes it has been replaced by the bar which is $100 kPa$. + The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA322" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:anyURI ; + qudt:symbol "atm" ; + qudt:ucumCode "atm"^^qudt:UCUMcs ; + qudt:udunitsCode "atm" ; + qudt:uneceCommonCode "ATM" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Atmosphere"@en ; +. +unit:ATM-M3-PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol. + """^^qudt:LatexString ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:HenrysLawVolatilityConstant ; + qudt:symbol "atm·m³/mol" ; + qudt:ucumCode "atm.m3.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "atm.m3/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Atmosphere Cubic Meter per Mole"@en-us ; + rdfs:label "Atmosphere Cubic Metre per Mole"@en ; +. +unit:ATM-PER-M + a qudt:Unit ; + dcterms:description """ + An [outdated] unit of the pressure divided by the SI base unit metre + """ ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB423" ; + qudt:symbol "Atm/m" ; + qudt:ucumCode "atm.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "atm/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P83" ; + rdfs:isDefinedBy ; + rdfs:label "standard atmosphere per metre" ; +. +unit:ATM_T + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. + The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. + It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. + Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton), + the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. + In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA321" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI ; + qudt:latexDefinition "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^qudt:LatexString ; + qudt:symbol "at" ; + qudt:ucumCode "att"^^qudt:UCUMcs ; + qudt:udunitsCode "at" ; + qudt:uneceCommonCode "ATT" ; + rdfs:isDefinedBy ; + rdfs:label "Technical Atmosphere"@en ; +. +unit:ATM_T-PER-M + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water + column divided by the SI base unit metre. + """^^qudt:LatexString ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB424" ; + qudt:symbol "at/m" ; + qudt:ucumCode "att.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "att/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P84" ; + rdfs:isDefinedBy ; + rdfs:label "technical atmosphere per metre" ; +. +unit:AU + a qudt:Unit ; + dcterms:description """ + An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal + to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 149597870691.6 ; + qudt:conversionMultiplierSN 1.495978706916E11 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB066" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI ; + qudt:plainTextDescription "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]" ; + qudt:siExactMatch si-unit:astronomicalunit ; + qudt:symbol "AU" ; + qudt:ucumCode "AU"^^qudt:UCUMcs ; + qudt:udunitsCode "au" ; + qudt:udunitsCode "ua" ; + qudt:uneceCommonCode "A12" ; + rdfs:isDefinedBy ; + rdfs:label "astronomical-unit"@en ; +. +unit:AWG + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD909" ; + qudt:symbol "AWG" ; + qudt:uneceCommonCode "AWG" ; + rdfs:isDefinedBy ; + rdfs:label "american wire gage" ; +. +unit:A_Ab + a qudt:Unit ; + dcterms:description """ + The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). + One $abampere$ is equal to ten amperes in the SI system of units. + An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, + a force of 2 dynes per centimetre between the two conductors. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abampere"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:BIOT ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:anyURI ; + qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:anyURI ; + qudt:latexDefinition "$1\\,abA = 10\\,A$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:plainTextDescription "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors." ; + qudt:symbol "abA" ; + qudt:ucumCode "Bi"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abampere"@en ; + skos:altLabel "biot" ; +. +unit:A_Ab-CentiM2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$aAcm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + qudt:symbol "abA·cm²" ; + qudt:ucumCode "Bi.cm2"^^qudt:UCUMcs ; + vaem:todo "Determine type for magnetic moment" ; + rdfs:isDefinedBy ; + rdfs:label "Abampere Square centimeter"@en-us ; + rdfs:label "Abampere Square centimetre"@en ; +. +unit:A_Ab-PER-CentiM2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. + It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$, + and $\\textit{abampere per square centimetre}$. + This unit is commonly used in the cgs unit system. + $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. + It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$aba-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ; + qudt:symbol "abA/cm²" ; + qudt:ucumCode "Bi.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "Bi/cm2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abampere per Square Centimeter"@en-us ; + rdfs:label "Abampere per Square Centimetre"@en ; +. +unit:A_Stat + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. + It is also known as statamperes. + This unit is commonly used in the cgs unit system. + $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. + It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.0000000003335641 ; + qudt:conversionMultiplierSN 3.335641E-10 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "statA" ; + rdfs:isDefinedBy ; + rdfs:label "Statampere"@en ; +. +unit:A_Stat-PER-CentiM2 + a qudt:Unit ; + dcterms:description """ + The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.000003335641 ; + qudt:conversionMultiplierSN 3.335641E-6 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$statA / cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:symbol "statA/cm²" ; + rdfs:isDefinedBy ; + rdfs:label "Statampere per Square Centimeter"@en-us ; + rdfs:label "Statampere per Square Centimetre"@en ; +. +unit:AttoA + a qudt:Unit ; + dcterms:description """ + An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB637" ; + qudt:symbol "aA" ; + rdfs:isDefinedBy ; + rdfs:label "attoampere" ; +. +unit:AttoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Atto ; + qudt:symbol "aC" ; + qudt:ucumCode "aC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "AttoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:AttoFARAD + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA319" ; + qudt:plainTextDescription "0.000000000000000001-fold of the SI derived unit farad" ; + qudt:prefix prefix:Atto ; + qudt:symbol "aF" ; + qudt:ucumCode "aF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H48" ; + rdfs:isDefinedBy ; + rdfs:label "Attofarad"@en ; +. +unit:AttoJ + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB125" ; + qudt:plainTextDescription "0.000000000000000001-fold of the derived SI unit joule" ; + qudt:prefix prefix:Atto ; + qudt:symbol "aJ" ; + qudt:ucumCode "aJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A13" ; + rdfs:isDefinedBy ; + rdfs:label "Attojoule"@en ; +. +unit:AttoJ-SEC + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Action ; + qudt:iec61360Code "0112/2///62720#UAB151" ; + qudt:plainTextDescription "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second" ; + qudt:symbol "aJ·s" ; + qudt:ucumCode "aJ.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B18" ; + rdfs:isDefinedBy ; + rdfs:label "Attojoule Second"@en ; +. +unit:AttoSEC + a qudt:Unit ; + dcterms:description """ + An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC696" ; + qudt:plainTextDescription "0.000000000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Atto ; + qudt:symbol "as" ; + qudt:ucumCode "as"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Attosecond"@en ; +. +unit:B + a qudt:DimensionlessUnit ; + a qudt:LogarithmicUnit ; + a qudt:Unit ; + dcterms:description "A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: $1 B = (1/2) \\log_{10}(Np)$"^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAB351" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_unit"^^xsd:anyURI ; + qudt:siExactMatch si-unit:bel ; + qudt:symbol "B" ; + qudt:ucumCode "B"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M72" ; + rdfs:isDefinedBy ; + rdfs:label "Bel"@de ; + rdfs:label "bel"@cs ; + rdfs:label "bel"@en ; + rdfs:label "bel"@fr ; + rdfs:label "bel"@hu ; + rdfs:label "bel"@it ; + rdfs:label "bel"@ms ; + rdfs:label "bel"@pl ; + rdfs:label "bel"@pt ; + rdfs:label "bel"@ro ; + rdfs:label "bel"@sl ; + rdfs:label "bel"@tr ; + rdfs:label "belio"@es ; + rdfs:label "μπέλ"@el ; + rdfs:label "бел"@bg ; + rdfs:label "бел"@ru ; + rdfs:label "בל"@he ; + rdfs:label "بل"@ar ; + rdfs:label "بل"@fa ; + rdfs:label "बेल"@hi ; + rdfs:label "ベル"@ja ; + rdfs:label "贝"@zh ; +. +unit:B-PER-M + a qudt:Unit ; + dcterms:description "unit bel divided by the SI base unit metre" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAB480" ; + qudt:symbol "B/m" ; + qudt:ucumCode "B.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "B/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P43" ; + rdfs:isDefinedBy ; + rdfs:label "bel per metre" ; +. +unit:BAN + a qudt:Unit ; + 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$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 2.30258509 ; + qudt:conversionMultiplierSN 2.30258509E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ban"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ; + qudt:symbol "ban" ; + qudt:uneceCommonCode "Q15" ; + rdfs:isDefinedBy ; + rdfs:label "Ban"@en ; +. +unit:BAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to $100,000\\,Pa$. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA323" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "bar" ; + qudt:ucumCode "bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BAR" ; + rdfs:isDefinedBy ; + rdfs:label "Bar"@en ; +. +unit:BAR-L-PER-SEC + a qudt:Unit ; + dcterms:description "product of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA326" ; + qudt:plainTextDescription "product of the unit bar and the unit litre divided by the SI base unit second" ; + qudt:symbol "bar·L/s" ; + qudt:ucumCode "bar.L.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "bar.L/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F91" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Liter Per Second"@en-us ; + rdfs:label "Bar Litre Per Second"@en ; +. +unit:BAR-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA814" ; + qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "bar·m³/s" ; + qudt:ucumCode "bar.m3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "bar.m3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F92" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Cubic Meter Per Second"@en-us ; + rdfs:label "Bar Cubic Metre Per Second"@en ; +. +unit:BAR-PER-BAR + a qudt:Unit ; + dcterms:description "pressure relation consisting of the unit bar divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA325" ; + qudt:plainTextDescription "pressure relation consisting of the unit bar divided by the unit bar" ; + qudt:symbol "bar/bar" ; + qudt:ucumCode "bar.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "bar/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J56" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Per Bar"@en ; +. +unit:BAR-PER-DEG_C + a qudt:Unit ; + dcterms:description "unit bar divided by the unit °Celsius" ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAD921" ; + qudt:symbol "bar/°C" ; + qudt:ucumCode "bar.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "bar/Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "bar per degree Celsius" ; +. +unit:BAR-PER-K + a qudt:Unit ; + dcterms:description "unit with the name bar divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA324" ; + qudt:plainTextDescription "unit with the name bar divided by the SI base unit kelvin" ; + qudt:symbol "bar/K" ; + qudt:ucumCode "bar.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "bar/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F81" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Per Kelvin"@en ; +. +unit:BARAD + a qudt:Unit ; + dcterms:description "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:BARYE ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "Ba" ; + rdfs:isDefinedBy ; + rdfs:label "Barad"@en ; +. +unit:BARN + a qudt:Unit ; + dcterms:description "A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-28 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB297" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "b" ; + qudt:ucumCode "b"^^qudt:UCUMcs ; + qudt:udunitsCode "b" ; + qudt:uneceCommonCode "A14" ; + rdfs:isDefinedBy ; + rdfs:label "Barn"@en ; +. +unit:BARN-PER-EV + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; + qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB127" ; + qudt:symbol "b/eV" ; + qudt:ucumCode "b.eV-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A15" ; + rdfs:isDefinedBy ; + rdfs:label "barn per electronvolt" ; +. +unit:BARN-PER-SR + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the solid angle steradian" ; + qudt:conversionMultiplier 0.0000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-28 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB128" ; + qudt:symbol "b/sr" ; + qudt:ucumCode "b.sr-1"^^qudt:UCUMcs ; + qudt:ucumCode "b/sr"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A17" ; + rdfs:isDefinedBy ; + rdfs:label "barn per steradian" ; +. +unit:BARN-PER-SR-EV + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; + qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB140" ; + qudt:symbol "b/(sr·eV)" ; + qudt:ucumCode "b.sr-1.eV-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A16" ; + rdfs:isDefinedBy ; + rdfs:label "barn per steradian electronvolt" ; +. +unit:BARYE + a qudt:Unit ; + dcterms:description "

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

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barye"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:exactMatch unit:BARAD ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:anyURI ; + qudt:latexDefinition "$g/(cm\\cdot s{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "Ba" ; + rdfs:isDefinedBy ; + rdfs:label "Barye"@en ; + skos:altLabel "barad" ; + skos:altLabel "barie" ; + skos:altLabel "bary" ; + skos:altLabel "baryd" ; + skos:altLabel "baryed" ; +. +unit:BAUD + a qudt:Unit ; + dcterms:description "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA109" ; + qudt:symbol "Bd" ; + qudt:uneceCommonCode "J38" ; + rdfs:isDefinedBy ; + rdfs:label "baud" ; +. +unit:BBL + a qudt:Unit ; + dcterms:description "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BBL_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA334" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI ; + qudt:symbol "bbl" ; + qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BLL" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel"@en ; +. +unit:BBL_UK_PET + a qudt:Unit ; + dcterms:description "unit of the volume for crude oil according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.1591132 ; + qudt:conversionMultiplierSN 1.591132E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA329" ; + qudt:plainTextDescription "unit of the volume for crude oil according to the Imperial system of units" ; + qudt:symbol "bbl{UK petroleum}" ; + qudt:uneceCommonCode "J57" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum)"@en ; +. +unit:BBL_UK_PET-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000001841587 ; + qudt:conversionMultiplierSN 1.841587E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA331" ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day" ; + qudt:symbol "bbl{UK petroleum}/day" ; + qudt:uneceCommonCode "J59" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) Per Day"@en ; +. +unit:BBL_UK_PET-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000441981 ; + qudt:conversionMultiplierSN 4.41981E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA332" ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "bbl{UK petroleum}/hr" ; + qudt:uneceCommonCode "J60" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) Per Hour"@en ; +. +unit:BBL_UK_PET-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.002651886 ; + qudt:conversionMultiplierSN 2.651886E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA330" ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "bbl{UK petroleum}/min" ; + qudt:uneceCommonCode "J58" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) Per Minute"@en ; +. +unit:BBL_UK_PET-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.1591132 ; + qudt:conversionMultiplierSN 1.591132E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA333" ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "bbl{UK petroleum}/s" ; + qudt:uneceCommonCode "J61" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) Per Second"@en ; +. +unit:BBL_US + a qudt:Unit ; + dcterms:description "unit of the volume for crude oil according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:exactMatch unit:BBL ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA334" ; + qudt:plainTextDescription "unit of the volume for crude oil according to the Anglo-American system of units" ; + qudt:symbol "bbl{US petroleum}" ; + qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "bbl" ; + qudt:uneceCommonCode "BLL" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US)"@en ; +. +unit:BBL_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000184 ; + qudt:conversionMultiplierSN 1.84E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA335" ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day" ; + qudt:symbol "bbl{US petroleum}/day" ; + qudt:ucumCode "[bbl_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bbl_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B1" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US) Per Day"@en ; +. +unit:BBL_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0026498 ; + qudt:conversionMultiplierSN 2.6498E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA337" ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute" ; + qudt:symbol "bbl{US petroleum}/min" ; + qudt:ucumCode "[bbl_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bbl_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "5A" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US) Per Minute"@en ; +. +unit:BBL_US_DRY + a qudt:Unit ; + dcterms:description "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1156281989625 ; + qudt:conversionMultiplierSN 1.156281989625E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB117" ; + qudt:plainTextDescription "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre" ; + qudt:symbol "bbl{US dry}" ; + qudt:uneceCommonCode "BLD" ; + rdfs:isDefinedBy ; + rdfs:label "Dry Barrel (US)"@en ; +. +unit:BBL_US_PET-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000044163 ; + qudt:conversionMultiplierSN 4.4163E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA336" ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour" ; + qudt:symbol "bbl{UK petroleum}/hr" ; + qudt:ucumCode "[bbl_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bbl_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J62" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US Petroleum) Per Hour"@en ; +. +unit:BBL_US_PET-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA338" ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "bbl{UK petroleum}/s" ; + qudt:ucumCode "[bbl_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bbl_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J62" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US Petroleum) Per Second"@en ; +. +unit:BEAT-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:HeartRate ; + qudt:symbol "BPM" ; + qudt:ucumCode "/min{H.B.}"^^qudt:UCUMcs ; + qudt:ucumCode "min-1{H.B.}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Heart Beats per Minute"@en ; +. +unit:BFT + a qudt:Unit ; + dcterms:description "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA110" ; + qudt:plainTextDescription "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds" ; + qudt:symbol "Beufort" ; + qudt:uneceCommonCode "M19" ; + rdfs:isDefinedBy ; + rdfs:label "Beaufort"@en ; +. +unit:BIOT + a qudt:Unit ; + dcterms:description "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Biot"^^xsd:anyURI ; + qudt:exactMatch unit:A_Ab ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAB210" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/current/10-4/"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Bi" ; + qudt:ucumCode "Bi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N96" ; + rdfs:isDefinedBy ; + rdfs:label "Biot"@en ; +. +unit:BIT + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA339" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "b" ; + qudt:ucumCode "bit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J63" ; + rdfs:isDefinedBy ; + rdfs:label "Bit"@en ; +. +unit:BIT-PER-M + a qudt:Unit ; + dcterms:description "unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA340" ; + qudt:symbol "bit/m" ; + qudt:ucumCode "bit.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "bit/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E88" ; + rdfs:isDefinedBy ; + rdfs:label "bit per metre" ; +. +unit:BIT-PER-M2 + a qudt:Unit ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA341" ; + qudt:symbol "bit/m²" ; + qudt:ucumCode "bit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E89" ; + rdfs:isDefinedBy ; + rdfs:label "bit per square metre" ; +. +unit:BIT-PER-M3 + a qudt:Unit ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA342" ; + qudt:symbol "b/m³" ; + qudt:ucumCode "bit.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "bit per cubic metre" ; +. +unit:BIT-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA343" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + qudt:symbol "b/s" ; + qudt:ucumCode "Bd"^^qudt:UCUMcs ; + qudt:ucumCode "bit.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "bit/s"^^qudt:UCUMcs ; + qudt:udunitsCode "Bd" ; + qudt:udunitsCode "bps" ; + qudt:uneceCommonCode "B10" ; + rdfs:isDefinedBy ; + rdfs:label "Bit per Second"@en ; +. +unit:BQ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity. + Radioactivity is caused when atoms disintegrate, ejecting energetic particles. + One becquerel is the radiation caused by one disintegration per second; + this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. + The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), + the discoverer of radioactivity. + Note: both the becquerel and the hertz are basically defined as one event per second, + yet they measure different things. + The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. + The becquerel is used to measure the rates of events that happen sporadically and unpredictably, + not in a definite cycle. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA111" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:becquerel ; + qudt:symbol "Bq" ; + qudt:ucumCode "Bq"^^qudt:UCUMcs ; + qudt:udunitsCode "Bq" ; + qudt:uneceCommonCode "BQL" ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel"@de ; + rdfs:label "becquerel"@cs ; + rdfs:label "becquerel"@en ; + rdfs:label "becquerel"@es ; + rdfs:label "becquerel"@fr ; + rdfs:label "becquerel"@hu ; + rdfs:label "becquerel"@it ; + rdfs:label "becquerel"@ms ; + rdfs:label "becquerel"@pt ; + rdfs:label "becquerel"@ro ; + rdfs:label "becquerel"@sl ; + rdfs:label "becquerelium"@la ; + rdfs:label "bekerel"@pl ; + rdfs:label "bekerel"@tr ; + rdfs:label "μπεκερέλ"@el ; + rdfs:label "бекерел"@bg ; + rdfs:label "беккерель"@ru ; + rdfs:label "בקרל"@he ; + rdfs:label "بيكريل"@ar ; + rdfs:label "بکرل"@fa ; + rdfs:label "बैक्वेरल"@hi ; + rdfs:label "ベクレル"@ja ; + rdfs:label "贝克勒尔"@zh ; +. +unit:BQ-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAA112" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample." ; + qudt:symbol "Bq/kg" ; + qudt:ucumCode "Bq.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "Bq/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A18" ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel per Kilogram"@en ; +. +unit:BQ-PER-L + a qudt:Unit ; + dcterms:description "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "Bq/L" ; + qudt:ucumCode "Bq.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "Bq/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Becquerels per litre"@en ; +. +unit:BQ-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SurfaceActivityDensity ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "Bq/m²" ; + qudt:ucumCode "Bq.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "Bq/m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel per Square Meter"@en-us ; + rdfs:label "Becquerel per Square Metre"@en ; +. +unit:BQ-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB126" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The SI derived unit of unit in the category of Radioactivity concentration." ; + qudt:symbol "Bq/m³" ; + qudt:ucumCode "Bq.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "Bq/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A19" ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel per Cubic Meter"@en-us ; + rdfs:label "Becquerel per Cubic Metre"@en ; +. +unit:BQ-SEC-PER-M3 + a qudt:Unit ; + dcterms:description "TBD"@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AbsoluteActivity ; + qudt:symbol "Bq·s/m³" ; + qudt:ucumCode "Bq.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Becquerels second per cubic metre"@en ; +. +unit:BREATH-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of respiratory rate."^^rdf:HTML ; + qudt:expression "$breaths/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:RespiratoryRate ; + qudt:symbol "breath/min" ; + qudt:ucumCode "/min{breath}"^^qudt:UCUMcs ; + qudt:ucumCode "min-1{breath}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Breath per Minute"@en ; +. +unit:BREWSTER + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:exactMatch unit:NanoM-PER-MilliM-MegaPA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/mm/MPa" ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Brewster"@en ; +. +unit:BTU_39DEG_F + a qudt:Unit ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB216" ; + qudt:symbol "Btu (39 °F)" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (39 °F)" ; +. +unit:BTU_59DEG_F + a qudt:Unit ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB217" ; + qudt:symbol "Btu (59 °F)" ; + qudt:uneceCommonCode "N67" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (59 °F)" ; +. +unit:BTU_60DEG_F + a qudt:Unit ; + dcterms:description "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB218" ; + qudt:symbol "Btu (60 °F)" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (60 °F)" ; +. +unit:BTU_IT + a qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). + It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.05585262 ; + qudt:conversionMultiplierSN 1.05505585262E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA114" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + qudt:symbol "Btu{IT}" ; + qudt:ucumCode "[Btu_IT]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BTU" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (International Definition)"@en ; +. +unit:BTU_IT-FT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 321.581024 ; + qudt:conversionMultiplierSN 3.21581024E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu-ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergyLength ; + qudt:symbol "Btu{IT}·ft" ; + qudt:ucumCode "[Btu_IT].[ft_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU Foot"@en ; +. +unit:BTU_IT-FT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + 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)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.730734666 ; + qudt:conversionMultiplierSN 1.730734666E0 ; + qudt:expression "$Btu(IT) ft/(hr ft^2 degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA115" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:plainTextDescription "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ; + qudt:symbol "Btu{IT}·ft/(ft²·hr·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT].[ft_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J40" ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F" ; + rdfs:isDefinedBy ; + rdfs:label "BTU (IT) Foot per Square Foot Hour Degree Fahrenheit"@en ; +. +unit:BTU_IT-IN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 26.7984187 ; + qudt:conversionMultiplierSN 2.67984187E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergyLength ; + qudt:symbol "Btu{IT}·in" ; + qudt:ucumCode "[Btu_IT].[in_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU Inch"@en ; +. +unit:BTU_IT-IN-PER-FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(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. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.144227889 ; + qudt:conversionMultiplierSN 1.44227889E-1 ; + qudt:exactMatch unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; + qudt:expression "$Btu(it)-in-per-hr-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA117" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:latexSymbol "$Btu_{it} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$"^^qudt:LatexString ; + qudt:plainTextDescription "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units." ; + qudt:symbol "Btu{IT}·in/(ft²·hr·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT].[in_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J41" ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot Degree Fahrenheit"@en ; +. +unit:BTU_IT-IN-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 519.220399911 ; + qudt:conversionMultiplierSN 5.19220399911E2 ; + qudt:exactMatch unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ; + qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA118" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:plainTextDescription "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ; + qudt:symbol "Btu{IT}·in/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT].[in_i]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J42" ; + rdfs:isDefinedBy ; + rdfs:label "BTU (IT) Inch per Square Foot Second Degree Fahrenheit"@en ; +. +unit:BTU_IT-IN-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.144227889 ; + qudt:conversionMultiplierSN 1.44227889E-1 ; + qudt:exactMatch unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA117" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}·in/(hr·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT].[in_i]/(h.[ft_i]2.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J41" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Inch Per Hour Square Foot degree Fahrenheit"@en ; +. +unit:BTU_IT-IN-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 519.220399911 ; + qudt:conversionMultiplierSN 5.19220399911E2 ; + qudt:exactMatch unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA118" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}·in/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT].[in_i]/(s.[ft_i]2.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J42" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Inch Per Second Square Foot degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity. + It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1899.100535 ; + qudt:conversionMultiplierSN 1.899100535E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/degF$"^^qudt:LatexString ; + qudt:expression "$btu-per-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB271" ; + qudt:symbol "Btu{IT}/°F" ; + qudt:ucumCode "[Btu_IT].[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[degF]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N60" ; + rdfs:isDefinedBy ; + rdfs:label "BTU (IT) per Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-DEG_R + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1899.100535 ; + qudt:conversionMultiplierSN 1.899100535E3 ; + qudt:expression "$btu-per-degR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB273" ; + qudt:symbol "Btu{IT}/°R" ; + qudt:ucumCode "[Btu_IT].[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[degR]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N62" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Degree Rankine"@en ; +. +unit:BTU_IT-PER-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356.5267 ; + qudt:conversionMultiplierSN 1.13565267E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB283" ; + qudt:symbol "Btu{IT}/ft²" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[ft_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P37" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Square Foot"@en ; +. +unit:BTU_IT-PER-FT2-HR + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 3.154590745063048768072844787664884 ; + qudt:conversionMultiplierSN 3.154590745063048768072844787664884E0 ; + qudt:exactMatch unit:BTU_IT-PER-HR-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB263" ; + qudt:symbol "BtuIT/(ft²·h)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N50" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (international table) per square foot hour" ; +. +unit:BTU_IT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + 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)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.678263341113487328270053328717809 ; + qudt:conversionMultiplierSN 5.678263341113487328270053328717809E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(hr-ft^{2}-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:symbol "Btu{IT}/(ft²·hr·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Square Foot Hour Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 11356.52668222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E4 ; + qudt:exactMatch unit:BTU_IT-PER-SEC-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB266" ; + qudt:symbol "BtuIT/(ft²·s)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N53" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (international table) per square foot second" ; +. +unit:BTU_IT-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20441.74802800855438177219198338411 ; + qudt:conversionMultiplierSN 2.044174802800855438177219198338411E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(ft^{2}-s-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:symbol "Btu{IT}/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N76" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Square Foot Second Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-FT3 + a qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. + It is also known as Btu per cubic foot, Btu/cubic foot. + This unit is commonly used in the UK, US unit systems. + It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. + It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 37258.94579 ; + qudt:conversionMultiplierSN 3.725894579E4 ; + qudt:expression "$Btu(IT)-per-ft3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB280" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/ft³" ; + qudt:ucumCode "[Btu_IT].[ft_i]-3"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N58" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (IT) Per Cubic Foot"@en ; +. +unit:BTU_IT-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.29307107 ; + qudt:conversionMultiplierSN 2.9307107E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA116" ; + qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/hr" ; + qudt:ucumCode "[Btu_IT].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2I" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Hour"@en ; +. +unit:BTU_IT-PER-HR-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(hr-ft^2)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.154590745063048768072844787664884 ; + qudt:conversionMultiplierSN 3.154590745063048768072844787664884E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BTU_IT-PER-FT2-HR ; + qudt:expression "\\(Btu/(hr-ft^{2})\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "Btu{IT}/(hr·ft²)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/(h.[ft_i]2)"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Hour Square Foot"@en ; +. +unit:BTU_IT-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the Imperial system of units" ; + qudt:conversionMultiplier 5.678263341113487328270053328717809 ; + qudt:conversionMultiplierSN 5.678263341113487328270053328717809E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB276" ; + qudt:symbol "BtuIT/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N74" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (international table) per hour square foot degree Fahrenheit" ; +. +unit:BTU_IT-PER-HR-FT2-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.678263341113487328270053328717809 ; + qudt:conversionMultiplierSN 5.678263341113487328270053328717809E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB099" ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(hr·ft²·°R)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/(h.[ft_i]2.[degR])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A23" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Hour Square Foot degree Rankine"@en ; +. +unit:BTU_IT-PER-IN2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 1635339.842240684481368962737925476 ; + qudt:conversionMultiplierSN 1.635339842240684481368962737925476E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB268" ; + qudt:symbol "BtuIT/(in²·s)" ; + qudt:ucumCode "[Btu_IT].[in_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N55" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (international table) per square inch second" ; +. +unit:BTU_IT-PER-LB + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg)."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2326.0 ; + qudt:conversionMultiplierSN 2.326E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$Btu/lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/lb" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[lb_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AZ" ; + rdfs:isDefinedBy ; + rdfs:label "BTU-IT-PER-lb"@en ; +. +unit:BTU_IT-PER-LB-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.799999999999665056000000000028 ; + qudt:conversionMultiplierSN 4.186799999999999665056000000000028E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(lb-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:symbol "Btu{IT}/(lbm·°F)" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([lb_av].[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-LB-DEG_R + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.799999999999665056000000000028 ; + qudt:conversionMultiplierSN 4.186799999999999665056000000000028E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(lb-degR)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:symbol "Btu{IT}/(lbm·°R)" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1.[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([lb_av].[degR])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Degree Rankine"@en ; +. +unit:BTU_IT-PER-LB-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^qudt:LatexString ; + dcterms:isReplacedBy unit:BTU_IT-PER-MOL_LB ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:deprecated true ; + qudt:expression "$Btu/(lb-mol)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerMassAmountOfSubstance ; + qudt:symbol "Btu{IT}/(mol-lb)" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[mol_lb]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Mole"@en ; +. +unit:BTU_IT-PER-LB_F + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 237.18597062376833 ; + qudt:conversionMultiplierSN 2.3718597062376833E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB150" ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units" ; + qudt:symbol "Btu{IT}/lbf" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[lbf_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Pound of Force"@en ; +. +unit:BTU_IT-PER-LB_F-DEG_F + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 426.9347648940976900014802607769946 ; + qudt:conversionMultiplierSN 4.269347648940976900014802607769946E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA119" ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit" ; + qudt:symbol "Btu{IT}/(lbf·°F)" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([lbf_av].[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J43" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Pound of force Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-LB_F-DEG_R + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 426.9 ; + qudt:conversionMultiplierSN 4.269E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB141" ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine" ; + qudt:symbol "Btu{IT}/(lbf·°R)" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([lbf_av].[degR])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A21" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Pound of force Degree Rankine"@en ; +. +unit:BTU_IT-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.58 ; + qudt:conversionMultiplierSN 1.758E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA120" ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "Btu{IT}/min" ; + qudt:ucumCode "[Btu_IT].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J44" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Minute"@en ; +. +unit:BTU_IT-PER-MOL-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^qudt:LatexString ; + dcterms:isReplacedBy unit:BTU_IT-PER-MOL_LB-DEG_F ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:deprecated true ; + qudt:expression "$Btu/(lb-mol-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:symbol "Btu{IT}/(lb-mol·°F)" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([mol_lb].[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Mole Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-MOL_LB + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2.326 ; + qudt:conversionMultiplierSN 2.326E0 ; + qudt:expression "$Btu/(lb-mol)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerMassAmountOfSubstance ; + qudt:symbol "Btu{IT}/(mol-lb)" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/[mol_lb]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Mole"@en ; +. +unit:BTU_IT-PER-MOL_LB-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.186799999999999665056000000000028 ; + qudt:conversionMultiplierSN 4.186799999999999665056000000000028E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$Btu/(lb-mol-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:symbol "Btu{IT}/(lb-mol·°F)" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/([mol_lb].[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Pound Mole Degree Fahrenheit"@en ; +. +unit:BTU_IT-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.05585262 ; + qudt:conversionMultiplierSN 1.05505585262E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA121" ; + qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/s" ; + qudt:ucumCode "[Btu_IT].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J45" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Second"@en ; +. +unit:BTU_IT-PER-SEC-FT-DEG_R + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6230.644798937007375564164116535475 ; + qudt:conversionMultiplierSN 6.230644798937007375564164116535475E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB107" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(s·ft·°R)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/(s.[ft_i].[degR])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A22" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Second Foot Degree Rankine"@en ; +. +unit:BTU_IT-PER-SEC-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356.52668222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BTU_IT-PER-FT2-SEC ; + qudt:expression "\\(Btu/(s-ft^{2})\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "Btu{IT}/(s·ft²)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/(s.[ft_i]2)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N53" ; + rdfs:isDefinedBy ; + rdfs:label "BTU per Second Square Foot"@en ; +. +unit:BTU_IT-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 20441.74802800855438177219198338411 ; + qudt:conversionMultiplierSN 2.044174802800855438177219198338411E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB278" ; + qudt:symbol "BtuIT/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N76" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (international table) per second square foot degree Fahrenheit" ; +. +unit:BTU_IT-PER-SEC-FT2-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20441.74802800855438177219198338411 ; + qudt:conversionMultiplierSN 2.044174802800855438177219198338411E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB098" ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(s·ft²·°R)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_IT]/(s.[ft_i]2.[degR])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A20" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Table) Per Second Square Foot degree Rankine"@en ; +. +unit:BTU_MEAN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.05585262 ; + qudt:conversionMultiplierSN 1.05505585262E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA113" ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units" ; + qudt:symbol "BTU{mean}" ; + qudt:ucumCode "[Btu_m]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J39" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (mean)"@en ; +. +unit:BTU_TH + a qudt:Unit ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054.3502645 ; + qudt:conversionMultiplierSN 1.0543502645E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA122" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + qudt:symbol "Btu{th}" ; + qudt:ucumCode "[Btu_th]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (Thermochemical Definition)"@en ; +. +unit:BTU_TH-FT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as: + $$Btu_{th} \\cdot ft/(hr \\cdot ft^2 \\cdot degF)$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.729577206 ; + qudt:conversionMultiplierSN 1.729577206E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(IT) ft/(hr ft^2 degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:symbol "Btu{th}·ft/(ft²·hr·°F)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU (TH) Foot per Square Foot Hour Degree Fahrenheit"@en ; +. +unit:BTU_TH-FT-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.73 ; + qudt:conversionMultiplierSN 1.73E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA123" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·ft/(hr·ft²·°F)" ; + qudt:ucumCode "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th].[ft_i]/(h.[ft_i]2.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J46" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit"@en ; +. +unit:BTU_TH-IN-PER-FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(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."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.144131434 ; + qudt:conversionMultiplierSN 1.44131434E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(th)-in-per-hr-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA125" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:latexSymbol "$Btu_{th} \\cdot in/(hr \\cdot ft^{2} \\cdot degF)$"^^qudt:LatexString ; + qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·in/(ft²·hr·°F)" ; + qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th].[in_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J48" ; + rdfs:isDefinedBy ; + rdfs:label "BTU (TH) Inch per Square Foot Hour Degree Fahrenheit"@en ; +. +unit:BTU_TH-IN-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as: + $$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 518.8732 ; + qudt:conversionMultiplierSN 5.188732E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA126" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·in/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th].[in_i]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "BTU (TH) Inch per Square Foot Second Degree Fahrenheit"@en ; +. +unit:BTU_TH-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat capacity according to the Imperial system of units" ; + qudt:conversionMultiplier 1897.830476099999848173561912000013 ; + qudt:conversionMultiplierSN 1.897830476099999848173561912000013E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalCapacitance ; + qudt:iec61360Code "0112/2///62720#UAB272" ; + qudt:symbol "Btuth/°F" ; + qudt:ucumCode "[Btu_th].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N61" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per degree Fahrenheit" ; +. +unit:BTU_TH-PER-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat capacity according to the Imperial system of units" ; + qudt:conversionMultiplier 1897.830476099999848173561912000013 ; + qudt:conversionMultiplierSN 1.897830476099999848173561912000013E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalCapacitance ; + qudt:iec61360Code "0112/2///62720#UAB274" ; + qudt:symbol "Btuth/°R" ; + qudt:ucumCode "[Btu_th].[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N63" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per degree Rankine" ; +. +unit:BTU_TH-PER-FT2 + a qudt:Unit ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units" ; + qudt:conversionMultiplier 11348.93179491220093551298213707538 ; + qudt:conversionMultiplierSN 1.134893179491220093551298213707538E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB284" ; + qudt:symbol "Btuth/ft²" ; + qudt:ucumCode "[Btu_th].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P38" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per square foot" ; +. +unit:BTU_TH-PER-FT2-HR + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 3.152481054142278037642495038076495 ; + qudt:conversionMultiplierSN 3.152481054142278037642495038076495E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB264" ; + qudt:symbol "Btuth/(ft²·h)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N51" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per square foot hour" ; +. +unit:BTU_TH-PER-FT2-MIN + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 189.1488632485366822585497022845897 ; + qudt:conversionMultiplierSN 1.891488632485366822585497022845897E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB265" ; + qudt:symbol "Btuth/(ft²·min)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per square foot minute" ; +. +unit:BTU_TH-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 11348.93179491220093551298213707538 ; + qudt:conversionMultiplierSN 1.134893179491220093551298213707538E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB267" ; + qudt:symbol "Btuth/(ft²·s)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N54" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per square foot second" ; +. +unit:BTU_TH-PER-FT3 + a qudt:Unit ; + dcterms:description "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 37234.03 ; + qudt:conversionMultiplierSN 3.723403E4 ; + qudt:expression "$Btu(th)-per-ft3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB281" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + qudt:symbol "Btu{th}/ft³" ; + qudt:ucumCode "[Btu_th].[ft_i]-3"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N59" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (TH) Per Cubic Foot"@en ; +. +unit:BTU_TH-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2929 ; + qudt:conversionMultiplierSN 2.929E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA124" ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "Btu{th}/hr" ; + qudt:ucumCode "[Btu_th].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J47" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical) Per Hour"@en ; +. +unit:BTU_TH-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 5.674465897456100013799219272049695 ; + qudt:conversionMultiplierSN 5.674465897456100013799219272049695E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB277" ; + qudt:symbol "Btuth/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_th].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N75" ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per hour square foot degree Fahrenheit" ; +. +unit:BTU_TH-PER-LB + a qudt:Unit ; + dcterms:description "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of 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."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2324.443861 ; + qudt:conversionMultiplierSN 2.324443861E3 ; + qudt:expression "$btu_th-per-lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:symbol "Btu{th}/lbm" ; + qudt:ucumCode "[Btu_th].[lb_av]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/[lb_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (TH) Per Pound"@en ; +. +unit:BTU_TH-PER-LB-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.000000044092117716975512617227 ; + qudt:conversionMultiplierSN 4.184000000044092117716975512617227E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA127" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit" ; + qudt:symbol "Btu{th}/(lbm·°F)" ; + qudt:ucumCode "[Btu_th].[lb_av]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/([lb_av].[degF])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J50" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical) Per Pound Degree Fahrenheit"@en ; +. +unit:BTU_TH-PER-LB-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units" ; + qudt:conversionMultiplier 4184.000000044092117716975512617227 ; + qudt:conversionMultiplierSN 4.184000000044092117716975512617227E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MassicHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB275" ; + qudt:symbol "Btuth/°R)/lb" ; + qudt:ucumCode "[Btu_th].[lb_av]-1.[degR]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per pound degree Rankine" ; +. +unit:BTU_TH-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.573 ; + qudt:conversionMultiplierSN 1.7573E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA128" ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "Btu{th}/min" ; + qudt:ucumCode "[Btu_th].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J51" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical) Per Minute"@en ; +. +unit:BTU_TH-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054.35 ; + qudt:conversionMultiplierSN 1.05435E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA129" ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "Btu{th}/s" ; + qudt:ucumCode "[Btu_th].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[Btu_th]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J52" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical) Per Second"@en ; +. +unit:BTU_TH-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 20428.0772308419600496771893793789 ; + qudt:conversionMultiplierSN 2.04280772308419600496771893793789E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB279" ; + qudt:symbol "Btuth/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_th].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British thermal unit (thermochemical) per second square foot degree Fahrenheit" ; +. +unit:BU_UK + a qudt:Unit ; + dcterms:description "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03636872 ; + qudt:conversionMultiplierSN 3.636872E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA344" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + qudt:symbol "bsh{UK}" ; + qudt:ucumCode "[bu_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BUI" ; + rdfs:isDefinedBy ; + rdfs:label "bushel (UK)"@en ; +. +unit:BU_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004209343 ; + qudt:conversionMultiplierSN 4.209343E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA345" ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "bsh{UK}/day" ; + qudt:ucumCode "[bu_br].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_br]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J64" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) Per Day"@en ; +. +unit:BU_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001010242 ; + qudt:conversionMultiplierSN 1.010242E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA346" ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "bsh{UK}/hr" ; + qudt:ucumCode "[bu_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J65" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) Per Hour"@en ; +. +unit:BU_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0006061453 ; + qudt:conversionMultiplierSN 6.061453E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA347" ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "bsh{UK}/min" ; + qudt:ucumCode "[bu_br].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_br]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J66" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) Per Minute"@en ; +. +unit:BU_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03636872 ; + qudt:conversionMultiplierSN 3.636872E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA348" ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "bsh{UK}/s" ; + qudt:ucumCode "[bu_br].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_br]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J67" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) Per Second"@en ; +. +unit:BU_US + a qudt:Unit ; + dcterms:description "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03523907 ; + qudt:conversionMultiplierSN 3.523907E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA353" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "bsh{US}" ; + qudt:ucumCode "[bu_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "bu" ; + qudt:uneceCommonCode "BUA" ; + rdfs:isDefinedBy ; + rdfs:label "bushel (US)"@en ; +. +unit:BU_US_DRY-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000040786 ; + qudt:conversionMultiplierSN 4.0786E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA349" ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "bsh{US}/day" ; + qudt:ucumCode "[bu_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J68" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) Per Day"@en ; +. +unit:BU_US_DRY-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000009789 ; + qudt:conversionMultiplierSN 9.789E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA350" ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "bsh{US}/hr" ; + qudt:ucumCode "[bu_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J69" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) Per Hour"@en ; +. +unit:BU_US_DRY-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00058732 ; + qudt:conversionMultiplierSN 5.8732E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA351" ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "bsh{US}/min" ; + qudt:ucumCode "[bu_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J70" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) Per Minute"@en ; +. +unit:BU_US_DRY-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03523907 ; + qudt:conversionMultiplierSN 3.523907E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA352" ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "bsh{US}/s" ; + qudt:ucumCode "[bu_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[bu_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J71" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) Per Second"@en ; +. +unit:BYTE + a qudt:CountingUnit ; + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5.5451774444795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA354" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "B" ; + qudt:ucumCode "By"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AD" ; + rdfs:isDefinedBy ; + rdfs:label "Byte"@en ; +. +unit:BYTE-PER-SEC + a qudt:Unit ; + dcterms:description "unit byte divided by the SI base unit second" ; + qudt:conversionMultiplier 5.5451774444795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAB305" ; + qudt:symbol "byte/s" ; + qudt:ucumCode "By.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "By/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P93" ; + rdfs:isDefinedBy ; + rdfs:label "byte per second" ; +. +unit:C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA130" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:coulomb ; + qudt:symbol "C" ; + qudt:ucumCode "C"^^qudt:UCUMcs ; + qudt:udunitsCode "C" ; + qudt:uneceCommonCode "COU" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb"@de ; + rdfs:label "coulomb"@cs ; + rdfs:label "coulomb"@en ; + rdfs:label "coulomb"@fr ; + rdfs:label "coulomb"@hu ; + rdfs:label "coulomb"@it ; + rdfs:label "coulomb"@ms ; + rdfs:label "coulomb"@pt ; + rdfs:label "coulomb"@ro ; + rdfs:label "coulomb"@sl ; + rdfs:label "coulomb"@tr ; + rdfs:label "coulombium"@la ; + rdfs:label "culombio"@es ; + rdfs:label "kulomb"@pl ; + rdfs:label "κουλόμπ"@el ; + rdfs:label "кулон"@bg ; + rdfs:label "кулон"@ru ; + rdfs:label "קולון"@he ; + rdfs:label "كولوم"@ar ; + rdfs:label "کولمب/کولن"@fa ; + rdfs:label "कूलम्ब"@hi ; + rdfs:label "クーロン"@ja ; + rdfs:label "库伦"@zh ; +. +unit:C-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. + It is also known as atomic unit, u.a., au, ua. + This unit is commonly used in the SI unit system. + Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAA133" ; + qudt:symbol "C·m" ; + qudt:ucumCode "C.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A26" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Meter"@en-us ; + rdfs:label "Coulombmeter"@de ; + rdfs:label "coulomb meter"@ms ; + rdfs:label "coulomb metr"@cs ; + rdfs:label "coulomb metre"@en ; + rdfs:label "coulomb metre"@tr ; + rdfs:label "coulomb per metro"@it ; + rdfs:label "coulomb-metro"@pt ; + rdfs:label "coulomb-metru"@ro ; + rdfs:label "coulomb-mètre"@fr ; + rdfs:label "culombio metro"@es ; + rdfs:label "кулон-метр"@ru ; + rdfs:label "كولوم متر"@ar ; + rdfs:label "نیوتون متر"@fa ; + rdfs:label "कूलम्ब मीटर"@hi ; + rdfs:label "クーロンメートル"@ja ; + rdfs:label "库伦米"@zh ; +. +unit:C-M2 + a qudt:Unit ; + dcterms:description "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricQuadrupoleMoment ; + qudt:symbol "C·m²" ; + qudt:ucumCode "C.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Square Meter"@en-us ; + rdfs:label "Coulomb mal Quadratmeter"@de ; + rdfs:label "coulomb meter persegi"@ms ; + rdfs:label "coulomb per metro quadrato"@it ; + rdfs:label "coulomb square metre"@en ; + rdfs:label "کولن متر مربع"@fa ; + rdfs:label "库仑平方米"@zh ; +. +unit:C-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD912" ; + qudt:symbol "C·m²/kg" ; + qudt:ucumCode "C.m2.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "C.m2/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J53" ; + rdfs:isDefinedBy ; + rdfs:label "coulomb square metre per kilogram" ; +. +unit:C-M2-PER-V + a qudt:Unit ; + dcterms:description "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$C m^{2} v^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Polarizability ; + qudt:iec61360Code "0112/2///62720#UAB486" ; + qudt:symbol "C·m²/V" ; + qudt:ucumCode "C.m2.V-1"^^qudt:UCUMcs ; + qudt:ucumCode "C.m2/V"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A27" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Square Meter Per Volt"@en-us ; + rdfs:label "Coulomb mal Quadratmeter je Volt"@de ; + rdfs:label "coulomb per metro quadrato al volt"@it ; + rdfs:label "coulomb square metre per volt"@en ; + rdfs:label "کولن متر مربع بر ولت"@fa ; + rdfs:label "库伦平方米每伏特"@zh ; +. +unit:C-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAB101" ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "C/cm²" ; + qudt:ucumCode "C.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "C/cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A33" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Per Square Centimeter"@en-us ; + rdfs:label "Coulomb Per Square Centimetre"@en ; +. +unit:C-PER-CentiM3 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAB120" ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3" ; + qudt:symbol "C/cm³" ; + qudt:ucumCode "C.cm-3"^^qudt:UCUMcs ; + qudt:ucumCode "C/cm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A28" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Per Cubic Centimeter"@en-us ; + rdfs:label "Coulomb Per Cubic Centimetre"@en ; +. +unit:C-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA131" ; + qudt:symbol "C/kg" ; + qudt:ucumCode "C.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "C/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CKG" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb per Kilogram"@en ; +. +unit:C-PER-KiloGM-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of exposure rate"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$C/kg-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:ExposureRate ; + qudt:iec61360Code "0112/2///62720#UAA132" ; + qudt:informativeReference "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "C/(kg·s)" ; + qudt:ucumCode "C.kg-1.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "C/(kg.s)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A31" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Per Kilogram Second"@en ; +. +unit:C-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C/m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeLineDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeLinearDensity ; + qudt:iec61360Code "0112/2///62720#UAB337" ; + qudt:symbol "C/m" ; + qudt:ucumCode "C.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "C/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P10" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb per Meter"@en-us ; + rdfs:label "Coulomb per Metre"@en ; +. +unit:C-PER-M2 + a qudt:Unit ; + dcterms:description "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricChargeSurfaceDensity ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAA134" ; + qudt:symbol "C/m²" ; + qudt:ucumCode "C.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "C/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A34" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb je Quadratmeter"@de ; + rdfs:label "Coulomb per Square Meter"@en-us ; + rdfs:label "coulomb al metro quadrato"@it ; + rdfs:label "coulomb bölü metre kare"@tr ; + rdfs:label "coulomb na metr čtvereční"@cs ; + rdfs:label "coulomb par mètre carré"@fr ; + rdfs:label "coulomb pe metru pătrat"@ro ; + rdfs:label "coulomb per meter persegi"@ms ; + rdfs:label "coulomb per square metre"@en ; + rdfs:label "coulomb por metro quadrado"@pt ; + rdfs:label "culombio por metro cuadrado"@es ; + rdfs:label "kulomb na metr kwadratowy"@pl ; + rdfs:label "кулон на квадратный метр"@ru ; + rdfs:label "كولوم في المتر المربع"@ar ; + rdfs:label "کولمب/کولن بر مترمربع"@fa ; + rdfs:label "कूलम्ब प्रति वर्ग मीटर"@hi ; + rdfs:label "クーロン毎平方メートル"@ja ; + rdfs:label "库伦每平方米"@zh ; +. +unit:C-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA135" ; + qudt:symbol "C/m³" ; + qudt:ucumCode "C.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "C/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A29" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb per Cubic Meter"@en-us ; + rdfs:label "Coulomb per Cubic Metre"@en ; +. +unit:C-PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$c-per-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAB142" ; + qudt:symbol "C/mol" ; + qudt:ucumCode "C.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "C/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A32" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb per Mole"@en ; +. +unit:C-PER-MilliM2 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAB100" ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "C/mm²" ; + qudt:ucumCode "C.mm-2"^^qudt:UCUMcs ; + qudt:ucumCode "C/mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A35" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Per Square Millimeter"@en-us ; + rdfs:label "Coulomb Per Square Millimetre"@en ; +. +unit:C-PER-MilliM3 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAB119" ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3" ; + qudt:symbol "C/mm³" ; + qudt:ucumCode "C.mm-3"^^qudt:UCUMcs ; + qudt:ucumCode "C/mm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A30" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Per Cubic Millimeter"@en-us ; + rdfs:label "Coulomb Per Cubic Millimetre"@en ; +. +unit:C2-M2-PER-J + a qudt:Unit ; + dcterms:description "\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^{2} m^{2} J^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Polarizability ; + qudt:symbol "C²·m²/J" ; + qudt:ucumCode "C2.m2.J-1"^^qudt:UCUMcs ; + qudt:ucumCode "C2.m2/J"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Coulomb Square Meter per Joule"@en-us ; + rdfs:label "Square Coulomb Square Metre per Joule"@en ; +. +unit:C3-M-PER-J2 + a qudt:Unit ; + dcterms:description "\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^{3} m J^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared ; + qudt:symbol "C³·m/J²" ; + qudt:ucumCode "C3.m.J-2"^^qudt:UCUMcs ; + qudt:ucumCode "C3.m/J2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Coulomb Meter per Square Joule"@en-us ; + rdfs:label "Cubic Coulomb Metre per Square Joule"@en ; +. +unit:C4-M4-PER-J3 + a qudt:Unit ; + dcterms:description "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^4m^4/J^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic ; + qudt:symbol "C⁴·m⁴/J³" ; + qudt:ucumCode "C4.m4.J-3"^^qudt:UCUMcs ; + qudt:ucumCode "C4.m4/J3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Coulomb Meter per Cubic Energy"@en-us ; + rdfs:label "Quartic Coulomb Metre per Cubic Energy"@en ; +. +unit:CAL_15_DEG_C + a qudt:Unit ; + dcterms:description "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.1855 ; + qudt:conversionMultiplierSN 4.1855E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB139" ; + qudt:plainTextDescription "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius" ; + qudt:symbol "cal{15 °C}" ; + qudt:ucumCode "cal_[15]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A1" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (15 Degrees C)"@en ; +. +unit:CAL_20DEG_C + a qudt:Unit ; + dcterms:description "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB219" ; + qudt:symbol "cal₂₀" ; + qudt:uneceCommonCode "N69" ; + rdfs:isDefinedBy ; + rdfs:label "calorie (20 °C)" ; +. +unit:CAL_IT + a qudt:Unit ; + dcterms:description "International Table calorie."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.1868 ; + qudt:conversionMultiplierSN 4.1868E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA361" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:symbol "cal{IT}" ; + qudt:ucumCode "cal_IT"^^qudt:UCUMcs ; + qudt:udunitsCode "cal" ; + qudt:uneceCommonCode "D70" ; + rdfs:isDefinedBy ; + rdfs:label "International Table calorie"@en ; +. +unit:CAL_IT-PER-GM + a qudt:Unit ; + dcterms:description "Calories produced per gram of substance."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:expression "$cal_{it}-per-gm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB176" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "cal{IT}/g" ; + qudt:ucumCode "cal_IT.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_IT/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D75" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (international Table) Per Gram"@en ; +. +unit:CAL_IT-PER-GM-DEG_C + a qudt:Unit ; + dcterms:description "unit calorieIT divided by the products of the units gram and degree Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA362" ; + qudt:plainTextDescription "unit calorieIT divided by the products of the units gram and degree Celsius" ; + qudt:symbol "cal{IT}/(g·°C)" ; + qudt:ucumCode "cal_IT.g-1.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_IT/(g.Cel)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J76" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (international Table) Per Gram Degree Celsius"@en ; +. +unit:CAL_IT-PER-GM-K + a qudt:Unit ; + dcterms:description "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA363" ; + qudt:plainTextDescription "unit calorieIT divided by the product of the SI base unit gram and Kelvin" ; + qudt:symbol "cal{IT}/(g·K)" ; + qudt:ucumCode "cal_IT.g-1.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_IT/(g.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D76" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (international Table) Per Gram Kelvin"@en ; +. +unit:CAL_IT-PER-SEC-CentiM-K + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.68 ; + qudt:conversionMultiplierSN 4.1868E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB108" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal{IT}/(s·cm·K)" ; + qudt:ucumCode "cal_IT.s-1.cm-1.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_IT/(s.cm.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D71" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (international Table) Per Second Centimeter Kelvin"@en-us ; + rdfs:label "Calorie (international Table) Per Second Centimetre Kelvin"@en ; +. +unit:CAL_IT-PER-SEC-CentiM2-K + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41868.0 ; + qudt:conversionMultiplierSN 4.1868E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB096" ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "cal{IT}/(s·cm²·K)" ; + qudt:ucumCode "cal_IT.s-1.cm-2.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_IT/(s.cm2.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D72" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (international Table) Per Second Square Centimeter kelvin"@en-us ; + rdfs:label "Calorie (international Table) Per Second Square Centimetre kelvin"@en ; +. +unit:CAL_MEAN + a qudt:Unit ; + dcterms:description "unit used particularly for calorific values of foods"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.19 ; + qudt:conversionMultiplierSN 4.19E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA360" ; + qudt:plainTextDescription "unit used particularly for calorific values of foods" ; + qudt:symbol "cal{mean}" ; + qudt:ucumCode "cal_m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J75" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (mean)"@en ; +. +unit:CAL_TH + a qudt:Unit ; + dcterms:description "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.184 ; + qudt:conversionMultiplierSN 4.184E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA364" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Calorie"^^xsd:anyURI ; + qudt:latexDefinition """$1 \\; cal_{th} = 4.184 J$ + +$\\approx 0.003964 BTU$ + +$\\approx 1.163 \\times 10^{-6} kWh$ + +$\\approx 2.611 \\times 10^{19} eV$"""^^qudt:LatexString ; + qudt:symbol "cal" ; + qudt:ucumCode "cal_th"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D35" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie"@en ; +. +unit:CAL_TH-PER-CentiM-SEC-DEG_C + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.4 ; + qudt:conversionMultiplierSN 4.184E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA365" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal/(cm·s·°C)" ; + qudt:ucumCode "cal_th.cm-1.s-1.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(cm.s.Cel)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J78" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Centimeter Second Degree Celsius"@en-us ; + rdfs:label "Calorie (thermochemical) Per Centimetre Second Degree Celsius"@en ; +. +unit:CAL_TH-PER-CentiM2 + a qudt:Unit ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units" ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB285" ; + qudt:symbol "calth/cm²" ; + qudt:ucumCode "cal_th.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P39" ; + rdfs:isDefinedBy ; + rdfs:label "calorie (thermochemical) per square centimetre" ; +. +unit:CAL_TH-PER-CentiM2-MIN + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 697.3333333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB269" ; + qudt:symbol "calth/(cm²·min)" ; + qudt:ucumCode "cal_th.cm-2.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N56" ; + rdfs:isDefinedBy ; + rdfs:label "calorie (thermochemical) per square centimetre minute" ; +. +unit:CAL_TH-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB270" ; + qudt:symbol "calth/(cm²·s)" ; + qudt:ucumCode "cal_th.cm-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N57" ; + rdfs:isDefinedBy ; + rdfs:label "calorie (thermochemical) per square centimetre second" ; +. +unit:CAL_TH-PER-CentiM3-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$cal_th/(cm^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:plainTextDescription "Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}/(cm³·K)." ; + qudt:symbol "cal{th}/(cm³·K)" ; + qudt:ucumCode "cal_th.cm-3.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(cm3.K)"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Cubic Centimeter Kelvin"@en-us ; + rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin"@en ; +. +unit:CAL_TH-PER-G + a qudt:Unit ; + 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. + """^^qudt:LatexString ; + dcterms:isReplacedBy unit:CAL_TH-PER-GM ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:deprecated true ; + qudt:expression "$cal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:symbol "cal/G" ; + qudt:ucumCode "cal_th.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "calorie (thermochemical) per gram (calTH/g)"@en ; + 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. " ; +. +unit:CAL_TH-PER-GM + a qudt:Unit ; + dcterms:description "Thermochemical Calorie. Calories produced per gram of substance."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$cal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB153" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:plainTextDescription "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "cal/g" ; + qudt:ucumCode "cal_th.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B36" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Gram"@en ; +. +unit:CAL_TH-PER-GM-DEG_C + a qudt:Unit ; + dcterms:description "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA366" ; + qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius" ; + qudt:symbol "cal/(g·°C)" ; + qudt:ucumCode "cal_th.g-1.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(g.Cel)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J79" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Gram Degree Celsius"@en ; +. +unit:CAL_TH-PER-GM-K + a qudt:Unit ; + dcterms:description "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA367" ; + qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin" ; + qudt:symbol "cal/(g·K)" ; + qudt:ucumCode "cal_th.g-1.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(g.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D37" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Gram Kelvin"@en ; +. +unit:CAL_TH-PER-MIN + a qudt:Unit ; + dcterms:description "unit calorie divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.06973 ; + qudt:conversionMultiplierSN 6.973E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA368" ; + qudt:plainTextDescription "unit calorie divided by the unit minute" ; + qudt:symbol "cal/min" ; + qudt:ucumCode "cal_th.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J81" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Minute"@en ; +. +unit:CAL_TH-PER-SEC + a qudt:Unit ; + dcterms:description "unit calorie divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.184 ; + qudt:conversionMultiplierSN 4.184E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA369" ; + qudt:plainTextDescription "unit calorie divided by the SI base unit second" ; + qudt:symbol "cal/s" ; + qudt:ucumCode "cal_th.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J82" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Second"@en ; +. +unit:CAL_TH-PER-SEC-CentiM-K + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.4 ; + qudt:conversionMultiplierSN 4.184E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB109" ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal/(s·cm·K)" ; + qudt:ucumCode "cal_th.s-1.cm-1.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(s.cm.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D38" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Second Centimeter Kelvin"@en-us ; + rdfs:label "Calorie (thermochemical) Per Second Centimetre Kelvin"@en ; +. +unit:CAL_TH-PER-SEC-CentiM2-K + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB097" ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "cal/(s·cm²·K)" ; + qudt:ucumCode "cal_th.s-1.cm-2.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cal_th/(s.cm2.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D39" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (thermochemical) Per Second Square Centimeter kelvin"@en-us ; + rdfs:label "Calorie (thermochemical) Per Second Square Centimetre kelvin"@en ; +. +unit:CARAT + a qudt:Unit ; + dcterms:description "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0002 ; + qudt:conversionMultiplierSN 2.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Carat"^^xsd:anyURI ; + qudt:expression "$Nm/ct$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB166" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:anyURI ; + qudt:symbol "ct" ; + qudt:ucumCode "[car_m]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CTM" ; + rdfs:isDefinedBy ; + rdfs:label "Carat"@en ; + skos:altLabel "metric carat" ; +. +unit:CASES-PER-1000I-YR + a qudt:Unit ; + dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; + dcterms:isReplacedBy unit:CASES-PER-KiloINDIV-YR ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Incidence ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year." ; + qudt:symbol "Cases/1000 individuals/year" ; + rdfs:isDefinedBy ; + rdfs:label "Cases per 1000 individuals year"@en ; +. +unit:CASES-PER-KiloINDIV-YR + a qudt:Unit ; + dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Incidence ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year." ; + qudt:symbol "Cases/1000 individuals/year" ; + rdfs:isDefinedBy ; + rdfs:label "Cases per 1000 individuals year"@en ; +. +unit:CD + a qudt:Unit ; + dcterms:description "$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Candela"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAA370" ; + qudt:iec61360Code "0112/2///62720#UAD719" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:candela ; + qudt:symbol "cd" ; + qudt:ucumCode "cd"^^qudt:UCUMcs ; + qudt:udunitsCode "cd" ; + qudt:uneceCommonCode "CDL" ; + rdfs:isDefinedBy ; + rdfs:label "Candela"@de ; + rdfs:label "candela"@en ; + rdfs:label "candela"@es ; + rdfs:label "candela"@fr ; + rdfs:label "candela"@it ; + rdfs:label "candela"@la ; + rdfs:label "candela"@pt ; + rdfs:label "candela"@tr ; + rdfs:label "candelă"@ro ; + rdfs:label "kandela"@cs ; + rdfs:label "kandela"@hu ; + rdfs:label "kandela"@ms ; + rdfs:label "kandela"@pl ; + rdfs:label "kandela"@sl ; + rdfs:label "καντέλα"@el ; + rdfs:label "кандела"@bg ; + rdfs:label "кандела"@ru ; + rdfs:label "קנדלה"@he ; + rdfs:label "قنديلة"@ar ; + rdfs:label "کاندلا"@fa ; + rdfs:label "कॅन्डेला"@hi ; + rdfs:label "カンデラ"@ja ; + rdfs:label "坎德拉"@zh ; +. +unit:CD-PER-FT2 + a qudt:Unit ; + dcterms:description "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB441" ; + qudt:symbol "cd/ft²" ; + qudt:ucumCode "cd.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P32" ; + rdfs:isDefinedBy ; + rdfs:label "candela per square foot" ; +. +unit:CD-PER-IN2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd/in^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 1550.0031000062002 ; + qudt:conversionMultiplierSN 1.5500031000062002E3 ; + qudt:expression "$cd/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB257" ; + qudt:symbol "cd/in²" ; + qudt:ucumCode "cd.[in_i]-2"^^qudt:UCUMcs ; + qudt:ucumCode "cd/[in_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P28" ; + rdfs:isDefinedBy ; + rdfs:label "Candela per Square Inch"@en ; +. +unit:CD-PER-LM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:LuminousIntensityDistribution ; + qudt:symbol "cd/lm" ; + qudt:ucumCode "cd.lm-1"^^qudt:UCUMcs ; + qudt:ucumCode "cd/lm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Candela per Lumen"@en ; +. +unit:CD-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$cd/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAA371" ; + qudt:symbol "cd/m²" ; + qudt:ucumCode "cd.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "cd/m2"^^qudt:UCUMcs ; + qudt:udunitsCode "nt" ; + qudt:uneceCommonCode "A24" ; + rdfs:isDefinedBy ; + rdfs:label "candela per square meter"@en-us ; + rdfs:label "candela per square metre"@en ; +. +unit:CD_IN + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB440" ; + qudt:symbol "international candle" ; + qudt:uneceCommonCode "P36" ; + rdfs:isDefinedBy ; + rdfs:label "international candle" ; +. +unit:CFU + a qudt:Unit ; + dcterms:description "\"Colony Forming Unit\" is a unit for 'Microbial Formation' expressed as $CFU$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Colony-forming_unit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MicrobialFormation ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Colony-forming_unit?oldid=473146689"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "CFU" ; + qudt:ucumCode "[CFU]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Colony Forming Unit"@en ; +. +unit:CH + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20.1168 ; + qudt:conversionMultiplierSN 2.01168E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Chain"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB203" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "ch" ; + qudt:ucumCode "[ch_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "X1" ; + rdfs:isDefinedBy ; + rdfs:label "chain"@en ; + skos:altLabel "Gunter's chain" ; +. +unit:CHAIN_US + a qudt:Unit ; + dcterms:description "unit of the length according the Anglo-American system of units" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA372" ; + qudt:symbol "ch (US survey)" ; + qudt:uneceCommonCode "M49" ; + rdfs:isDefinedBy ; + rdfs:label "chain (based on U.S. survey foot)" ; +. +unit:CI-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000-fold of the unit curie divided by the SI base unit kilogram" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAB091" ; + qudt:symbol "Ci/kg" ; + qudt:uneceCommonCode "A42" ; + rdfs:isDefinedBy ; + rdfs:label "curie per kilogram" ; +. +unit:CLO + a qudt:Unit ; + dcterms:description "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.155 ; + qudt:conversionMultiplierSN 1.55E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA374" ; + qudt:symbol "clo" ; + qudt:uneceCommonCode "J83" ; + rdfs:isDefinedBy ; + rdfs:label "Clo"@en ; +. +unit:CM_H2O + a qudt:Unit ; + dcterms:isReplacedBy unit:CentiM_H2O ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "cmH₂0" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter of Water"@en-us ; + rdfs:label "Centimetre of Water"@en ; +. +unit:CORD + a qudt:Unit ; + dcterms:description "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.62 ; + qudt:conversionMultiplierSN 3.62E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cord"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB289" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "cord" ; + qudt:ucumCode "[crd_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M68" ; + qudt:uneceCommonCode "WCD" ; + rdfs:isDefinedBy ; + rdfs:label "Cord"@en ; +. +unit:CP + a qudt:Unit ; + dcterms:description "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Candlepower"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Candlepower?oldid=491140098"^^xsd:anyURI ; + qudt:symbol "cp" ; + rdfs:isDefinedBy ; + rdfs:label "Candlepower"@en ; +. +unit:CUP + a qudt:Unit ; + dcterms:description "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00023658825 ; + qudt:conversionMultiplierSN 2.3658825E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:CUP_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:symbol "cup" ; + qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G21" ; + rdfs:isDefinedBy ; + rdfs:label "US Liquid Cup"@en ; +. +unit:CUP_US + a qudt:Unit ; + dcterms:description "unit of the volume according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00023658825 ; + qudt:conversionMultiplierSN 2.3658825E-4 ; + qudt:exactMatch unit:CUP ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA404" ; + qudt:plainTextDescription "unit of the volume according to the Anglo-American system of units" ; + qudt:symbol "cup{US}" ; + qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G21" ; + rdfs:isDefinedBy ; + rdfs:label "Cup (US)"@en ; +. +unit:CWT_LONG + a qudt:Unit ; + dcterms:description "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$."^^qudt:LatexString ; + qudt:conversionMultiplier 50.80235 ; + qudt:conversionMultiplierSN 5.080235E1 ; + qudt:exactMatch unit:Hundredweight_UK ; + qudt:expression "$cwt long$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "cwt{long}" ; + qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWI" ; + rdfs:isDefinedBy ; + rdfs:label "Long Hundred Weight"@en ; + skos:altLabel "British hundredweight" ; +. +unit:CWT_SHORT + a qudt:Unit ; + dcterms:description "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 45.359237 ; + qudt:conversionMultiplierSN 4.5359237E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:Hundredweight_US ; + qudt:expression "$cwt$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "cwt{short}" ; + qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hundred Weight - Short"@en ; + skos:altLabel "U.S. hundredweight" ; +. +unit:C_Ab + a qudt:Unit ; + dcterms:description "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abcoulomb"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "abC" ; + qudt:ucumCode "10.C"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abcoulomb"@en ; +. +unit:C_Ab-PER-CentiM2 + a qudt:Unit ; + dcterms:description """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system. +Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abc-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:anyURI ; + qudt:latexDefinition "$abcoulomb/cm^2$"^^qudt:LatexString ; + qudt:symbol "abC/cm²" ; + qudt:ucumCode "10.C.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abcoulomb per Square Centimeter"@en-us ; + rdfs:label "Abcoulomb per Square Centimetre"@en ; +. +unit:C_Stat + a qudt:Unit ; + dcterms:description "The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:exactMatch unit:FR ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:anyURI ; + qudt:latexDefinition "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."^^qudt:LatexString ; + qudt:latexDefinition "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"^^qudt:LatexString ; + qudt:latexDefinition "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$."^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "statC" ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb"@en ; +. +unit:C_Stat-PER-CentiM2 + a qudt:Unit ; + dcterms:description """$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. + One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.00000333564 ; + qudt:conversionMultiplierSN 3.33564E-6 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$statc-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:symbol "statC/cm²" ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb per Square Centimeter"@en-us ; + rdfs:label "Statcoulomb per Square Centimetre"@en ; +. +unit:C_Stat-PER-MOL + a qudt:Unit ; + dcterms:description "\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000000333564 ; + qudt:conversionMultiplierSN 3.33564E-10 ; + qudt:expression "$statC/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; + qudt:symbol "statC/mol" ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb per Mole"@en ; +. +unit:CentiBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:symbol "cbar" ; + qudt:ucumCode "cbar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centibar"@en ; +. +unit:CentiC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A CentiCoulomb is $10^{-2} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Centi ; + qudt:symbol "cC" ; + qudt:ucumCode "cC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "CentiCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:CentiGM + a qudt:Unit ; + dcterms:description "0,000 01-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB077" ; + qudt:plainTextDescription "0,000 01-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Centi ; + qudt:symbol "cg" ; + qudt:ucumCode "cg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CGM" ; + rdfs:isDefinedBy ; + rdfs:label "Centigram"@en ; +. +unit:CentiGRAY + a qudt:Unit ; + dcterms:description "0.01-fold of the unit gray" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB503" ; + qudt:symbol "cGy" ; + rdfs:isDefinedBy ; + rdfs:label "centigray" ; +. +unit:CentiL + a qudt:Unit ; + dcterms:description "0.01-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA373" ; + qudt:plainTextDescription "0.01-fold of the unit litre" ; + qudt:symbol "cL" ; + qudt:ucumCode "cL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CLT" ; + rdfs:isDefinedBy ; + rdfs:label "Centilitre"@en ; + rdfs:label "Centilitre"@en-us ; +. +unit:CentiM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA375" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:symbol "cm" ; + qudt:ucumCode "cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CMT" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter"@en-us ; + rdfs:label "Centimetre"@en ; +. +unit:CentiM-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA377" ; + qudt:symbol "cm/bar" ; + qudt:ucumCode "cm.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G04" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre per bar" ; +. +unit:CentiM-PER-HR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000002777778 ; + qudt:conversionMultiplierSN 2.777778E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA378" ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the unit hour" ; + qudt:symbol "cm/hr" ; + qudt:ucumCode "cm.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H49" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Per Hour"@en-us ; + rdfs:label "Centimetre Per Hour"@en ; +. +unit:CentiM-PER-K + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA376" ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "cm/K" ; + qudt:ucumCode "cm.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F51" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Per Kelvin"@en-us ; + rdfs:label "Centimetre Per Kelvin"@en ; +. +unit:CentiM-PER-KiloYR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000316880878140289 ; + qudt:conversionMultiplierSN 3.16880878140289E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "cm/(1000 yr)" ; + qudt:ucumCode "cm.ka-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/ka"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimetres per thousand years"@en ; +. +unit:CentiM-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA379" ; + qudt:latexDefinition "$cm/s$"^^qudt:LatexString ; + qudt:symbol "cm/s" ; + qudt:ucumCode "cm.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2M" ; + rdfs:isDefinedBy ; + rdfs:label "centimeter per second"@en-us ; + rdfs:label "centimetre per second"@en ; +. +unit:CentiM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA381" ; + qudt:symbol "cm/(s·bar)" ; + qudt:ucumCode "cm.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J85" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre per second bar" ; +. +unit:CentiM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA380" ; + qudt:symbol "cm/(s·K)" ; + qudt:ucumCode "cm.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J84" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre per second kelvin" ; +. +unit:CentiM-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB398" ; + qudt:symbol "cm/s²" ; + qudt:ucumCode "cm.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "cm/s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M39" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Square Second"@en-us ; + rdfs:label "Centimetre per Square Second"@en ; +. +unit:CentiM-PER-YR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000316880878140289 ; + qudt:conversionMultiplierSN 3.16880878140289E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "cm/yr" ; + qudt:ucumCode "cm.a-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm/a"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimetres per year"@en ; +. +unit:CentiM-SEC-DEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$cm-s-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:LengthTemperatureTime ; + qudt:symbol "cm·s·°C" ; + qudt:ucumCode "cm.s.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm.s/Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Second Degree Celsius"@en-us ; + rdfs:label "Centimetre Second Degree Celsius"@en ; +. +unit:CentiM2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of area equal to that of a square, of sides 1cm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$sqcm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA384" ; + qudt:prefix prefix:Centi ; + qudt:symbol "cm²" ; + qudt:ucumCode "cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CMK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter"@en-us ; + rdfs:label "Square Centimetre"@en ; +. +unit:CentiM2-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.006 ; + qudt:conversionMultiplierSN 6.0E-3 ; + qudt:expression "$cm^{2}m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "cm²·min" ; + qudt:ucumCode "cm2.min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter Minute"@en-us ; + rdfs:label "Square Centimetre Minute"@en ; +. +unit:CentiM2-PER-CentiM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "cm²/cm³" ; + qudt:ucumCode "cm2.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square centimetres per cubic centimetre"@en ; +. +unit:CentiM2-PER-ERG + a qudt:Unit ; + dcterms:description "[CGS] unit of the spectral profile" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:SpectralCrossSection ; + qudt:iec61360Code "0112/2///62720#UAB168" ; + qudt:symbol "cm²/erg" ; + qudt:ucumCode "cm2.erg-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm2/erg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D16" ; + rdfs:isDefinedBy ; + rdfs:label "square centimetre per erg" ; +. +unit:CentiM2-PER-GM + a qudt:Unit ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:iec61360Code "0112/2///62720#UAB193" ; + qudt:symbol "cm²/g" ; + qudt:ucumCode "cm2.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm2/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H15" ; + rdfs:isDefinedBy ; + rdfs:label "Square centimeters per gram"@en-us ; + rdfs:label "Square centimetres per gram"@en ; +. +unit:CentiM2-PER-SEC + a qudt:Unit ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAB408" ; + qudt:symbol "cm²/s" ; + qudt:ucumCode "cm2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm2/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M81" ; + rdfs:isDefinedBy ; + rdfs:label "Square centimetres per second"@en ; +. +unit:CentiM2-PER-SR-ERG + a qudt:Unit ; + dcterms:description "[CGS] unit of the spectral angle profile" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:SpectralAngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAB169" ; + qudt:symbol "cm²/(sr·erg)" ; + qudt:ucumCode "cm2.sr-1.erg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D17" ; + rdfs:isDefinedBy ; + rdfs:label "square centimetre per steradian erg" ; +. +unit:CentiM2-PER-V-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:expression "$cm^2/V-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Mobility ; + qudt:symbol "cm²/(V·s)" ; + qudt:ucumCode "cm2.V-1.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm2/(V.s)"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter per Volt Second"@en-us ; + rdfs:label "square centimetre per volt second"@en ; +. +unit:CentiM2-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm^2 . s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "cm²·s" ; + qudt:ucumCode "cm2.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter Second"@en-us ; + rdfs:label "Square Centimetre Second"@en ; +. +unit:CentiM3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:expression "$cubic-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA385" ; + qudt:prefix prefix:Centi ; + qudt:symbol "cm³" ; + qudt:ucumCode "cm3"^^qudt:UCUMcs ; + qudt:udunitsCode "cc" ; + qudt:uneceCommonCode "CMQ" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimeter"@en-us ; + rdfs:label "cubic centimetre"@en ; +. +unit:CentiM3-PER-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA387" ; + qudt:symbol "cm³/bar" ; + qudt:ucumCode "cm3.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G94" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per bar" ; +. +unit:CentiM3-PER-CentiM3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:plainTextDescription "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "cm³/cm³" ; + qudt:ucumCode "cm3.cm-3"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/cm3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Cubic Centimeter"@en-us ; + rdfs:label "Cubic Centimetre Per Cubic Centimetre"@en ; +. +unit:CentiM3-PER-DAY + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplierSN 1.157407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA388" ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day" ; + qudt:symbol "cm³/day" ; + qudt:ucumCode "cm3.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G47" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Day"@en-us ; + rdfs:label "Cubic Centimetre Per Day"@en ; +. +unit:CentiM3-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA390" ; + qudt:symbol "cm³/(d·bar)" ; + qudt:ucumCode "cm3.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G78" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per day bar" ; +. +unit:CentiM3-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA389" ; + qudt:symbol "cm³/(d·K)" ; + qudt:ucumCode "cm3.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G61" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per day kelvin" ; +. +unit:CentiM3-PER-GM + a qudt:Unit ; + dcterms:description "Cubic Centimeter per Gram is a unit in the category of Specific Volume."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:MilliL-PER-GM ; + qudt:expression "$cm3/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAD918" ; + qudt:symbol "cm³/g" ; + qudt:ucumCode "cm3.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeters per Gram"@en-us ; + rdfs:label "Cubic Centimetres per Gram"@en ; +. +unit:CentiM3-PER-HR + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplierSN 2.777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA391" ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; + qudt:symbol "cm³/hr" ; + qudt:ucumCode "cm3.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G48" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Hour"@en-us ; + rdfs:label "Cubic Centimetre Per Hour"@en ; +. +unit:CentiM3-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA393" ; + qudt:symbol "cm³/(h·bar)" ; + qudt:ucumCode "cm3.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G79" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per hour bar" ; +. +unit:CentiM3-PER-HR-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA392" ; + qudt:symbol "cm³/(h·K)" ; + qudt:ucumCode "cm3.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G62" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per hour kelvin" ; +. +unit:CentiM3-PER-K + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA386" ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin" ; + qudt:symbol "cm³/K" ; + qudt:ucumCode "cm3.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G27" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Kelvin"@en-us ; + rdfs:label "Cubic Centimetre Per Kelvin"@en ; +. +unit:CentiM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA394" ; + qudt:plainTextDescription "volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "cm³/m³" ; + qudt:ucumCode "cm3.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J87" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Cubic Meter"@en-us ; + rdfs:label "Cubic Centimetre Per Cubic Metre"@en ; +. +unit:CentiM3-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666667 ; + qudt:conversionMultiplierSN 1.666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA395" ; + qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute" ; + qudt:symbol "cm³/min" ; + qudt:ucumCode "cm3.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G49" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Minute"@en-us ; + rdfs:label "Cubic Centimetre Per Minute"@en ; +. +unit:CentiM3-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA397" ; + qudt:symbol "cm³/(min·bar)" ; + qudt:ucumCode "cm3.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G80" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per minute bar" ; +. +unit:CentiM3-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA396" ; + qudt:symbol "cm³/(min·K)" ; + qudt:ucumCode "cm3.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G63" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per minute kelvin" ; +. +unit:CentiM3-PER-MOL + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:iec61360Code "0112/2///62720#UAA398" ; + qudt:plainTextDescription "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; + qudt:symbol "cm³/mol" ; + qudt:ucumCode "cm3.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A36" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Mole"@en-us ; + rdfs:label "Cubic Centimetre Per Mole"@en ; +. +unit:CentiM3-PER-MOL-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:symbol "cm³/(mol·s)" ; + qudt:ucumCode "cm3.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Mole Second"@en ; + rdfs:label "Cubic Centimeter per Mole Second"@en-us ; +. +unit:CentiM3-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA399" ; + qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "cm³/s" ; + qudt:ucumCode "cm3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "cm3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2J" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter Per Second"@en-us ; + rdfs:label "Cubic Centimetre Per Second"@en ; +. +unit:CentiM3-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA401" ; + qudt:symbol "cm³/(s·bar)" ; + qudt:ucumCode "cm3.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G81" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per second bar" ; +. +unit:CentiM3-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA400" ; + qudt:symbol "cm³/(s·K)" ; + qudt:ucumCode "cm3.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G64" ; + rdfs:isDefinedBy ; + rdfs:label "cubic centimetre per second kelvin" ; +. +unit:CentiM4 + a qudt:Unit ; + dcterms:description "0.01-fold of SI base unit metre to the power four" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAC000" ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre with the exponent 4" ; + qudt:prefix prefix:Centi ; + qudt:symbol "cm⁴" ; + qudt:ucumCode "cm4"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Zentimeter hoch 4"@de ; + rdfs:label "centimetre to the fourth power" ; + rdfs:label "quartic Centimetre"@en ; +. +unit:CentiM6 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:WarpingConstant ; + qudt:plainTextDescription "Scaling of hexic meter by 10^-12" ; + qudt:symbol "cm⁶" ; + qudt:ucumCode "cm6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Sextic Centieter"@en-us ; + rdfs:label "Sextic Centietre"@en ; +. +unit:CentiMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:symbol "cmol" ; + rdfs:isDefinedBy ; + rdfs:label "CentiMole"@en ; +. +unit:CentiMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "1/100 of SI unit of amount of substance per kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:plainTextDescription "1/100 of SI unit of amount of substance per kilogram" ; + qudt:symbol "cmol/kg" ; + qudt:ucumCode "cmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "cmol/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimole per kilogram"@en ; +. +unit:CentiMOL-PER-L + a qudt:Unit ; + dcterms:description "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:symbol "cmol/L" ; + qudt:ucumCode "cmol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "cmol/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimole per litre"@en ; +. +unit:CentiM_H20_4DEG_C + a qudt:Unit ; + 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" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB236" ; + qudt:symbol "cmH₂O (4 °C)" ; + qudt:uneceCommonCode "N14" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre of water (4 °C)" ; +. +unit:CentiM_H2O + a qudt:Unit ; + dcterms:description """$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre_of_water"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA402" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:anyURI ; + qudt:plainTextDescription "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre" ; + qudt:symbol "cmH₂0" ; + qudt:ucumCode "cm[H2O]"^^qudt:UCUMcs ; + qudt:udunitsCode "cmH2O" ; + qudt:udunitsCode "cm_H2O" ; + qudt:uneceCommonCode "H78" ; + rdfs:isDefinedBy ; + rdfs:label "Conventional Centimeter Of Water"@en-us ; + rdfs:label "Conventional Centimetre Of Water"@en ; +. +unit:CentiM_H2O_4DEG_C + a qudt:Unit ; + 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" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB236" ; + qudt:symbol "cmH₂0 (4 °C)" ; + qudt:uneceCommonCode "N14" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre of water (4 °C)" ; +. +unit:CentiM_HG + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^rdf:HTML ; + qudt:conversionMultiplier 1333.224 ; + qudt:conversionMultiplierSN 1.333224E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA403" ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre" ; + qudt:symbol "cmHg" ; + qudt:ucumCode "cm[Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "cmHg" ; + qudt:udunitsCode "cm_Hg" ; + qudt:uneceCommonCode "J89" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Of Mercury"@en-us ; + rdfs:label "Centimetre Of Mercury"@en ; +. +unit:CentiM_HG_0DEG_C + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB235" ; + qudt:symbol "cmHg (0 °C)" ; + qudt:uneceCommonCode "N13" ; + rdfs:isDefinedBy ; + rdfs:label "centimetre of mercury (0 °C)" ; +. +unit:CentiN + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:symbol "cN" ; + rdfs:isDefinedBy ; + rdfs:label "CentiNewton"@en ; +. +unit:CentiN-M + a qudt:Unit ; + dcterms:description "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA355" ; + qudt:plainTextDescription "0.01-fold of the product of the SI derived unit newton and SI base unit metre" ; + qudt:symbol "cN·m" ; + qudt:ucumCode "cN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J72" ; + rdfs:isDefinedBy ; + rdfs:label "Centinewton Meter"@en-us ; + rdfs:label "Centinewton Metre"@en ; +. +unit:CentiN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB551" ; + qudt:symbol "cN·m/m²" ; + qudt:ucumCode "cN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "centinewton metre per square metre" ; +. +unit:CentiPOISE + a qudt:Unit ; + dcterms:description """$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA356" ; + qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:symbol "cP" ; + qudt:ucumCode "cP"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C7" ; + rdfs:isDefinedBy ; + rdfs:label "Centipoise"@en ; +. +unit:CentiPOISE-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA358" ; + qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar" ; + qudt:symbol "cP/bar" ; + qudt:ucumCode "cP.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "cP/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J74" ; + rdfs:isDefinedBy ; + rdfs:label "Centipoise Per Bar"@en ; +. +unit:CentiPOISE-PER-K + a qudt:Unit ; + dcterms:description "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA357" ; + qudt:symbol "cP/K" ; + qudt:ucumCode "cP.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "cP/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J73" ; + rdfs:isDefinedBy ; + rdfs:label "centipoise per kelvin" ; +. +unit:CentiST + a qudt:Unit ; + dcterms:description """$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:KinematicViscosity ; + qudt:iec61360Code "0112/2///62720#UAA359" ; + qudt:symbol "cSt" ; + qudt:ucumCode "cSt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4C" ; + rdfs:isDefinedBy ; + rdfs:label "Centistokes"@en ; +. +unit:Ci + a qudt:Unit ; + dcterms:description "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000.0 ; + qudt:conversionMultiplierSN 3.7E10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA138" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Ci" ; + qudt:ucumCode "Ci"^^qudt:UCUMcs ; + qudt:udunitsCode "Ci" ; + qudt:uneceCommonCode "CUR" ; + rdfs:isDefinedBy ; + rdfs:label "Curie"@en ; +. +unit:DARCY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "

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

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

See NIST section SP811 section 4.2.1.1

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

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:iec61360Code "0112/2///62720#UAA033" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + qudt:latexDefinition "$\\,^{\\circ}{C}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:siExactMatch si-unit:degreeCelsius ; + qudt:symbol "°C" ; + qudt:ucumCode "Cel"^^qudt:UCUMcs ; + qudt:udunitsCode "°C" ; + qudt:udunitsCode "℃" ; + qudt:uneceCommonCode "CEL" ; + rdfs:isDefinedBy ; + rdfs:label "Celsius-fok"@hu ; + rdfs:label "Grad Celsius"@de ; + rdfs:label "celsius"@tr ; + rdfs:label "darjah celsius"@ms ; + rdfs:label "degree Celsius"@en ; + rdfs:label "degré celsius"@fr ; + rdfs:label "grad celsius"@ro ; + rdfs:label "grado celsius"@es ; + rdfs:label "grado celsius"@it ; + rdfs:label "gradus celsii"@la ; + rdfs:label "grau celsius"@pt ; + rdfs:label "stopień celsjusza"@pl ; + rdfs:label "stopinja Celzija"@sl ; + rdfs:label "stupně celsia"@cs ; + rdfs:label "βαθμός Κελσίου"@el ; + rdfs:label "градус Целзий"@bg ; + rdfs:label "градус Цельсия"@ru ; + rdfs:label "צלזיוס"@he ; + rdfs:label "درجة مئوية"@ar ; + rdfs:label "درجه سانتی گراد/سلسیوس"@fa ; + rdfs:label "सेल्सियस"@hi ; + rdfs:label "セルシウス度"@ja ; + rdfs:label "摄氏度"@zh ; + skos:altLabel "degree-centigrade" ; +. +unit:DEG_C-CentiM + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$cm-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:symbol "°C·cm" ; + qudt:ucumCode "Cel.cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Centimeter"@en-us ; + rdfs:label "Degree Celsius Centimetre"@en ; +. +unit:DEG_C-KiloGM-PER-M2 + a qudt:Unit ; + dcterms:description "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "°C·kg/m²" ; + qudt:ucumCode "Cel.kg.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degrees Celsius kilogram per square metre"@en ; +. +unit:DEG_C-PER-BAR + a qudt:Unit ; + dcterms:description "unit with the name °Celsius divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA035" ; + qudt:symbol "°C/bar" ; + qudt:ucumCode "Cel.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F60" ; + rdfs:isDefinedBy ; + rdfs:label "degree Celsius per bar" ; +. +unit:DEG_C-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$degC / hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA036" ; + qudt:symbol "°C/hr" ; + qudt:ucumCode "Cel.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H12" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Hour"@en ; +. +unit:DEG_C-PER-K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA034" ; + qudt:plainTextDescription "unit with the name Degree Celsius divided by the SI base unit kelvin" ; + qudt:symbol "°C/K" ; + qudt:ucumCode "Cel.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E98" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Per Kelvin"@en ; +. +unit:DEG_C-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:TemperatureGradient ; + qudt:symbol "°C/m" ; + qudt:ucumCode "Cel.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degrees Celsius per metre"@en ; +. +unit:DEG_C-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$degC / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA037" ; + qudt:symbol "°C/min" ; + qudt:ucumCode "Cel.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H13" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Minute"@en ; +. +unit:DEG_C-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$degC / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA038" ; + qudt:symbol "°C/s" ; + qudt:ucumCode "Cel.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H14" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Second"@en ; +. +unit:DEG_C-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000316880878140289 ; + qudt:conversionMultiplierSN 3.16880878140289E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:symbol "°C/yr" ; + qudt:ucumCode "Cel.a-1"^^qudt:UCUMcs ; + qudt:ucumCode "Cel/a"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degrees Celsius per year"@en ; +. +unit:DEG_C-WK + a qudt:Unit ; + dcterms:description "temperature multiplied by unit of time."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplierSN 6.048E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "°C·wk" ; + qudt:ucumCode "Cel.wk"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius week"@en ; +. +unit:DEG_C2-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "°C²/s" ; + qudt:ucumCode "K2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "K2/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Degrees Celsius per second"@en ; +. +unit:DEG_C_GROWING_CEREAL-DAY + a qudt:Unit ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:GrowingDegreeDay_Cereal ; + qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; + qudt:symbol "GDD" ; + rdfs:isDefinedBy ; + rdfs:label "Growing Degree Days (Cereals)"@en ; +. +unit:DEG_F + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as + $\\circ\\text{F}$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:conversionOffset 459.67 ; + qudt:conversionOffsetSN 4.5967E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:iec61360Code "0112/2///62720#UAA039" ; + qudt:omUnit ; + qudt:symbol "°F" ; + qudt:ucumCode "[degF]"^^qudt:UCUMcs ; + qudt:udunitsCode "°F" ; + qudt:udunitsCode "℉" ; + qudt:uneceCommonCode "FAH" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit"@en ; +. +unit:DEG_F-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description ""^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2000.00000000000016 ; + qudt:conversionMultiplierSN 2.00000000000000016E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF-hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "°F·hr" ; + qudt:ucumCode "[degF].h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour"@en ; +. +unit:DEG_F-HR-FT2-PER-BTU_IT + a qudt:Unit ; + dcterms:description "unit of the thermal resistor according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1761101836823058548197662335811061 ; + qudt:conversionMultiplierSN 1.761101836823058548197662335811061E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA043" ; + qudt:plainTextDescription "unit of the thermal resistor according to the Imperial system of units" ; + qudt:symbol "°F·hr·ft²/Btu{IT}" ; + qudt:ucumCode "[degF].h-1.[ft_i]-2.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/(h.[ft_i]2.[Btu_IT])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J22" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Table)"@en ; +. +unit:DEG_F-HR-FT2-PER-BTU_IT-IN + a qudt:Unit ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units" ; + qudt:conversionMultiplier 6.933471798515978536211269038626224 ; + qudt:conversionMultiplierSN 6.933471798515978536211269038626224E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:iec61360Code "0112/2///62720#UAB252" ; + qudt:symbol "°F·hr·ft²/(Btu{IT}·in)" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N88" ; + rdfs:isDefinedBy ; + rdfs:label "degree Fahrenheit hour square foot per British thermal unit (international table) inch" ; +. +unit:DEG_F-HR-FT2-PER-BTU_TH + a qudt:Unit ; + dcterms:description "unit of the thermal resistor according to the according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1762280394439072243097885617308536 ; + qudt:conversionMultiplierSN 1.762280394439072243097885617308536E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA040" ; + qudt:plainTextDescription "unit of the thermal resistor according to the according to the Imperial system of units" ; + qudt:symbol "°F·hr·ft²/Btu{th}" ; + qudt:ucumCode "[degF].h-1.[ft_i]-2.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/(h.[ft_i]2.[Btu_th])"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J19" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical)"@en ; +. +unit:DEG_F-HR-FT2-PER-BTU_TH-IN + a qudt:Unit ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units" ; + qudt:conversionMultiplier 6.938111789130205681487738650821007 ; + qudt:conversionMultiplierSN 6.938111789130205681487738650821007E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:iec61360Code "0112/2///62720#UAB253" ; + qudt:symbol "°F·hr·ft²/(Btu{th}·in)" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N89" ; + rdfs:isDefinedBy ; + rdfs:label "degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch" ; +. +unit:DEG_F-HR-PER-BTU_IT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-hr/Btu$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.895634240626634551676309339081973 ; + qudt:conversionMultiplierSN 1.895634240626634551676309339081973E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF-hr/Btu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:symbol "°F·hr/Btu{IT}" ; + qudt:ucumCode "[degF].h.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF].h/[Btu_IT]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N84" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour per BTU"@en ; +. +unit:DEG_F-HR-PER-BTU_TH + a qudt:Unit ; + dcterms:description """The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.896902829486604790432999412407318 ; + qudt:conversionMultiplierSN 1.896902829486604790432999412407318E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB249" ; + qudt:symbol "°F/(Btuth/h)" ; + qudt:ucumCode "[degF].h.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N85" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit hour per British thermal unit (thermochemical)" ; +. +unit:DEG_F-PER-BAR + a qudt:Unit ; + dcterms:description """$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.000005555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA042" ; + qudt:symbol "°F/bar" ; + qudt:ucumCode "[degF].bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J21" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per bar" ; +. +unit:DEG_F-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000154320987654321 ; + qudt:conversionMultiplierSN 1.54320987654321E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA044" ; + qudt:symbol "°F/hr" ; + qudt:ucumCode "[degF].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J23" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Hour"@en ; +. +unit:DEG_F-PER-K + a qudt:Unit ; + dcterms:description "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.5555556 ; + qudt:conversionMultiplierSN 5.555556E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA041" ; + qudt:plainTextDescription "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin" ; + qudt:symbol "°F/K" ; + qudt:ucumCode "[degF].K-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J20" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Per Kelvin"@en ; +. +unit:DEG_F-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.009259259259259260000000000000000002 ; + qudt:conversionMultiplierSN 9.259259259259260000000000000000002E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA045" ; + qudt:symbol "°F/min" ; + qudt:ucumCode "[degF].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J24" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Minute"@en ; +. +unit:DEG_F-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA046" ; + qudt:symbol "°F/s" ; + qudt:ucumCode "[degF].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J25" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Second"@en ; +. +unit:DEG_F-PER-SEC2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration + of a temperature expressed as $degF / s^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime_Squared ; + qudt:plainTextDescription "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'." ; + qudt:symbol "°F/s²" ; + qudt:ucumCode "[degF].s-2"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Square Second"@en ; +. +unit:DEG_F-SEC-PER-BTU_IT + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0005265650668407318199100859275227703 ; + qudt:conversionMultiplierSN 5.265650668407318199100859275227703E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB250" ; + qudt:symbol "°F·s/Btu{IT}" ; + qudt:ucumCode "[degF].s.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N86" ; + rdfs:isDefinedBy ; + rdfs:label "degree Fahrenheit second per British thermal unit (international table)" ; +. +unit:DEG_F-SEC-PER-BTU_TH + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0005269174526351679973424998367798105 ; + qudt:conversionMultiplierSN 5.269174526351679973424998367798105E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB251" ; + qudt:symbol "°F·s/Btu{th}" ; + qudt:ucumCode "[degF].s.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N87" ; + rdfs:isDefinedBy ; + rdfs:label "degree Fahrenheit second per British thermal unit (thermochemical)" ; +. +unit:DEG_R + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. + The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). + Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal + to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. + A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:iec61360Code "0112/2///62720#UAA050" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "°R" ; + qudt:ucumCode "[degR]"^^qudt:UCUMcs ; + qudt:udunitsCode "°R" ; + qudt:uneceCommonCode "A48" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine"@en ; +. +unit:DEG_R-PER-HR + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000154320987654321 ; + qudt:conversionMultiplierSN 1.54320987654321E-4 ; + qudt:expression "$degR / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA051" ; + qudt:symbol "°R/hr" ; + qudt:ucumCode "[degR].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degR]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J28" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Hour"@en ; +. +unit:DEG_R-PER-MIN + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.009259259259259260000000000000000002 ; + qudt:conversionMultiplierSN 9.259259259259260000000000000000002E-3 ; + qudt:expression "$degR / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA052" ; + qudt:symbol "°R/min" ; + qudt:ucumCode "[degR].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degR]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J29" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Minute"@en ; +. +unit:DEG_R-PER-SEC + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:expression "$degR / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA053" ; + qudt:symbol "°R/s" ; + qudt:ucumCode "[degR].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[degR]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J30" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Second"@en ; +. +unit:DIOPTER + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror, + which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). + For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$. + The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature + and the vergence of optical beams. + Though the diopter is based on the SI-metric system it has not been included in the standard so that there is + no international name or abbreviation for this unit of measurement within the international system of units + this unit for optical power would need to be specified explicitly as the inverse metre. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dioptre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Curvature ; + qudt:iec61360Code "0112/2///62720#UAB371" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:anyURI ; + qudt:symbol "D" ; + qudt:ucumCode "[diop]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q25" ; + rdfs:isDefinedBy ; + rdfs:label "Diopter"@en ; +. +unit:DPI + a qudt:Unit ; + dcterms:description "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 39.37008 ; + qudt:conversionMultiplierSN 3.937008E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:iec61360Code "0112/2///62720#UAA421" ; + qudt:plainTextDescription "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "DPI" ; + qudt:ucumCode "{dot}/[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E39" ; + rdfs:isDefinedBy ; + rdfs:label "Dots Per Inch"@en ; +. +unit:DRAM_UK + a qudt:Unit ; + dcterms:description "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0017718451953125 ; + qudt:conversionMultiplierSN 1.7718451953125E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB181" ; + qudt:plainTextDescription "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight" ; + qudt:symbol "dr{UK}" ; + qudt:ucumCode "[dr_ap]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DRI" ; + rdfs:isDefinedBy ; + rdfs:label "Dram (UK)"@en ; +. +unit:DRAM_US + a qudt:Unit ; + dcterms:description "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0038879346 ; + qudt:conversionMultiplierSN 3.8879346E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB180" ; + qudt:plainTextDescription "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)" ; + qudt:symbol "dr{US}" ; + qudt:ucumCode "[dr_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "dr" ; + qudt:udunitsCode "fldr" ; + qudt:uneceCommonCode "DRA" ; + rdfs:isDefinedBy ; + rdfs:label "Dram (US)"@en ; +. +unit:DWT + a qudt:Unit ; + dcterms:description "\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00155517384 ; + qudt:conversionMultiplierSN 1.55517384E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pennyweight"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:Pennyweight ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:anyURI ; + qudt:symbol "dwt" ; + qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DWT" ; + rdfs:isDefinedBy ; + rdfs:label "Penny Weight"@en ; + skos:altLabel "dryquartus" ; +. +unit:DYN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to \\SI{10}{\\micro\\newton}. Equivalently, the dyne is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. The dyne per centimetre is the unit traditionally used to measure surface tension."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA422" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot cm/s^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "dyn" ; + qudt:ucumCode "dyn"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DU" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne"@en ; +. +unit:DYN-CentiM + a qudt:Unit ; + dcterms:description "\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$dyn-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA423" ; + qudt:symbol "dyn·cm" ; + qudt:ucumCode "dyn.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J94" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Centimeter"@en-us ; + rdfs:label "Dyne Centimetre"@en ; +. +unit:DYN-M + a qudt:Unit ; + dcterms:description "[CGS] unit of the rotational moment" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB419" ; + qudt:symbol "dyn·m" ; + qudt:ucumCode "dyn.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M97" ; + rdfs:isDefinedBy ; + rdfs:label "dyne metre" ; +. +unit:DYN-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the surface tension"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB106" ; + qudt:plainTextDescription "CGS unit of the surface tension" ; + qudt:symbol "dyn/cm" ; + qudt:ucumCode "dyn.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "dyn/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DX" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Per Centimeter"@en-us ; + rdfs:label "Dyne Per Centimetre"@en ; +. +unit:DYN-PER-CentiM2 + a qudt:Unit ; + dcterms:description "\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$dyn/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA424" ; + qudt:symbol "dyn/cm²" ; + qudt:ucumCode "dyn.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "dyn/cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D9" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne per Square Centimeter"@en-us ; + rdfs:label "Dyne per Square Centimetre"@en ; +. +unit:DYN-SEC-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the mechanical impedance"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB144" ; + qudt:plainTextDescription "CGS unit of the mechanical impedance" ; + qudt:symbol "dyn·s/cm" ; + qudt:ucumCode "dyn.s.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "dyn.s/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A51" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Second Per Centimeter"@en-us ; + rdfs:label "Dyne Second Per Centimetre"@en ; +. +unit:DYN-SEC-PER-CentiM3 + a qudt:Unit ; + dcterms:description "CGS unit of the acoustic image impedance of the medium"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:iec61360Code "0112/2///62720#UAB102" ; + qudt:plainTextDescription "CGS unit of the acoustic image impedance of the medium" ; + qudt:symbol "dyn·s/cm³" ; + qudt:ucumCode "dyn.s.cm-3"^^qudt:UCUMcs ; + qudt:ucumCode "dyn.s/cm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A50" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Second Per Cubic Centimeter"@en-us ; + rdfs:label "Dyne Second Per Cubic Centimetre"@en ; +. +unit:DYN-SEC-PER-CentiM5 + a qudt:Unit ; + dcterms:description "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)" ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB045" ; + qudt:symbol "dyn·s/cm⁵" ; + qudt:ucumCode "dyn.s.cm-5"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A52" ; + rdfs:isDefinedBy ; + rdfs:label "dyne second per centimetre to the fifth power" ; +. +unit:Da + a qudt:Unit ; + dcterms:description "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ; + qudt:exactMatch unit:AMU ; + qudt:exactMatch unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolecularMass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ; + qudt:siExactMatch si-unit:dalton ; + qudt:symbol "Da" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Dalton"@en ; + skos:altLabel "atomic-mass-unit" ; +. +unit:Debye + a qudt:Unit ; + dcterms:description "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000000333564 ; + qudt:conversionMultiplierSN 3.33564E-30 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Debye"@en ; +. +unit:DecaARE + a qudt:Unit ; + dcterms:description "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB049" ; + qudt:plainTextDescription "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a" ; + qudt:symbol "daa" ; + qudt:ucumCode "daar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DAA" ; + rdfs:isDefinedBy ; + rdfs:label "Decare"@en ; +. +unit:DecaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A DecaCoulomb is $10 C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Deca ; + qudt:symbol "daC" ; + qudt:ucumCode "daC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "DecaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:DecaGM + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB075" ; + qudt:plainTextDescription "0.01-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Deca ; + qudt:symbol "dag" ; + qudt:ucumCode "dag"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DJ" ; + rdfs:isDefinedBy ; + rdfs:label "Decagram"@en ; +. +unit:DecaL + a qudt:Unit ; + dcterms:description "10-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB115" ; + qudt:plainTextDescription "10-fold of the unit litre" ; + qudt:symbol "daL" ; + qudt:ucumCode "daL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A44" ; + rdfs:isDefinedBy ; + rdfs:label "Decalitre"@en ; + rdfs:label "Decalitre"@en-us ; +. +unit:DecaM + a qudt:Unit ; + dcterms:description "10-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB064" ; + qudt:plainTextDescription "10-fold of the SI base unit metre" ; + qudt:prefix prefix:Deca ; + qudt:symbol "dam" ; + qudt:ucumCode "dam"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A45" ; + rdfs:isDefinedBy ; + rdfs:label "Decameter"@en-us ; + rdfs:label "Decametre"@en ; +. +unit:DecaM3 + a qudt:Unit ; + dcterms:description "1 000-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB179" ; + qudt:plainTextDescription "1 000-fold of the power of the SI base unit metre by exponent 3" ; + qudt:prefix prefix:Deca ; + qudt:symbol "dam³" ; + qudt:ucumCode "dam3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMA" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decameter"@en-us ; + rdfs:label "Cubic Decametre"@en ; +. +unit:DecaPA + a qudt:Unit ; + dcterms:description "10-fold of the derived SI unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB375" ; + qudt:plainTextDescription "10-fold of the derived SI unit pascal" ; + qudt:prefix prefix:Deca ; + qudt:symbol "daPa" ; + qudt:ucumCode "daPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H75" ; + rdfs:isDefinedBy ; + rdfs:label "Decapascal"@en ; +. +unit:DecaPOISE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:plainTextDescription "10-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:prefix prefix:Deca ; + qudt:symbol "daP" ; + qudt:ucumCode "daP"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decapoise"@en ; + rdfs:label "Dekapoise"@de ; +. +unit:DeciB + a qudt:DimensionlessUnit ; + a qudt:LogarithmicUnit ; + a qudt:Unit ; + dcterms:description "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Decibel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAA409" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:anyURI ; + qudt:symbol "dB" ; + qudt:ucumCode "dB"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2N" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel"@en ; +. +unit:DeciB-MilliW + a qudt:Unit ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD891" ; + qudt:symbol "dB·mW" ; + qudt:ucumCode "dB.mW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBM" ; + rdfs:isDefinedBy ; + rdfs:label "decibel milliwatts" ; +. +unit:DeciB-MilliW-PER-MegaHZ + a qudt:Unit ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD892" ; + qudt:symbol "dB·mW/Mhz" ; + qudt:ucumCode "dB.mW.MHz-1"^^qudt:UCUMcs ; + qudt:ucumCode "dB.mW/MHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBM" ; + rdfs:isDefinedBy ; + rdfs:label "decibel milliwatts per megahertz" ; +. +unit:DeciB-PER-KiloM + a qudt:Unit ; + dcterms:description "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAA410" ; + qudt:symbol "dB/km" ; + qudt:ucumCode "dB.km-1"^^qudt:UCUMcs ; + qudt:ucumCode "dB/km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H51" ; + rdfs:isDefinedBy ; + rdfs:label "decibel per kilometre" ; +. +unit:DeciB-PER-M + a qudt:Unit ; + dcterms:description "0.1-fold of the unit bel divided by the SI base unit metre" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAA411" ; + qudt:symbol "dB/m" ; + qudt:ucumCode "dB.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "dB/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H52" ; + rdfs:isDefinedBy ; + rdfs:label "decibel per metre" ; +. +unit:DeciB-W + a qudt:Unit ; + dcterms:description "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt." ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD924" ; + qudt:symbol "dBW" ; + qudt:ucumCode "dB.W"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBW" ; + rdfs:isDefinedBy ; + rdfs:label "decibel watt" ; +. +unit:DeciBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Deci ; + qudt:symbol "dbar" ; + qudt:ucumCode "dbar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decibar"@en ; +. +unit:DeciBAR-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00031688 ; + qudt:conversionMultiplierSN 3.1688E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "dbar/yr" ; + qudt:ucumCode "dbar.a-1"^^qudt:UCUMcs ; + qudt:ucumCode "dbar/a"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decibars per year"@en ; +. +unit:DeciB_A + a qudt:Unit ; + dcterms:description "unit of sound pressure level with frequency weighting A" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD893" ; + qudt:symbol "dB(A)" ; + rdfs:isDefinedBy ; + rdfs:label "decibel with A-weighting" ; +. +unit:DeciB_C + a qudt:Unit ; + dcterms:description "\"Decibel Carrier Unit\" is a unit for 'Signal Detection Threshold' expressed as $dBc$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SignalDetectionThreshold ; + qudt:iec61360Code "0112/2///62720#UAD894" ; + qudt:symbol "dBc" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Carrier Unit"@en ; +. +unit:DeciB_ISO + a qudt:Unit ; + dcterms:description "antenna gain of a transmitted or received signal" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD889" ; + qudt:symbol "dBi" ; + rdfs:isDefinedBy ; + rdfs:label "decibel isotropic" ; +. +unit:DeciB_M + a qudt:DimensionlessUnit ; + a qudt:Unit ; + dcterms:description "\"Decibel Referred to 1mw\" is a 'Dimensionless Ratio' expressed as $dBm$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:symbol "dBmW" ; + qudt:udunitsCode "Bm" ; + qudt:uneceCommonCode "DBM" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Referred to 1mw"@en ; +. +unit:DeciB_Z + a qudt:Unit ; + dcterms:description "unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD895" ; + qudt:symbol "dB(Z)" ; + rdfs:isDefinedBy ; + rdfs:label "decibel with Z-weighting" ; +. +unit:DeciC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A DeciCoulomb is $10^{-1} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Deci ; + qudt:symbol "dC" ; + qudt:ucumCode "dC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "DeciCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:DeciGM + a qudt:Unit ; + dcterms:description "0.0001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB076" ; + qudt:plainTextDescription "0.0001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Deci ; + qudt:symbol "dg" ; + qudt:ucumCode "dg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DG" ; + rdfs:isDefinedBy ; + rdfs:label "Decigram"@en ; +. +unit:DeciL + a qudt:Unit ; + dcterms:description "0.1-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB113" ; + qudt:plainTextDescription "0.1-fold of the unit litre" ; + qudt:symbol "dL" ; + qudt:ucumCode "dL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DLT" ; + rdfs:isDefinedBy ; + rdfs:label "Decilitre"@en ; + rdfs:label "Decilitre"@en-us ; +. +unit:DeciL-PER-GM + a qudt:Unit ; + dcterms:description "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB094" ; + qudt:plainTextDescription "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "dL/g" ; + qudt:ucumCode "dL.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "dL/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "22" ; + rdfs:isDefinedBy ; + rdfs:label "Decilitre Per Gram"@en ; + rdfs:label "Decilitre Per Gram"@en-us ; +. +unit:DeciM + a qudt:Unit ; + dcterms:description "A decimeter is a tenth of a meter."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA412" ; + qudt:prefix prefix:Deci ; + qudt:symbol "dm" ; + qudt:ucumCode "dm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMT" ; + rdfs:isDefinedBy ; + rdfs:label "Decimeter"@en-us ; + rdfs:label "Decimetre"@en ; +. +unit:DeciM2 + a qudt:Unit ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA413" ; + qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:prefix prefix:Deci ; + qudt:symbol "dm²" ; + qudt:ucumCode "dm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Decimeter"@en-us ; + rdfs:label "Square Decimetre"@en ; +. +unit:DeciM3 + a qudt:Unit ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA414" ; + qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:prefix prefix:Deci ; + qudt:symbol "dm³" ; + qudt:ucumCode "dm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter"@en-us ; + rdfs:label "Cubic Decimetre"@en ; +. +unit:DeciM3-PER-DAY + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407 ; + qudt:conversionMultiplierSN 1.157407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA415" ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day" ; + qudt:symbol "dm³/day" ; + qudt:ucumCode "dm3.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J90" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Day"@en-us ; + rdfs:label "Cubic Decimetre Per Day"@en ; +. +unit:DeciM3-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplierSN 2.777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA416" ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; + qudt:symbol "dm³/hr" ; + qudt:ucumCode "dm3.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E92" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Hour"@en-us ; + rdfs:label "Cubic Decimetre Per Hour"@en ; +. +unit:DeciM3-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB409" ; + qudt:symbol "dm³/kg" ; + qudt:ucumCode "dm3.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N28" ; + rdfs:isDefinedBy ; + rdfs:label "cubic decimetre per kilogram" ; +. +unit:DeciM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA417" ; + qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "dm³/m³" ; + qudt:ucumCode "dm3.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J91" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Cubic Meter"@en-us ; + rdfs:label "Cubic Decimetre Per Cubic Metre"@en ; +. +unit:DeciM3-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplierSN 1.666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA418" ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute" ; + qudt:symbol "dm³/min" ; + qudt:ucumCode "dm3.min-3"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/min3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J92" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Minute"@en-us ; + rdfs:label "Cubic Decimetre Per Minute"@en ; +. +unit:DeciM3-PER-MOL + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:iec61360Code "0112/2///62720#UAA419" ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; + qudt:symbol "dm³/mol" ; + qudt:ucumCode "dm3.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A37" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Mole"@en-us ; + rdfs:label "Cubic Decimetre Per Mole"@en ; +. +unit:DeciM3-PER-SEC + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA420" ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second" ; + qudt:symbol "dm³/s" ; + qudt:ucumCode "dm3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "dm3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J93" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter Per Second"@en-us ; + rdfs:label "Cubic Decimetre Per Second"@en ; +. +unit:DeciN + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:symbol "dN" ; + rdfs:isDefinedBy ; + rdfs:label "DeciNewton"@en ; +. +unit:DeciN-M + a qudt:Unit ; + dcterms:description "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB084" ; + qudt:plainTextDescription "0.1-fold of the product of the derived SI unit joule and the SI base unit metre" ; + qudt:symbol "dN·m" ; + qudt:ucumCode "dN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DN" ; + rdfs:isDefinedBy ; + rdfs:label "Decinewton Meter"@en-us ; + rdfs:label "Decinewton Metre"@en ; +. +unit:DeciS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:symbol "dS" ; + rdfs:isDefinedBy ; + rdfs:label "DeciSiemens"@en ; +. +unit:DeciS-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Decisiemens per metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:plainTextDescription "Decisiemens per metre." ; + qudt:symbol "dS/m" ; + qudt:ucumCode "dS.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "dS/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "decisiemens per meter"@en-us ; + rdfs:label "decisiemens per metre"@en ; +. +unit:DeciSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314"^^xsd:anyURI ; + qudt:prefix prefix:Deci ; + qudt:symbol "ds" ; + qudt:ucumCode "ds"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C26" ; + rdfs:isDefinedBy ; + rdfs:label "decisecond"@en ; +. +unit:DeciTONNE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:DeciTON_Metric ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "dt" ; + qudt:uneceCommonCode "DTN" ; + rdfs:isDefinedBy ; + rdfs:label "DeciTonne"@en ; +. +unit:DeciTON_Metric + a qudt:Unit ; + dcterms:description "100-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:DeciTONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB078" ; + qudt:plainTextDescription "100-fold of the SI base unit kilogram" ; + qudt:symbol "dt" ; + qudt:ucumCode "dt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DTN" ; + rdfs:isDefinedBy ; + rdfs:label "Metric DeciTON"@en ; +. +unit:Denier + a qudt:Unit ; + dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000011 ; + qudt:conversionMultiplierSN 1.1E-7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB244" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; + qudt:symbol "D" ; + qudt:ucumCode "[den]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A49" ; + rdfs:isDefinedBy ; + rdfs:label "Denier"@en ; +. +unit:E + a qudt:Unit ; + dcterms:description """$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, + or equivalently, the negation (opposite) of the electric charge carried by a single electron. + This elementary charge is a fundamental physical constant. + To avoid confusion over its sign, e is sometimes called the elementary positive charge. + This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. + In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:exactMatch unit:ElementaryCharge ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:symbol "e" ; + qudt:ucumCode "[e]"^^qudt:UCUMcs ; + qudt:udunitsCode "e" ; + rdfs:isDefinedBy ; + rdfs:label "Elementary Charge"@en ; +. +unit:ENZ + a qudt:Unit ; + dcterms:description "unit to express the catalytic activity of a specified chemical redation" ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB600" ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "enzyme unit" ; +. +unit:ENZ-PER-L + a qudt:Unit ; + dcterms:description "amount of enzyme units divided by litre" ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB601" ; + qudt:symbol "U/L" ; + rdfs:isDefinedBy ; + rdfs:label "enzyme units per litre" ; +. +unit:ERG + a qudt:Unit ; + dcterms:description "An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Erg"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA429" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot cm^{2}/s^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "erg" ; + qudt:ucumCode "erg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A57" ; + rdfs:isDefinedBy ; + rdfs:label "Erg"@en ; +. +unit:ERG-CentiM2 + a qudt:Unit ; + dcterms:description "[CGS] unit of the atomic stopping power" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB148" ; + qudt:symbol "erg·cm²" ; + qudt:ucumCode "erg.cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A66" ; + rdfs:isDefinedBy ; + rdfs:label "erg square centimetre" ; +. +unit:ERG-CentiM2-PER-GM + a qudt:Unit ; + dcterms:description "[CGS] unit of the mass stopping power" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB149" ; + qudt:symbol "erg·cm²/g" ; + qudt:ucumCode "erg.cm2.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg.cm2/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A67" ; + rdfs:isDefinedBy ; + rdfs:label "erg square centimetre per gram" ; +. +unit:ERG-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the length-related energy"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB145" ; + qudt:plainTextDescription "CGS unit of the length-related energy" ; + qudt:symbol "erg/cm" ; + qudt:ucumCode "erg.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A58" ; + rdfs:isDefinedBy ; + rdfs:label "Erg Per Centimeter"@en-us ; + rdfs:label "Erg Per Centimetre"@en ; +. +unit:ERG-PER-CentiM2 + a qudt:Unit ; + dcterms:description "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "erg/cm²" ; + qudt:ucumCode "erg.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Erg Per Square Centimeter"@en-us ; + rdfs:label "Erg Per Square Centimetre"@en ; +. +unit:ERG-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg/(cm^{2}-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB055" ; + qudt:symbol "erg/(cm²·s)" ; + qudt:ucumCode "erg.cm-2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/(cm2.s)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A65" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Square Centimeter Second"@en-us ; + rdfs:label "Erg per Square Centimetre Second"@en ; +. +unit:ERG-PER-CentiM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg-per-cm3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB146" ; + qudt:symbol "erg/cm³" ; + qudt:ucumCode "erg.cm-3"^^qudt:UCUMcs ; + qudt:ucumCode "erg/cm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A60" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Cubic Centimeter"@en-us ; + rdfs:label "Erg per Cubic Centimetre"@en ; +. +unit:ERG-PER-G + a qudt:Unit ; + dcterms:isReplacedBy unit:ERG-PER-GM ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:deprecated true ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg-per-g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB061" ; + qudt:symbol "erg/G" ; + qudt:ucumCode "erg.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A61" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Gram"@en ; +. +unit:ERG-PER-GM + a qudt:Unit ; + dcterms:description "CGS unit of the mass-related energy"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB061" ; + qudt:plainTextDescription "CGS unit of the mass-related energy" ; + qudt:symbol "erg/g" ; + qudt:ucumCode "erg.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A61" ; + rdfs:isDefinedBy ; + rdfs:label "Erg Per Gram"@en ; +. +unit:ERG-PER-GM-SEC + a qudt:Unit ; + dcterms:description "CGS unit of the mass-related power"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB147" ; + qudt:plainTextDescription "CGS unit of the mass-related power" ; + qudt:symbol "erg/(g·s)" ; + qudt:ucumCode "erg.g-1.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/(g.s)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A62" ; + rdfs:isDefinedBy ; + rdfs:label "Erg Per Gram Second"@en ; +. +unit:ERG-PER-SEC + a qudt:Unit ; + dcterms:description "\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA430" ; + qudt:latexDefinition "$g\\cdot cm^{2}/s^{3}$"^^qudt:LatexString ; + qudt:symbol "erg/s" ; + qudt:ucumCode "erg.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "erg/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A63" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Second"@en ; +. +unit:ERG-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "erg·s" ; + qudt:ucumCode "erg.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Erg Second"@en ; +. +unit:ERLANG + a qudt:Unit ; + dcterms:description "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Erlang_(unit)"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB340" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "E" ; + qudt:uneceCommonCode "Q11" ; + rdfs:isDefinedBy ; + rdfs:label "Erlang"@en ; +. +unit:EU-PER-L + a qudt:Unit ; + dcterms:description "amount of enzyme units divided by litre" ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB601" ; + qudt:symbol "U/L" ; + rdfs:isDefinedBy ; + rdfs:label "enzyme units per litre" ; +. +unit:EUR-PER-KiloW + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:CostPerUnitPower ; + qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; + qudt:symbol "€/kW" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per kilowatt"@en ; +. +unit:EUR-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:CostPerUnitEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(kW·hr)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per kilowatt hour"@en ; +. +unit:EUR-PER-M2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CostPerArea ; + qudt:plainTextDescription "Unit for expressing cost per square metre" ; + qudt:symbol "€/m²" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per square metre"@en ; +. +unit:EUR-PER-W + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:CostPerUnitPower ; + qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; + qudt:symbol "€/W" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per watt"@en ; +. +unit:EUR-PER-W-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:CostPerUnitEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(W·hr)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per watt hour"@en ; +. +unit:EUR-PER-W-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:CostPerUnitEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(W·s)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per watt second"@en ; +. +unit:EV + a qudt:Unit ; + dcterms:description "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA425" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ; + qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + qudt:siExactMatch si-unit:electronvolt ; + qudt:symbol "eV" ; + qudt:ucumCode "eV"^^qudt:UCUMcs ; + qudt:udunitsCode "eV" ; + qudt:uneceCommonCode "A53" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt"@en ; +. +unit:EV-M2 + a qudt:Unit ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 0.0000000000000000001602176487 ; + qudt:conversionMultiplierSN 1.602176487E-19 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalAtomicStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA427" ; + qudt:symbol "eV·m²" ; + qudt:ucumCode "eV.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A55" ; + rdfs:isDefinedBy ; + rdfs:label "electronvolt square metre" ; +. +unit:EV-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 0.0000000000000000001602176487 ; + qudt:conversionMultiplierSN 1.602176487E-19 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA428" ; + qudt:symbol "eV·m²/kg" ; + qudt:ucumCode "eV.m2.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "eV.m2/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A56" ; + rdfs:isDefinedBy ; + rdfs:label "electronvolt square metre per kilogram" ; +. +unit:EV-PER-ANGSTROM + a qudt:Unit ; + dcterms:description "unit electronvolt divided by the unit angstrom"^^rdf:HTML ; + qudt:conversionMultiplier 0.000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:latexSymbol "$ev/\\AA$"^^qudt:LatexString ; + qudt:plainTextDescription "unit electronvolt divided by the unit angstrom" ; + qudt:symbol "eV/Å" ; + qudt:ucumCode "eV.Ao-1"^^qudt:UCUMcs ; + qudt:ucumCode "eV/Ao"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electronvolt Per Angstrom"@en ; +. +unit:EV-PER-K + a qudt:Unit ; + dcterms:description "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:expression "$ev/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:symbol "eV/K" ; + qudt:ucumCode "eV.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "eV/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Kelvin"@en ; +. +unit:EV-PER-M + a qudt:Unit ; + dcterms:description "unit electronvolt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA426" ; + qudt:plainTextDescription "unit electronvolt divided by the SI base unit metre" ; + qudt:symbol "eV/m" ; + qudt:ucumCode "eV.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "eV/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A54" ; + rdfs:isDefinedBy ; + rdfs:label "Electronvolt Per Meter"@en-us ; + rdfs:label "Electronvolt Per Metre"@en ; +. +unit:EV-PER-T + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:expression "$eV T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:symbol "eV/T" ; + qudt:ucumCode "eV.T-1"^^qudt:UCUMcs ; + qudt:ucumCode "eV/T"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Tesla"@en ; +. +unit:EV-SEC + a qudt:Unit ; + dcterms:description "\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "eV·s" ; + qudt:ucumCode "eV.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt Second"@en ; +. +unit:E_h + a qudt:Unit ; + dcterms:description """

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

+
Definition:
+
$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$
+where, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'
"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000000000435974394 ; + qudt:conversionMultiplierSN 4.35974394E-18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:anyURI ; + qudt:symbol "Ha" ; + rdfs:isDefinedBy ; + rdfs:label "Hartree"@en ; +. +unit:EarthMass + a qudt:Unit ; + dcterms:description "Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively."^^qudt:LatexString ; + qudt:conversionMultiplier 5972190000000000000000000.0 ; + qudt:conversionMultiplierSN 5.97219E24 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:anyURI ; + qudt:latexDefinition """One Earth mass can be converted to related units: + +81.3 Lunar mass (ML) +0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1] +0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3] +0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4] +0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"""^^qudt:LatexString ; + qudt:symbol "M⊕" ; + rdfs:isDefinedBy ; + rdfs:label "Earth mass"@en ; +. +unit:ElementaryCharge + a qudt:Unit ; + dcterms:description "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:exactMatch unit:E ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:symbol "e" ; + qudt:ucumCode "[e]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Elementary Charge"@en ; +. +unit:ExaBIT-PER-M + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA140" ; + qudt:symbol "Eibit/m" ; + qudt:uneceCommonCode "E65" ; + rdfs:isDefinedBy ; + rdfs:label "exbibit per metre" ; +. +unit:ExaBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA139" ; + qudt:symbol "Ebit/s" ; + qudt:uneceCommonCode "E58" ; + rdfs:isDefinedBy ; + rdfs:label "exabit per second" ; +. +unit:ExaBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479562475.3378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Exa ; + qudt:symbol "EB" ; + qudt:ucumCode "EBy"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ExaByte"@en ; +. +unit:ExaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "An ExaCoulomb is $10^{18} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Exa ; + qudt:symbol "EC" ; + qudt:ucumCode "EC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ExaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:ExaJ + a qudt:Unit ; + dcterms:description "1 000 000 000 000 000 000-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB122" ; + qudt:plainTextDescription "1,000,000,000,000,000,000-fold of the derived SI unit joule" ; + qudt:prefix prefix:Exa ; + qudt:symbol "EJ" ; + qudt:ucumCode "EJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A68" ; + rdfs:isDefinedBy ; + rdfs:label "Exajoule"@en ; +. +unit:ExaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB515" ; + qudt:symbol "EJ/s" ; + qudt:ucumCode "EJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "EJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "exajoule per second" ; +. +unit:ExaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB537" ; + qudt:symbol "EV·A" ; + rdfs:isDefinedBy ; + rdfs:label "exavolt ampere" ; +. +unit:ExaW + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit watt" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB507" ; + qudt:symbol "EW" ; + rdfs:isDefinedBy ; + rdfs:label "exawatt" ; +. +unit:ExbiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 1152921504606846980.0 ; + qudt:conversionMultiplierSN 1.15292150460684698E18 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA140" ; + qudt:symbol "Eibit/m" ; + qudt:uneceCommonCode "E65" ; + rdfs:isDefinedBy ; + rdfs:label "exbibit per metre" ; +. +unit:ExbiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1152921504606846980.0 ; + qudt:conversionMultiplierSN 1.15292150460684698E18 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA141" ; + qudt:symbol "Eibit/m²" ; + qudt:uneceCommonCode "E66" ; + rdfs:isDefinedBy ; + rdfs:label "exbibit per square metre" ; +. +unit:ExbiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 1152921504606846980.0 ; + qudt:conversionMultiplierSN 1.15292150460684698E18 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA142" ; + qudt:symbol "Eibit/m³" ; + qudt:uneceCommonCode "E67" ; + rdfs:isDefinedBy ; + rdfs:label "exbibit per cubic metre" ; +. +unit:ExbiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 847976878121765354.5564583782058114 ; + qudt:conversionMultiplierSN 8.479768781217653545564583782058114E17 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA143" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Exbi ; + qudt:symbol "EiB" ; + qudt:uneceCommonCode "E59" ; + rdfs:isDefinedBy ; + rdfs:label "ExbiByte"@en ; +. +unit:F + a qudt:Unit ; + dcterms:description "\"Faraday\" is a unit for 'Electric Charge' expressed as $F$."^^qudt:LatexString ; + qudt:conversionMultiplier 96485.3399 ; + qudt:conversionMultiplierSN 9.64853399E4 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:omUnit ; + qudt:symbol "F" ; + rdfs:isDefinedBy ; + rdfs:label "Faraday"@en ; +. +unit:FA + a qudt:Unit ; + dcterms:description "\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 12.5663706 ; + qudt:conversionMultiplierSN 1.25663706E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SolidAngle ; + qudt:symbol "fa" ; + rdfs:isDefinedBy ; + rdfs:label "Fractional area"@en ; +. +unit:FARAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA144" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:farad ; + qudt:siUnitsExpression "C/V" ; + qudt:symbol "F" ; + qudt:ucumCode "F"^^qudt:UCUMcs ; + qudt:udunitsCode "F" ; + qudt:uneceCommonCode "FAR" ; + rdfs:isDefinedBy ; + rdfs:label "Farad"@de ; + rdfs:label "farad"@cs ; + rdfs:label "farad"@en ; + rdfs:label "farad"@fr ; + rdfs:label "farad"@hu ; + rdfs:label "farad"@it ; + rdfs:label "farad"@ms ; + rdfs:label "farad"@pl ; + rdfs:label "farad"@pt ; + rdfs:label "farad"@ro ; + rdfs:label "farad"@sl ; + rdfs:label "farad"@tr ; + rdfs:label "faradio"@es ; + rdfs:label "faradium"@la ; + rdfs:label "φαράντ"@el ; + rdfs:label "фарад"@bg ; + rdfs:label "фарада"@ru ; + rdfs:label "פאראד"@he ; + rdfs:label "فاراد"@ar ; + rdfs:label "فاراد"@fa ; + rdfs:label "फैराड"@hi ; + rdfs:label "ファラド"@ja ; + rdfs:label "法拉"@zh ; +. +unit:FARAD-PER-KiloM + a qudt:Unit ; + dcterms:description "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA145" ; + qudt:plainTextDescription "SI derived unit farad divided by the 1 000-fold of the SI base unit metre" ; + qudt:symbol "F/km" ; + qudt:ucumCode "F.km-1"^^qudt:UCUMcs ; + qudt:ucumCode "F/km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H33" ; + rdfs:isDefinedBy ; + rdfs:label "Farad Per Kilometer"@en-us ; + rdfs:label "Farad Per Kilometre"@en ; +. +unit:FARAD-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$F/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA146" ; + qudt:symbol "F/m" ; + qudt:ucumCode "F.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "F/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A69" ; + rdfs:isDefinedBy ; + rdfs:label "Farad je Meter"@de ; + rdfs:label "Farad per Meter"@en-us ; + rdfs:label "farad al metro"@it ; + rdfs:label "farad bölü metre"@tr ; + rdfs:label "farad na meter"@sl ; + rdfs:label "farad na metr"@pl ; + rdfs:label "farad par mètre"@fr ; + rdfs:label "farad pe metru"@ro ; + rdfs:label "farad per meter"@ms ; + rdfs:label "farad per metre"@en ; + rdfs:label "farad por metro"@pt ; + rdfs:label "faradio por metro"@es ; + rdfs:label "faradů na metr"@cs ; + rdfs:label "фарада на метр"@ru ; + rdfs:label "فاراد بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर फैराड"@hi ; + rdfs:label "ファラド毎メートル"@ja ; + rdfs:label "法拉每米"@zh ; +. +unit:FARAD_Ab + a qudt:Unit ; + dcterms:description "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "abF" ; + qudt:ucumCode "GF"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abfarad"@en ; +. +unit:FARAD_Ab-PER-CentiM + a qudt:Unit ; + dcterms:description "The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000000000.0 ; + qudt:conversionMultiplierSN 1.0E11 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abf-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:symbol "abF/cm" ; + qudt:ucumCode "GF.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "GF/cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abfarad per Centimeter"@en-us ; + rdfs:label "Abfarad per Centimetre"@en ; +. +unit:FARAD_Stat + a qudt:Unit ; + dcterms:description """ + The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. + It is also known as $statfarads$. + This unit is commonly used in the cgs unit system. + $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.000000000000000001112650056053618432174089964848 ; + qudt:conversionMultiplierSN 1.112650056053618432174089964848E-18 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "statF" ; + rdfs:isDefinedBy ; + rdfs:label "Statfarad"@en ; +. +unit:FATH + a qudt:Unit ; + dcterms:description "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.8288 ; + qudt:conversionMultiplierSN 1.8288E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Fathom"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB068" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:anyURI ; + qudt:symbol "fathom" ; + qudt:ucumCode "[fth_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AK" ; + rdfs:isDefinedBy ; + rdfs:label "Fathom"@en ; +. +unit:FBM + a qudt:Unit ; + dcterms:description "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00236 ; + qudt:conversionMultiplierSN 2.36E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "BDFT" ; + qudt:ucumCode "[bf_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BFT" ; + rdfs:isDefinedBy ; + rdfs:label "Board Foot"@en ; +. +unit:FC + a qudt:Unit ; + dcterms:description "\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$."^^qudt:LatexString ; + qudt:conversionMultiplier 10.764 ; + qudt:conversionMultiplierSN 1.0764E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-candle"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAB256" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:anyURI ; + qudt:symbol "fc" ; + qudt:uneceCommonCode "P27" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Candle"@en ; +. +unit:FM + a qudt:Unit ; + dcterms:description "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:exactMatch unit:FemtoM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "fm" ; + qudt:uneceCommonCode "A71" ; + rdfs:isDefinedBy ; + rdfs:label "fermi"@en ; +. +unit:FR + a qudt:Unit ; + dcterms:description "\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ; + qudt:exactMatch unit:C_Stat ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAB212" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Fr" ; + qudt:uneceCommonCode "N94" ; + rdfs:isDefinedBy ; + rdfs:label "Franklin"@en ; +. +unit:FRACTION + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:plainTextDescription "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself." ; + qudt:symbol "÷" ; + qudt:ucumCode "{fraction}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Fraction"@en ; +. +unit:FRAME-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VideoFrameRate ; + qudt:symbol "fps" ; + qudt:ucumCode "/s{frame}"^^qudt:UCUMcs ; + qudt:ucumCode "s-1{frame}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Frame per Second"@en ; +. +unit:FT + a qudt:Unit ; + dcterms:description "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_%28length%29"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA440" ; + qudt:symbol "ft" ; + qudt:ucumCode "[ft_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "ft" ; + qudt:uneceCommonCode "FOT" ; + rdfs:isDefinedBy ; + rdfs:label "Foot"@en ; +. +unit:FT-HR-PER-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 241367.856773623047497959785222025991904 ; + qudt:conversionMultiplierSN 2.41367856773623047497959785222025991904E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD854" ; + qudt:symbol "lb/(gal (UK))/(lb/(ft·h))" ; + qudt:ucumCode "[ft_i].h.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot hour per gallon (UK)" ; +. +unit:FT-HR-PER-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 289870.709611549093228056585983301828 ; + qudt:conversionMultiplierSN 2.89870709611549093228056585983301828E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD850" ; + qudt:symbol "lb/(gal (US))/(lb/(ft·h))" ; + qudt:ucumCode "[ft_i].h.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot hour per gallon (US)" ; +. +unit:FT-HR-PER-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 66960133.9202678405356810713621427250112 ; + qudt:conversionMultiplierSN 6.69601339202678405356810713621427250112E7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD846" ; + qudt:symbol "(lb/in³)/(lb/(ft·h))" ; + qudt:ucumCode "[ft_i].h.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot hour per cubic inch" ; +. +unit:FT-LA + a qudt:Unit ; + dcterms:description "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^qudt:LatexString ; + dcterms:isReplacedBy unit:LA_FT ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.4262591 ; + qudt:conversionMultiplierSN 3.4262591E0 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:deprecated true ; + qudt:expression "$ft-L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB258" ; + qudt:symbol "ft·L" ; + qudt:ucumCode "[ft_i].Lmb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P29" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Lambert"@en ; +. +unit:FT-LB_F + a qudt:Unit ; + dcterms:description "\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.35581807 ; + qudt:conversionMultiplierSN 1.35581807E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-pound_force"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA443" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:anyURI ; + qudt:symbol "ft·lbf" ; + qudt:ucumCode "[ft_i].[lbf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "85" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force"@en ; +. +unit:FT-LB_F-PER-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.5939042 ; + qudt:conversionMultiplierSN 1.45939042E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "ft·lbf/ft²" ; + qudt:ucumCode "[ft_i].[lbf_av].[sft_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound per Square Foot"@en ; +. +unit:FT-LB_F-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.5939042 ; + qudt:conversionMultiplierSN 1.45939042E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/ft^2s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:latexSymbol "\\(ft \\cdot lbf/(ft^2 \\cdot s)\\)"^^qudt:LatexString ; + qudt:symbol "ft·lbf/(ft²·s)" ; + qudt:ucumCode "[ft_i].[lbf_av].[sft_i]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Square Foot Second"@en ; +. +unit:FT-LB_F-PER-HR + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf/hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0003766161136565500904 ; + qudt:conversionMultiplierSN 3.766161136565500904E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA444" ; + qudt:symbol "ft·lbf/hr" ; + qudt:ucumCode "[ft_i].[lbf_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K15" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Hour"@en ; +. +unit:FT-LB_F-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 1.35581800916358032544 ; + qudt:conversionMultiplierSN 1.35581800916358032544E0 ; + qudt:expression "$ft-lbf/m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "ft·lbf/m²" ; + qudt:ucumCode "[ft_i].[lbf_av].m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Square Meter"@en-us ; + rdfs:label "Foot Pound Force per Square Metre"@en ; +. +unit:FT-LB_F-PER-MIN + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0225969678 ; + qudt:conversionMultiplierSN 2.25969678E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA445" ; + qudt:symbol "ft·lbf/min" ; + qudt:ucumCode "[ft_i].[lbf_av].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K16" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Minute"@en ; +. +unit:FT-LB_F-PER-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.35581807 ; + qudt:conversionMultiplierSN 1.35581807E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA446" ; + qudt:symbol "ft·lbf/s" ; + qudt:ucumCode "[ft_i].[lbf_av].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A74" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Second"@en ; +. +unit:FT-LB_F-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.35581800916358032544 ; + qudt:conversionMultiplierSN 1.35581800916358032544E0 ; + qudt:expression "$lbf / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "ft·lbf·s" ; + qudt:ucumCode "[ft_i].[lbf_av].s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force Second"@en ; +. +unit:FT-PDL + a qudt:Unit ; + dcterms:description "\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0421401100938048 ; + qudt:conversionMultiplierSN 4.21401100938048E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB220" ; + qudt:omUnit ; + qudt:symbol "ft·pdl" ; + qudt:ucumCode "[ft_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N46" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Poundal"@en ; +. +unit:FT-PER-DAY + a qudt:Unit ; + dcterms:description "\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000352777777777778 ; + qudt:conversionMultiplierSN 3.52777777777778E-6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "ft/day" ; + qudt:ucumCode "[ft_i].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Day"@en ; +. +unit:FT-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.54864 ; + qudt:conversionMultiplierSN 5.4864E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA441" ; + qudt:plainTextDescription "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "ft/°F" ; + qudt:ucumCode "[ft_i].[lbf_av].[degF]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K13" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Per Degree Fahrenheit"@en ; +. +unit:FT-PER-HR + a qudt:Unit ; + dcterms:description "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft/hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00008466666666666667 ; + qudt:conversionMultiplierSN 8.466666666666667E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA442" ; + qudt:symbol "ft/hr" ; + qudt:ucumCode "[ft_i].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K14" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Hour"@en ; +. +unit:FT-PER-MIN + a qudt:Unit ; + dcterms:description "\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00508 ; + qudt:conversionMultiplierSN 5.08E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA448" ; + qudt:symbol "ft/min" ; + qudt:ucumCode "[ft_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FR" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Minute"@en ; +. +unit:FT-PER-PSI + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)" ; + qudt:conversionMultiplier 0.00004420750047668715004148802456506335464 ; + qudt:conversionMultiplierSN 4.420750047668715004148802456506335464E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA447" ; + qudt:symbol "ft/psi" ; + qudt:ucumCode "[ft_i].[psi]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/[psi]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K17" ; + rdfs:isDefinedBy ; + rdfs:label "foot per psi" ; +. +unit:FT-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_per_second"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA449" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI ; + qudt:symbol "ft/s" ; + qudt:ucumCode "[ft_i].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FS" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Second"@en ; +. +unit:FT-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.5486399999999999561088000000000036576 ; + qudt:conversionMultiplierSN 5.486399999999999561088000000000036576E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA450" ; + qudt:symbol "ft/(s·°F)" ; + qudt:ucumCode "[ft_i].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K18" ; + rdfs:isDefinedBy ; + rdfs:label "foot per second degree Fahrenheit" ; +. +unit:FT-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00004420750047668715004148802456506335464 ; + qudt:conversionMultiplierSN 4.420750047668715004148802456506335464E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA451" ; + qudt:symbol "ft/(s·psi)" ; + qudt:ucumCode "[ft_i].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K19" ; + rdfs:isDefinedBy ; + rdfs:label "foot per second psi" ; +. +unit:FT-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/s^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA452" ; + qudt:symbol "ft/s²" ; + qudt:ucumCode "[ft_i].s-2"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]/s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A73" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Square Second"@en ; +. +unit:FT-SEC-PER-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 67.04662688156195763832216256167388664 ; + qudt:conversionMultiplierSN 6.704662688156195763832216256167388664E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD855" ; + qudt:symbol "lb/(gal (UK))/(lb/(ft·s))" ; + qudt:ucumCode "[ft_i].s.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot second per gallon (UK)" ; +. +unit:FT-SEC-PER-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 80.51964155876363700779349610647273 ; + qudt:conversionMultiplierSN 8.051964155876363700779349610647273E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD851" ; + qudt:symbol "lb/(gal (US))/(lb/(ft·s))" ; + qudt:ucumCode "[ft_i].s.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot second per gallon (US)" ; +. +unit:FT-SEC-PER-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 18600.037200074400148800297600595201392 ; + qudt:conversionMultiplierSN 1.8600037200074400148800297600595201392E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD847" ; + qudt:symbol "(lb/in³)/(lb/(ft·s))" ; + qudt:ucumCode "[ft_i].s.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "foot second per cubic inch" ; +. +unit:FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA454" ; + qudt:symbol "ft²" ; + qudt:ucumCode "[ft_i]2"^^qudt:UCUMcs ; + qudt:ucumCode "[sft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FTK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot"@en ; +. +unit:FT2-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.051612800000000004129024 ; + qudt:conversionMultiplierSN 5.1612800000000004129024E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:AreaTemperature ; + qudt:symbol "ft²·°F" ; + qudt:ucumCode "[sft_i].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Degree Fahrenheit"@en ; +. +unit:FT2-HR-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-hr-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 185.8060800000000148644864 ; + qudt:conversionMultiplierSN 1.858060800000000148644864E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-hr-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTimeTemperature ; + qudt:symbol "ft²·hr·°F" ; + qudt:ucumCode "[sft_i].h.[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Hour Degree Fahrenheit"@en ; +. +unit:FT2-HR-DEG_F-PER-BTU_IT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-hr-ft^{2})/Btu$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1761101836823058548197662335811061 ; + qudt:conversionMultiplierSN 1.761101836823058548197662335811061E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$sqft-hr-degF/btu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:symbol "ft²·hr·°F/Btu{IT}" ; + qudt:ucumCode "[sft_i].h.[degF].[Btu_IT]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Hour Degree Fahrenheit per BTU"@en ; +. +unit:FT2-PER-BTU_IT-IN + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00346673589 ; + qudt:conversionMultiplierSN 3.46673589E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft2-per-btu-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "ft²/(Btu{IT}·in)" ; + qudt:ucumCode "[sft_i].[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per BTU Inch"@en ; +. +unit:FT2-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000258064 ; + qudt:conversionMultiplierSN 2.58064E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAB247" ; + qudt:symbol "ft²/hr" ; + qudt:ucumCode "[sft_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M79" ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per Hour"@en ; +. +unit:FT2-PER-SEC + a qudt:Unit ; + dcterms:description "\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAA455" ; + qudt:symbol "ft²/s" ; + qudt:ucumCode "[sft_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "S3" ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per Second"@en ; +. +unit:FT2-SEC-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.051612800000000004129024 ; + qudt:conversionMultiplierSN 5.1612800000000004129024E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-s-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTimeTemperature ; + qudt:symbol "ft²·s·°F" ; + qudt:ucumCode "[sft_i].s.[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Second Degree Fahrenheit"@en ; +. +unit:FT3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. + It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. + To calculate cubic feet multiply length X width X height. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028316846592 ; + qudt:conversionMultiplierSN 2.8316846592E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA456" ; + qudt:symbol "ft³" ; + qudt:ucumCode "[cft_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FTQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot"@en ; +. +unit:FT3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000003277413 ; + qudt:conversionMultiplierSN 3.277413E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA458" ; + qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; + qudt:symbol "ft³/day" ; + qudt:ucumCode "[cft_i].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K22" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot Per Day"@en ; +. +unit:FT3-PER-DEG_F + a qudt:Unit ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.05097033 ; + qudt:conversionMultiplierSN 5.097033E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA457" ; + qudt:plainTextDescription "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "ft³/°F" ; + qudt:ucumCode "[cft_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K21" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot Per Degree Fahrenheit"@en ; +. +unit:FT3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000007865792 ; + qudt:conversionMultiplierSN 7.865792E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA459" ; + qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; + qudt:symbol "ft³/hr" ; + qudt:ucumCode "[cft_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2K" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot Per Hour"@en ; +. +unit:FT3-PER-LB + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 0.06242796057614461195632545582722213 ; + qudt:conversionMultiplierSN 6.242796057614461195632545582722213E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB410" ; + qudt:symbol "ft³/lbm" ; + qudt:ucumCode "[ft_i]3.[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N29" ; + rdfs:isDefinedBy ; + rdfs:label "cubic foot per pound" ; +. +unit:FT3-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004719474432000001 ; + qudt:conversionMultiplierSN 4.719474432000001E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA461" ; + qudt:symbol "ft³/min" ; + qudt:ucumCode "[cft_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[cft_i]/min"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]3.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]3/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2L" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Minute"@en ; +. +unit:FT3-PER-MIN-FT2 + a qudt:Unit ; + dcterms:description "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00508 ; + qudt:conversionMultiplierSN 5.08E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAB086" ; + qudt:plainTextDescription "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot" ; + qudt:symbol "ft³/(min·ft²)" ; + qudt:ucumCode "[cft_i].min-1.[sft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "36" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot Per Minute Square Foot"@en ; +. +unit:FT3-PER-PSI + a qudt:Unit ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0000041070111850856853677903636056890634386541056 ; + qudt:conversionMultiplierSN 4.1070111850856853677903636056890634386541056E-6 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA460" ; + qudt:symbol "ft³/psi" ; + qudt:ucumCode "[ft_i]3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K23" ; + rdfs:isDefinedBy ; + rdfs:label "cubic foot per psi" ; +. +unit:FT3-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028316846592000004 ; + qudt:conversionMultiplierSN 2.8316846592000004E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA462" ; + qudt:symbol "ft³/s" ; + qudt:ucumCode "[cft_i].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[cft_i]/s"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ft_i]3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E17" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Second"@en ; +. +unit:FT4 + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4" ; + qudt:conversionMultiplier 0.0086309748412416 ; + qudt:conversionMultiplierSN 8.6309748412416E-3 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAB209" ; + qudt:symbol "ft⁴" ; + qudt:uneceCommonCode "N27" ; + rdfs:isDefinedBy ; + rdfs:label "foot to the fourth power" ; +. +unit:FT_H2O + a qudt:Unit ; + dcterms:description "\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$."^^qudt:LatexString ; + qudt:conversionMultiplier 2989.067 ; + qudt:conversionMultiplierSN 2.989067E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA463" ; + qudt:symbol "ftH₂0" ; + qudt:ucumCode "[ft_i'H2O]"^^qudt:UCUMcs ; + qudt:udunitsCode "ftH2O" ; + qudt:udunitsCode "fth2o" ; + qudt:uneceCommonCode "K24" ; + rdfs:isDefinedBy ; + rdfs:label "Foot of Water"@en ; +. +unit:FT_H2O_39dot2DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 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" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB237" ; + qudt:symbol "ftH₂O (39.2 °F)" ; + qudt:uneceCommonCode "N15" ; + rdfs:isDefinedBy ; + rdfs:label "foot of water (39.2 °F)" ; +. +unit:FT_HG + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^rdf:HTML ; + qudt:conversionMultiplier 40636.66 ; + qudt:conversionMultiplierSN 4.063666E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA464" ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot" ; + qudt:symbol "ftHg" ; + qudt:ucumCode "[ft_i'Hg]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K25" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Of Mercury"@en ; +. +unit:FT_US + a qudt:Unit ; + dcterms:description "

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

"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048006 ; + qudt:conversionMultiplierSN 3.048006E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB286" ; + qudt:symbol "ft{US Survey}" ; + qudt:ucumCode "[ft_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M51" ; + rdfs:isDefinedBy ; + rdfs:label "US Survey Foot"@en ; +. +unit:FUR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 201.168 ; + qudt:conversionMultiplierSN 2.01168E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB204" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI ; + qudt:symbol "furlong" ; + qudt:ucumCode "[fur_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M50" ; + rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)" ; + rdfs:isDefinedBy ; + rdfs:label "Furlong"@en ; +. +unit:FUR_Long + a qudt:Unit ; + qudt:expression "$longfur$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:symbol "furlong{long}" ; + rdfs:isDefinedBy ; + rdfs:label "Long Furlong"@en ; +. +unit:FemtoA + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit ampere" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB638" ; + qudt:symbol "fA" ; + rdfs:isDefinedBy ; + rdfs:label "femtoampere" ; +. +unit:FemtoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A FemtoCoulomb is $10^{-15} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Femto ; + qudt:symbol "fC" ; + qudt:ucumCode "fC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "FemtoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:FemtoFARAD + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit farad" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAB588" ; + qudt:symbol "fF" ; + rdfs:isDefinedBy ; + rdfs:label "femtofarad" ; +. +unit:FemtoGM + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit gram" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB834" ; + qudt:symbol "fg" ; + rdfs:isDefinedBy ; + rdfs:label "FemtoGram"@en ; +. +unit:FemtoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "One part per 10**18 by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "fg/kg" ; + qudt:ucumCode "fg.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtograms per kilogram"@en ; +. +unit:FemtoGM-PER-L + a qudt:Unit ; + dcterms:description "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "fg/L" ; + qudt:ucumCode "fg.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "fg/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtograms per litre"@en ; +. +unit:FemtoJ + a qudt:Unit ; + dcterms:description "0,000 000 000 000 001-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB124" ; + qudt:plainTextDescription "0.000000000000001-fold of the derived SI unit joule" ; + qudt:prefix prefix:Femto ; + qudt:symbol "fJ" ; + qudt:ucumCode "fJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A70" ; + rdfs:isDefinedBy ; + rdfs:label "Femtojoule"@en ; +. +unit:FemtoL + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000000000001-fold of the unit litre" ; + qudt:symbol "fL" ; + qudt:ucumCode "fL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q32" ; + rdfs:isDefinedBy ; + rdfs:label "Femtolitre"@en ; + rdfs:label "Femtolitre"@en-us ; +. +unit:FemtoM + a qudt:Unit ; + dcterms:description "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:exactMatch unit:FM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB063" ; + qudt:prefix prefix:Femto ; + qudt:symbol "fm" ; + qudt:ucumCode "fm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A71" ; + rdfs:isDefinedBy ; + rdfs:label "Femtometer"@en-us ; + rdfs:label "Femtometre"@en ; +. +unit:FemtoMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:symbol "fmol" ; + qudt:ucumCode "fmol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "FemtoMole"@en ; +. +unit:FemtoMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:symbol "fmol/kg" ; + qudt:ucumCode "fmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "fmol/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtomoles per kilogram"@en ; +. +unit:FemtoMOL-PER-L + a qudt:Unit ; + dcterms:description "A 10**18 part quantity of substance of the measurand per litre volume of matrix."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:symbol "fmol/L" ; + qudt:ucumCode "fmol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "fmol/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtomoles per litre"@en ; +. +unit:FemtoSEC + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC697" ; + qudt:plainTextDescription "0.000000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Femto ; + qudt:symbol "fs" ; + qudt:ucumCode "fs"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtosecond"@en ; +. +unit:FemtoV + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC770" ; + qudt:symbol "fV" ; + rdfs:isDefinedBy ; + rdfs:label "femtovolt" ; +. +unit:Flight + a qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:symbol "flight" ; + rdfs:isDefinedBy ; + rdfs:label "Flight"@en ; +. +unit:G + a qudt:Unit ; + dcterms:description "\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$."^^qudt:LatexString ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA521" ; + qudt:symbol "G" ; + qudt:ucumCode "[g]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K40" ; + rdfs:isDefinedBy ; + rdfs:label "Gravity"@en ; +. +unit:GALILEO + a qudt:Unit ; + dcterms:description "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gal"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB042" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s" ; + qudt:symbol "Gal" ; + qudt:ucumCode "Gal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A76" ; + rdfs:isDefinedBy ; + rdfs:label "Galileo"@en ; +. +unit:GAL_IMP + a qudt:Unit ; + dcterms:description "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:GAL_UK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:symbol "gal{Imp}" ; + qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLI" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Gallon"@en ; +. +unit:GAL_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:exactMatch unit:GAL_IMP ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA500" ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:symbol "gal{UK}" ; + qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLI" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK)"@en ; +. +unit:GAL_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00000005261678 ; + qudt:conversionMultiplierSN 5.261678E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA501" ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day" ; + qudt:symbol "gal{UK}/day" ; + qudt:ucumCode "[gal_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K26" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) Per Day"@en ; +. +unit:GAL_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000001262803 ; + qudt:conversionMultiplierSN 1.262803E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA502" ; + qudt:plainTextDescription "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour" ; + qudt:symbol "gal{UK}/hr" ; + qudt:ucumCode "[gal_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K27" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) Per Hour"@en ; +. +unit:GAL_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00007576817 ; + qudt:conversionMultiplierSN 7.576817E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA503" ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute" ; + qudt:symbol "gal{UK}/min" ; + qudt:ucumCode "[gal_br].m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G3" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) Per Minute"@en ; +. +unit:GAL_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA504" ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "gal{UK}/s" ; + qudt:ucumCode "[gal_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K28" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) Per Second"@en ; +. +unit:GAL_US + a qudt:Unit ; + dcterms:description "\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.003785412 ; + qudt:conversionMultiplierSN 3.785412E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA505" ; + qudt:symbol "gal{US}" ; + qudt:ucumCode "[gal_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLL" ; + rdfs:isDefinedBy ; + rdfs:label "US Gallon"@en ; + skos:altLabel "Queen Anne's wine gallon" ; +. +unit:GAL_US-PER-DAY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal/d$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000438126389 ; + qudt:conversionMultiplierSN 4.38126389E-8 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gal/d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA506" ; + qudt:symbol "gal{US}/day" ; + qudt:ucumCode "[gal_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[gal_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GB" ; + rdfs:isDefinedBy ; + rdfs:label "US Gallon per Day"@en ; +. +unit:GAL_US-PER-HR + a qudt:Unit ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001051503 ; + qudt:conversionMultiplierSN 1.051503E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA507" ; + qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour" ; + qudt:symbol "gal{US}/hr" ; + qudt:ucumCode "[gal_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[gal_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G50" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (US) Per Hour"@en ; +. +unit:GAL_US-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000630902 ; + qudt:conversionMultiplierSN 6.30902E-5 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gal/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA508" ; + qudt:symbol "gal{US}/min" ; + qudt:ucumCode "[gal_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[gal_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G2" ; + rdfs:isDefinedBy ; + rdfs:label "US Gallon per Minute"@en ; +. +unit:GAL_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.003785412 ; + qudt:conversionMultiplierSN 3.785412E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA509" ; + qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "gal{US}/s" ; + qudt:ucumCode "[gal_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[gal_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K30" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (US Liquid) Per Second"@en ; +. +unit:GAL_US_DRY + a qudt:Unit ; + dcterms:description "\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00440488377 ; + qudt:conversionMultiplierSN 4.40488377E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB118" ; + qudt:symbol "gal{US Dry}" ; + qudt:ucumCode "[gal_wi]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLD" ; + rdfs:isDefinedBy ; + rdfs:label "Dry Gallon US"@en ; + skos:altLabel "Winchester gallon" ; + skos:altLabel "corn gallon" ; +. +unit:GAUGE_FR + a qudt:Unit ; + dcterms:description "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^rdf:HTML ; + qudt:conversionMultiplier 0.0003333333 ; + qudt:conversionMultiplierSN 3.333333E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB377" ; + qudt:plainTextDescription "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)." ; + qudt:symbol "French gauge" ; + qudt:ucumCode "[Ch]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H79" ; + rdfs:isDefinedBy ; + rdfs:label "French Gauge"@en ; +. +unit:GAUSS + a qudt:Unit ; + dcterms:description "CGS unit of the magnetic flux density B"^^rdf:HTML ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:exactMatch unit:Gs ; + qudt:exactMatch unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB135" ; + qudt:plainTextDescription "CGS unit of the magnetic flux density B" ; + qudt:symbol "Gs" ; + qudt:ucumCode "G"^^qudt:UCUMcs ; + qudt:uneceCommonCode "76" ; + rdfs:isDefinedBy ; + rdfs:label "Gauss"@en ; +. +unit:GA_Charriere + a qudt:Unit ; + dcterms:description "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB382" ; + qudt:symbol "Ch" ; + rdfs:isDefinedBy ; + rdfs:label "Charrière gauge" ; +. +unit:GI + a qudt:Unit ; + dcterms:description "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.795774715 ; + qudt:conversionMultiplierSN 7.95774715E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gilbert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:iec61360Code "0112/2///62720#UAB211" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Gb" ; + qudt:ucumCode "Gb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N97" ; + rdfs:isDefinedBy ; + rdfs:label "Gilbert"@en ; +. +unit:GI_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0001420653 ; + qudt:conversionMultiplierSN 1.420653E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA511" ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)" ; + qudt:symbol "gill{UK}" ; + qudt:ucumCode "[gil_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GII" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK)"@en ; +. +unit:GI_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000001644274 ; + qudt:conversionMultiplierSN 1.644274E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA512" ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "gill{UK}/day" ; + qudt:ucumCode "[gil_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K32" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) Per Day"@en ; +. +unit:GI_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00000003946258 ; + qudt:conversionMultiplierSN 3.946258E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA513" ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "gill{UK}/hr" ; + qudt:ucumCode "[gil_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K33" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) Per Hour"@en ; +. +unit:GI_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000002367755 ; + qudt:conversionMultiplierSN 2.367755E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA514" ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "gill{UK}/min" ; + qudt:ucumCode "[gil_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K34" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) Per Minute"@en ; +. +unit:GI_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0001420653 ; + qudt:conversionMultiplierSN 1.420653E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA515" ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "gill{UK}/s" ; + qudt:ucumCode "[gil_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K35" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) Per Second"@en ; +. +unit:GI_US + a qudt:Unit ; + dcterms:description "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000118294125 ; + qudt:conversionMultiplierSN 1.18294125E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA516" ; + qudt:plainTextDescription "unit of the volume according the Anglo-American system of units (1/32 US Gallon)" ; + qudt:symbol "gill{US}" ; + qudt:ucumCode "[gil_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GIA" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US)"@en ; +. +unit:GI_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001369145 ; + qudt:conversionMultiplierSN 1.369145E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA517" ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "gill{US}/day" ; + qudt:ucumCode "[gil_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K36" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) Per Day"@en ; +. +unit:GI_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000003285947 ; + qudt:conversionMultiplierSN 3.285947E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA518" ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "gill{US}/hr" ; + qudt:ucumCode "[gil_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K37" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) Per Hour"@en ; +. +unit:GI_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001971568 ; + qudt:conversionMultiplierSN 1.971568E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA519" ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "gill{US}/min" ; + qudt:ucumCode "[gil_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K38" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) Per Minute"@en ; +. +unit:GI_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001182941 ; + qudt:conversionMultiplierSN 1.182941E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA520" ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "gill{US}/s" ; + qudt:ucumCode "[gil_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K39" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) Per Second"@en ; +. +unit:GM + a qudt:Unit ; + dcterms:description "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gram"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA465" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gram?oldid=493995797"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "g" ; + qudt:ucumCode "g"^^qudt:UCUMcs ; + qudt:udunitsCode "g" ; + qudt:uneceCommonCode "GRM" ; + rdfs:isDefinedBy ; + rdfs:label "Gram"@en ; +. +unit:GM-CentiM-PER-SEC + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB414" ; + qudt:symbol "g·(cm/s)" ; + qudt:ucumCode "g.cm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M99" ; + rdfs:isDefinedBy ; + rdfs:label "gram centimetre per second" ; +. +unit:GM-HR-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC822" ; + qudt:symbol "(g/l)/(cm³/h)" ; + qudt:ucumCode "g.h.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per litre cubic centimetre" ; +. +unit:GM-HR-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC821" ; + qudt:symbol "(g/l)/(m³/h)" ; + qudt:ucumCode "g.h.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per litre cubic metre" ; +. +unit:GM-HR-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC823" ; + qudt:symbol "(g/l)/(l/h)" ; + qudt:ucumCode "g.h.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per litre squared" ; +. +unit:GM-HR-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC813" ; + qudt:symbol "(g/m³)/(cm³/h)" ; + qudt:ucumCode "g.h.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per cubic metre cubic centimetre" ; +. +unit:GM-HR-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC814" ; + qudt:symbol "(g/m³)/(l/h)" ; + qudt:ucumCode "g.h.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per cubic metre litre" ; +. +unit:GM-HR-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC812" ; + qudt:symbol "(g/m³)/(m³/h)" ; + qudt:ucumCode "g.h.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram hour per power of metre with the exponent 6" ; +. +unit:GM-MIN-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000000.0 ; + qudt:conversionMultiplierSN 6.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC825" ; + qudt:symbol "(g/l)/(cm³/min)" ; + qudt:ucumCode "g.min.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per litre cubic centimetre" ; +. +unit:GM-MIN-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC824" ; + qudt:symbol "(g/l)/(m³/min)" ; + qudt:ucumCode "g.min.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per litre cubic metre" ; +. +unit:GM-MIN-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC826" ; + qudt:symbol "(g/l)/(l/min)" ; + qudt:ucumCode "g.min.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per litre squared" ; +. +unit:GM-MIN-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC816" ; + qudt:symbol "(g/m³)/(cm³/min)" ; + qudt:ucumCode "g.min.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per cubic metre cubic centimetre" ; +. +unit:GM-MIN-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC817" ; + qudt:symbol "(g/m³)/(l/min)" ; + qudt:ucumCode "g.min.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per cubic metre litre" ; +. +unit:GM-MIN-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC815" ; + qudt:symbol "(g/m³)/(m³/min)" ; + qudt:ucumCode "g.min.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram minute per power of metre with the exponent 6" ; +. +unit:GM-MilliM + a qudt:Unit ; + dcterms:description "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB381" ; + qudt:plainTextDescription "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre" ; + qudt:symbol "g·mm" ; + qudt:ucumCode "g.mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H84" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Millimeter"@en-us ; + rdfs:label "Gram Millimetre"@en ; +. +unit:GM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA468" ; + qudt:symbol "g/bar" ; + qudt:ucumCode "g.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F74" ; + rdfs:isDefinedBy ; + rdfs:label "gram per bar" ; +. +unit:GM-PER-CentiM-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Time_Squared ; + qudt:iec61360Code "0112/2///62720#UAA471" ; + qudt:symbol "g/(cm³·bar)" ; + qudt:ucumCode "g.cm-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G11" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic centimetre bar" ; +. +unit:GM-PER-CentiM-SEC + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB433" ; + qudt:symbol "g/(cm·s)" ; + qudt:ucumCode "g.cm-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N41" ; + rdfs:isDefinedBy ; + rdfs:label "gram per centimetre second" ; +. +unit:GM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB103" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; + qudt:symbol "g/cm²" ; + qudt:ucumCode "g.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "g/cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "25" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Square Centimeter"@en-us ; + rdfs:label "Gram Per Square Centimetre"@en ; +. +unit:GM-PER-CentiM2-YR + a qudt:Unit ; + dcterms:description "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000316880878140289 ; + qudt:conversionMultiplierSN 3.16880878140289E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "g/(cm²·yr)" ; + qudt:ucumCode "g.cm-2.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Grams per square centimetre year"@en ; +. +unit:GM-PER-CentiM3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA469" ; + qudt:plainTextDescription "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/cm³" ; + qudt:ucumCode "g.cm-3"^^qudt:UCUMcs ; + qudt:ucumCode "g/cm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "23" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Cubic Centimeter"@en-us ; + rdfs:label "Gram Per Cubic Centimetre"@en ; +. +unit:GM-PER-CentiM3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA471" ; + qudt:symbol "g/(cm³·bar)" ; + qudt:ucumCode "g.cm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G11" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic centimetre bar" ; +. +unit:GM-PER-CentiM3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA470" ; + qudt:symbol "g/(cm³·K)" ; + qudt:ucumCode "g.cm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G33" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic centimetre kelvin" ; +. +unit:GM-PER-DAY + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407 ; + qudt:conversionMultiplierSN 1.157407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA472" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit day" ; + qudt:symbol "g/day" ; + qudt:ucumCode "g.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F26" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Day"@en ; +. +unit:GM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA474" ; + qudt:symbol "g/(d·bar)" ; + qudt:ucumCode "g.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F62" ; + rdfs:isDefinedBy ; + rdfs:label "gram per day bar" ; +. +unit:GM-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA473" ; + qudt:symbol "g/(d·K)" ; + qudt:ucumCode "g.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F35" ; + rdfs:isDefinedBy ; + rdfs:label "gram per day kelvin" ; +. +unit:GM-PER-DEG_C + a qudt:Unit ; + dcterms:description "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$g-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "g/°C" ; + qudt:ucumCode "d.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "d/Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Degree Celsius"@en ; +. +unit:GM-PER-DeciL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in g/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:expression "$g/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "g/dL" ; + qudt:ucumCode "g.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "grams per decilitre"@en ; + rdfs:label "grams per decilitre"@en-us ; +. +unit:GM-PER-DeciM3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA475" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/dm³" ; + qudt:ucumCode "g.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F23" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Cubic Decimeter"@en-us ; + rdfs:label "Gram Per Cubic Decimetre"@en ; +. +unit:GM-PER-DeciM3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA477" ; + qudt:symbol "g/(dm³·bar)" ; + qudt:ucumCode "g.dm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G12" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic decimetre bar" ; +. +unit:GM-PER-DeciM3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA476" ; + qudt:symbol "g/(dm³·K)" ; + qudt:ucumCode "g.dm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G34" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic decimetre kelvin" ; +. +unit:GM-PER-GM + a qudt:Unit ; + dcterms:description "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "g/g" ; + qudt:ucumCode "g.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Gram"@en ; +. +unit:GM-PER-HR + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplierSN 2.777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA478" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit hour" ; + qudt:symbol "g/hr" ; + qudt:ucumCode "g.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F27" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Hour"@en ; +. +unit:GM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA480" ; + qudt:symbol "g/(h·bar)" ; + qudt:ucumCode "g.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F63" ; + rdfs:isDefinedBy ; + rdfs:label "gram per hour bar" ; +. +unit:GM-PER-HR-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA479" ; + qudt:symbol "g/(h·K)" ; + qudt:ucumCode "g.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F36" ; + rdfs:isDefinedBy ; + rdfs:label "gram per hour kelvin" ; +. +unit:GM-PER-HZ + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD916" ; + qudt:symbol "g/Hz" ; + qudt:ucumCode "g.Hz-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F25" ; + rdfs:isDefinedBy ; + rdfs:label "gram per hertz" ; +. +unit:GM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA467" ; + qudt:symbol "g/K" ; + qudt:ucumCode "g.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F14" ; + rdfs:isDefinedBy ; + rdfs:label "gram per kelvin" ; +. +unit:GM-PER-KiloGM + a qudt:Unit ; + dcterms:description "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA481" ; + qudt:plainTextDescription "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "g/kg" ; + qudt:ucumCode "g.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GK" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Kilogram"@en ; +. +unit:GM-PER-KiloM + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre" ; + qudt:symbol "g/km" ; + qudt:ucumCode "g.km-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Kilometer"@en-us ; + rdfs:label "Gram Per Kilometre"@en ; +. +unit:GM-PER-L + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA482" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "g/L" ; + qudt:ucumCode "g.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GL" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Liter"@en-us ; + rdfs:label "Gram Per Litre"@en ; +. +unit:GM-PER-L-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA484" ; + qudt:symbol "g/(l·bar)" ; + qudt:ucumCode "g.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G13" ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre bar" ; +. +unit:GM-PER-L-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD834" ; + qudt:symbol "(g/l)/cP" ; + qudt:ucumCode "g.L-1.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre centipoise" ; +. +unit:GM-PER-L-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA483" ; + qudt:symbol "g/(l·K)" ; + qudt:ucumCode "g.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G35" ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre kelvin" ; +. +unit:GM-PER-L-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD868" ; + qudt:symbol "(g/l)/(mPa·s)" ; + qudt:ucumCode "g.L-1.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre millipascal second" ; +. +unit:GM-PER-L-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD832" ; + qudt:symbol "(g/l)/(Pa·s)" ; + qudt:ucumCode "g.L-1.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre pascal second" ; +. +unit:GM-PER-L-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD833" ; + qudt:symbol "(g/l)/P" ; + qudt:ucumCode "g.L-1.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per litre poise" ; +. +unit:GM-PER-M + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA485" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the SI base unit metre" ; + qudt:symbol "g/m" ; + qudt:ucumCode "g.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GF" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Meter"@en-us ; + rdfs:label "Gram Per Metre"@en ; +. +unit:GM-PER-M2 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA486" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "g/m²" ; + qudt:ucumCode "g.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "g/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GM" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Square Meter"@en-us ; + rdfs:label "Gram Per Square Metre"@en ; +. +unit:GM-PER-M2-DAY + a qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000011574073 ; + qudt:conversionMultiplierSN 1.1574073E-8 ; + qudt:expression "$g-m^{-2}-day^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day." ; + qudt:symbol "g/(m²·day)" ; + qudt:ucumCode "g.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "grams per square meter day"@en-us ; + rdfs:label "grams per square metre day"@en ; +. +unit:GM-PER-M3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA487" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/m³" ; + qudt:ucumCode "g.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "g/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A93" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Cubic Meter"@en-us ; + rdfs:label "Gram Per Cubic Metre"@en ; +. +unit:GM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA489" ; + qudt:symbol "g/(m³·bar)" ; + qudt:ucumCode "g.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G14" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre bar" ; +. +unit:GM-PER-M3-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD831" ; + qudt:symbol "(g/m³)/cP" ; + qudt:ucumCode "g.m-3.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre centipoise" ; +. +unit:GM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA488" ; + qudt:symbol "g/(m³·K)" ; + qudt:ucumCode "g.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G36" ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre kelvin" ; +. +unit:GM-PER-M3-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD828" ; + qudt:symbol "g/(m³·mPa·s)" ; + qudt:ucumCode "g.m-3.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre millipascal second" ; +. +unit:GM-PER-M3-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD829" ; + qudt:symbol "(g/m³)/(Pa·s)" ; + qudt:ucumCode "g.m-3.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre pascal second" ; +. +unit:GM-PER-M3-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD830" ; + qudt:symbol "(g/m³)/P" ; + qudt:ucumCode "g.m-3.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram per cubic metre poise" ; +. +unit:GM-PER-MIN + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplierSN 1.666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA490" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit minute" ; + qudt:symbol "g/min" ; + qudt:ucumCode "g.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F28" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Minute"@en ; +. +unit:GM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA492" ; + qudt:symbol "g/(min·bar)" ; + qudt:ucumCode "g.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F64" ; + rdfs:isDefinedBy ; + rdfs:label "gram per minute bar" ; +. +unit:GM-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA491" ; + qudt:symbol "g/(min·K)" ; + qudt:ucumCode "g.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F37" ; + rdfs:isDefinedBy ; + rdfs:label "gram per minute kelvin" ; +. +unit:GM-PER-MOL + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:iec61360Code "0112/2///62720#UAA496" ; + qudt:plainTextDescription "0.01-fold of the SI base unit kilogram divided by the SI base unit mol" ; + qudt:symbol "g/mol" ; + qudt:ucumCode "g.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A94" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Mole"@en ; +. +unit:GM-PER-MilliL + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA493" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre" ; + qudt:symbol "g/mL" ; + qudt:ucumCode "g.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "g/mL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GJ" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Millilitre"@en ; + rdfs:label "Gram Per Millilitre"@en-us ; +. +unit:GM-PER-MilliL-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA495" ; + qudt:symbol "g/(ml·bar)" ; + qudt:ucumCode "g.mL-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G15" ; + rdfs:isDefinedBy ; + rdfs:label "gram per millilitre bar" ; +. +unit:GM-PER-MilliL-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA494" ; + qudt:symbol "g/(ml·K)" ; + qudt:ucumCode "g.mL-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G37" ; + rdfs:isDefinedBy ; + rdfs:label "gram per millilitre kelvin" ; +. +unit:GM-PER-MilliM + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB376" ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter" ; + qudt:symbol "g/mm" ; + qudt:ucumCode "g.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H76" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Millimeter"@en-us ; + rdfs:label "Gram Per Millimetre"@en ; +. +unit:GM-PER-MilliM-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Time_Squared ; + qudt:iec61360Code "0112/2///62720#UAA495" ; + qudt:symbol "g/(ml·bar)" ; + qudt:ucumCode "g.mm-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G15" ; + rdfs:isDefinedBy ; + rdfs:label "gram per millilitre bar" ; +. +unit:GM-PER-MilliM2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB389" ; + qudt:symbol "g/mm²" ; + qudt:ucumCode "g.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N24" ; + rdfs:isDefinedBy ; + rdfs:label "gram per square millimetre" ; +. +unit:GM-PER-SEC + a qudt:Unit ; + dcterms:description "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA497" ; + qudt:plainTextDescription "0,001fold of the SI base unit kilogram divided by the SI base unit second" ; + qudt:symbol "g/s" ; + qudt:ucumCode "g.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F29" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Per Second"@en ; +. +unit:GM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA499" ; + qudt:symbol "g/(s·bar)" ; + qudt:ucumCode "g.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F65" ; + rdfs:isDefinedBy ; + rdfs:label "gram per second bar" ; +. +unit:GM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA498" ; + qudt:symbol "g/(s·K)" ; + qudt:ucumCode "g.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F38" ; + rdfs:isDefinedBy ; + rdfs:label "gram per second kelvin" ; +. +unit:GM-SEC-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC828" ; + qudt:symbol "(g/l)/(cm³/s)" ; + qudt:ucumCode "g.s.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per litre cubic centimetre" ; +. +unit:GM-SEC-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC827" ; + qudt:symbol "(g/l)/(m³/s)" ; + qudt:ucumCode "g.s.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per litre cubic metre" ; +. +unit:GM-SEC-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC829" ; + qudt:symbol "(g/l)/(l/s)" ; + qudt:ucumCode "g.s.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per litre squared" ; +. +unit:GM-SEC-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC819" ; + qudt:symbol "(g/m³)/(cm³/s)" ; + qudt:ucumCode "g.s.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per cubic metre cubic centimetre" ; +. +unit:GM-SEC-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC820" ; + qudt:symbol "(g/m³)/(l/s)" ; + qudt:ucumCode "g.s.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per cubic metre litre" ; +. +unit:GM-SEC-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC818" ; + qudt:symbol "(g/m³)/(m³/s)" ; + qudt:ucumCode "g.s.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gram second per power of metre with the exponent 6" ; +. +unit:GM_Carbon-PER-M2-DAY + a qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ; + qudt:conversionMultiplier 0.000000011574073 ; + qudt:conversionMultiplierSN 1.1574073E-8 ; + qudt:expression "$g C-m^{-2}-day^{-1}$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem." ; + qudt:symbol "g{carbon}/(m²·day)" ; + qudt:ucumCode "g.m-2.d-1{C}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "grams Carbon per square meter day"@en-us ; + rdfs:label "grams Carbon per square metre day"@en ; +. +unit:GM_F + a qudt:Unit ; + dcterms:description "\"Gram Force\" is a unit for 'Force' expressed as $gf$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + qudt:symbol "gf" ; + qudt:ucumCode "gf"^^qudt:UCUMcs ; + qudt:udunitsCode "gf" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Force"@en ; +. +unit:GM_F-PER-CentiM2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA510" ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "gf/cm²" ; + qudt:ucumCode "gf.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K31" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Force Per Square Centimeter"@en-us ; + rdfs:label "Gram Force Per Square Centimetre"@en ; +. +unit:GM_Nitrogen-PER-M2-DAY + a qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ; + qudt:conversionMultiplier 0.000000011574073 ; + qudt:conversionMultiplierSN 1.1574073E-8 ; + qudt:expression "$g N-m^{-2}-day^{-1}$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem." ; + qudt:symbol "g{nitrogen}/(m²·day)" ; + qudt:ucumCode "g.m-2.d-1{N}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "grams Nitrogen per square meter day"@en-us ; + rdfs:label "grams Nitrogen per square metre day"@en ; +. +unit:GON + a qudt:Unit ; + dcterms:description "\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.015707963267949 ; + qudt:conversionMultiplierSN 1.5707963267949E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gon"^^xsd:anyURI ; + qudt:exactMatch unit:GRAD ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA522" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "gon" ; + qudt:ucumCode "gon"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A91" ; + rdfs:isDefinedBy ; + rdfs:label "Gon"@en ; +. +unit:GR + a qudt:DimensionlessUnit ; + a qudt:Unit ; + dcterms:description "the tangent of an angle of inclination multiplied by 100"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grade"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:anyURI ; + qudt:symbol "gr" ; + rdfs:isDefinedBy ; + rdfs:label "Grade"@en ; +. +unit:GRAD + a qudt:Unit ; + dcterms:description "\"Grad\" is a unit for 'Plane Angle' expressed as $grad$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.015707963267949 ; + qudt:conversionMultiplierSN 1.5707963267949E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grad"^^xsd:anyURI ; + qudt:exactMatch unit:GON ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA522" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI ; + qudt:symbol "grad" ; + qudt:uneceCommonCode "A91" ; + rdfs:isDefinedBy ; + rdfs:label "Grad"@en ; +. +unit:GRAIN + a qudt:Unit ; + dcterms:description "A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00006479891 ; + qudt:conversionMultiplierSN 6.479891E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA523" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "gr{UK}" ; + qudt:ucumCode "[gr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GRN" ; + rdfs:isDefinedBy ; + rdfs:label "Grain"@en ; +. +unit:GRAIN-PER-GAL + a qudt:Unit ; + dcterms:description "\"Grain per Gallon\" is an Imperial unit for 'Density' expressed as $gr/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.017118061 ; + qudt:conversionMultiplierSN 1.7118061E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gr/gal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "grain{UK}/gal" ; + qudt:ucumCode "[gr].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K41" ; + rdfs:isDefinedBy ; + rdfs:label "Grain per Gallon"@en ; +. +unit:GRAIN-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.01711806 ; + qudt:conversionMultiplierSN 1.711806E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA524" ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "gr{UK}/gal{US}" ; + qudt:ucumCode "[gr].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K41" ; + rdfs:isDefinedBy ; + rdfs:label "Grain Per Gallon (US)"@en ; +. +unit:GRAIN-PER-M3 + a qudt:Unit ; + dcterms:description "Grains per cubic metre of volume"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00006479891 ; + qudt:conversionMultiplierSN 6.479891E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "Grains per cubic metre of volume" ; + qudt:symbol "gr{UK}/m³" ; + qudt:ucumCode "[gr]/m3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Grains per Cubic Meter"@en-us ; + rdfs:label "Grains per Cubic Metre"@en ; +. +unit:GRAY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAA163" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:gray ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "Gy" ; + qudt:ucumCode "Gy"^^qudt:UCUMcs ; + qudt:udunitsCode "Gy" ; + qudt:uneceCommonCode "A95" ; + rdfs:isDefinedBy ; + rdfs:label "Gray"@de ; + rdfs:label "graium"@la ; + rdfs:label "gray"@cs ; + rdfs:label "gray"@en ; + rdfs:label "gray"@es ; + rdfs:label "gray"@fr ; + rdfs:label "gray"@hu ; + rdfs:label "gray"@it ; + rdfs:label "gray"@ms ; + rdfs:label "gray"@pt ; + rdfs:label "gray"@ro ; + rdfs:label "gray"@sl ; + rdfs:label "gray"@tr ; + rdfs:label "grej"@pl ; + rdfs:label "γκρέι"@el ; + rdfs:label "грей"@bg ; + rdfs:label "грэй"@ru ; + rdfs:label "גריי"@he ; + rdfs:label "جراي; غراي"@ar ; + rdfs:label "گری"@fa ; + rdfs:label "ग्रेय"@hi ; + rdfs:label "グレイ"@ja ; + rdfs:label "戈瑞"@zh ; +. +unit:GRAY-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB476" ; + qudt:symbol "Gy/h" ; + qudt:ucumCode "Gy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P61" ; + rdfs:isDefinedBy ; + rdfs:label "gray per hour" ; +. +unit:GRAY-PER-MIN + a qudt:Unit ; + dcterms:description "SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB472" ; + qudt:symbol "Gy/min" ; + qudt:ucumCode "Gy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P57" ; + rdfs:isDefinedBy ; + rdfs:label "gray per minute" ; +. +unit:GRAY-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Gy/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAA164" ; + qudt:symbol "Gy/s" ; + qudt:ucumCode "Gy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A96" ; + rdfs:isDefinedBy ; + rdfs:label "Gray per Second"@en ; +. +unit:GT + a qudt:Unit ; + dcterms:description "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:informativeReference "http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ; + qudt:latexDefinition "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^qudt:LatexString ; + qudt:plainTextDescription "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." ; + qudt:symbol "G.T." ; + qudt:ucumCode "t{gross}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GT" ; + rdfs:isDefinedBy ; + rdfs:label "Gross Tonnage"@en ; + rdfs:seeAlso unit:RT ; +. +unit:Gamma + a qudt:Unit ; + dcterms:description "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB213" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "γ" ; + qudt:uneceCommonCode "P12" ; + rdfs:isDefinedBy ; + rdfs:label "Gamma"@en ; +. +unit:GibiBIT + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit" ; + qudt:conversionMultiplier 744261117.954893 ; + qudt:conversionMultiplierSN 7.44261117954893E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB152" ; + qudt:symbol "Gibit" ; + qudt:uneceCommonCode "B30" ; + rdfs:isDefinedBy ; + rdfs:label "gibibit" ; +. +unit:GibiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ; + qudt:conversionMultiplierSN 7.4426111795489301787390319512589573292032E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA159" ; + qudt:symbol "Gibit/m" ; + qudt:ucumCode "Gibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E69" ; + rdfs:isDefinedBy ; + rdfs:label "gibibit per metre" ; +. +unit:GibiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ; + qudt:conversionMultiplierSN 7.4426111795489301787390319512589573292032E8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA160" ; + qudt:symbol "Gibit/m²" ; + qudt:ucumCode "Gibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E70" ; + rdfs:isDefinedBy ; + rdfs:label "gibibit per square metre" ; +. +unit:GibiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ; + qudt:conversionMultiplierSN 7.4426111795489301787390319512589573292032E8 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA161" ; + qudt:symbol "Gibit/m³" ; + qudt:ucumCode "Gibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E71" ; + rdfs:isDefinedBy ; + rdfs:label "gibibit per cubic metre" ; +. +unit:GibiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5954088943.6391441429912255610071 ; + qudt:conversionMultiplierSN 5.9540889436391441429912255610071E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA162" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Gibi ; + qudt:symbol "GiB" ; + qudt:uneceCommonCode "E62" ; + rdfs:isDefinedBy ; + rdfs:label "GibiByte"@en ; +. +unit:GigaA + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB639" ; + qudt:symbol "GA" ; + rdfs:isDefinedBy ; + rdfs:label "gigaampere" ; +. +unit:GigaBIT + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB156" ; + qudt:symbol "Gbit" ; + qudt:uneceCommonCode "B68" ; + rdfs:isDefinedBy ; + rdfs:label "gigabit" ; +. +unit:GigaBIT-PER-M + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA159" ; + qudt:symbol "Gibit/m" ; + qudt:ucumCode "Gbit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E69" ; + rdfs:isDefinedBy ; + rdfs:label "gibibit per metre" ; +. +unit:GigaBIT-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA156" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI ; + qudt:symbol "Gbps" ; + qudt:ucumCode "Gbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B80" ; + rdfs:isDefinedBy ; + rdfs:label "Gigabit per Second"@en ; +. +unit:GigaBQ + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the derived SI unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB047" ; + qudt:plainTextDescription "1 000 000 000-fold of the derived SI unit becquerel" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GBq" ; + qudt:ucumCode "GBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GBQ" ; + rdfs:isDefinedBy ; + rdfs:label "Gigabecquerel"@en ; +. +unit:GigaBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444.47956 ; + qudt:conversionMultiplierSN 5.54517744447956E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB185" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:symbol "GB" ; + qudt:ucumCode "GBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E34" ; + rdfs:isDefinedBy ; + rdfs:label "GigaByte"@en ; + skos:altLabel "gbyte" ; +. +unit:GigaBYTE-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit byte divided by the SI base unit second" ; + qudt:conversionMultiplier 5545177444.4795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAA157" ; + qudt:symbol "Gbyte/s" ; + qudt:ucumCode "GBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E68" ; + rdfs:isDefinedBy ; + rdfs:label "gigabyte per second" ; +. +unit:GigaBasePair + a qudt:Unit ; + dcterms:description "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:informativeReference "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ; + qudt:plainTextDescription "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. " ; + qudt:symbol "Gbp" ; + rdfs:isDefinedBy ; + rdfs:label "Gigabase Pair"@en ; + skos:altLabel "Gigabase" ; +. +unit:GigaC + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Giga ; + qudt:symbol "GC" ; + qudt:ucumCode "GC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "GigaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:GigaC-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA149" ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "GC/m³" ; + qudt:ucumCode "GC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A84" ; + rdfs:isDefinedBy ; + rdfs:label "Gigacoulomb Per Cubic Meter"@en-us ; + rdfs:label "Gigacoulomb Per Cubic Metre"@en ; +. +unit:GigaEV + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA158" ; + qudt:symbol "GeV" ; + qudt:ucumCode "GeV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A85" ; + rdfs:isDefinedBy ; + rdfs:label "Giga Electron Volt"@en ; +. +unit:GigaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB592" ; + qudt:symbol "GFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "gigafloatingpoint operations per second" ; +. +unit:GigaHZ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA150" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GHz" ; + qudt:ucumCode "GHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A86" ; + rdfs:isDefinedBy ; + rdfs:label "Gigahertz"@en ; +. +unit:GigaHZ-M + a qudt:Unit ; + dcterms:description "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ConductionSpeed ; + qudt:hasQuantityKind quantitykind:GroupSpeedOfSound ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:PhaseSpeedOfSound ; + qudt:hasQuantityKind quantitykind:SoundParticleVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA151" ; + qudt:plainTextDescription "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "GHz·m" ; + qudt:ucumCode "GHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M18" ; + rdfs:isDefinedBy ; + rdfs:label "Gigahertz Meter"@en-us ; + rdfs:label "Gigahertz Metre"@en ; +. +unit:GigaJ + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA152" ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GJ" ; + qudt:ucumCode "GJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GV" ; + rdfs:isDefinedBy ; + rdfs:label "Gigajoule"@en ; +. +unit:GigaJ-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit Gigajoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 277777.7777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:plainTextDescription "SI derived unit gigajoule divided by the 3600 times the SI base unit second" ; + qudt:symbol "GJ/hr" ; + qudt:ucumCode "GJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + rdfs:isDefinedBy ; + rdfs:label "Gigajoule Per Hour"@en ; +. +unit:GigaJ-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$GJ/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:iec61360Code "0112/2///62720#UAA179" ; + qudt:symbol "GJ/m²" ; + qudt:ucumCode "GJ.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "GJ/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B13" ; + rdfs:isDefinedBy ; + rdfs:label "Gigajoule per Square Meter"@en-us ; + rdfs:label "Gigajoule per Square Metre"@en ; +. +unit:GigaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB512" ; + qudt:symbol "GJ/s" ; + qudt:ucumCode "GJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gigajoule per second" ; +. +unit:GigaN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB554" ; + qudt:symbol "GN·m/m²" ; + rdfs:isDefinedBy ; + rdfs:label "giganewton metre per square metre" ; +. +unit:GigaOHM + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA147" ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GΩ" ; + qudt:ucumCode "GOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A87" ; + rdfs:isDefinedBy ; + rdfs:label "Gigaohm"@en ; +. +unit:GigaOHM-M + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA148" ; + qudt:symbol "GΩ·m" ; + qudt:ucumCode "GOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A88" ; + rdfs:isDefinedBy ; + rdfs:label "gigaohm metre" ; +. +unit:GigaOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAB496" ; + qudt:symbol "GΩ/m" ; + qudt:ucumCode "GOhm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M26" ; + rdfs:isDefinedBy ; + rdfs:label "gigaohm per metre" ; +. +unit:GigaPA + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA153" ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GPa" ; + qudt:ucumCode "GPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A89" ; + rdfs:isDefinedBy ; + rdfs:label "Gigapascal"@en ; +. +unit:GigaPA-CentiM3-PER-GM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloM2-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:symbol "GPa·cm³/g" ; + qudt:ucumCode "GPa.cm3.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "GPa.cm3/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigapascal Cubed Centimeter per Gram"@en-us ; + rdfs:label "Gigapascal Cubed Centimetre per Gram"@en ; +. +unit:GigaV + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC772" ; + qudt:symbol "GV" ; + rdfs:isDefinedBy ; + rdfs:label "gigavolt" ; +. +unit:GigaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB534" ; + qudt:symbol "GV·A" ; + qudt:ucumCode "GV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "gigavolt ampere" ; +. +unit:GigaV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000001 of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC508" ; + qudt:symbol "GV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "gigavolt ampere reactive" ; +. +unit:GigaW + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA154" ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit watt" ; + qudt:prefix prefix:Giga ; + qudt:symbol "GW" ; + qudt:ucumCode "GW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A90" ; + rdfs:isDefinedBy ; + rdfs:label "Gigawatt"@en ; +. +unit:GigaW-HR + a qudt:Unit ; + 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 + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000000.0 ; + qudt:conversionMultiplierSN 3.6E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA155" ; + qudt:plainTextDescription "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "GW·hr" ; + qudt:ucumCode "GW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GWH" ; + rdfs:isDefinedBy ; + rdfs:label "Gigawatt Hour"@en ; +. +unit:Gs + a qudt:Unit ; + dcterms:description """ + The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, + which is also known as the \"magnetic flux density\" or the \"magnetic induction\". + One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). + The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, + it corresponds in the SI, with its extra base unit the ampere. + The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, + but it is subdivided, with $1 gauss = 105 gamma$. + This unit of magnetic induction is also known as the $\\textit{abtesla}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:GAUSS ; + qudt:exactMatch unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ; + qudt:informativeReference "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ; + qudt:symbol "G" ; + qudt:ucumCode "G"^^qudt:UCUMcs ; + qudt:uneceCommonCode "76" ; + rdfs:isDefinedBy ; + rdfs:label "Gs"@en ; +. +unit:H + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Henry}$ is the SI unit of electric inductance. + A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. + Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. + A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. + If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: + if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. + The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). + The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. + + A $\\textit{Henry}$ is defined as: + + $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Henry"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA165" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:henry ; + qudt:siUnitsExpression "Wb/A" ; + qudt:symbol "H" ; + qudt:ucumCode "H"^^qudt:UCUMcs ; + qudt:uneceCommonCode "81" ; + rdfs:isDefinedBy ; + rdfs:label "Henry"@de ; + rdfs:label "henr"@pl ; + rdfs:label "henrio"@es ; + rdfs:label "henrium"@la ; + rdfs:label "henry"@cs ; + rdfs:label "henry"@en ; + rdfs:label "henry"@fr ; + rdfs:label "henry"@hu ; + rdfs:label "henry"@it ; + rdfs:label "henry"@ms ; + rdfs:label "henry"@pt ; + rdfs:label "henry"@ro ; + rdfs:label "henry"@sl ; + rdfs:label "henry"@tr ; + rdfs:label "χένρι"@el ; + rdfs:label "генри"@ru ; + rdfs:label "хенри"@bg ; + rdfs:label "הנרי"@he ; + rdfs:label "هنري"@ar ; + rdfs:label "هنری"@fa ; + rdfs:label "हेनरी"@hi ; + rdfs:label "ヘンリー"@ja ; + rdfs:label "亨利"@zh ; +. +unit:H-PER-KiloOHM + a qudt:Unit ; + dcterms:description "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA167" ; + qudt:plainTextDescription "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; + qudt:symbol "H/kΩ" ; + qudt:ucumCode "H.kOhm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H03" ; + rdfs:isDefinedBy ; + rdfs:label "Henry Per Kiloohm"@en ; +. +unit:H-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$H/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA168" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + qudt:symbol "H/m" ; + qudt:ucumCode "H.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A98" ; + rdfs:isDefinedBy ; + rdfs:label "Henry per Meter"@en-us ; + rdfs:label "Henry per Metre"@en ; +. +unit:H-PER-OHM + a qudt:Unit ; + dcterms:description "SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA166" ; + qudt:plainTextDescription "SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "H/Ω" ; + qudt:ucumCode "H.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H04" ; + rdfs:isDefinedBy ; + rdfs:label "Henry Per Ohm"@en ; +. +unit:HA + a qudt:Unit ; + dcterms:description "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hectare"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAA532" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hectare?oldid=494256954"^^xsd:anyURI ; + qudt:siExactMatch si-unit:hectare ; + qudt:symbol "ha" ; + qudt:ucumCode "har"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HAR" ; + rdfs:isDefinedBy ; + rdfs:label "Hectare"@en ; +. +unit:HART + a qudt:Unit ; + dcterms:description "The \"Hartley\" is a unit of information."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 2.3025850929940456840179914546844 ; + qudt:conversionMultiplierSN 2.3025850929940456840179914546844E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB344" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Hart" ; + qudt:uneceCommonCode "Q15" ; + rdfs:isDefinedBy ; + rdfs:label "Hartley"@en ; +. +unit:HART-PER-SEC + a qudt:Unit ; + dcterms:description "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ; + qudt:conversionMultiplier 2.3025850929940456840179914546844 ; + qudt:conversionMultiplierSN 2.3025850929940456840179914546844E0 ; + qudt:expression "$Hart/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB347" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "Hart/s" ; + qudt:uneceCommonCode "Q18" ; + rdfs:isDefinedBy ; + rdfs:label "Hartley per Second"@en ; +. +unit:HK + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB439" ; + qudt:symbol "HK" ; + qudt:uneceCommonCode "P35" ; + rdfs:isDefinedBy ; + rdfs:label "Hefner‑Kerze" ; +. +unit:HP + a qudt:Unit ; + dcterms:description "550 foot-pound force per second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 745.6999 ; + qudt:conversionMultiplierSN 7.456999E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Horsepower"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:anyURI ; + qudt:symbol "HP" ; + qudt:ucumCode "[HP]"^^qudt:UCUMcs ; + qudt:udunitsCode "hp" ; + qudt:uneceCommonCode "K43" ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower"@en ; +. +unit:HP_Boiler + a qudt:Unit ; + dcterms:description "\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$."^^qudt:LatexString ; + qudt:conversionMultiplier 9809.5 ; + qudt:conversionMultiplierSN 9.8095E3 ; + qudt:expression "$boiler_hp$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA535" ; + qudt:symbol "HP{boiler}" ; + qudt:uneceCommonCode "K42" ; + rdfs:isDefinedBy ; + rdfs:label "Boiler Horsepower"@en ; +. +unit:HP_Brake + a qudt:Unit ; + dcterms:description "unit of the power according to the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 9809.5 ; + qudt:conversionMultiplierSN 9.8095E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA536" ; + qudt:plainTextDescription "unit of the power according to the Imperial system of units" ; + qudt:symbol "HP{brake}" ; + qudt:uneceCommonCode "K42" ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (brake)"@en ; +. +unit:HP_Electric + a qudt:Unit ; + dcterms:description "unit of the power according to the Anglo-American system of units"^^rdf:HTML ; + qudt:conversionMultiplier 746.0 ; + qudt:conversionMultiplierSN 7.46E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA537" ; + qudt:plainTextDescription "unit of the power according to the Anglo-American system of units" ; + qudt:symbol "HP{electric}" ; + qudt:uneceCommonCode "K43" ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (electric)"@en ; +. +unit:HP_H2O + a qudt:Unit ; + dcterms:description "unit of the power according to the Anglo-American system of units" ; + qudt:conversionMultiplier 746.043 ; + qudt:conversionMultiplierSN 7.46043E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:iec61360Code "0112/2///62720#UAA538" ; + qudt:symbol "water hp" ; + qudt:uneceCommonCode "F80" ; + rdfs:isDefinedBy ; + rdfs:label "horsepower (water)" ; +. +unit:HP_Metric + a qudt:Unit ; + dcterms:description "unit of the mechanical power according to the Anglo-American system of units"^^rdf:HTML ; + qudt:conversionMultiplier 735.4988 ; + qudt:conversionMultiplierSN 7.354988E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA534" ; + qudt:plainTextDescription "unit of the mechanical power according to the Anglo-American system of units" ; + qudt:symbol "HP{metric}" ; + qudt:uneceCommonCode "HJ" ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (metric)"@en ; +. +unit:HR + a qudt:Unit ; + 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 ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA525" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Hour?oldid=495040268"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:hour ; + qudt:symbol "hr" ; + qudt:ucumCode "h"^^qudt:UCUMcs ; + qudt:udunitsCode "h" ; + qudt:uneceCommonCode "HUR" ; + rdfs:isDefinedBy ; + rdfs:label "Hour"@en ; +. +unit:HR-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 334.450944 ; + qudt:conversionMultiplierSN 3.34450944E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$hr-ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "hr·ft²" ; + qudt:ucumCode "h.[ft_i]2"^^qudt:UCUMcs ; + qudt:ucumCode "h.[sft_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hour Square Foot"@en ; +. +unit:HR-PER-FT2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 38750.07750015500031000062000124 ; + qudt:conversionMultiplierSN 3.875007750015500031000062000124E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD842" ; + qudt:symbol "(lb/ft³)/(lb/(ft·h)" ; + qudt:ucumCode "h.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "hour per square foot" ; +. +unit:HR_Sidereal + a qudt:Unit ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3590.17 ; + qudt:conversionMultiplierSN 3.59017E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + qudt:symbol "hr{sidereal}" ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Hour"@en ; +. +unit:HZ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. + One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. + The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA170" ; + qudt:omUnit ; + qudt:siExactMatch si-unit:hertz ; + qudt:symbol "Hz" ; + qudt:ucumCode "Hz"^^qudt:UCUMcs ; + qudt:udunitsCode "Hz" ; + qudt:uneceCommonCode "HTZ" ; + rdfs:isDefinedBy ; + rdfs:label "Hertz"@de ; + rdfs:label "herc"@pl ; + rdfs:label "hercio"@es ; + rdfs:label "hertz"@cs ; + rdfs:label "hertz"@en ; + rdfs:label "hertz"@fr ; + rdfs:label "hertz"@hu ; + rdfs:label "hertz"@it ; + rdfs:label "hertz"@ms ; + rdfs:label "hertz"@pt ; + rdfs:label "hertz"@ro ; + rdfs:label "hertz"@sl ; + rdfs:label "hertz"@tr ; + rdfs:label "hertzium"@la ; + rdfs:label "χερτζ"@el ; + rdfs:label "герц"@ru ; + rdfs:label "херц"@bg ; + rdfs:label "הרץ"@he ; + rdfs:label "هرتز"@ar ; + rdfs:label "هرتز"@fa ; + rdfs:label "हर्ट्ज"@hi ; + rdfs:label "ヘルツ"@ja ; + rdfs:label "赫兹"@zh ; +. +unit:HZ-M + a qudt:Unit ; + dcterms:description """$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA171" ; + qudt:plainTextDescription "product of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "Hz·m" ; + qudt:ucumCode "Hz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H34" ; + rdfs:isDefinedBy ; + rdfs:label "Hertz Meter"@en-us ; + rdfs:label "Hertz Metre"@en ; +. +unit:HZ-PER-K + a qudt:Unit ; + dcterms:description """ + $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz K^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:InverseTimeTemperature ; + qudt:symbol "Hz/K" ; + qudt:ucumCode "Hz.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hertz je Kelvin"@de ; + rdfs:label "herc na kelwin"@pl ; + rdfs:label "hercio por kelvin"@es ; + rdfs:label "hertz al kelvin"@it ; + rdfs:label "hertz bölü kelvin"@tr ; + rdfs:label "hertz na kelvin"@cs ; + rdfs:label "hertz par kelvin"@fr ; + rdfs:label "hertz pe kelvin"@ro ; + rdfs:label "hertz per kelvin"@en ; + rdfs:label "hertz per kelvin"@ms ; + rdfs:label "hertz por kelvin"@pt ; + rdfs:label "герц на кельвин"@ru ; + rdfs:label "هرتز بر کلوین"@fa ; + rdfs:label "هرتز لكل كلفن"@ar ; + rdfs:label "हर्ट्ज प्रति कैल्विन"@hi ; + rdfs:label "ヘルツ毎立方メートル"@ja ; +. +unit:HZ-PER-T + a qudt:Unit ; + dcterms:description "\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:symbol "Hz/T" ; + qudt:ucumCode "Hz.T-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hertz per Tesla"@en ; +. +unit:HZ-PER-V + a qudt:Unit ; + dcterms:description "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz V^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InverseMagneticFlux ; + qudt:symbol "Hz/V" ; + qudt:ucumCode "Hz.V-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hertz per Volt"@en ; +. +unit:H_Ab + a qudt:Unit ; + dcterms:description "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:NanoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "abH" ; + qudt:ucumCode "nH"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abhenry"@en ; +. +unit:H_Stat + a qudt:Unit ; + dcterms:description """ + The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. + It is also known as $tathenries$. + This unit is commonly used in the cgs unit system. + $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 898760000000.0 ; + qudt:conversionMultiplierSN 8.9876E11 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "statH" ; + rdfs:isDefinedBy ; + rdfs:label "Stathenry"@en ; +. +unit:H_Stat-PER-CentiM + a qudt:Unit ; + dcterms:description "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 89876000000000.0 ; + qudt:conversionMultiplierSN 8.9876E13 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$stath-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:symbol "statH/cm" ; + rdfs:isDefinedBy ; + rdfs:label "Stathenry per Centimeter"@en-us ; + rdfs:label "Stathenry per Centimetre"@en ; +. +unit:HeartBeat + a qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:symbol "heartbeat" ; + rdfs:isDefinedBy ; + rdfs:label "Heart Beat"@en ; +. +unit:HectoBAR + a qudt:Unit ; + dcterms:description "100-fold of the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplierSN 1.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB087" ; + qudt:plainTextDescription "100-fold of the unit bar" ; + qudt:symbol "hbar" ; + qudt:ucumCode "hbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HBA" ; + rdfs:isDefinedBy ; + rdfs:label "Hectobar"@en ; +. +unit:HectoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Hecto ; + qudt:symbol "hC" ; + qudt:ucumCode "hC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "HectoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:HectoGM + a qudt:Unit ; + dcterms:description "0.1-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB079" ; + qudt:plainTextDescription "0.1-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Hecto ; + qudt:symbol "hg" ; + qudt:ucumCode "hg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HGM" ; + rdfs:isDefinedBy ; + rdfs:label "Hectogram"@en ; +. +unit:HectoL + a qudt:Unit ; + dcterms:description "100-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA533" ; + qudt:plainTextDescription "100-fold of the unit litre" ; + qudt:symbol "hL" ; + qudt:ucumCode "hL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HLT" ; + rdfs:isDefinedBy ; + rdfs:label "Hectolitre"@en ; + rdfs:label "Hectolitre"@en-us ; +. +unit:HectoM + a qudt:Unit ; + dcterms:description "100-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB062" ; + qudt:plainTextDescription "100-fold of the SI base unit metre" ; + qudt:prefix prefix:Hecto ; + qudt:symbol "hm" ; + qudt:ucumCode "hm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HMT" ; + rdfs:isDefinedBy ; + rdfs:label "Hectometer"@en-us ; + rdfs:label "Hectometre"@en ; +. +unit:HectoPA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:MilliBAR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA527" ; + qudt:symbol "hPa" ; + qudt:ucumCode "hPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A97" ; + rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar." ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal"@en ; +. +unit:HectoPA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA530" ; + qudt:plainTextDescription "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "hPa·L/s" ; + qudt:ucumCode "hPa.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F93" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal Liter Per Second"@en-us ; + rdfs:label "Hectopascal Litre Per Second"@en ; +. +unit:HectoPA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA531" ; + qudt:plainTextDescription "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "hPa·m³/s" ; + qudt:ucumCode "hPa.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F94" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal Cubic Meter Per Second"@en-us ; + rdfs:label "Hectopascal Cubic Metre Per Second"@en ; +. +unit:HectoPA-PER-BAR + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA529" ; + qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "hPa/bar" ; + qudt:ucumCode "hPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E99" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal Per Bar"@en ; +. +unit:HectoPA-PER-HR + a qudt:Unit ; + dcterms:description "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "hPa/hr" ; + qudt:ucumCode "hPa.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascals per hour"@en ; +. +unit:HectoPA-PER-K + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA528" ; + qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "hPa/K" ; + qudt:ucumCode "hPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F82" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal Per Kelvin"@en ; +. +unit:HectoPA-PER-M + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB422" ; + qudt:symbol "hPa/m" ; + qudt:ucumCode "hPa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P82" ; + rdfs:isDefinedBy ; + rdfs:label "hectopascal per metre" ; +. +unit:Hundredweight_UK + a qudt:Unit ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 50.80235 ; + qudt:conversionMultiplierSN 5.080235E1 ; + qudt:exactMatch unit:CWT_LONG ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA405" ; + qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units" ; + qudt:symbol "cwt{long}" ; + qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWI" ; + rdfs:isDefinedBy ; + rdfs:label "Hundredweight (UK)"@en ; +. +unit:Hundredweight_US + a qudt:Unit ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 45.359237 ; + qudt:conversionMultiplierSN 4.5359237E1 ; + qudt:exactMatch unit:CWT_SHORT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA406" ; + qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units" ; + qudt:symbol "cwt{short}" ; + qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWA" ; + rdfs:isDefinedBy ; + rdfs:label "Hundredweight (US)"@en ; +. +unit:IN + a qudt:Unit ; + dcterms:description "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA539" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:anyURI ; + qudt:symbol "in" ; + qudt:ucumCode "[in_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "in" ; + qudt:uneceCommonCode "INH" ; + rdfs:isDefinedBy ; + rdfs:label "Inch"@en ; +. +unit:IN-PDL + a qudt:Unit ; + dcterms:description "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0035116758411504 ; + qudt:conversionMultiplierSN 3.5116758411504E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB437" ; + qudt:symbol "in·pdl" ; + qudt:ucumCode "[in_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N47" ; + rdfs:isDefinedBy ; + rdfs:label "inch poundal" ; +. +unit:IN-PER-2PiRAD + a qudt:Unit ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Rotary-TranslatoryMotionConversion ; + qudt:iec61360Code "0112/2///62720#UAA727" ; + qudt:symbol "in/revolution" ; + qudt:uneceCommonCode "H57" ; + rdfs:isDefinedBy ; + rdfs:label "inch per two pi radians" ; +. +unit:IN-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.04572 ; + qudt:conversionMultiplierSN 4.572E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA540" ; + qudt:plainTextDescription "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "in/°F" ; + qudt:ucumCode "[in_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K45" ; + rdfs:isDefinedBy ; + rdfs:label "Inch Per Degree Fahrenheit"@en ; +. +unit:IN-PER-MIN + a qudt:Unit ; + dcterms:description "The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second." ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000423333333 ; + qudt:conversionMultiplierSN 4.23333333E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB393" ; + qudt:symbol "in/min" ; + qudt:ucumCode "[in_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M63" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Minute"@en ; +. +unit:IN-PER-PSI + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000368395837305726250345733538042194622 ; + qudt:conversionMultiplierSN 3.68395837305726250345733538042194622E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA541" ; + qudt:symbol "in/psi" ; + qudt:ucumCode "[in_i].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K46" ; + rdfs:isDefinedBy ; + rdfs:label "inch per psi" ; +. +unit:IN-PER-SEC + a qudt:Unit ; + dcterms:description "The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:PropellantBurnRate ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA542" ; + qudt:symbol "in/s" ; + qudt:ucumCode "[in_i].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IU" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Second"@en ; +. +unit:IN-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.0457199999999999963424000000000003048 ; + qudt:conversionMultiplierSN 4.57199999999999963424000000000003048E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA543" ; + qudt:symbol "in/(s·°F)" ; + qudt:ucumCode "[in_i].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K47" ; + rdfs:isDefinedBy ; + rdfs:label "inch per second degree Fahrenheit" ; +. +unit:IN-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000368395837305726250345733538042194622 ; + qudt:conversionMultiplierSN 3.68395837305726250345733538042194622E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA544" ; + qudt:symbol "in/(s·psi)" ; + qudt:ucumCode "[in_i].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K48" ; + rdfs:isDefinedBy ; + rdfs:label "inch per second psi" ; +. +unit:IN-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB044" ; + qudt:symbol "in/s²" ; + qudt:ucumCode "[in_i].s-2"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]/s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IV" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Square second"@en ; +. +unit:IN-PER-YR + a qudt:Unit ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days" ; + qudt:conversionMultiplier 0.0000000008048774304763353360204831799629884 ; + qudt:conversionMultiplierSN 8.048774304763353360204831799629884E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB370" ; + qudt:symbol "in/y" ; + qudt:ucumCode "[in_i].a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M61" ; + rdfs:isDefinedBy ; + rdfs:label "inch per year" ; +. +unit:IN2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00064516 ; + qudt:conversionMultiplierSN 6.4516E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA547" ; + qudt:symbol "in²" ; + qudt:ucumCode "[in_i]2"^^qudt:UCUMcs ; + qudt:ucumCode "[sin_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "INK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Inch"@en ; +. +unit:IN2-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00064516 ; + qudt:conversionMultiplierSN 6.4516E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAA548" ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second" ; + qudt:symbol "in²/s" ; + qudt:ucumCode "[sin_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G08" ; + rdfs:isDefinedBy ; + rdfs:label "Square Inch Per Second"@en ; +. +unit:IN3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000016387064 ; + qudt:conversionMultiplierSN 1.6387064E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA549" ; + qudt:symbol "in³" ; + qudt:ucumCode "[cin_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "INQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch"@en ; +. +unit:IN3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000004551961 ; + qudt:conversionMultiplierSN 4.551961E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA550" ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; + qudt:symbol "in³/hr" ; + qudt:ucumCode "[cin_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G56" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch Per Hour"@en ; +. +unit:IN3-PER-LB + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 0.00003612729200008368747472537952964244 ; + qudt:conversionMultiplierSN 3.612729200008368747472537952964244E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB411" ; + qudt:symbol "in³/lbm" ; + qudt:ucumCode "[in_i]3.[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N30" ; + rdfs:isDefinedBy ; + rdfs:label "cubic inch per pound" ; +. +unit:IN3-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000027311773333333333 ; + qudt:conversionMultiplierSN 2.7311773333333333E-7 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA551" ; + qudt:symbol "in³/min" ; + qudt:ucumCode "[cin_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[cin_i]/min"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]3.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]3/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G57" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch per Minute"@en ; +. +unit:IN3-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001638706 ; + qudt:conversionMultiplierSN 1.638706E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA552" ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "in³/s" ; + qudt:ucumCode "[cin_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G58" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch Per Second"@en ; +. +unit:IN4 + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004162314 ; + qudt:conversionMultiplierSN 4.162314E-7 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA545" ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4" ; + qudt:symbol "in⁴" ; + qudt:ucumCode "[in_i]4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D69" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Inch"@en ; +. +unit:IN_H2O + a qudt:Unit ; + dcterms:description "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 249.080024 ; + qudt:conversionMultiplierSN 2.49080024E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_water"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA553" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:anyURI ; + qudt:symbol "inH₂0" ; + qudt:ucumCode "[in_i'H2O]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F78" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Water"@en ; +. +unit:IN_H2O_39dot2DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB240" ; + qudt:symbol "inH₂O (39.2 °F)" ; + qudt:uneceCommonCode "N18" ; + rdfs:isDefinedBy ; + rdfs:label "inch of water (39.2 °F)" ; +. +unit:IN_H2O_60DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB241" ; + qudt:symbol "inH₂O (60 °F)" ; + qudt:uneceCommonCode "N19" ; + rdfs:isDefinedBy ; + rdfs:label "inch of water (60 °F)" ; +. +unit:IN_HG + a qudt:Unit ; + dcterms:description "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3386.389 ; + qudt:conversionMultiplierSN 3.386389E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA554" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI ; + qudt:symbol "inHg" ; + qudt:ucumCode "[in_i'Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "inHg" ; + qudt:udunitsCode "in_Hg" ; + qudt:uneceCommonCode "F79" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Mercury"@en ; +. +unit:IN_HG_32DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB238" ; + qudt:symbol "inHg (32 °F)" ; + qudt:uneceCommonCode "N16" ; + rdfs:isDefinedBy ; + rdfs:label "inch of mercury (32 °F)" ; +. +unit:IN_HG_60DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB239" ; + qudt:symbol "inHg (60 °F)" ; + qudt:uneceCommonCode "N17" ; + rdfs:isDefinedBy ; + rdfs:label "inch of mercury (60 °F)" ; +. +unit:IU + a qudt:Unit ; + dcterms:description """ + The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$. + Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier. + """^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAB603" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "IU" ; + qudt:ucumCode "[IU]"^^qudt:UCUMcs ; + qudt:ucumCode "[iU]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit"@en ; +. +unit:IU-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ +The $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^qudt:LatexString ; + qudt:expression "$IU/L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SerumOrPlasmaLevel ; + qudt:symbol "IU/L" ; + qudt:ucumCode "[IU].L-1"^^qudt:UCUMcs ; + qudt:ucumCode "[IU]/L"^^qudt:UCUMcs ; + qudt:ucumCode "[iU].L-1"^^qudt:UCUMcs ; + qudt:ucumCode "[iU]/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per Liter"@en-us ; + rdfs:label "International Unit per Litre"@en ; + rdfs:seeAlso unit:IU ; +. +unit:IU-PER-MilliGM + a qudt:Unit ; + dcterms:description """ +

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

"""^^rdf:HTML ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:plainTextDescription "International Units per milligramme." ; + qudt:symbol "IU/mg" ; + qudt:ucumCode "[IU].mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per milligram"@en ; +. +unit:IU-PER-MilliL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ +The $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^qudt:LatexString ; + qudt:expression "$IU/mL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SerumOrPlasmaLevel ; + qudt:symbol "IU/mL" ; + qudt:ucumCode "[IU].mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "[IU]/mL"^^qudt:UCUMcs ; + qudt:ucumCode "[iU].mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "[iU]/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per milliliter"@en ; + rdfs:label "International Unit per milliliter"@en-us ; +. +unit:J + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. + Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Joule"^^xsd:anyURI ; + qudt:exactMatch unit:N-M ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA172" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ; + qudt:latexDefinition "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:plainTextDescription "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. " ; + qudt:siExactMatch si-unit:joule ; + qudt:symbol "J" ; + qudt:ucumCode "J"^^qudt:UCUMcs ; + qudt:udunitsCode "J" ; + qudt:uneceCommonCode "JOU" ; + rdfs:isDefinedBy ; + rdfs:label "Joule"@de ; + rdfs:label "dżul"@pl ; + rdfs:label "joule"@cs ; + rdfs:label "joule"@en ; + rdfs:label "joule"@fr ; + rdfs:label "joule"@hu ; + rdfs:label "joule"@it ; + rdfs:label "joule"@ms ; + rdfs:label "joule"@pt ; + rdfs:label "joule"@ro ; + rdfs:label "joule"@sl ; + rdfs:label "joule"@tr ; + rdfs:label "joulium"@la ; + rdfs:label "julio"@es ; + rdfs:label "τζάουλ"@el ; + rdfs:label "джаул"@bg ; + rdfs:label "джоуль"@ru ; + rdfs:label "ژول"@fa ; + rdfs:label "जूल"@hi ; + rdfs:label "ジュール"@ja ; + rdfs:label "焦耳"@zh ; +. +unit:J-M-PER-MOL + a qudt:Unit ; + dcterms:description """$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as: + $$J \\cdot m \\cdot mol^{-1}$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J m mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LengthMolarEnergy ; + qudt:symbol "J·m/mol" ; + qudt:ucumCode "J.m.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "J.m/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule Meter per Mole"@en-us ; + rdfs:label "Joule Metre per Mole"@en ; +. +unit:J-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalAtomicStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA181" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J·m²" ; + qudt:ucumCode "J.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D73" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Square Meter"@en-us ; + rdfs:label "Joule Square Metre"@en ; +. +unit:J-M2-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$j-m2/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB487" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J·m²/kg" ; + qudt:ucumCode "J.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B20" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Square Meter per Kilogram"@en-us ; + rdfs:label "Joule Square Metre per Kilogram"@en ; +. +unit:J-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB188" ; + qudt:plainTextDescription "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "J/cm²" ; + qudt:ucumCode "J.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E43" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Per Square Centimeter"@en-us ; + rdfs:label "Joule Per Square Centimetre"@en ; +. +unit:J-PER-CentiM2-DAY + a qudt:Unit ; + dcterms:description "Radiant energy per 10^-4 SI unit area over a period of one day."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:Radiosity ; + qudt:symbol "J/(cm²·day)" ; + qudt:ucumCode "J.cm-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joules per square centimetre day"@en ; +. +unit:J-PER-CentiM3-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$J/(cm^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:plainTextDescription "Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J/(cm³·K)" ; + qudt:symbol "J/(cm³·K)" ; + qudt:ucumCode "J.cm-3.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "J/(cm3.K)"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Cubic Centimeter Kelvin"@en-us ; + rdfs:label "Joule per Cubic Centimetre Kelvin"@en ; +. +unit:J-PER-DAY + a qudt:Unit ; + dcterms:description "quotient from the SI derived unit joule divided by the unit day" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB446" ; + qudt:symbol "J/d" ; + qudt:ucumCode "J.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P17" ; + rdfs:isDefinedBy ; + rdfs:label "joule per day" ; +. +unit:J-PER-GM + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA174" ; + qudt:plainTextDescription "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "J/g" ; + qudt:ucumCode "J.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D95" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Per Gram"@en ; +. +unit:J-PER-GM-DEG_C + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(g·°C)" ; + qudt:ucumCode "J.g-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "joule per gram degree celsius"@en ; +. +unit:J-PER-GM-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Joule per Gram Kelvin is a unit typically used for specific heat capacity." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA176" ; + qudt:latexSymbol "$\\frac{J}{g \\cdot K}$"^^qudt:LatexString ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(g·K)" ; + qudt:ucumCode "J.g-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Gram Kelvin"@en ; +. +unit:J-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB445" ; + qudt:plainTextDescription "SI derived unit joule divided by the 3600 times the SI base unit second" ; + qudt:symbol "J/hr" ; + qudt:ucumCode "J.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Per Hour"@en ; +. +unit:J-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:Entropy ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA173" ; + qudt:symbol "J/K" ; + qudt:ucumCode "J.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JE" ; + rdfs:isDefinedBy ; + rdfs:label "Joule je Kelvin"@de ; + rdfs:label "dżul na kelwin"@pl ; + rdfs:label "joule al kelvin"@it ; + rdfs:label "joule bölü kelvin"@tr ; + rdfs:label "joule na kelvin"@cs ; + rdfs:label "joule na kelvin"@sl ; + rdfs:label "joule par kelvin"@fr ; + rdfs:label "joule pe kelvin"@ro ; + rdfs:label "joule per kelvin"@en ; + rdfs:label "joule per kelvin"@ms ; + rdfs:label "joule por kelvin"@pt ; + rdfs:label "julio por kelvin"@es ; + rdfs:label "джоуль на кельвин"@ru ; + rdfs:label "جول لكل كلفن"@ar ; + rdfs:label "ژول بر کلوین"@fa ; + rdfs:label "जूल प्रति कैल्विन"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每开尔文"@zh ; +. +unit:J-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + 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."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:hasQuantityKind quantitykind:SpecificEnthalpy ; + qudt:hasQuantityKind quantitykind:SpecificGibbsEnergy ; + qudt:hasQuantityKind quantitykind:SpecificHelmholtzEnergy ; + qudt:hasQuantityKind quantitykind:SpecificInternalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA175" ; + qudt:symbol "J/kg" ; + qudt:ucumCode "J.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "J/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J2" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Kilogram"@en ; +. +unit:J-PER-KiloGM-DEG_C + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(kg·°C)" ; + qudt:ucumCode "J.kg-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule je Kilogramm Grad Celsius"@de ; + rdfs:label "dżul na kilogramostopień celsjusza"@pl ; + rdfs:label "joule al chilogrammo per grado celsius"@it ; + rdfs:label "joule na kilogram stopinja celzija"@sl ; + rdfs:label "joule na kilogram stupně celsia"@cs ; + rdfs:label "joule par kilogramme-degré celsius"@fr ; + rdfs:label "joule pe kilogram-grad celsius"@ro ; + rdfs:label "joule per kilogram celsius"@tr ; + rdfs:label "joule per kilogram darjah celsius"@ms ; + rdfs:label "joule per kilogram degree celsius"@en ; + rdfs:label "joule por quilograma grau celsius"@pt ; + rdfs:label "julio porkilogramo grado celsius"@es ; + rdfs:label "джоуль на килограмм-градус цельсия"@ru ; +. +unit:J-PER-KiloGM-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol $c_p$ (for constant pressure) Also called specific heat."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J-per-kg-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA176" ; + qudt:latexSymbol "\\(J/(kg \\cdot K)\\)"^^qudt:LatexString ; + qudt:symbol "J/(kg·K)" ; + qudt:ucumCode "J.kg-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B11" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Kilogram Kelvin"@en ; +. +unit:J-PER-KiloGM-K-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-kg-k-m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificHeatVolume ; + qudt:symbol "J/(kg·K·m³)" ; + qudt:ucumCode "J.kg-1.K.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Kilogram Kelvin Cubic Meter"@en-us ; + rdfs:label "Joule per Kilogram Kelvin Cubic Metre"@en ; +. +unit:J-PER-KiloGM-K-PA + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-kg-k-pa$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:SpecificHeatPressure ; + qudt:symbol "J/(kg·K·Pa)" ; + qudt:ucumCode "J.kg-1.K-1.Pa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Kilogram Kelvin Pascal"@en ; +. +unit:J-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$j/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA178" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J/m" ; + qudt:ucumCode "J.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "J/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B12" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Per Meter"@en-us ; + rdfs:label "Joule Per Metre"@en ; +. +unit:J-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:iec61360Code "0112/2///62720#UAA179" ; + qudt:symbol "J/m²" ; + qudt:ucumCode "J.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "J/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B13" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Square Meter"@en-us ; + rdfs:label "Joule per Square Metre"@en ; +. +unit:J-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticEnergyDensity ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:hasQuantityKind quantitykind:RadiantEnergyDensity ; + qudt:hasQuantityKind quantitykind:VolumicElectromagneticEnergy ; + qudt:iec61360Code "0112/2///62720#UAA180" ; + qudt:symbol "J/m³" ; + qudt:ucumCode "J.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "J/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B8" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Cubic Meter"@en-us ; + rdfs:label "Joule per Cubic Metre"@en ; +. +unit:J-PER-M3-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/(m^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:symbol "J/(m³·K)" ; + qudt:ucumCode "J.m-3.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Cubic Meter Kelvin"@en-us ; + rdfs:label "Joule per Cubic Metre Kelvin"@en ; +. +unit:J-PER-M4 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). + This unit is commonly used in the SI unit system. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$J/m^4$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA177" ; + qudt:symbol "J/m⁴" ; + qudt:ucumCode "J.m-4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B14" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Quartic Meter"@en-us ; + rdfs:label "Joule per Quartic Metre"@en ; +. +unit:J-PER-MIN + a qudt:Unit ; + dcterms:description "quotient from the SI derived unit joule divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB444" ; + qudt:symbol "J/min" ; + qudt:ucumCode "J.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P15" ; + rdfs:isDefinedBy ; + rdfs:label "joule per minute" ; +. +unit:J-PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ChemicalAffinity ; + qudt:hasQuantityKind quantitykind:ElectricPolarizability ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:iec61360Code "0112/2///62720#UAA183" ; + qudt:symbol "J/mol" ; + qudt:ucumCode "J.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "J/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B15" ; + rdfs:isDefinedBy ; + rdfs:label "Joule je Mol"@de ; + rdfs:label "dżul na mol"@pl ; + rdfs:label "joule alla mole"@it ; + rdfs:label "joule bölü metre küp"@tr ; + rdfs:label "joule na mol"@cs ; + rdfs:label "joule na mol"@sl ; + rdfs:label "joule par mole"@fr ; + rdfs:label "joule pe mol"@ro ; + rdfs:label "joule per mole"@en ; + rdfs:label "joule per mole"@ms ; + rdfs:label "joule por mol"@pt ; + rdfs:label "julio por mol"@es ; + rdfs:label "джоуль на моль"@ru ; + rdfs:label "جول لكل مول"@ar ; + rdfs:label "ژول بر مول"@fa ; + rdfs:label "जूल प्रति मोल (इकाई)"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每摩尔"@zh ; +. +unit:J-PER-MOL-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/(mol-K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarEntropy ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA184" ; + qudt:symbol "J/(mol·K)" ; + qudt:ucumCode "J.mol-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B16" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Mole Kelvin"@en ; +. +unit:J-PER-SEC + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB356" ; + qudt:plainTextDescription "SI derived unit joule divided by the SI base unit second" ; + qudt:symbol "J/s" ; + qudt:ucumCode "J.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P14" ; + rdfs:isDefinedBy ; + rdfs:label "Joule Per Second"@en ; +. +unit:J-PER-T + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-t$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:iec61360Code "0112/2///62720#UAB336" ; + qudt:symbol "J/T" ; + qudt:ucumCode "J.T-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q10" ; + rdfs:isDefinedBy ; + rdfs:label "Joule je Tesla"@de ; + rdfs:label "dżul na tesla"@pl ; + rdfs:label "joule al tesla"@it ; + rdfs:label "joule bölü tesla"@tr ; + rdfs:label "joule na tesla"@cs ; + rdfs:label "joule par tesla"@fr ; + rdfs:label "joule pe tesla"@ro ; + rdfs:label "joule per tesla"@en ; + rdfs:label "joule per tesla"@ms ; + rdfs:label "joule por tesla"@pt ; + rdfs:label "julio por tesla"@es ; + rdfs:label "джоуль на тесла"@ru ; + rdfs:label "جول لكل تسلا"@ar ; + rdfs:label "ژول بر تسلا"@fa ; + rdfs:label "जूल प्रति टैस्ला"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每特斯拉"@zh ; +. +unit:J-PER-T2 + a qudt:Unit ; + dcterms:description "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J T^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerMagneticFluxDensity_Squared ; + qudt:informativeReference "http://www.eng.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:anyURI ; + qudt:symbol "J/T²" ; + qudt:ucumCode "J.T-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Square Tesla"@en ; +. +unit:J-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. + The joule-second is the unit used for Planck's constant. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Action ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAB151" ; + qudt:symbol "J·s" ; + qudt:ucumCode "J.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B18" ; + rdfs:isDefinedBy ; + rdfs:label "Joulesekunde"@de ; + rdfs:label "dżulosekunda"@pl ; + rdfs:label "joule per secondo"@it ; + rdfs:label "joule saat"@ms ; + rdfs:label "joule saniye"@tr ; + rdfs:label "joule second"@en ; + rdfs:label "joule sekunda"@cs ; + rdfs:label "joule sekunda"@sl ; + rdfs:label "joule-seconde"@fr ; + rdfs:label "joule-secundă"@ro ; + rdfs:label "joule-segundo"@pt ; + rdfs:label "julio segundo"@es ; + rdfs:label "джоуль-секунда"@ru ; + rdfs:label "جول ثانية"@ar ; + rdfs:label "ژول ثانیه"@fa ; + rdfs:label "जूल सैकण्ड"@hi ; + rdfs:label "ジュール秒"@ja ; + rdfs:label "焦耳秒"@zh ; +. +unit:J-SEC-PER-MOL + a qudt:Unit ; + dcterms:description "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J s mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarAngularMomentum ; + qudt:symbol "J·s/mol" ; + qudt:ucumCode "J.s.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "J.s/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule Second per Mole"@en ; +. +unit:K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. + One kelvin represents the same temperature difference as one degree Celsius. + In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water + (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. + Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. + The kelvin equals exactly 1.8 degrees Fahrenheit. + The unit is named for the British mathematician and physicist William Thomson (1824-1907), + later known as Lord Kelvin after he was named Baron Kelvin of Largs. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:CorrelatedColorTemperature ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:iec61360Code "0112/2///62720#UAA185" ; + qudt:iec61360Code "0112/2///62720#UAD721" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:kelvin ; + qudt:symbol "K" ; + qudt:ucumCode "K"^^qudt:UCUMcs ; + qudt:udunitsCode "K" ; + qudt:uneceCommonCode "KEL" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin"@de ; + rdfs:label "kelvin"@cs ; + rdfs:label "kelvin"@en ; + rdfs:label "kelvin"@es ; + rdfs:label "kelvin"@fr ; + rdfs:label "kelvin"@hu ; + rdfs:label "kelvin"@it ; + rdfs:label "kelvin"@la ; + rdfs:label "kelvin"@ms ; + rdfs:label "kelvin"@pt ; + rdfs:label "kelvin"@ro ; + rdfs:label "kelvin"@sl ; + rdfs:label "kelvin"@tr ; + rdfs:label "kelwin"@pl ; + rdfs:label "κέλβιν"@el ; + rdfs:label "келвин"@bg ; + rdfs:label "кельвин"@ru ; + rdfs:label "קלווין"@he ; + rdfs:label "كلفن"@ar ; + rdfs:label "کلوین"@fa ; + rdfs:label "कैल्विन"@hi ; + rdfs:label "ケルビン"@ja ; + rdfs:label "开尔文"@zh ; +. +unit:K-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "K·day" ; + qudt:ucumCode "K.d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin day"@en ; +. +unit:K-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:symbol "K·m" ; + qudt:ucumCode "K.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin metres"@en ; +. +unit:K-M-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·m/s" ; + qudt:ucumCode "K.m.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin metres per second"@en ; +. +unit:K-M-PER-W + a qudt:Unit ; + dcterms:description "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:iec61360Code "0112/2///62720#UAB488" ; + qudt:plainTextDescription "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt" ; + qudt:symbol "K·m/W" ; + qudt:ucumCode "K.m.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H35" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Meter Per Watt"@en-us ; + rdfs:label "Kelvin Metre Per Watt"@en ; +. +unit:K-M2-PER-KiloGM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·m²/(kg·s)" ; + qudt:ucumCode "K.m2.kg-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin square metres per kilogram second"@en ; +. +unit:K-PA-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·Pa/s" ; + qudt:ucumCode "K.Pa.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Pascals per second"@en ; +. +unit:K-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA188" ; + qudt:symbol "K/bar" ; + qudt:ucumCode "K.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F61" ; + rdfs:isDefinedBy ; + rdfs:label "kelvin per bar" ; +. +unit:K-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$K / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA189" ; + qudt:symbol "K/hr" ; + qudt:ucumCode "K.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F10" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Hour"@en ; +. +unit:K-PER-K + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA186" ; + qudt:iec61360Code "0112/2///62720#UAD694" ; + qudt:plainTextDescription "SI base unit kelvin divided by the SI base unit kelvin" ; + qudt:symbol "K/K" ; + qudt:ucumCode "K.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F02" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Per Kelvin"@en ; +. +unit:K-PER-M + a qudt:Unit ; + dcterms:description "A change of temperature on the Kelvin temperature scale in one SI unit of length."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:TemperatureGradient ; + qudt:symbol "K/m" ; + qudt:ucumCode "K.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per metre"@en ; +. +unit:K-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666667 ; + qudt:conversionMultiplierSN 1.666667E-2 ; + qudt:expression "$K / min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA191" ; + qudt:symbol "K/min" ; + qudt:ucumCode "K.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F11" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Minute"@en ; +. +unit:K-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB319" ; + qudt:symbol "K/Pa" ; + qudt:ucumCode "K.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N79" ; + rdfs:isDefinedBy ; + rdfs:label "kelvin per pascal" ; +. +unit:K-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA192" ; + qudt:symbol "K/s" ; + qudt:ucumCode "K.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "K/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F12" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Second"@en ; +. +unit:K-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime_Squared ; + qudt:symbol "K/s²" ; + qudt:ucumCode "K.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "K/s^2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Square Second"@en ; +. +unit:K-PER-T + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:TemperaturePerMagneticFluxDensity ; + qudt:symbol "K/T" ; + qudt:ucumCode "K.T-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Tesla"@en ; +. +unit:K-PER-W + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "

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

"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAA187" ; + qudt:symbol "K/W" ; + qudt:ucumCode "K.W-1"^^qudt:UCUMcs ; + qudt:ucumCode "K/W"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B21" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin je Watt"@de ; + rdfs:label "kelvin al watt"@it ; + rdfs:label "kelvin per watt"@en ; +. +unit:K-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "K·s" ; + qudt:ucumCode "K.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin second"@en ; +. +unit:K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K²" ; + qudt:ucumCode "K2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Kelvin"@en ; +. +unit:KAT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB196" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:katal ; + qudt:symbol "kat" ; + qudt:ucumCode "kat"^^qudt:UCUMcs ; + qudt:udunitsCode "kat" ; + qudt:uneceCommonCode "KAT" ; + rdfs:isDefinedBy ; + rdfs:label "Katal"@de ; + rdfs:label "katal"@cs ; + rdfs:label "katal"@en ; + rdfs:label "katal"@es ; + rdfs:label "katal"@fr ; + rdfs:label "katal"@hu ; + rdfs:label "katal"@it ; + rdfs:label "katal"@ms ; + rdfs:label "katal"@pl ; + rdfs:label "katal"@pt ; + rdfs:label "katal"@ro ; + rdfs:label "katal"@sl ; + rdfs:label "katal"@tr ; + rdfs:label "κατάλ"@el ; + rdfs:label "катал"@bg ; + rdfs:label "катал"@ru ; + rdfs:label "קטל"@he ; + rdfs:label "كاتال"@ar ; + rdfs:label "کاتال"@fa ; + rdfs:label "कटल"@hi ; + rdfs:label "カタール"@ja ; + rdfs:label "开特"@zh ; +. +unit:KAT-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "kat/L" ; + qudt:ucumCode "kat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal Per Liter"@en-us ; + rdfs:label "Katal Per Litre"@en ; +. +unit:KAT-PER-M3 + a qudt:Unit ; + dcterms:description "the SI derived unit katal divided by the SI base unit metre to the power three" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB602" ; + qudt:symbol "kat/m³" ; + qudt:ucumCode "kat.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "katal per cubic metre" ; +. +unit:KAT-PER-MicroL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "kat/µL" ; + qudt:ucumCode "kat/uL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal Per Microliter"@en-us ; + rdfs:label "Katal Per Microlitre"@en ; +. +unit:KIP_F + a qudt:Unit ; + dcterms:description "1000 pound-force"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 4448.222 ; + qudt:conversionMultiplierSN 4.448222E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kip"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "kip" ; + qudt:ucumCode "k[lbf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M75" ; + rdfs:isDefinedBy ; + rdfs:label "Kip"@en ; +. +unit:KIP_F-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip/in^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 6894757.89 ; + qudt:conversionMultiplierSN 6.89475789E6 ; + qudt:expression "$kip/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB242" ; + qudt:symbol "kip/in²" ; + qudt:ucumCode "k[lbf_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:udunitsCode "ksi" ; + qudt:uneceCommonCode "N20" ; + rdfs:isDefinedBy ; + rdfs:label "Kip per Square Inch"@en ; +. +unit:KN + a qudt:Unit ; + dcterms:description "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444445 ; + qudt:conversionMultiplierSN 5.144444444444445E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Knot"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI_N-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB110" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ; + qudt:symbol "kn" ; + qudt:ucumCode "[kn_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "kt" ; + qudt:uneceCommonCode "KNT" ; + rdfs:isDefinedBy ; + rdfs:label "Knot"@en ; + skos:altLabel "kt" ; + skos:altLabel "kts" ; +. +unit:KN-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444445 ; + qudt:conversionMultiplierSN 5.144444444444445E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kt/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:symbol "kn/s" ; + qudt:ucumCode "[kn_i].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[kn_i]/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Knot per Second"@en ; +. +unit:KY + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kayser"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "K" ; + qudt:ucumCode "Ky"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kayser"@en ; +. +unit:KibiBIT + a qudt:Unit ; + dcterms:description "1,024-fold of the unit bit" ; + qudt:conversionMultiplier 709.782712893384 ; + qudt:conversionMultiplierSN 7.09782712893384E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB158" ; + qudt:symbol "Kibit" ; + qudt:uneceCommonCode "C21" ; + rdfs:isDefinedBy ; + rdfs:label "kibibit" ; +. +unit:KibiBIT-PER-M + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 709.78271289338399684324569237317632 ; + qudt:conversionMultiplierSN 7.0978271289338399684324569237317632E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA194" ; + qudt:symbol "Kibit/m" ; + qudt:ucumCode "Kibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E72" ; + rdfs:isDefinedBy ; + rdfs:label "kibibit per metre" ; +. +unit:KibiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 709.78271289338399684324569237317632 ; + qudt:conversionMultiplierSN 7.0978271289338399684324569237317632E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA195" ; + qudt:symbol "Kibit/m²" ; + qudt:ucumCode "Kibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E73" ; + rdfs:isDefinedBy ; + rdfs:label "kibibit per square metre" ; +. +unit:KibiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 709.78271289338399684324569237317632 ; + qudt:conversionMultiplierSN 7.0978271289338399684324569237317632E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA196" ; + qudt:symbol "Kibit/m³" ; + qudt:ucumCode "Kibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E74" ; + rdfs:isDefinedBy ; + rdfs:label "kibibit per cubic metre" ; +. +unit:KibiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5678.2617031470719747459655389854 ; + qudt:conversionMultiplierSN 5.6782617031470719747459655389854E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA197" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Kibi ; + qudt:symbol "KiB" ; + qudt:uneceCommonCode "E64" ; + rdfs:isDefinedBy ; + rdfs:label "KibiByte"@en ; +. +unit:Kilo-FT3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "1 000-fold of the unit cubic foot. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 28.316846592 ; + qudt:conversionMultiplierSN 2.8316846592E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "k(ft³)" ; + qudt:ucumCode "[k.cft_i]"^^qudt:UCUMcs ; + qudt:ucumCode "k[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FC" ; + rdfs:isDefinedBy ; + rdfs:label "Thousand Cubic Foot"@en ; +. +unit:KiloA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA557" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kA" ; + qudt:ucumCode "kA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B22" ; + rdfs:isDefinedBy ; + rdfs:label "kiloampere"@en ; +. +unit:KiloA-HR + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAB053" ; + qudt:plainTextDescription "product of the 1 000-fold of the SI base unit ampere and the unit hour" ; + qudt:symbol "kA·hr" ; + qudt:ucumCode "kA.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "TAH" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloampere Hour"@en ; +. +unit:KiloA-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:iec61360Code "0112/2///62720#UAD900" ; + qudt:symbol "kA/K" ; + qudt:ucumCode "kA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kiloampere per kelvin" ; +. +unit:KiloA-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAA558" ; + qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the SI base unit metre" ; + qudt:symbol "kA/m" ; + qudt:ucumCode "kA.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B24" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloampere Per Meter"@en-us ; + rdfs:label "Kiloampere Per Metre"@en ; +. +unit:KiloA-PER-M2 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA559" ; + qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kA/m²" ; + qudt:ucumCode "kA.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B23" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloampere Per Square Meter"@en-us ; + rdfs:label "Kiloampere Per Square Metre"@en ; +. +unit:KiloBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000000.0 ; + qudt:conversionMultiplierSN 1.0E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB088" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kbar" ; + qudt:ucumCode "kbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KBA" ; + rdfs:isDefinedBy ; + rdfs:label "Kilobar"@en ; +. +unit:KiloBAUD + a qudt:Unit ; + dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA560" ; + qudt:symbol "kBd" ; + qudt:uneceCommonCode "K50" ; + rdfs:isDefinedBy ; + rdfs:label "kilobaud" ; +. +unit:KiloBD + a qudt:Unit ; + dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA560" ; + qudt:symbol "kBd" ; + qudt:uneceCommonCode "K50" ; + rdfs:isDefinedBy ; + rdfs:label "kilobaud" ; +. +unit:KiloBIT + a qudt:Unit ; + dcterms:description "1,000-fold of the unit bit" ; + qudt:conversionMultiplier 693.1471805599452 ; + qudt:conversionMultiplierSN 6.931471805599452E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB159" ; + qudt:symbol "kbit" ; + qudt:uneceCommonCode "C37" ; + rdfs:isDefinedBy ; + rdfs:label "kilobit" ; +. +unit:KiloBIT-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 693.14718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA586" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:anyURI ; + qudt:symbol "kbps" ; + qudt:ucumCode "kbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C74" ; + rdfs:isDefinedBy ; + rdfs:label "Kilobit per Second"@en ; +. +unit:KiloBQ + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA561" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit becquerel" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kBq" ; + qudt:ucumCode "kBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Q" ; + rdfs:isDefinedBy ; + rdfs:label "Kilobecquerel"@en ; +. +unit:KiloBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAA562" ; + qudt:symbol "kBq/kg" ; + qudt:ucumCode "kBq.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B25" ; + rdfs:isDefinedBy ; + rdfs:label "kilobecquerel per kilogram" ; +. +unit:KiloBTU_IT + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055055.85262 ; + qudt:conversionMultiplierSN 1.05505585262E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:symbol "kBtu{IT}" ; + qudt:ucumCode "k[Btu_IT]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (International Definition)"@en ; +. +unit:KiloBTU_IT-PER-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356526.7 ; + qudt:conversionMultiplierSN 1.13565267E7 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kBtu/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "kBTU per Square Foot is an Imperial unit for 'Energy Per Area." ; + qudt:symbol "kBtu{IT}/ft²" ; + qudt:ucumCode "k[Btu_IT].[ft_i]-2"^^qudt:UCUMcs ; + qudt:ucumCode "k[Btu_IT]/[ft_i]2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kBTU per Square Foot"@en ; +. +unit:KiloBTU_IT-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 293.07107 ; + qudt:conversionMultiplierSN 2.9307107E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kBtu/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kBtu{IT}/hr" ; + qudt:ucumCode "k[Btu_IT].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "k[Btu_IT]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (International Definition) per Hour"@en ; +. +unit:KiloBTU_TH + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054350.2645 ; + qudt:conversionMultiplierSN 1.0543502645E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:symbol "kBtu{th}" ; + qudt:ucumCode "k[Btu_th]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (Thermochemical Definition)"@en ; +. +unit:KiloBTU_TH-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 292.9 ; + qudt:conversionMultiplierSN 2.929E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "kBtu{th}/hr" ; + qudt:ucumCode "k[Btu_th].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "k[Btu_th]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (thermochemical) Per Hour"@en ; +. +unit:KiloBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545.1774444795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB129" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kB" ; + qudt:ucumCode "kBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2P" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Byte"@en ; +. +unit:KiloBYTE-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 5545.1774444795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAB306" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + qudt:symbol "kB/s" ; + qudt:ucumCode "kBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P94" ; + rdfs:isDefinedBy ; + rdfs:label "Kilobyte per Second"@en ; +. +unit:KiloC + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA563" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kC" ; + qudt:ucumCode "kC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B26" ; + rdfs:isDefinedBy ; + rdfs:label "KiloCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:KiloC-PER-M2 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAA564" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kC/m²" ; + qudt:ucumCode "kC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B28" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocoulomb Per Square Meter"@en-us ; + rdfs:label "Kilocoulomb Per Square Metre"@en ; +. +unit:KiloC-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA565" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kC/m³" ; + qudt:ucumCode "kC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B27" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocoulomb Per Cubic Meter"@en-us ; + rdfs:label "Kilocoulomb Per Cubic Metre"@en ; +. +unit:KiloCAL + a qudt:Unit ; + dcterms:description "$\\textit{Kilocalorie}$ is a unit for \\textit{Energy And Work} expressed as $kcal$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Calorie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:anyURI ; + qudt:symbol "kcal" ; + qudt:ucumCode "kcal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E14" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie"@en ; +. +unit:KiloCAL-PER-CentiM-SEC-DEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418400.0 ; + qudt:conversionMultiplierSN 4.184E5 ; + qudt:expression "$kilocal-per-cm-sec-degc$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:symbol "kcal/(cm·s·°C)" ; + qudt:ucumCode "kcal.cm-1.s-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Centimeter Second Degree Celsius"@en-us ; + rdfs:label "Kilocalorie per Centimetre Second Degree Celsius"@en ; +. +unit:KiloCAL-PER-CentiM2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840000.0 ; + qudt:conversionMultiplierSN 4.184E7 ; + qudt:expression "$kcal/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "kcal/cm²" ; + qudt:ucumCode "kcal.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter"@en-us ; + rdfs:label "Kilocalorie per Square Centimetre"@en ; +. +unit:KiloCAL-PER-CentiM2-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 697333.3333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E5 ; + qudt:expression "$kcal/(cm^{2}-min)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "kcal/(cm²·min)" ; + qudt:ucumCode "kcal.cm-2.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter Minute"@en-us ; + rdfs:label "Kilocalorie per Square Centimetre Minute"@en ; +. +unit:KiloCAL-PER-CentiM2-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840000.0 ; + qudt:conversionMultiplierSN 4.184E7 ; + qudt:expression "$kcal/(cm^{2}-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "kcal/(cm²·s)" ; + qudt:ucumCode "kcal.cm-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter Second"@en-us ; + rdfs:label "Kilocalorie per Square Centimetre Second"@en ; +. +unit:KiloCAL-PER-GM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal/gm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:expression "$kcal/gm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:symbol "kcal/g" ; + qudt:ucumCode "kcal.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "kcal/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Gram"@en ; +. +unit:KiloCAL-PER-GM-DEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:expression "$kcal/(gm-degC)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:symbol "kcal/(g·°C)" ; + qudt:ucumCode "cal.g-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Calorie per Gram Degree Celsius"@en ; +. +unit:KiloCAL-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Kilocalorie per Minute}$ is a unit for \\textit{Heat Flow Rate} and \\textit{Power} expressed as $kcal/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 69.7333333 ; + qudt:conversionMultiplierSN 6.97333333E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kcal/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kcal/min" ; + qudt:ucumCode "kcal.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "kcal/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K54" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie Per Minute"@en ; +. +unit:KiloCAL-PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion

."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$kcal/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:symbol "kcal/mol" ; + qudt:ucumCode "kcal.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "kcal/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Mole"@en ; +. +unit:KiloCAL-PER-MOL-DEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity' expressed as $kcal/(mol-degC)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$kcal/(mol-degC)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:symbol "kcal/(mol·°C)" ; + qudt:ucumCode "kcal.mol-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Mole Degree Celsius"@en ; +. +unit:KiloCAL-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Kilocalorie per Second}$ is a unit for \\textit{Heat Flow Rate} and \\textit{Power} expressed as $kcal/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kcal/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kcal/s" ; + qudt:ucumCode "kcal.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "kcal/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie Per Second"@en ; +. +unit:KiloCAL_IT + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA589" ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:symbol "kcal{IT}" ; + qudt:ucumCode "kcal_IT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E14" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (international Table)"@en ; +. +unit:KiloCAL_IT-PER-GM-K + a qudt:Unit ; + dcterms:description "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"^^qudt:LatexString ; + qudt:conversionMultiplier 4186800.0 ; + qudt:conversionMultiplierSN 4.1868E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:MassicHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB455" ; + qudt:symbol "kcalIT/(g·K)" ; + qudt:ucumCode "kcal_IT.g-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N65" ; + rdfs:isDefinedBy ; + rdfs:label "kilocalorie (international table) per gram kelvin" ; +. +unit:KiloCAL_IT-PER-HR-M-DEG_C + a qudt:Unit ; + dcterms:description "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.163 ; + qudt:conversionMultiplierSN 1.163E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA588" ; + qudt:plainTextDescription "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature" ; + qudt:symbol "kcal{IT}/(hr·m·°C)" ; + qudt:ucumCode "kcal_IT.h-1.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K52" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (international Table) Per Hour Meter Degree Celsius"@en-us ; + rdfs:label "Kilocalorie (international Table) Per Hour Metre Degree Celsius"@en ; +. +unit:KiloCAL_Mean + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4190.0 ; + qudt:conversionMultiplierSN 4.19E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA587" ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:symbol "kcal{mean}" ; + qudt:ucumCode "kcal_m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K51" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (mean)"@en ; +. +unit:KiloCAL_TH + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA590" ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:symbol "kcal" ; + qudt:ucumCode "[Cal]"^^qudt:UCUMcs ; + qudt:ucumCode "kcal_th"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K53" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (thermochemical)"@en ; +. +unit:KiloCAL_TH-PER-HR + a qudt:Unit ; + dcterms:description "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.162230555555556 ; + qudt:conversionMultiplierSN 1.162230555555556E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB184" ; + qudt:plainTextDescription "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour" ; + qudt:symbol "kcal{th}/hr" ; + qudt:ucumCode "kcal_th.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E15" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (thermochemical) Per Hour"@en ; +. +unit:KiloCAL_TH-PER-MIN + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 69.73383333333334 ; + qudt:conversionMultiplierSN 6.973383333333334E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA591" ; + qudt:plainTextDescription "1000-fold of the unit calorie divided by the unit minute" ; + qudt:symbol "kcal{th}/min" ; + qudt:ucumCode "kcal_th.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K54" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (thermochemical) Per Minute"@en ; +. +unit:KiloCAL_TH-PER-SEC + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA592" ; + qudt:plainTextDescription "1000-fold of the unit calorie divided by the SI base unit second" ; + qudt:symbol "kcal{th}/s" ; + qudt:ucumCode "kcal_th.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (thermochemical) Per Second"@en ; +. +unit:KiloCD + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit candela" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB365" ; + qudt:symbol "kCd" ; + qudt:uneceCommonCode "P33" ; + rdfs:isDefinedBy ; + rdfs:label "kilocandela" ; +. +unit:KiloCi + a qudt:Unit ; + dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000000.0 ; + qudt:conversionMultiplierSN 3.7E13 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:hasQuantityKind quantitykind:DecayConstant ; + qudt:iec61360Code "0112/2///62720#UAB046" ; + qudt:plainTextDescription "1 000-fold of the unit curie" ; + qudt:symbol "kCi" ; + qudt:ucumCode "kCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2R" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocurie"@en ; +. +unit:KiloEV + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-16 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA593" ; + qudt:symbol "keV" ; + qudt:ucumCode "keV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B29" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Electron Volt"@en ; +. +unit:KiloEV-PER-MicroM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-10 ; + qudt:expression "$keV/microM$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:symbol "keV/µm" ; + qudt:ucumCode "keV.um-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Electron Volt per Micrometer"@en-us ; + rdfs:label "Kilo Electron Volt per Micrometre"@en ; +. +unit:KiloFARAD + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit farad" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAB384" ; + qudt:symbol "kF" ; + qudt:uneceCommonCode "N90" ; + rdfs:isDefinedBy ; + rdfs:label "kilofarad" ; +. +unit:KiloGAUSS + a qudt:Unit ; + dcterms:description "1 000-fold of the CGS unit of the magnetic flux density B"^^rdf:HTML ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB136" ; + qudt:plainTextDescription "1 000-fold of the CGS unit of the magnetic flux density B" ; + qudt:symbol "kGs" ; + qudt:ucumCode "kG"^^qudt:UCUMcs ; + qudt:uneceCommonCode "78" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogauss"@en ; +. +unit:KiloGM + a qudt:Unit ; + dcterms:description "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:CO2Equivalent ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA594" ; + qudt:iec61360Code "0112/2///62720#UAD720" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ; + qudt:plainTextDescription "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds." ; + qudt:siExactMatch si-unit:kilogram ; + qudt:symbol "kg" ; + qudt:ucumCode "kg"^^qudt:UCUMcs ; + qudt:udunitsCode "kg" ; + qudt:uneceCommonCode "KGM" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogramm"@de ; + rdfs:label "chiliogramma"@la ; + rdfs:label "chilogrammo"@it ; + rdfs:label "kilogram"@cs ; + rdfs:label "kilogram"@en ; + rdfs:label "kilogram"@ms ; + rdfs:label "kilogram"@pl ; + rdfs:label "kilogram"@ro ; + rdfs:label "kilogram"@sl ; + rdfs:label "kilogram"@tr ; + rdfs:label "kilogramm*"@hu ; + rdfs:label "kilogramme"@fr ; + rdfs:label "kilogramo"@es ; + rdfs:label "quilograma"@pt ; + rdfs:label "χιλιόγραμμο"@el ; + rdfs:label "килограм"@bg ; + rdfs:label "килограмм"@ru ; + rdfs:label "קילוגרם"@he ; + rdfs:label "كيلوغرام"@ar ; + rdfs:label "کیلوگرم"@fa ; + rdfs:label "किलोग्राम"@hi ; + rdfs:label "キログラム"@ja ; + rdfs:label "公斤"@zh ; +. +unit:KiloGM-CentiM-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB413" ; + qudt:symbol "kg·(cm/s)" ; + qudt:ucumCode "kg.cm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M98" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram centimetre per second" ; +. +unit:KiloGM-CentiM2 + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA600" ; + qudt:plainTextDescription "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kg·cm²" ; + qudt:ucumCode "kg.cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F18" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Square Centimeter"@en-us ; + rdfs:label "Kilogram Square Centimetre"@en ; +. +unit:KiloGM-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kg-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "kg·K" ; + qudt:ucumCode "kg.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Kelvin"@en ; +. +unit:KiloGM-M + a qudt:Unit ; + dcterms:description "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unbalance ; + qudt:iec61360Code "0112/2///62720#UAB368" ; + qudt:symbol "kg·m" ; + qudt:ucumCode "kg.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M94" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram metre" ; +. +unit:KiloGM-M-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg-m/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:iec61360Code "0112/2///62720#UAA615" ; + qudt:symbol "kg·m/s" ; + qudt:ucumCode "kg.m.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg.m/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B31" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Meter Per Second"@en-us ; + rdfs:label "Kilogramm mal Meter je Sekunde"@de ; + rdfs:label "chilogrammo per metro al secondo"@it ; + rdfs:label "kilogram meter na sekundo"@sl ; + rdfs:label "kilogram meter per saat"@ms ; + rdfs:label "kilogram metre per second"@en ; + rdfs:label "کیلوگرم متر بر ثانیه"@fa ; + rdfs:label "千克米每秒"@zh ; +. +unit:KiloGM-M-PER-SEC2 + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB355" ; + qudt:symbol "kg·m/s²" ; + qudt:ucumCode "kg.m.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M77" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram metre per second squared" ; +. +unit:KiloGM-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg-m2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA622" ; + qudt:symbol "kg·m²" ; + qudt:ucumCode "kg.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B32" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Square Meter"@en-us ; + rdfs:label "Kilogramm mal Quadratmeter"@de ; + rdfs:label "chilogrammo metro quadrato"@it ; + rdfs:label "kilogram meter persegi"@ms ; + rdfs:label "kilogram metrekare"@tr ; + rdfs:label "kilogram square metre"@en ; + rdfs:label "kilogram čtvereční metr"@cs ; + rdfs:label "kilogram-metru pătrat"@ro ; + rdfs:label "kilogramme-mètre carré"@fr ; + rdfs:label "kilogramo metro cuadrado"@es ; + rdfs:label "quilograma-metro quadrado"@pt ; + rdfs:label "килограмм-квадратный метр"@ru ; + rdfs:label "كيلوغرام متر مربع"@ar ; + rdfs:label "نیوتون متر مربع"@fa ; + rdfs:label "किलोग्राम वर्ग मीटर"@hi ; + rdfs:label "キログラム平方メートル"@ja ; + rdfs:label "千克平方米"@zh ; +. +unit:KiloGM-M2-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg-m2/sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAA623" ; + qudt:symbol "kg·m²/s" ; + qudt:ucumCode "kg.m2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B33" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Square Meter Per Second"@en-us ; + rdfs:label "Kilogram Square Metre Per Second"@en ; +. +unit:KiloGM-MilliM2 + a qudt:Unit ; + dcterms:description "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA627" ; + qudt:plainTextDescription "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2" ; + qudt:symbol "kg·mm²" ; + qudt:ucumCode "kg.mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F19" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Square Millimeter"@en-us ; + rdfs:label "Kilogram Square Millimetre"@en ; +. +unit:KiloGM-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA596" ; + qudt:symbol "kg/bar" ; + qudt:ucumCode "kg.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H53" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per bar" ; +. +unit:KiloGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB174" ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kg/cm²" ; + qudt:ucumCode "kg.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D5" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Square Centimeter"@en-us ; + rdfs:label "Kilogram Per Square Centimetre"@en ; +. +unit:KiloGM-PER-CentiM3 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA597" ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kg/cm³" ; + qudt:ucumCode "kg.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G31" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Cubic Centimeter"@en-us ; + rdfs:label "Kilogram Per Cubic Centimetre"@en ; +. +unit:KiloGM-PER-CentiM3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA599" ; + qudt:symbol "kg/(cm³·bar)" ; + qudt:ucumCode "kg.cm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G16" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic centimetre bar" ; +. +unit:KiloGM-PER-CentiM3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA598" ; + qudt:symbol "kg/(cm³·K)" ; + qudt:ucumCode "kg.cm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G38" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic centimetre kelvin" ; +. +unit:KiloGM-PER-DAY + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplierSN 1.157407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA601" ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit day" ; + qudt:symbol "kg/day" ; + qudt:ucumCode "kg.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F30" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Day"@en ; +. +unit:KiloGM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA603" ; + qudt:symbol "kg/(d·bar)" ; + qudt:ucumCode "kg.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F66" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per day bar" ; +. +unit:KiloGM-PER-DAY-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA602" ; + qudt:symbol "kg/(d·K)" ; + qudt:ucumCode "kg.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F39" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per day kelvin" ; +. +unit:KiloGM-PER-DeciM3 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA604" ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kg/dm³" ; + qudt:ucumCode "kg.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B34" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Cubic Decimeter"@en-us ; + rdfs:label "Kilogram Per Cubic Decimetre"@en ; +. +unit:KiloGM-PER-DeciM3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA606" ; + qudt:symbol "kg/(dm³·bar)" ; + qudt:ucumCode "kg.dm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H55" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic decimetre bar" ; +. +unit:KiloGM-PER-DeciM3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA605" ; + qudt:symbol "kg/(dm³·K)" ; + qudt:ucumCode "kg.dm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H54" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic decimetre kelvin" ; +. +unit:KiloGM-PER-FT2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the square of the imperial foot"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 10.763910416709722 ; + qudt:conversionMultiplierSN 1.0763910416709722E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "SI base unit kilogram divided by the square of the imperial foot" ; + qudt:symbol "kg/ft²" ; + qudt:ucumCode "kg.ft-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Square Foot"@en ; +. +unit:KiloGM-PER-GigaJ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit gigajoule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit gigajoule" ; + qudt:symbol "kg/GJ" ; + qudt:ucumCode "kg.GJ-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Gigajoule"@en ; +. +unit:KiloGM-PER-HA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:expression "$kg/hare$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:symbol "kg/ha" ; + qudt:ucumCode "kg.har-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/har"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hectare"@en ; +. +unit:KiloGM-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277777778 ; + qudt:conversionMultiplierSN 2.77777778E-4 ; + qudt:expression "$kg/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA607" ; + qudt:symbol "kg/hr" ; + qudt:ucumCode "kg.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E93" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hour"@en ; +. +unit:KiloGM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA609" ; + qudt:symbol "kg/(h·bar)" ; + qudt:ucumCode "kg.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F67" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per hour bar" ; +. +unit:KiloGM-PER-HR-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA608" ; + qudt:symbol "kg/(h·K)" ; + qudt:ucumCode "kg.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F40" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per hour kelvin" ; +. +unit:KiloGM-PER-J + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit joule" ; + qudt:symbol "kg/J" ; + qudt:ucumCode "kg.J-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Joule"@en ; +. +unit:KiloGM-PER-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA595" ; + qudt:iec61360Code "0112/2///62720#UAD684" ; + qudt:symbol "kg/K" ; + qudt:ucumCode "kg.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F15" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per kelvin" ; +. +unit:KiloGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA610" ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "kg/kg" ; + qudt:ucumCode "kg.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "3H" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Kilogram"@en ; +. +unit:KiloGM-PER-KiloM + a qudt:Unit ; + dcterms:description "SI base kilogram divided by the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearMass ; + qudt:iec61360Code "0112/2///62720#UAB495" ; + qudt:symbol "kg/km" ; + qudt:ucumCode "kg.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M31" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per kilometre" ; +. +unit:KiloGM-PER-KiloM2 + a qudt:Unit ; + dcterms:description "One SI standard unit of mass over the square of one thousand standard unit of length."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:symbol "kg/km²" ; + qudt:ucumCode "kg.km-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per square kilometre"@en ; +. +unit:KiloGM-PER-KiloMOL + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:iec61360Code "0112/2///62720#UAA611" ; + qudt:plainTextDescription "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol" ; + qudt:symbol "kg/kmol" ; + qudt:ucumCode "kg.kmol-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/kmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F24" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Kilomol"@en ; +. +unit:KiloGM-PER-L + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA612" ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit litre" ; + qudt:symbol "kg/L" ; + qudt:ucumCode "kg.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B35" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Liter"@en-us ; + rdfs:label "Kilogram Per Litre"@en ; +. +unit:KiloGM-PER-L-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA614" ; + qudt:symbol "kg/(l·bar)" ; + qudt:ucumCode "kg.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G17" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per litre bar" ; +. +unit:KiloGM-PER-L-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA613" ; + qudt:symbol "kg/(l·K)" ; + qudt:ucumCode "kg.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G39" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per litre kelvin" ; +. +unit:KiloGM-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearDensity ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA616" ; + qudt:symbol "kg/m" ; + qudt:ucumCode "kg.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KL" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Meter"@en-us ; + rdfs:label "Kilogram per Metre"@en ; +. +unit:KiloGM-PER-M-DAY + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB431" ; + qudt:symbol "kg/(m·d)" ; + qudt:ucumCode "kg.m-1.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N39" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per metre day" ; +. +unit:KiloGM-PER-M-HR + a qudt:Unit ; + dcterms:description "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB432" ; + qudt:symbol "kg/(m·hr)" ; + qudt:ucumCode "kg.m-1.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N40" ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per metre hour"@en ; +. +unit:KiloGM-PER-M-MIN + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB430" ; + qudt:symbol "kg/(m·min)" ; + qudt:ucumCode "kg.m-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N38" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per metre minute" ; +. +unit:KiloGM-PER-M-SEC + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB429" ; + qudt:iec61360Code "0112/2///62720#UAD529" ; + qudt:symbol "kg/(m·s)" ; + qudt:ucumCode "kg.m-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N37" ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per metre second"@en ; +. +unit:KiloGM-PER-M-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:N-PER-M2 ; + qudt:exactMatch unit:PA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAD540" ; + qudt:siUnitsExpression "kg/m/s^2" ; + qudt:symbol "kg/(m·s²)" ; + qudt:ucumCode "kg.m-1.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per metre square second"@en ; +. +unit:KiloGM-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAA617" ; + qudt:iec61360Code "0112/2///62720#UAD513" ; + qudt:symbol "kg/m²" ; + qudt:ucumCode "kg.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "kg/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "28" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Square Meter"@en-us ; + rdfs:label "Kilogram per Square Metre"@en ; +. +unit:KiloGM-PER-M2-PA-SEC + a qudt:Unit ; + dcterms:description "unit for the ability of a material to allow the transition of the steam" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:S-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:iec61360Code "0112/2///62720#UAB481" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "kg/(m²·Pa·s)" ; + qudt:ucumCode "kg.m-2.Pa-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q28" ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per square metre Pascal second"@en ; +. +unit:KiloGM-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "kg/(m²·s)" ; + qudt:ucumCode "kg.m-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H56" ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per square metre second"@en ; +. +unit:KiloGM-PER-M2-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureLossPerLength ; + qudt:symbol "kg/(m²·s²)" ; + qudt:ucumCode "kg.m-2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Square Meter Square Second"@en-us ; + rdfs:label "Kilogram per Square Metre Square Second"@en ; +. +unit:KiloGM-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassConcentrationOfWater ; + qudt:hasQuantityKind quantitykind:MassConcentrationOfWaterVapour ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA619" ; + qudt:plainTextDescription "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." ; + qudt:symbol "kg/m³" ; + qudt:ucumCode "kg.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "kg/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMQ" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogramm je Kubikmeter"@de ; + rdfs:label "chilogrammo al metro cubo"@it ; + rdfs:label "kilogram bölü metre küp"@tr ; + rdfs:label "kilogram na kubični meter"@sl ; + rdfs:label "kilogram na metr krychlový"@cs ; + rdfs:label "kilogram na metr sześcienny"@pl ; + rdfs:label "kilogram pe metru cub"@ro ; + rdfs:label "kilogram per cubic meter"@en-us ; + rdfs:label "kilogram per cubic metre"@en ; + rdfs:label "kilogram per meter kubik"@ms ; + rdfs:label "kilogramme par mètre cube"@fr ; + rdfs:label "kilogramo por metro cúbico"@es ; + rdfs:label "quilograma por metro cúbico"@pt ; + rdfs:label "χιλιόγραμμο ανά κυβικό μέτρο"@el ; + rdfs:label "килограм на кубичен метър"@bg ; + rdfs:label "килограмм на кубический метр"@ru ; + rdfs:label "كيلوغرام لكل متر مكعب"@ar ; + rdfs:label "کیلوگرم بر متر مکعب"@fa ; + rdfs:label "किलोग्राम प्रति घन मीटर"@hi ; + rdfs:label "キログラム毎立方メートル"@ja ; + rdfs:label "千克每立方米"@zh ; +. +unit:KiloGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA621" ; + qudt:symbol "kg/(m³·bar)" ; + qudt:ucumCode "kg.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G18" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic metre bar" ; +. +unit:KiloGM-PER-M3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA620" ; + qudt:iec61360Code "0112/2///62720#UAD685" ; + qudt:symbol "kg/(m³·K)" ; + qudt:ucumCode "kg.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G40" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic metre kelvin" ; +. +unit:KiloGM-PER-M3-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAB310" ; + qudt:symbol "kg/(m³·Pa)" ; + qudt:ucumCode "kg.m-3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M73" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per cubic metre pascal" ; +. +unit:KiloGM-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg/(m³·s)" ; + qudt:ucumCode "kg.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilograms per cubic metre second"@en ; +. +unit:KiloGM-PER-MIN + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666667 ; + qudt:conversionMultiplierSN 1.666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA624" ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit minute" ; + qudt:symbol "kg/min" ; + qudt:ucumCode "kg.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F31" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Minute"@en ; +. +unit:KiloGM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA626" ; + qudt:symbol "kg/(min·bar)" ; + qudt:ucumCode "kg.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F68" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per minute bar" ; +. +unit:KiloGM-PER-MIN-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA625" ; + qudt:symbol "kg/(min·K)" ; + qudt:ucumCode "kg.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F41" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per minute kelvin" ; +. +unit:KiloGM-PER-MOL + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass. + In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. + It is a physical property of a given substance. + However, for historical reasons, molar masses are almost always expressed in $g/mol$. + As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:iec61360Code "0112/2///62720#UAA628" ; + qudt:symbol "kg/mol" ; + qudt:ucumCode "kg.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D74" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Mol"@en ; +. +unit:KiloGM-PER-MegaBTU_IT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000947817 ; + qudt:conversionMultiplierSN 9.47817E-10 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kg/MBtu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:plainTextDescription "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy." ; + qudt:symbol "kg/MBtu{IT}" ; + qudt:ucumCode "k[g].[MBtu_IT]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Mega BTU"@en ; +. +unit:KiloGM-PER-MilliM + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearDensity ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB070" ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "kg/mm" ; + qudt:ucumCode "kg.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KW" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Millimeter"@en-us ; + rdfs:label "Kilogram Per Millimetre"@en ; +. +unit:KiloGM-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB316" ; + qudt:symbol "kg/Pa" ; + qudt:ucumCode "kg.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M74" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per pascal" ; +. +unit:KiloGM-PER-PA-SEC-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:WaterVaporDiffusionCoefficient ; + qudt:plainTextDescription "Common unit for the Water vapour diffusion coefficient" ; + qudt:symbol "kg/(Pa·s·m)" ; + qudt:ucumCode "kg.Pa-1.s-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogramm je Pascal Sekunde Meter"@de ; + rdfs:label "chilogrammo al pascal secondo metro"@it ; + rdfs:label "kilogram na pascal sekunda meter"@sl ; + rdfs:label "kilogram na pascal sekunda metr"@cs ; + rdfs:label "kilogram na paskalosekundaometr"@pl ; + rdfs:label "kilogram pe pascal-secundă-metru"@ro ; + rdfs:label "kilogram per pascal saat meter"@ms ; + rdfs:label "kilogram per pascal saniye metre"@tr ; + rdfs:label "kilogram per pascal second metre"@en ; + rdfs:label "kilogramme par pascal-seconde-mètre"@fr ; + rdfs:label "kilogramo por pascal segundo metro"@es ; + rdfs:label "quilograma por pascal segundo metro"@pt ; + rdfs:label "килограмм на паскаль-секунда-метр"@ru ; +. +unit:KiloGM-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA629" ; + qudt:symbol "kg/s" ; + qudt:ucumCode "kg.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KGS" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Second"@en ; +. +unit:KiloGM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA631" ; + qudt:symbol "kg/(s·bar)" ; + qudt:ucumCode "kg.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F69" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per second bar" ; +. +unit:KiloGM-PER-SEC-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA630" ; + qudt:iec61360Code "0112/2///62720#UAD687" ; + qudt:symbol "kg/(s·K)" ; + qudt:ucumCode "kg.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F42" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per second kelvin" ; +. +unit:KiloGM-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-M2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:iec61360Code "0112/2///62720#UAA618" ; + qudt:plainTextDescription "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second" ; + qudt:symbol "kg/(s·m²)" ; + qudt:ucumCode "kg.(s.m2)-1"^^qudt:UCUMcs ; + qudt:ucumCode "kg.s-1.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "kg/(s.m2)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H56" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Second Square Meter"@en-us ; + rdfs:label "Kilogram per Second Square Metre"@en ; +. +unit:KiloGM-PER-SEC-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB321" ; + qudt:symbol "kg/(s·Pa)" ; + qudt:ucumCode "kg.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M87" ; + rdfs:isDefinedBy ; + rdfs:label "kilogram per second pascal" ; +. +unit:KiloGM-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg-per-sec2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:latexSymbol "$kg \\cdot s^2$"^^qudt:LatexString ; + qudt:symbol "kg/s²" ; + qudt:ucumCode "kg.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "kg/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Square Second"@en ; +. +unit:KiloGM-PER-SEC3-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:plainTextDescription "Unit commonly used for the coefficient of heat transfer" ; + qudt:symbol "kg/(s³·K)" ; + qudt:ucumCode "kg.s-3.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogramm je Kubiksekunde Kelvin"@de ; + rdfs:label "chilogrammo al secondo cubo per kelvin"@it ; + rdfs:label "kilogram na krychlovýsekunda kelvin"@cs ; + rdfs:label "kilogram na kubični sekunda kelvin"@sl ; + rdfs:label "kilogram na sekunda sześciennyokelwin"@pl ; + rdfs:label "kilogram pe secundă cub-kelvin"@ro ; + rdfs:label "kilogram per cubic second kelvin"@en ; + rdfs:label "kilogram per saat kubik kelvin"@ms ; + rdfs:label "kilogram per saniyeküp kelvin"@tr ; + rdfs:label "kilogramme par seconde cube-kelvin"@fr ; + rdfs:label "kilogramo porsegundo cúbico kelvin"@es ; + rdfs:label "quilograma por segundo cúbico kelvin"@pt ; + rdfs:label "килограмм на кубический секунда-кельвин"@ru ; +. +unit:KiloGM-PER-YR + a qudt:Unit ; + dcterms:description "The SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000003168808781 ; + qudt:conversionMultiplierSN 3.168808781E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1"^^xsd:anyURI ; + qudt:plainTextDescription "kilogram divided by the unit year with 365 days" ; + qudt:symbol "kg/year" ; + qudt:ucumCode "kg.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Per Jaar"@nl ; + rdfs:label "Kilogram Per Year"@en ; +. +unit:KiloGM-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kilog-sec2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg·s²" ; + qudt:ucumCode "kg.s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Square Second"@en ; +. +unit:KiloGM2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M2H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg²/s²" ; + qudt:ucumCode "kg2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Kilograms per square second"@en ; +. +unit:KiloGM_F + a qudt:Unit ; + dcterms:description "\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$."^^qudt:LatexString ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + qudt:exactMatch unit:KiloP ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA632" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + qudt:symbol "kgf" ; + qudt:ucumCode "kgf"^^qudt:UCUMcs ; + qudt:udunitsCode "kgf" ; + qudt:uneceCommonCode "B37" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Force"@en ; +. +unit:KiloGM_F-M + a qudt:Unit ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA634" ; + qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre" ; + qudt:symbol "kgf·m" ; + qudt:ucumCode "kgf.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B38" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram_force Meter"@en-us ; + rdfs:label "Kilogram_force Metre"@en ; +. +unit:KiloGM_F-M-PER-CentiM2 + a qudt:Unit ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB189" ; + qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kgf·m/cm²" ; + qudt:ucumCode "kgf.m.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E44" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Force Meter Per Square Centimeter"@en-us ; + rdfs:label "Kilogram Force Metre Per Square Centimetre"@en ; +. +unit:KiloGM_F-M-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB154" ; + qudt:plainTextDescription "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:symbol "kgf·m/s" ; + qudt:ucumCode "kgf.m.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B39" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram_force Meter Per Second"@en-us ; + rdfs:label "Kilogram_force Metre Per Second"@en ; +. +unit:KiloGM_F-PER-CentiM2 + a qudt:Unit ; + dcterms:description "\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:expression "$kgf/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA633" ; + qudt:symbol "kgf/cm²" ; + qudt:ucumCode "kgf.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E42" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Force per Square Centimeter"@en-us ; + rdfs:label "Kilogram Force per Square Centimetre"@en ; +. +unit:KiloGM_F-PER-M2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA635" ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "kgf/m²" ; + qudt:ucumCode "kgf.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B40" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Force Per Square Meter"@en-us ; + rdfs:label "Kilogram Force Per Square Metre"@en ; +. +unit:KiloGM_F-PER-MilliM2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 9806650.0 ; + qudt:conversionMultiplierSN 9.80665E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA636" ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "kgf/mm²" ; + qudt:ucumCode "kgf.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E41" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram Force Per Square Millimeter"@en-us ; + rdfs:label "Kilogram Force Per Square Millimetre"@en ; +. +unit:KiloGRAY + a qudt:Unit ; + dcterms:description "1,000-fold of the unit gray" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB504" ; + qudt:symbol "kGy" ; + rdfs:isDefinedBy ; + rdfs:label "kilogray" ; +. +unit:KiloH + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit henry" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAB386" ; + qudt:symbol "kH" ; + qudt:uneceCommonCode "P24" ; + rdfs:isDefinedBy ; + rdfs:label "kilohenry" ; +. +unit:KiloHZ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA566" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kHz" ; + qudt:ucumCode "kHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KHZ" ; + rdfs:isDefinedBy ; + rdfs:label "Kilohertz"@en ; +. +unit:KiloHZ-M + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ConductionSpeed ; + qudt:hasQuantityKind quantitykind:GroupSpeedOfSound ; + qudt:hasQuantityKind quantitykind:PhaseSpeedOfSound ; + qudt:hasQuantityKind quantitykind:SoundParticleVelocity ; + qudt:iec61360Code "0112/2///62720#UAA567" ; + qudt:plainTextDescription "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "kHz·m" ; + qudt:ucumCode "kHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M17" ; + rdfs:isDefinedBy ; + rdfs:label "Kilohertz Meter"@en-us ; + rdfs:label "Kilohertz Metre"@en ; +. +unit:KiloJ + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA568" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kJ" ; + qudt:ucumCode "kJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KJO" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule"@en ; +. +unit:KiloJ-PER-DAY + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day" ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB450" ; + qudt:symbol "kJ/d" ; + qudt:ucumCode "kJ.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P21" ; + rdfs:isDefinedBy ; + rdfs:label "kilojoule per day" ; +. +unit:KiloJ-PER-HR + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour" ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB449" ; + qudt:symbol "kJ/h" ; + qudt:ucumCode "kJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P20" ; + rdfs:isDefinedBy ; + rdfs:label "kilojoule per hour" ; +. +unit:KiloJ-PER-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAA569" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin" ; + qudt:symbol "kJ/K" ; + qudt:ucumCode "kJ.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "kJ/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B41" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule Per Kelvin"@en ; +. +unit:KiloJ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA570" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram" ; + qudt:symbol "kJ/kg" ; + qudt:ucumCode "kJ.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "kJ/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B42" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule Per Kilogram"@en ; +. +unit:KiloJ-PER-KiloGM-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA571" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin" ; + qudt:symbol "kJ/(kg·K)" ; + qudt:ucumCode "kJ.(kg.K)-1"^^qudt:UCUMcs ; + qudt:ucumCode "kJ.kg-1.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "kJ/(kg.K)"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B43" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule Per Kilogram Kelvin"@en ; +. +unit:KiloJ-PER-KiloV + a qudt:Unit ; + dcterms:description "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAD920" ; + qudt:symbol "kJ/kV" ; + qudt:ucumCode "kJ.kV-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kilojoule per kilovolt" ; +. +unit:KiloJ-PER-MIN + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB448" ; + qudt:symbol "kJ/min" ; + qudt:ucumCode "kJ.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P19" ; + rdfs:isDefinedBy ; + rdfs:label "kilojoule per minute" ; +. +unit:KiloJ-PER-MOL + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:iec61360Code "0112/2///62720#UAA572" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit mol" ; + qudt:symbol "kJ/mol" ; + qudt:ucumCode "kJ.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "kJ/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B44" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule Per Mole"@en ; +. +unit:KiloJ-PER-SEC + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB447" ; + qudt:symbol "kJ/s" ; + qudt:ucumCode "kJ.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P18" ; + rdfs:isDefinedBy ; + rdfs:label "kilojoule per second" ; +. +unit:KiloL + a qudt:Unit ; + dcterms:description "1 000-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB114" ; + qudt:plainTextDescription "1 000-fold of the unit litre" ; + qudt:symbol "kL" ; + qudt:ucumCode "kL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K6" ; + rdfs:isDefinedBy ; + rdfs:label "Kilolitre"@en ; + rdfs:label "Kilolitre"@en-us ; +. +unit:KiloL-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume kilolitres divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAB121" ; + qudt:plainTextDescription "unit of the volume kilolitres divided by the unit hour" ; + qudt:symbol "kL/hr" ; + qudt:ucumCode "kL.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "kL/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4X" ; + rdfs:isDefinedBy ; + rdfs:label "Kilolitre Per Hour"@en ; + rdfs:label "Kilolitre Per Hour"@en-us ; +. +unit:KiloLB-PER-HR + a qudt:Unit ; + dcterms:description "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAB391" ; + qudt:symbol "klb/h" ; + qudt:uneceCommonCode "M90" ; + rdfs:isDefinedBy ; + rdfs:label "kilopound per hour" ; +. +unit:KiloLB_F + a qudt:Unit ; + dcterms:description "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units" ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4448.222 ; + qudt:conversionMultiplierSN 4.448222E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB232" ; + qudt:symbol "klbf" ; + qudt:uneceCommonCode "M75" ; + rdfs:isDefinedBy ; + rdfs:label "KiloPound Force"@en ; +. +unit:KiloLB_F-FT-PER-A + a qudt:Unit ; + dcterms:description "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^rdf:HTML ; + qudt:conversionMultiplier 1355.81800916358032544 ; + qudt:conversionMultiplierSN 1.35581800916358032544E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB483" ; + qudt:plainTextDescription "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere" ; + qudt:symbol "klbf·ft/A" ; + qudt:ucumCode "[lbf_av].[ft_i].A-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F22" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Foot Per Ampere"@en ; +. +unit:KiloLB_F-FT-PER-LB + a qudt:Unit ; + dcterms:description "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2989.067 ; + qudt:conversionMultiplierSN 2.989067E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB484" ; + qudt:plainTextDescription "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass" ; + qudt:symbol "klbf·ft/lbm" ; + qudt:ucumCode "[lbf_av].[ft_i].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G20" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Foot Per Pound"@en ; +. +unit:KiloLB_F-PER-FT + a qudt:Unit ; + dcterms:description "unit of the length-related force"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14593.904199475066 ; + qudt:conversionMultiplierSN 1.4593904199475066E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB192" ; + qudt:plainTextDescription "unit of the length-related force" ; + qudt:symbol "klbf/ft" ; + qudt:ucumCode "[klbf_av].[ft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F17" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Per Foot"@en ; +. +unit:KiloLB_F-PER-IN2 + a qudt:Unit ; + dcterms:description "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894757.89 ; + qudt:conversionMultiplierSN 6.89475789E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB138" ; + qudt:plainTextDescription "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "klbf/in²" ; + qudt:ucumCode "k[lbf_av].[sin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "84" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopound Force Per Square Inch"@en ; +. +unit:KiloM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA637" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:symbol "km" ; + qudt:ucumCode "km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMT" ; + qudt:uneceCommonCode "KTM" ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer"@en-us ; + rdfs:label "Kilometre"@en ; +. +unit:KiloM-PER-DAY + a qudt:Unit ; + dcterms:description "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "km/day" ; + qudt:ucumCode "km.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilometres per day"@en ; +. +unit:KiloM-PER-HR + a qudt:Unit ; + dcterms:description "\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777778E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ; + qudt:expression "$km/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA638" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI ; + qudt:symbol "km/hr" ; + qudt:ucumCode "km.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "km/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMH" ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer per Hour"@en-us ; + rdfs:label "Kilometre per Hour"@en ; +. +unit:KiloM-PER-SEC + a qudt:Unit ; + dcterms:description "\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$km/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB392" ; + qudt:symbol "km/s" ; + qudt:ucumCode "km.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "km/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M62" ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer per Second"@en-us ; + rdfs:label "Kilometre per Second"@en ; +. +unit:KiloM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA735" ; + qudt:symbol "km/(s·bar)" ; + qudt:ucumCode "km.s-1.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kilometre per second bar" ; +. +unit:KiloM-PER-SEC2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB397" ; + qudt:symbol "km/s²" ; + qudt:ucumCode "km.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M38" ; + rdfs:isDefinedBy ; + rdfs:label "kilometre per second squared" ; +. +unit:KiloM2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:iec61360Code "0112/2///62720#UAA639" ; + qudt:symbol "km²" ; + qudt:ucumCode "km2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMK" ; + rdfs:isDefinedBy ; + rdfs:label "square kilometre" ; +. +unit:KiloM2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:GigaPA-CentiM3-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:symbol "km²/s²" ; + qudt:ucumCode "km2.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "km2/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Kilometers per Square Second"@en-us ; + rdfs:label "Square kilometres per square second"@en ; +. +unit:KiloM3-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:expression "$km^3/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; + qudt:symbol "km³/s²" ; + qudt:ucumCode "km3.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "km3/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Kilometer per Square Second"@en-us ; + rdfs:label "Cubic Kilometre per Square Second"@en ; +. +unit:KiloMIL_Circ + a qudt:Unit ; + dcterms:description "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²" ; + qudt:conversionMultiplier 0.0000005067075 ; + qudt:conversionMultiplierSN 5.067075E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAD931" ; + qudt:symbol "kcmil" ; + rdfs:isDefinedBy ; + rdfs:label "thousands of circular mil" ; +. +unit:KiloMOL + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA640" ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kmol" ; + qudt:ucumCode "kmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B45" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole"@en ; +. +unit:KiloMOL-PER-HR + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAA641" ; + qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time hour" ; + qudt:symbol "kmol/hr" ; + qudt:ucumCode "kmol.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "kmol/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K58" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole Per Hour"@en ; +. +unit:KiloMOL-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kmol/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:iec61360Code "0112/2///62720#UAB404" ; + qudt:symbol "kmol/kg" ; + qudt:ucumCode "kmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "kmol/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P47" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomol per Kilogram"@en ; +. +unit:KiloMOL-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:iec61360Code "0112/2///62720#UAA642" ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kmol/m³" ; + qudt:ucumCode "kmol.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B46" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole Per Cubic Meter"@en-us ; + rdfs:label "Kilomole Per Cubic Metre"@en ; +. +unit:KiloMOL-PER-M3-BAR + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA644" ; + qudt:symbol "kmol/(m³·bar)" ; + qudt:ucumCode "kmol.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K60" ; + rdfs:isDefinedBy ; + rdfs:label "kilomole per cubic metre bar" ; +. +unit:KiloMOL-PER-M3-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA643" ; + qudt:symbol "kmol/(m³·K)" ; + qudt:ucumCode "kmol.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K59" ; + rdfs:isDefinedBy ; + rdfs:label "kilomole per cubic metre kelvin" ; +. +unit:KiloMOL-PER-MIN + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA645" ; + qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time minute" ; + qudt:symbol "kmol/min" ; + qudt:ucumCode "kmol.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K61" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole Per Minute"@en ; +. +unit:KiloMOL-PER-SEC + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA646" ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the SI base unit second" ; + qudt:symbol "kmol/s" ; + qudt:ucumCode "kmol.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "kmol/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E94" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole Per Second"@en ; +. +unit:KiloN + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA573" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit newton" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kN" ; + qudt:ucumCode "kN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B47" ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton"@en ; +. +unit:KiloN-M + a qudt:Unit ; + dcterms:description "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA574" ; + qudt:plainTextDescription "1 000-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "kN·m" ; + qudt:ucumCode "kN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B48" ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton Meter"@en-us ; + rdfs:label "Kilonewton Metre"@en ; +. +unit:KiloN-M-PER-DEG + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57295.77957855229894302178227976183 ; + qudt:conversionMultiplierSN 5.729577957855229894302178227976183E4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:plainTextDescription "Unit for expressing the value of the torsional spring constant" ; + qudt:symbol "kN·m/°" ; + qudt:ucumCode "kN.m.deg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton Metre per Degree"@en ; +. +unit:KiloN-M-PER-DEG-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57295.77957855229894302178227976183 ; + qudt:conversionMultiplierSN 5.729577957855229894302178227976183E4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction." ; + qudt:symbol "kN·m/(°·m)" ; + qudt:ucumCode "kN.m.deg-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kilonewton metre per degree metre"@en ; +. +unit:KiloN-M-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerLength ; + qudt:plainTextDescription "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000" ; + qudt:symbol "kN·m/m" ; + qudt:ucumCode "kN.m.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton Metre per metre"@en ; +. +unit:KiloN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB552" ; + qudt:symbol "kN·m/m²" ; + qudt:ucumCode "kN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kilonewton metre per square metre" ; +. +unit:KiloN-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:WarpingMoment ; + qudt:symbol "kN·m²" ; + qudt:ucumCode "kN.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Newton Square Meter"@en-us ; + rdfs:label "Kilo Newton Square Metre"@en ; +. +unit:KiloN-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB364" ; + qudt:symbol "kN/m" ; + qudt:ucumCode "kN.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N31" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Newton per metre" ; +. +unit:KiloN-PER-M2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:symbol "kN/m²" ; + qudt:ucumCode "kN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Newton per square metre" ; +. +unit:KiloN-PER-M3 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:symbol "kN/m³" ; + qudt:ucumCode "kN.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Newton per cubic metre" ; +. +unit:KiloOHM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA555" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kΩ" ; + qudt:ucumCode "kOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B49" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloohm"@en ; +. +unit:KiloOHM-M + a qudt:Unit ; + dcterms:description "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA556" ; + qudt:symbol "kΩ·m" ; + qudt:ucumCode "kOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B50" ; + rdfs:isDefinedBy ; + rdfs:label "kiloohm metre" ; +. +unit:KiloOHM-PER-BAR + a qudt:Unit ; + dcterms:description "1,000-fold of SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD880" ; + qudt:symbol "kΩ/bar" ; + qudt:ucumCode "kOhm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kiloohm per bar" ; +. +unit:KiloOHM-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD876" ; + qudt:symbol "kΩ/K" ; + qudt:ucumCode "kOhm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kiloohm per kelvin" ; +. +unit:KiloOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAB787" ; + qudt:symbol "kΩ/m" ; + qudt:ucumCode "kOhm.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kiloohm per metre" ; +. +unit:KiloP + a qudt:Unit ; + dcterms:description "Same as kilogramForce"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:exactMatch unit:KiloGM_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB059" ; + qudt:symbol "kP" ; + qudt:ucumCode "kgf"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B51" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopond"@en ; +. +unit:KiloPA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal_%28unit%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA575" ; + qudt:symbol "kPa" ; + qudt:ucumCode "kPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KPA" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal"@en ; +. +unit:KiloPA-M2-PER-GM + a qudt:Unit ; + dcterms:description "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB130" ; + qudt:plainTextDescription "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kPa·m²/g" ; + qudt:ucumCode "kPa.m2.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "33" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Square Meter per Gram"@en-us ; + rdfs:label "Kilopascal Square Metre per Gram"@en ; +. +unit:KiloPA-PER-BAR + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA577" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "kPa/bar" ; + qudt:ucumCode "kPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F03" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Per Bar"@en ; +. +unit:KiloPA-PER-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA576" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "kPa/K" ; + qudt:ucumCode "kPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F83" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Per Kelvin"@en ; +. +unit:KiloPA-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB421" ; + qudt:symbol "kPa/m" ; + qudt:ucumCode "kPa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P81" ; + rdfs:isDefinedBy ; + rdfs:label "kilopascal per metre" ; +. +unit:KiloPA-PER-MilliM + a qudt:Unit ; + dcterms:description "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB060" ; + qudt:plainTextDescription "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "kPa/mm" ; + qudt:ucumCode "kPa.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "34" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Per Millimeter"@en-us ; + rdfs:label "Kilopascal Per Millimetre"@en ; +. +unit:KiloPA_A + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "KPaA" ; + qudt:ucumCode "kPa{absolute}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Absolute"@en ; +. +unit:KiloPOND + a qudt:Unit ; + dcterms:description "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB059" ; + qudt:plainTextDescription "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton" ; + qudt:symbol "kp" ; + qudt:uneceCommonCode "B51" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopond"@en ; +. +unit:KiloR + a qudt:Unit ; + dcterms:description "1 000-fold of the unit roentgen"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.258 ; + qudt:conversionMultiplierSN 2.58E-1 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAB057" ; + qudt:plainTextDescription "1 000-fold of the unit roentgen" ; + qudt:symbol "kR" ; + qudt:ucumCode "kR"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KR" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloroentgen"@en ; +. +unit:KiloS + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA578" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kS" ; + qudt:ucumCode "kS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B53" ; + rdfs:isDefinedBy ; + rdfs:label "Kilosiemens"@en ; +. +unit:KiloS-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA579" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "kS/m" ; + qudt:ucumCode "kS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B54" ; + rdfs:isDefinedBy ; + rdfs:label "Kilosiemens Per Meter"@en-us ; + rdfs:label "Kilosiemens Per Metre"@en ; +. +unit:KiloSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA647" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:symbol "ks" ; + qudt:ucumCode "ks"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B52" ; + rdfs:isDefinedBy ; + rdfs:label "kilosecond"@en ; +. +unit:KiloT + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit tesla" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB385" ; + qudt:symbol "kT" ; + qudt:uneceCommonCode "P13" ; + rdfs:isDefinedBy ; + rdfs:label "kilotesla" ; +. +unit:KiloTONNE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloTON_Metric ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "kt" ; + qudt:uneceCommonCode "KTN" ; + rdfs:isDefinedBy ; + rdfs:label "KiloTonne"@en ; +. +unit:KiloTONNE-PER-YR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.03168808781 ; + qudt:conversionMultiplierSN 3.168808781E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1"^^xsd:anyURI ; + qudt:plainTextDescription "1000 metric tonne divided by the unit year with 365 days" ; + qudt:symbol "kt/year" ; + qudt:ucumCode "kt.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "KiloTon Per Jaar"@nl ; + rdfs:label "KiloTonne Per Year"@en ; +. +unit:KiloTON_Metric + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloTONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB080" ; + qudt:plainTextDescription "1 000 000-fold of the SI base unit kilogram" ; + qudt:symbol "kt" ; + qudt:ucumCode "kt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KTN" ; + rdfs:isDefinedBy ; + rdfs:label "Metric KiloTON"@en ; +. +unit:KiloV + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA580" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit volt" ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kV" ; + qudt:ucumCode "kV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVT" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt"@en ; +. +unit:KiloV-A + a qudt:Unit ; + dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:iec61360Code "0112/2///62720#UAA581" ; + qudt:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "kV·A" ; + qudt:ucumCode "kV.A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVA" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Ampere"@en ; +. +unit:KiloV-A-HR + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB160" ; + qudt:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "kV·A·hr" ; + qudt:ucumCode "kV.A.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C79" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Ampere Hour"@en ; +. +unit:KiloV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD908" ; + qudt:symbol "kV·A/K" ; + qudt:ucumCode "kV.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "kilovolt ampere per kelvin" ; +. +unit:KiloV-A_Reactive + a qudt:Unit ; + dcterms:description "1 000-fold of the unit var"^^rdf:HTML ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAA648" ; + qudt:plainTextDescription "1 000-fold of the unit var" ; + qudt:symbol "kV·A{Reactive}" ; + qudt:ucumCode "kV.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVR" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Ampere Reactive"@en ; +. +unit:KiloV-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB195" ; + qudt:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "kV·A{Reactive}·hr" ; + qudt:ucumCode "kV.A.h{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K3" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Ampere Reactive Hour"@en ; +. +unit:KiloV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E-1L-2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD904" ; + qudt:symbol "kvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "kilovolt ampere reactive per kelvin" ; +. +unit:KiloV-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA582" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "kV/m" ; + qudt:ucumCode "kV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Per Meter"@en-us ; + rdfs:label "Kilovolt Per Metre"@en ; +. +unit:KiloW + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). + The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA583" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:symbol "kW" ; + qudt:ucumCode "kW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KWT" ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatt"@en ; +. +unit:KiloW-HR + a qudt:Unit ; + dcterms:description "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ; + qudt:expression "$kW-h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA584" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:anyURI ; + qudt:symbol "kW·hr" ; + qudt:ucumCode "kW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KWH" ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatthour"@en ; +. +unit:KiloW-HR-PER-M2 + a qudt:Unit ; + dcterms:description "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre." ; + qudt:symbol "kW·hr/m²" ; + qudt:ucumCode "kW.h.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatt hour per square metre"@en ; +. +unit:KiloW-PER-M-DEG_C + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB459" ; + qudt:symbol "kW/(m·°C)" ; + qudt:ucumCode "kW.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N82" ; + rdfs:isDefinedBy ; + rdfs:label "kilowatt per metre degree Celsius" ; +. +unit:KiloW-PER-M-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB458" ; + qudt:symbol "kW/(m·K)" ; + qudt:ucumCode "kW.m-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N81" ; + rdfs:isDefinedBy ; + rdfs:label "kilowatt per metre kelvin" ; +. +unit:KiloW-PER-M2-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasQuantityKind quantitykind:CombinedNonEvaporativeHeatTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SurfaceCoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB456" ; + qudt:symbol "kW/(m²·K)" ; + qudt:ucumCode "kW.m-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N78" ; + rdfs:isDefinedBy ; + rdfs:label "kilowatt per square metre kelvin" ; +. +unit:KiloWB + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit weber" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB358" ; + qudt:symbol "kWb" ; + qudt:uneceCommonCode "P11" ; + rdfs:isDefinedBy ; + rdfs:label "KiloWeber"@en ; +. +unit:KiloWB-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAA585" ; + qudt:plainTextDescription "1 000-fold of the SI derived unit weber divided by the SI base unit metre" ; + qudt:symbol "kWb/m" ; + qudt:ucumCode "kWb.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B56" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloweber Per Meter"@en-us ; + rdfs:label "Kiloweber Per Metre"@en ; +. +unit:KiloYR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600000.0 ; + qudt:conversionMultiplierSN 3.15576E10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:symbol "1000 yr" ; + rdfs:isDefinedBy ; + rdfs:label "KiloYear"@en ; +. +unit:L + a qudt:Unit ; + dcterms:description "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Litre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA649" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:litre ; + qudt:symbol "L" ; + qudt:ucumCode "L"^^qudt:UCUMcs ; + qudt:ucumCode "l"^^qudt:UCUMcs ; + qudt:udunitsCode "L" ; + qudt:uneceCommonCode "LTR" ; + rdfs:isDefinedBy ; + rdfs:label "Liter"@en-us ; + rdfs:label "Litre"@en ; + skos:altLabel "litre" ; +. +unit:L-PER-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA651" ; + qudt:symbol "l/bar" ; + qudt:ucumCode "L.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G95" ; + rdfs:isDefinedBy ; + rdfs:label "litre per bar" ; +. +unit:L-PER-DAY + a qudt:Unit ; + dcterms:description "unit litre divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407 ; + qudt:conversionMultiplierSN 1.157407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA652" ; + qudt:plainTextDescription "unit litre divided by the unit day" ; + qudt:symbol "L/day" ; + qudt:ucumCode "L.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LD" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Day"@en-us ; + rdfs:label "Litre Per Day"@en ; +. +unit:L-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA654" ; + qudt:symbol "l/(d·bar)" ; + qudt:ucumCode "L.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G82" ; + rdfs:isDefinedBy ; + rdfs:label "litre per day bar" ; +. +unit:L-PER-DAY-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA653" ; + qudt:symbol "l/(d·K)" ; + qudt:ucumCode "L.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G65" ; + rdfs:isDefinedBy ; + rdfs:label "litre per day kelvin" ; +. +unit:L-PER-HR + a qudt:Unit ; + dcterms:description "Unit litre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplierSN 2.777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA655" ; + qudt:plainTextDescription "Unit litre divided by the unit hour" ; + qudt:symbol "L/hr" ; + qudt:ucumCode "L.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E32" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Hour"@en-us ; + rdfs:label "Litre Per Hour"@en ; +. +unit:L-PER-HR-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-12 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA657" ; + qudt:symbol "l/(h·bar)" ; + qudt:ucumCode "L.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G83" ; + rdfs:isDefinedBy ; + rdfs:label "litre per hour bar" ; +. +unit:L-PER-HR-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA656" ; + qudt:symbol "l/(h·K)" ; + qudt:ucumCode "L.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G66" ; + rdfs:isDefinedBy ; + rdfs:label "litre per hour kelvin" ; +. +unit:L-PER-K + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA650" ; + qudt:plainTextDescription "unit litre divided by the SI base unit kelvin" ; + qudt:symbol "L/K" ; + qudt:ucumCode "L.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G28" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Kelvin"@en-us ; + rdfs:label "Litre Per Kelvin"@en ; +. +unit:L-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB380" ; + qudt:plainTextDescription "unit of the volume litre divided by the SI base unit kilogram" ; + qudt:symbol "L/kg" ; + qudt:ucumCode "L.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H83" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Kilogram"@en-us ; + rdfs:label "Litre Per Kilogram"@en ; +. +unit:L-PER-L + a qudt:Unit ; + dcterms:description "volume ratio consisting of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA658" ; + qudt:plainTextDescription "volume ratio consisting of the unit litre divided by the unit litre" ; + qudt:symbol "L/L" ; + qudt:ucumCode "L.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K62" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Liter"@en-us ; + rdfs:label "Litre Per Litre"@en ; +. +unit:L-PER-MIN + a qudt:Unit ; + dcterms:description "unit litre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplierSN 1.666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA659" ; + qudt:plainTextDescription "unit litre divided by the unit minute" ; + qudt:symbol "L/min" ; + qudt:ucumCode "L.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L2" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Minute"@en-us ; + rdfs:label "Litre Per Minute"@en ; +. +unit:L-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-10 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA661" ; + qudt:symbol "l/(min·bar)" ; + qudt:ucumCode "L.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G84" ; + rdfs:isDefinedBy ; + rdfs:label "litre per minute bar" ; +. +unit:L-PER-MIN-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA660" ; + qudt:symbol "l/(min·K)" ; + qudt:ucumCode "L.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G67" ; + rdfs:isDefinedBy ; + rdfs:label "litre per minute kelvin" ; +. +unit:L-PER-MOL + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:iec61360Code "0112/2///62720#UAA662" ; + qudt:plainTextDescription "unit litre divided by the SI base unit mol" ; + qudt:symbol "L/mol" ; + qudt:ucumCode "L.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B58" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Mole"@en-us ; + rdfs:label "Litre Per Mole"@en ; +. +unit:L-PER-MOL-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"^^qudt:LatexString ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:iec61360Code "0112/2///62720#UAD915" ; + qudt:symbol "l/(mol·s)" ; + qudt:ucumCode "L.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "litre per mol second" ; +. +unit:L-PER-MicroMOL + a qudt:Unit ; + dcterms:description "The inverse of a molar concentration - the untits of per molarity."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:symbol "L/µmol" ; + qudt:ucumCode "L.umol-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/umol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Litres per micromole"@en ; +. +unit:L-PER-SEC + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA664" ; + qudt:plainTextDescription "unit litre divided by the SI base unit second" ; + qudt:symbol "L/s" ; + qudt:ucumCode "L.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "L/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G51" ; + rdfs:isDefinedBy ; + rdfs:label "Liter Per Second"@en-us ; + rdfs:label "Litre Per Second"@en ; +. +unit:L-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA666" ; + qudt:symbol "l/(s·bar)" ; + qudt:ucumCode "L.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G85" ; + rdfs:isDefinedBy ; + rdfs:label "litre per second bar" ; +. +unit:L-PER-SEC-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA665" ; + qudt:symbol "l/(s·K)" ; + qudt:ucumCode "L.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G68" ; + rdfs:isDefinedBy ; + rdfs:label "litre per second kelvin" ; +. +unit:L-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "Ventilation rate in Litres per second divided by the floor area"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VentilationRatePerFloorArea ; + qudt:plainTextDescription "Ventilation rate in Litres per second divided by the floor area" ; + qudt:symbol "L/(s·m²)" ; + qudt:ucumCode "L.s-1.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Second Square Meter"@en-us ; + rdfs:label "Litre per Second Square Metre"@en ; +. +unit:LA + a qudt:Unit ; + dcterms:description "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.31830988618 ; + qudt:conversionMultiplierSN 3.1830988618E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lambert"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB259" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "L" ; + qudt:ucumCode "Lmb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P30" ; + rdfs:isDefinedBy ; + rdfs:label "Lambert"@en ; +. +unit:LANGLEY + a qudt:Unit ; + 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)" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:iec61360Code "0112/2///62720#UAB296" ; + qudt:symbol "Ly" ; + qudt:uneceCommonCode "P40" ; + rdfs:isDefinedBy ; + rdfs:label "langley" ; +. +unit:LA_FT + a qudt:Unit ; + dcterms:description "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.4262591 ; + qudt:conversionMultiplierSN 3.4262591E0 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:symbol "ft-L" ; + qudt:ucumCode "[ft-Lmb]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P29" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Lambert"@en ; +. +unit:LB + a qudt:Unit ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB_M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA669" ; + qudt:symbol "lbm" ; + qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lb" ; + qudt:uneceCommonCode "LBR" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass"@en ; +. +unit:LB-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.251995761111111131270772 ; + qudt:conversionMultiplierSN 2.51995761111111131270772E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "lbm·°F" ; + qudt:ucumCode "[lb_av].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Degree Fahrenheit"@en ; +. +unit:LB-DEG_R + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.251995761111111131270772 ; + qudt:conversionMultiplierSN 2.51995761111111131270772E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$lb-degR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "lbm·°R" ; + qudt:ucumCode "[lb_av].[degR]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Degree Rankine"@en ; +. +unit:LB-FT-PER-SEC + a qudt:Unit ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.138254954376 ; + qudt:conversionMultiplierSN 1.38254954376E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB415" ; + qudt:symbol "lb·(ft/s)" ; + qudt:ucumCode "[lb_av].[ft_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N10" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) foot per second" ; +. +unit:LB-FT2 + a qudt:Unit ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.04214011 ; + qudt:conversionMultiplierSN 4.214011E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA671" ; + qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:symbol "lbm·ft²" ; + qudt:ucumCode "[lb_av].[sft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K65" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass (avoirdupois) Square Foot"@en ; +. +unit:LB-FT2-PER-GAL_UK-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 2.083872775779299082282838578347267334173116064268442332389984612088964920341275968 ; + qudt:conversionMultiplierSN 2.083872775779299082282838578347267334173116064268442332389984612088964920341275968E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD856" ; + qudt:symbol "lb/(gal (UK))/(lbf·s/ft²)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square foot per gallon(UK) pound-force second" ; +. +unit:LB-FT2-PER-GAL_US-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 2.502626854833744493086617821084779253127869007556187848462093242975047573738776 ; + qudt:conversionMultiplierSN 2.502626854833744493086617821084779253127869007556187848462093242975047573738776E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD852" ; + qudt:symbol "lb/(gal (US))/(lbf·s/ft²)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square foot per gallon (US) pound-force second" ; +. +unit:LB-FT2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 578.1068034665949779030087166705840311562207088517638054327176207240543226740952704 ; + qudt:conversionMultiplierSN 5.781068034665949779030087166705840311562207088517638054327176207240543226740952704E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD848" ; + qudt:symbol "(lb/in³)/(lbf·s/ft²)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square foot per cubic inch pound-force second" ; +. +unit:LB-HR-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ; + qudt:conversionMultiplierSN 1.2684849650195333239499933867654124396741790589536829728291114929411437703588E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC846" ; + qudt:symbol "(lb/ft³)/(gal (UK)/h)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic foot gallon (UK)" ; +. +unit:LB-HR-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ; + qudt:conversionMultiplierSN 1.52338692424423705674072721585852518715359857332296007155378683289047293035E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC845" ; + qudt:symbol "(lb/ft³)/(gal (US)/h)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic foot gallon (US)" ; +. +unit:LB-HR-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ; + qudt:conversionMultiplierSN 3.5190237950041876010710798686331933264909830700172939821848834749863198205064E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC847" ; + qudt:symbol "(lb/ft³)/(in³/h)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic foot cubic inch" ; +. +unit:LB-HR-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 75424.89272556986456342335109381841563144898750316539709471380407341560228312 ; + qudt:conversionMultiplierSN 7.542489272556986456342335109381841563144898750316539709471380407341560228312E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC849" ; + qudt:symbol "(lb/ft³)/(yd³/h)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic foot cubic yard" ; +. +unit:LB-HR-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 2036472.103590386343212430479533097669052636 ; + qudt:conversionMultiplierSN 2.036472103590386343212430479533097669052636E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC848" ; + qudt:symbol "(lb/ft³)/(ft³/h)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per power of foot with the exponent 6" ; +. +unit:LB-HR-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ; + qudt:conversionMultiplierSN 1.2684849650195333239499933867654124396741790589536829728291114929411437703588E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC863" ; + qudt:symbol "lb/(gal (UK))/(ft³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (UK) cubic foot" ; +. +unit:LB-HR-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ; + qudt:conversionMultiplierSN 2.1919420195537535837855885723306325290905285174268871988102623940310297574504E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC862" ; + qudt:symbol "lb/(gal (UK))/(in³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (UK) cubic inch" ; +. +unit:LB-HR-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 469809.2463035308607222197728760784685045453775881112182401022569369923571832 ; + qudt:conversionMultiplierSN 4.698092463035308607222197728760784685045453775881112182401022569369923571832E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC864" ; + qudt:symbol "lb/(gal (UK))/(yd³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (UK) cubic yard" ; +. +unit:LB-HR-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 79011841.29376367695695378272856609314407416 ; + qudt:conversionMultiplierSN 7.901184129376367695695378272856609314407416E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC861" ; + qudt:symbol "lbm·hr/gal{UK}²" ; + qudt:ucumCode "[lb_av].h.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per square gallon (UK)" ; +. +unit:LB-HR-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ; + qudt:conversionMultiplierSN 1.52338692424423705674072721585852518715359857332296007155378683289047293035E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC858" ; + qudt:symbol "lb/(gal (US))/(ft³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (US) cubic foot" ; +. +unit:LB-HR-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ; + qudt:conversionMultiplierSN 2.6324126050940416340479766290035313232433541445579466838922411497037639403E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC857" ; + qudt:symbol "lb/(gal (US))/(in³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (US) cubic inch" ; +. +unit:LB-HR-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 564217.3793497174284224915614290831470197693437031035772642345900475911449 ; + qudt:conversionMultiplierSN 5.642173793497174284224915614290831470197693437031035772642345900475911449E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC859" ; + qudt:symbol "lb/(gal (US))/(yd³/h)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per gallon (US) cubic yard" ; +. +unit:LB-HR-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 113957255.63177669411463102290058577675823928 ; + qudt:conversionMultiplierSN 1.1395725563177669411463102290058577675823928E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC855" ; + qudt:symbol "lb/(gal (US))/(gal (US)/h)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per square gallon (US)" ; +. +unit:LB-HR-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ; + qudt:conversionMultiplierSN 3.5190237950041876010710798686331933264909830700172939821848834749863198205064E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC853" ; + qudt:symbol "(lb/in³)/(ft³/h)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic inch cubic foot" ; +. +unit:LB-HR-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ; + qudt:conversionMultiplierSN 2.1919420195537535837855885723306325290905285174268871988102623940310297574504E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC851" ; + qudt:symbol "(lb/in³)/(gal (UK)/h)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic inch gallon (UK)" ; +. +unit:LB-HR-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ; + qudt:conversionMultiplierSN 2.6324126050940416340479766290035313232433541445579466838922411497037639403E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC850" ; + qudt:symbol "(lb/in³)/(gal (US)/h)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic inch gallon (US)" ; +. +unit:LB-HR-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 130334214.62978472596559555069011821230105450971546345289972840848652177795696 ; + qudt:conversionMultiplierSN 1.3033421462978472596559555069011821230105450971546345289972840848652177795696E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC854" ; + qudt:symbol "(lb/in³)/(yd³/h)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per cubic inch cubic yard" ; +. +unit:LB-HR-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 6080873117767.236174650826012998158007635932 ; + qudt:conversionMultiplierSN 6.080873117767236174650826012998158007635932E12 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC852" ; + qudt:symbol "(lb/in³)/(in³/h)" ; + qudt:ucumCode "[lb_av].h.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound hour per power of inch with the exponent 6" ; +. +unit:LB-IN + a qudt:Unit ; + dcterms:description "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.011521246198 ; + qudt:conversionMultiplierSN 1.1521246198E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB194" ; + qudt:plainTextDescription "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)" ; + qudt:symbol "lbm·in" ; + qudt:ucumCode "[lb_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IA" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass (avoirdupois) Inch"@en ; +. +unit:LB-IN-PER-SEC + a qudt:Unit ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.011521246198 ; + qudt:conversionMultiplierSN 1.1521246198E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB416" ; + qudt:symbol "lb·(in/s)" ; + qudt:ucumCode "[lb_av].[in_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N11" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) inch per second" ; +. +unit:LB-IN2 + a qudt:Unit ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0002926397 ; + qudt:conversionMultiplierSN 2.926397E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA672" ; + qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:symbol "lbm·in²" ; + qudt:ucumCode "[lb_av].[sin_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F20" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass (avoirdupois) Square Inch"@en ; +. +unit:LB-IN2-PER-FT3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.0023232815854335253420099051435128282339616138505378234106449231456072737790266052 ; + qudt:conversionMultiplierSN 2.3232815854335253420099051435128282339616138505378234106449231456072737790266052E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD845" ; + qudt:symbol "(lb/ft³)/(lbf·s/in²)" ; + qudt:ucumCode "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square inch per cubic foot pound-force second" ; +. +unit:LB-IN2-PER-GAL_UK-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.014471338720689576960297490127411578709535528224086405086041559806173367502369972 ; + qudt:conversionMultiplierSN 1.4471338720689576960297490127411578709535528224086405086041559806173367502369972E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD857" ; + qudt:symbol "lb/(gal (UK))/(lbf·s/in²)" ; + qudt:ucumCode "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square inch per gallon(UK) pound-force second" ; +. +unit:LB-IN2-PER-GAL_US-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.0173793531585676700908792904241998559244990903302513045032089808539933859287415 ; + qudt:conversionMultiplierSN 1.73793531585676700908792904241998559244990903302513045032089808539933859287415E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD853" ; + qudt:symbol "lb/(gal (US))/(lbf·s/in²)" ; + qudt:ucumCode "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square inch per gallon (US) pound-force second" ; +. +unit:LB-IN2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 4.0146305796291317909931160879901668830293104781372486488383168105837105741256616 ; + qudt:conversionMultiplierSN 4.0146305796291317909931160879901668830293104781372486488383168105837105741256616E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD849" ; + qudt:symbol "(lb/in³)/(lbf·s/in²)" ; + qudt:ucumCode "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound square inch per cubic inch pound-force second" ; +. +unit:LB-MIN-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ; + qudt:conversionMultiplierSN 2.114141608365888873249988977942354066123631764922804954715185821568572950598E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC871" ; + qudt:symbol "lb·min/(ft³·gal (UK))" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic foot gallon (UK)" ; +. +unit:LB-MIN-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ; + qudt:conversionMultiplierSN 2.53897820707372842790121202643087531192266428887160011925631138815078821725E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC870" ; + qudt:symbol "(lb/ft³)/(gal (US)/min)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic foot gallon (US)" ; +. +unit:LB-MIN-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ; + qudt:conversionMultiplierSN 5.865039658340312668451799781055322210818305116695489970308139124977199700844E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC872" ; + qudt:symbol "(lb/ft³)/(in³/min)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic foot cubic inch" ; +. +unit:LB-MIN-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 1257.081545426164409390389184896973593857483125052756618245230067890260038052 ; + qudt:conversionMultiplierSN 1.257081545426164409390389184896973593857483125052756618245230067890260038052E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC874" ; + qudt:symbol "(lb/ft³)/(yd³/min)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic foot cubic yard" ; +. +unit:LB-MIN-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 33941.2017265064390535405079922182944842106 ; + qudt:conversionMultiplierSN 3.39412017265064390535405079922182944842106E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC873" ; + qudt:symbol "(lb/ft³)/(ft³/min)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per power of foot with the exponent 6" ; +. +unit:LB-MIN-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ; + qudt:conversionMultiplierSN 2.114141608365888873249988977942354066123631764922804954715185821568572950598E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC888" ; + qudt:symbol "lb/(gal (UK))/(ft³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (UK) cubic foot" ; +. +unit:LB-MIN-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ; + qudt:conversionMultiplierSN 3.653236699256255972975980953884387548484214195711478664683770656718382929084E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC887" ; + qudt:symbol "lb/(gal (UK))/(in³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (UK) cubic inch" ; +. +unit:LB-MIN-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 7830.15410505884767870366288126797447507575629313518697066837094894987261972 ; + qudt:conversionMultiplierSN 7.83015410505884767870366288126797447507575629313518697066837094894987261972E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC889" ; + qudt:symbol "lb/(gal (UK))/(yd³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (UK) cubic yard" ; +. +unit:LB-MIN-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 1316864.021562727949282563045476101552401236 ; + qudt:conversionMultiplierSN 1.316864021562727949282563045476101552401236E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC886" ; + qudt:symbol "lb/(gal (UK))/(gal (UK)/min)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per square gallon (UK)" ; +. +unit:LB-MIN-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ; + qudt:conversionMultiplierSN 2.53897820707372842790121202643087531192266428887160011925631138815078821725E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC883" ; + qudt:symbol "lb/(gal (US))/(ft³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (US) cubic foot" ; +. +unit:LB-MIN-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ; + qudt:conversionMultiplierSN 4.3873543418234027234132943816725522054055902409299111398204019161729399005E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC882" ; + qudt:symbol "lb/(gal (US))/(in³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (US) cubic inch" ; +. +unit:LB-MIN-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 9403.622989161957140374859357151385783662822395051726287737243167459852415 ; + qudt:conversionMultiplierSN 9.403622989161957140374859357151385783662822395051726287737243167459852415E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC884" ; + qudt:symbol "lb/(gal (US))/(yd³/min)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per gallon (US) cubic yard" ; +. +unit:LB-MIN-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 1899287.593862944901910517048343096279303988 ; + qudt:conversionMultiplierSN 1.899287593862944901910517048343096279303988E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC880" ; + qudt:symbol "lb/(gal (US))/(gal (US)/min)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per square gallon (US)" ; +. +unit:LB-MIN-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ; + qudt:conversionMultiplierSN 5.865039658340312668451799781055322210818305116695489970308139124977199700844E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC878" ; + qudt:symbol "(lb/in³)/(ft³/min)" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic inch cubic foot" ; +. +unit:LB-MIN-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ; + qudt:conversionMultiplierSN 3.653236699256255972975980953884387548484214195711478664683770656718382929084E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC876" ; + qudt:symbol "lb·min/(in³·gal (UK))" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic inch gallon (UK)" ; +. +unit:LB-MIN-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ; + qudt:conversionMultiplierSN 4.3873543418234027234132943816725522054055902409299111398204019161729399005E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC875" ; + qudt:symbol "(lb/in³)/(gal (US)/min)" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic inch gallon (US)" ; +. +unit:LB-MIN-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 2172236.910496412099426592511501970205017575161924390881662140141442029632616 ; + qudt:conversionMultiplierSN 2.172236910496412099426592511501970205017575161924390881662140141442029632616E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC879" ; + qudt:symbol "(lb/in³)/(yd³/min)" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per cubic inch cubic yard" ; +. +unit:LB-MIN-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 101347885296.1206029108471002166359667939322 ; + qudt:conversionMultiplierSN 1.013478852961206029108471002166359667939322E11 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC877" ; + qudt:symbol "(lb/in³)/(in³/min)" ; + qudt:ucumCode "[lb_av].min.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound minute per power of inch with the exponent 6" ; +. +unit:LB-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\text{Pound Mole}$ is a unit for $\\textit{'Mass Amount Of Substance'}$ expressed as $lb-mol$. + """^^qudt:LatexString ; + dcterms:isReplacedBy unit:MOL_LB ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:deprecated true ; + qudt:expression "$lb-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAB402" ; + qudt:symbol "lb-mol" ; + qudt:ucumCode "[mol_lb]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P44" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole"@en ; +. +unit:LB-MOL-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\text{Pound Mole Degree Fahrenheit}$ is a unit for $\\text{Mass Amount Of Substance Temperature}$ expressed as $lb-mol-degF$. + """^^qudt:LatexString ; + dcterms:isReplacedBy unit:MOL_LB-DEG_F ; + qudt:deprecated true ; + qudt:expression "$lb-mol-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:MassAmountOfSubstanceTemperature ; + qudt:symbol "lb-mol·°F" ; + qudt:ucumCode "[mol_lb].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole Degree Fahrenheit"@en ; +. +unit:LB-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000005249912 ; + qudt:conversionMultiplierSN 5.249912E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA673" ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day" ; + qudt:symbol "lbm/day" ; + qudt:ucumCode "[lb_av].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K66" ; + rdfs:isDefinedBy ; + rdfs:label "Pound (avoirdupois) Per Day"@en ; +. +unit:LB-PER-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.8164663 ; + qudt:conversionMultiplierSN 8.164663E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA668" ; + qudt:symbol "lb/°F" ; + qudt:ucumCode "[lb_av].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K64" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per degree Fahrenheit" ; +. +unit:LB-PER-FT + a qudt:Unit ; + dcterms:description "\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.4881639435695537 ; + qudt:conversionMultiplierSN 1.4881639435695537E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA670" ; + qudt:symbol "lb/ft" ; + qudt:ucumCode "[lb_av].[ft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P2" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Foot"@en ; +. +unit:LB-PER-FT-DAY + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system" ; + qudt:conversionMultiplier 0.00001722411971724020608535044230582288 ; + qudt:conversionMultiplierSN 1.722411971724020608535044230582288E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB436" ; + qudt:symbol "lb/(ft·d)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N44" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per foot day" ; +. +unit:LB-PER-FT-HR + a qudt:Unit ; + dcterms:description "\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-hr)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004133788732137649 ; + qudt:conversionMultiplierSN 4.133788732137649E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/(ft-hr)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA674" ; + qudt:symbol "lbm/(ft·hr)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K67" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Foot Hour"@en ; +. +unit:LB-PER-FT-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.33455254830242764924942634066584721521501158056064094672437823938052751208 ; + qudt:conversionMultiplierSN 3.3455254830242764924942634066584721521501158056064094672437823938052751208E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD844" ; + qudt:symbol "(lb/ft³)/(lbf·s/ft²)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound per foot pound-force second" ; +. +unit:LB-PER-FT-MIN + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system" ; + qudt:conversionMultiplier 0.02480273239282589676290463692038495 ; + qudt:conversionMultiplierSN 2.480273239282589676290463692038495E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB435" ; + qudt:symbol "lb/(ft·min)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N43" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per foot minute" ; +. +unit:LB-PER-FT-SEC + a qudt:Unit ; + dcterms:description "\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.4881639435695537 ; + qudt:conversionMultiplierSN 1.4881639435695537E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/(ft-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA675" ; + qudt:symbol "lbm/(ft·s)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K68" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Foot Second"@en ; +. +unit:LB-PER-FT2 + a qudt:Unit ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.882428 ; + qudt:conversionMultiplierSN 4.882428E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB262" ; + qudt:plainTextDescription "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "lbm/ft²" ; + qudt:ucumCode "[lb_av].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FP" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass (avoirdupois) Per Square Foot"@en ; +. +unit:LB-PER-FT3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 16.018463373960138 ; + qudt:conversionMultiplierSN 1.6018463373960138E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA676" ; + qudt:symbol "lbm/ft³" ; + qudt:ucumCode "[lb_av].[cft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "87" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Cubic Foot"@en ; +. +unit:LB-PER-FT3-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 28.83323 ; + qudt:conversionMultiplierSN 2.883323E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA677" ; + qudt:symbol "lb/(ft³·°F)" ; + qudt:ucumCode "[lb_av].[ft_i]-3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K69" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per cubic foot degree Fahrenheit" ; +. +unit:LB-PER-FT3-PSI + a qudt:Unit ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.002323281585433525342009905143512828 ; + qudt:conversionMultiplierSN 2.323281585433525342009905143512828E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA678" ; + qudt:symbol "lb/(ft³·psi)" ; + qudt:ucumCode "[lb_av].[ft_i]-3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K70" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per cubic foot psi" ; +. +unit:LB-PER-GAL + a qudt:Unit ; + dcterms:description "\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 99.7763727 ; + qudt:conversionMultiplierSN 9.97763727E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB-PER-GAL_UK ; + qudt:expression "$lb/gal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "lb/gal" ; + qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Gallon"@en ; +. +unit:LB-PER-GAL_UK + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 99.7763727 ; + qudt:conversionMultiplierSN 9.97763727E1 ; + qudt:exactMatch unit:LB-PER-GAL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA679" ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units" ; + qudt:symbol "lbm/gal{UK}" ; + qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K71" ; + rdfs:isDefinedBy ; + rdfs:label "Pound (avoirdupois) Per Gallon (UK)"@en ; +. +unit:LB-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 119.8264273168966285439132558055142 ; + qudt:conversionMultiplierSN 1.198264273168966285439132558055142E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA680" ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units" ; + qudt:symbol "lbm/gal{US}" ; + qudt:ucumCode "[lb_av].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GE" ; + rdfs:isDefinedBy ; + rdfs:label "Pound (avoirdupois) Per Gallon (US)"@en ; +. +unit:LB-PER-HR + a qudt:Unit ; + dcterms:description "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00012599788055555556 ; + qudt:conversionMultiplierSN 1.2599788055555556E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound_per_hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$PPH$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA682" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:anyURI ; + qudt:symbol "lbm/hr" ; + qudt:ucumCode "[lb_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4U" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Hour"@en ; +. +unit:LB-PER-HR-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.000226796184999999981856305200000001530118261466666665215171082666666787624632 ; + qudt:conversionMultiplierSN 2.26796184999999981856305200000001530118261466666665215171082666666787624632E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA683" ; + qudt:symbol "lb/(h·°F)" ; + qudt:ucumCode "[lb_av].h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K73" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per hour degree Fahrenheit" ; +. +unit:LB-PER-HR-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0000000182744467346499108120663380259234724368282387719928649653070420738776779898 ; + qudt:conversionMultiplierSN 1.82744467346499108120663380259234724368282387719928649653070420738776779898E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA684" ; + qudt:symbol "lb/(h·psi)" ; + qudt:ucumCode "[lb_av].h-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K74" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per hour psi" ; +. +unit:LB-PER-IN + a qudt:Unit ; + dcterms:description "\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.857967322834646 ; + qudt:conversionMultiplierSN 1.7857967322834646E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB071" ; + qudt:symbol "lbm/in" ; + qudt:ucumCode "[lb_av].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PO" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Inch"@en ; +. +unit:LB-PER-IN2 + a qudt:Unit ; + dcterms:description "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 703.06957963916 ; + qudt:conversionMultiplierSN 7.0306957963916E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB137" ; + qudt:plainTextDescription "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units" ; + qudt:symbol "lbm/in²" ; + qudt:ucumCode "[lb_av].[sin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "80" ; + rdfs:isDefinedBy ; + rdfs:label "Pound (avoirdupois) Per Square Inch"@en ; +. +unit:LB-PER-IN3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb/in^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 27679.904710203125 ; + qudt:conversionMultiplierSN 2.7679904710203125E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/in^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA685" ; + qudt:symbol "lbm/in³" ; + qudt:ucumCode "[lb_av].[cin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LA" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Cubic Inch"@en ; +. +unit:LB-PER-IN3-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 49823.84 ; + qudt:conversionMultiplierSN 4.982384E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA686" ; + qudt:symbol "lb/(in³·°F)" ; + qudt:ucumCode "[lb_av].[in_i]-3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K75" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per cubic inch degree Fahrenheit" ; +. +unit:LB-PER-IN3-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 4.014630579629131790993116087990167 ; + qudt:conversionMultiplierSN 4.014630579629131790993116087990167E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA687" ; + qudt:symbol "lb/(in³·psi)" ; + qudt:ucumCode "[lb_av].[in_i]-3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K76" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per cubic inch psi" ; +. +unit:LB-PER-LB + a qudt:Unit ; + dcterms:description "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAB388" ; + qudt:symbol "lb/lb" ; + qudt:ucumCode "[lb_av].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M91" ; + rdfs:isDefinedBy ; + rdfs:label "pound per pound" ; +. +unit:LB-PER-M3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb/m^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:expression "$lb/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "lbm/m³" ; + qudt:ucumCode "[lb_av].m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Cubic Meter"@en-us ; + rdfs:label "Pound per Cubic Metre"@en ; +. +unit:LB-PER-MIN + a qudt:Unit ; + dcterms:description "\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.007559872833333333 ; + qudt:conversionMultiplierSN 7.559872833333333E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA689" ; + qudt:symbol "lbm/min" ; + qudt:ucumCode "[lb_av].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K78" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Minute"@en ; +. +unit:LB-PER-MIN-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.0136077710999999989113783120000000934400282199999997822756624000000181436948 ; + qudt:conversionMultiplierSN 1.36077710999999989113783120000000934400282199999997822756624000000181436948E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA690" ; + qudt:symbol "lb/(min·°F)" ; + qudt:ucumCode "[lb_av].min-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K79" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per minute degree Fahrenheit" ; +. +unit:LB-PER-MIN-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000109646680407899464872398028155540847778571081579892974479605631108165169847 ; + qudt:conversionMultiplierSN 1.09646680407899464872398028155540847778571081579892974479605631108165169847E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA691" ; + qudt:symbol "lb/(min·psi)" ; + qudt:ucumCode "[lb_av].min-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K80" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per minute psi" ; +. +unit:LB-PER-PSI + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.000065788008244739678923438816893324495509541 ; + qudt:conversionMultiplierSN 6.5788008244739678923438816893324495509541E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA688" ; + qudt:symbol "lb/psi" ; + qudt:ucumCode "[lb_av].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K77" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per psi" ; +. +unit:LB-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.4535924 ; + qudt:conversionMultiplierSN 4.535924E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA692" ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second" ; + qudt:symbol "lbm/s" ; + qudt:ucumCode "[lb_av].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K81" ; + rdfs:isDefinedBy ; + rdfs:label "Pound (avoirdupois) Per Second"@en ; +. +unit:LB-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.8164663 ; + qudt:conversionMultiplierSN 8.164663E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA693" ; + qudt:symbol "lb/(s·°F)" ; + qudt:ucumCode "[lb_av].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K82" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per second degree Fahrenheit" ; +. +unit:LB-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.000065788008244739678923438816893324495509541 ; + qudt:conversionMultiplierSN 6.5788008244739678923438816893324495509541E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA694" ; + qudt:symbol "lb/(s·psi)" ; + qudt:ucumCode "[lb_av].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K83" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per second psi" ; +. +unit:LB-PER-YD + a qudt:Unit ; + dcterms:description "unit for linear mass according to avoirdupois system of units" ; + qudt:conversionMultiplier 0.496054647856517935258092738407699 ; + qudt:conversionMultiplierSN 4.96054647856517935258092738407699E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearMass ; + qudt:iec61360Code "0112/2///62720#UAB245" ; + qudt:symbol "lb/yd" ; + qudt:ucumCode "[lb_av].[yd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M84" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per yard" ; +. +unit:LB-PER-YD2 + a qudt:Unit ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2" ; + qudt:conversionMultiplier 0.5424919595981167270976517261676497 ; + qudt:conversionMultiplierSN 5.424919595981167270976517261676497E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB390" ; + qudt:symbol "lb/yd²" ; + qudt:ucumCode "[lb_av].[yd_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N25" ; + rdfs:isDefinedBy ; + rdfs:label "pound (avoirdupois) per square yard" ; +. +unit:LB-PER-YD3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5932764212577829 ; + qudt:conversionMultiplierSN 5.932764212577829E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/yd^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA695" ; + qudt:symbol "lbm/yd³" ; + qudt:ucumCode "[lb_av].[cyd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K84" ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Cubic Yard"@en ; +. +unit:LB-SEC-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second" ; + qudt:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ; + qudt:conversionMultiplierSN 3.52356934727648145541664829657059011020605294153800825785864303594762158433E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD804" ; + qudt:symbol "(lb/ft³)/(gal (UK)/s)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic foot gallon (UK)" ; +. +unit:LB-SEC-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ; + qudt:conversionMultiplierSN 4.23163034512288071316868671071812551987110714811933353209385231358464702875E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD803" ; + qudt:symbol "(lb/ft³)/(gal (US)/s)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic foot gallon (US)" ; +. +unit:LB-SEC-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ; + qudt:conversionMultiplierSN 9.77506609723385444741966630175887035136384186115914995051356520829533283474E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD805" ; + qudt:symbol "(lb/ft³)/(in³/s)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic foot cubic inch" ; +. +unit:LB-SEC-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 20.9513590904360734898398197482828932309580520842126103040871677981710006342 ; + qudt:conversionMultiplierSN 2.09513590904360734898398197482828932309580520842126103040871677981710006342E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD807" ; + qudt:symbol "(lb/ft³)/(yd³/s)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic foot cubic yard" ; +. +unit:LB-SEC-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 565.68669544177398422567513320363824140351 ; + qudt:conversionMultiplierSN 5.6568669544177398422567513320363824140351E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD806" ; + qudt:symbol "(lb/ft³)/(ft³/s)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per power of foot with the exponent 6" ; +. +unit:LB-SEC-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ; + qudt:conversionMultiplierSN 3.52356934727648145541664829657059011020605294153800825785864303594762158433E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD821" ; + qudt:symbol "(lb/(gal (UK))/(ft³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (UK) cubic foot" ; +. +unit:LB-SEC-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ; + qudt:conversionMultiplierSN 6.08872783209375995495996825647397924747369032618579777447295109453063821514E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD820" ; + qudt:symbol "(lb/(gal (UK))/(in³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (UK) cubic inch" ; +. +unit:LB-SEC-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 130.502568417647461311727714687799574584595938218919782844472849149164543662 ; + qudt:conversionMultiplierSN 1.30502568417647461311727714687799574584595938218919782844472849149164543662E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD822" ; + qudt:symbol "(lb/(gal (UK))/(yd³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (UK) cubic yard" ; +. +unit:LB-SEC-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 21947.7336927121324880427174246016925400206 ; + qudt:conversionMultiplierSN 2.19477336927121324880427174246016925400206E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD819" ; + qudt:symbol "(lb/(gal (UK))/(gal (UK)/s)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per square gallon (UK)" ; +. +unit:LB-SEC-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ; + qudt:conversionMultiplierSN 4.23163034512288071316868671071812551987110714811933353209385231358464702875E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD816" ; + qudt:symbol "lb/(gal (US))/(ft³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (US) cubic foot" ; +. +unit:LB-SEC-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ; + qudt:conversionMultiplierSN 7.3122572363723378723554906361209203423426504015498518997006698602882331675E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD815" ; + qudt:symbol "lb/(gal (US))/(in³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (US) cubic inch" ; +. +unit:LB-SEC-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 156.72704981936595233958098928585642972771370658419543812895405279099754025 ; + qudt:conversionMultiplierSN 1.5672704981936595233958098928585642972771370658419543812895405279099754025E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD817" ; + qudt:symbol "(lb/(gal (US))/(yd³/s)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per gallon (US) cubic yard" ; +. +unit:LB-SEC-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 31654.7932310490816985086174723849379883998 ; + qudt:conversionMultiplierSN 3.16547932310490816985086174723849379883998E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD813" ; + qudt:symbol "(lb/(gal (US))/(gal (US)/s)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per square gallon (US)" ; +. +unit:LB-SEC-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ; + qudt:conversionMultiplierSN 9.77506609723385444741966630175887035136384186115914995051356520829533283474E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD811" ; + qudt:symbol "(lb/in³)/(ft³/s)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic inch cubic foot" ; +. +unit:LB-SEC-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ; + qudt:conversionMultiplierSN 6.08872783209375995495996825647397924747369032618579777447295109453063821514E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD809" ; + qudt:symbol "(lb/in³)/(gal (UK)/s)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic inch gallon (UK)" ; +. +unit:LB-SEC-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ; + qudt:conversionMultiplierSN 7.3122572363723378723554906361209203423426504015498518997006698602882331675E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD808" ; + qudt:symbol "(lb/in³)/(gal (US)/s)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic inch gallon (US)" ; +. +unit:LB-SEC-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 36203.9485082735349904432085250328367502929193654065146943690023573671605436 ; + qudt:conversionMultiplierSN 3.62039485082735349904432085250328367502929193654065146943690023573671605436E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD812" ; + qudt:symbol "(lb/in³)/(yd³/s)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per cubic inch cubic yard" ; +. +unit:LB-SEC-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1689131421.60201004851411833694393277989887 ; + qudt:conversionMultiplierSN 1.68913142160201004851411833694393277989887E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD810" ; + qudt:symbol "(lb/in³)/(in³/s" ; + qudt:ucumCode "[lb_av].s.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "pound second per power of inch with the exponent 6" ; +. +unit:LB_F + a qudt:Unit ; + dcterms:description "\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.448222 ; + qudt:conversionMultiplierSN 4.448222E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA696" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + qudt:symbol "lbf" ; + qudt:ucumCode "[lbf_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lbf" ; + qudt:uneceCommonCode "C78" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force"@en ; +. +unit:LB_F-FT + a qudt:Unit ; + dcterms:description "\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.35581807 ; + qudt:conversionMultiplierSN 1.35581807E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA697" ; + qudt:symbol "lbf·ft" ; + qudt:ucumCode "[lbf_av].[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M92" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Foot"@en ; +. +unit:LB_F-FT-PER-IN + a qudt:Unit ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 53.3786617780937136 ; + qudt:conversionMultiplierSN 5.33786617780937136E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LinearTorque ; + qudt:iec61360Code "0112/2///62720#UAB292" ; + qudt:symbol "lbf·ft/in" ; + qudt:ucumCode "[lbf_av].[ft_i].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P89" ; + rdfs:isDefinedBy ; + rdfs:label "pound-force foot per inch" ; +. +unit:LB_F-IN + a qudt:Unit ; + dcterms:description "\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.112984839 ; + qudt:conversionMultiplierSN 1.12984839E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA699" ; + qudt:symbol "lbf·in" ; + qudt:ucumCode "[lbf_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F21" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Inch"@en ; +. +unit:LB_F-IN-PER-IN + a qudt:Unit ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 4.4482218148411428 ; + qudt:conversionMultiplierSN 4.4482218148411428E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LinearTorque ; + qudt:iec61360Code "0112/2///62720#UAB293" ; + qudt:symbol "lbf·in/in" ; + qudt:ucumCode "[lbf_av].[in_i].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P90" ; + rdfs:isDefinedBy ; + rdfs:label "pound-force inch per inch" ; +. +unit:LB_F-PER-FT + a qudt:Unit ; + dcterms:description "\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.5939042 ; + qudt:conversionMultiplierSN 1.45939042E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:symbol "lbf/ft" ; + qudt:ucumCode "[lbf_av].[ft_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Foot"@en ; +. +unit:LB_F-PER-FT2 + a qudt:Unit ; + dcterms:description "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.8802631 ; + qudt:conversionMultiplierSN 4.78802631E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA698" ; + qudt:symbol "lbf/ft²" ; + qudt:ucumCode "[lbf_av].[sft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K85" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Foot"@en ; +. +unit:LB_F-PER-IN + a qudt:Unit ; + dcterms:description "\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 175.12685 ; + qudt:conversionMultiplierSN 1.7512685E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:hasQuantityKind quantitykind:SurfaceTension ; + qudt:iec61360Code "0112/2///62720#UAA700" ; + qudt:symbol "lbf/in" ; + qudt:ucumCode "[lbf_av].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F48" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Inch"@en ; +. +unit:LB_F-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.75789 ; + qudt:conversionMultiplierSN 6.89475789E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pounds_per_square_inch"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:PSI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA701" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI ; + qudt:symbol "lbf/in²" ; + qudt:ucumCode "[lbf_av].[sin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PS" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Inch"@en ; +. +unit:LB_F-PER-IN2-DEG_F + a qudt:Unit ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 12410.56 ; + qudt:conversionMultiplierSN 1.241056E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA702" ; + qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature" ; + qudt:symbol "lbf/(in²·°F)" ; + qudt:ucumCode "[lbf_av].[sin_i]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K86" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Per Square Inch Degree Fahrenheit"@en ; +. +unit:LB_F-PER-IN2-SEC + a qudt:Unit ; + dcterms:description "\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.75789 ; + qudt:conversionMultiplierSN 6.89475789E3 ; + qudt:expression "$lbf / in^{2}-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "lbf/(in²·s)" ; + qudt:ucumCode "[lbf_av].[sin_i]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Inch Second"@en ; +. +unit:LB_F-PER-LB + a qudt:Unit ; + dcterms:description "\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 9.80665085 ; + qudt:conversionMultiplierSN 9.80665085E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThrustToMassRatio ; + qudt:symbol "lbf/lbm" ; + qudt:ucumCode "[lbf_av].[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Pound"@en ; +. +unit:LB_F-PER-YD + a qudt:Unit ; + dcterms:description "unit of force per unit length based on the Anglo-American system of units" ; + qudt:conversionMultiplier 4.864634530666166666666666666666666 ; + qudt:conversionMultiplierSN 4.864634530666166666666666666666666E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB454" ; + qudt:symbol "lbf/yd" ; + qudt:ucumCode "[lbf_av].[yd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N33" ; + rdfs:isDefinedBy ; + rdfs:label "pound-force per yard" ; +. +unit:LB_F-SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.8802631 ; + qudt:conversionMultiplierSN 4.78802631E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-s/ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA707" ; + qudt:symbol "lbf·s/ft²" ; + qudt:ucumCode "[lbf_av].s.[sft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K91" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Second per Square Foot"@en ; +. +unit:LB_F-SEC-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.75789 ; + qudt:conversionMultiplierSN 6.89475789E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-s/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA708" ; + qudt:symbol "lbf·s/in²" ; + qudt:ucumCode "[lbf_av].s.[sin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K92" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Second per Square Inch"@en ; +. +unit:LB_M + a qudt:Unit ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "lbm" ; + qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lb" ; + qudt:uneceCommonCode "LBR" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass"@en ; +. +unit:LB_T + a qudt:Unit ; + dcterms:description "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3732417216 ; + qudt:conversionMultiplierSN 3.732417216E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB197" ; + qudt:symbol "lbt" ; + qudt:ucumCode "[lb_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LBT" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Troy"@en ; +. +unit:LM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFlux ; + qudt:iec61360Code "0112/2///62720#UAA718" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:lumen ; + qudt:siUnitsExpression "cd.sr" ; + qudt:symbol "lm" ; + qudt:ucumCode "lm"^^qudt:UCUMcs ; + qudt:udunitsCode "LM" ; + qudt:uneceCommonCode "LUM" ; + rdfs:isDefinedBy ; + rdfs:label "Lumen"@de ; + rdfs:label "lumen"@cs ; + rdfs:label "lumen"@en ; + rdfs:label "lumen"@es ; + rdfs:label "lumen"@fr ; + rdfs:label "lumen"@hu ; + rdfs:label "lumen"@it ; + rdfs:label "lumen"@la ; + rdfs:label "lumen"@ms ; + rdfs:label "lumen"@pl ; + rdfs:label "lumen"@pt ; + rdfs:label "lumen"@ro ; + rdfs:label "lumen"@sl ; + rdfs:label "lümen"@tr ; + rdfs:label "λούμεν"@el ; + rdfs:label "лумен"@bg ; + rdfs:label "лумен"@ru ; + rdfs:label "לומן"@he ; + rdfs:label "لومن"@ar ; + rdfs:label "لومن"@fa ; + rdfs:label "ल्यूमैन"@hi ; + rdfs:label "ルーメン"@ja ; + rdfs:label "流明"@zh ; +. +unit:LM-HR + a qudt:Unit ; + dcterms:description "product of the SI derived unit lumen and the unit hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:LuminousEnergy ; + qudt:iec61360Code "0112/2///62720#UAA720" ; + qudt:symbol "lm·h" ; + qudt:ucumCode "lm.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B59" ; + rdfs:isDefinedBy ; + rdfs:label "lumen hour" ; +. +unit:LM-PER-FT2 + a qudt:Unit ; + dcterms:description "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB254" ; + qudt:symbol "lm/ft²" ; + qudt:ucumCode "lm.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P25" ; + rdfs:isDefinedBy ; + rdfs:label "lumen per square foot" ; +. +unit:LM-PER-M2 + a qudt:Unit ; + dcterms:description "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAA721" ; + qudt:symbol "lm/m²" ; + qudt:ucumCode "lm.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B60" ; + rdfs:isDefinedBy ; + rdfs:label "lumen per square metre" ; +. +unit:LM-PER-W + a qudt:Unit ; + dcterms:description "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$lm-per-w$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:LuminousEfficacy ; + qudt:iec61360Code "0112/2///62720#UAA719" ; + qudt:symbol "lm/W" ; + qudt:ucumCode "lm.W-1"^^qudt:UCUMcs ; + qudt:ucumCode "lm/W"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B61" ; + rdfs:isDefinedBy ; + rdfs:label "Lumen per Watt"@en ; +. +unit:LM-SEC + a qudt:Unit ; + dcterms:description "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$lm s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:LuminousEnergy ; + qudt:iec61360Code "0112/2///62720#UAA722" ; + qudt:symbol "lm·s" ; + qudt:ucumCode "lm.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B62" ; + rdfs:isDefinedBy ; + rdfs:label "lumen second"@en ; + skos:altLabel "lumberg" ; + skos:altLabel "talbot" ; +. +unit:LUX + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAA723" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:lux ; + qudt:siUnitsExpression "lm/m^2" ; + qudt:symbol "lx" ; + qudt:ucumCode "lx"^^qudt:UCUMcs ; + qudt:udunitsCode "lx" ; + qudt:uneceCommonCode "LUX" ; + rdfs:isDefinedBy ; + rdfs:label "Lux"@de ; + rdfs:label "luks"@pl ; + rdfs:label "luks"@sl ; + rdfs:label "lux"@cs ; + rdfs:label "lux"@el ; + rdfs:label "lux"@en ; + rdfs:label "lux"@es ; + rdfs:label "lux"@fr ; + rdfs:label "lux"@hu ; + rdfs:label "lux"@it ; + rdfs:label "lux"@ms ; + rdfs:label "lux"@pt ; + rdfs:label "lux"@ro ; + rdfs:label "lüks"@tr ; + rdfs:label "лукс"@bg ; + rdfs:label "люкс"@ru ; + rdfs:label "לוקס"@he ; + rdfs:label "لكس"@ar ; + rdfs:label "لوکس"@fa ; + rdfs:label "लक्स"@hi ; + rdfs:label "ルクス"@ja ; + rdfs:label "勒克斯"@zh ; +. +unit:LUX-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + qudt:expression "$lx hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:LuminousExposure ; + qudt:iec61360Code "0112/2///62720#UAA724" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + qudt:siUnitsExpression "lm-hr/m^2" ; + qudt:symbol "lx·hr" ; + qudt:ucumCode "lx.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B63" ; + rdfs:isDefinedBy ; + rdfs:label "Lux Hour"@en ; +. +unit:LUX-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit lux and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:LuminousExposure ; + qudt:iec61360Code "0112/2///62720#UAA725" ; + qudt:symbol "lx·s" ; + qudt:ucumCode "lx.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B64" ; + rdfs:isDefinedBy ; + rdfs:label "lux second" ; +. +unit:LY + a qudt:Unit ; + dcterms:description "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^rdf:HTML ; + qudt:conversionMultiplier 9460730472580800.0 ; + qudt:conversionMultiplierSN 9.4607304725808E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB069" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "ly" ; + qudt:ucumCode "[ly]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B57" ; + rdfs:isDefinedBy ; + rdfs:label "Light Year"@en ; +. +unit:LunarMass + a qudt:Unit ; + qudt:conversionMultiplier 73460000000000000000000.0 ; + qudt:conversionMultiplierSN 7.346E22 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Moon"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:anyURI ; + qudt:symbol "M☾" ; + rdfs:isDefinedBy ; + rdfs:label "Lunar mass"@en ; +. +unit:M + a qudt:Unit ; + dcterms:description "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Metre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA726" ; + qudt:iec61360Code "0112/2///62720#UAD718" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." ; + qudt:siExactMatch si-unit:metre ; + qudt:symbol "m" ; + qudt:ucumCode "m"^^qudt:UCUMcs ; + qudt:udunitsCode "m" ; + qudt:uneceCommonCode "MTR" ; + rdfs:isDefinedBy ; + rdfs:label "Meter"@de ; + rdfs:label "Meter"@en-us ; + rdfs:label "meter"@ms ; + rdfs:label "meter"@sl ; + rdfs:label "metr"@cs ; + rdfs:label "metr"@pl ; + rdfs:label "metre"@en ; + rdfs:label "metre"@tr ; + rdfs:label "metro"@es ; + rdfs:label "metro"@it ; + rdfs:label "metro"@pt ; + rdfs:label "metru"@ro ; + rdfs:label "metrum"@la ; + rdfs:label "mètre"@fr ; + rdfs:label "méter"@hu ; + rdfs:label "μέτρο"@el ; + rdfs:label "метр"@ru ; + rdfs:label "метър"@bg ; + rdfs:label "מטר"@he ; + rdfs:label "متر"@ar ; + rdfs:label "متر"@fa ; + rdfs:label "मीटर"@hi ; + rdfs:label "メートル"@ja ; + rdfs:label "米"@zh ; +. +unit:M-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:iec61360Code "0112/2///62720#UAB170" ; + qudt:symbol "m·K" ; + qudt:ucumCode "m.K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D18" ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kelvin"@en-us ; + rdfs:label "Meter mal Kelvin"@de ; + rdfs:label "meter kelvin"@ms ; + rdfs:label "metre kelvin"@en ; + rdfs:label "metro per kelvin"@it ; + rdfs:label "متر کلوین"@fa ; + rdfs:label "米开尔文"@zh ; +. +unit:M-K-PER-W + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K-m/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:symbol "m·K/W" ; + qudt:ucumCode "m.K.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H35" ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kelvin per Watt"@en-us ; + rdfs:label "Metre Kelvin per Watt"@en ; +. +unit:M-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m-kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAD674" ; + qudt:symbol "m·kg" ; + qudt:ucumCode "m.kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kilogram"@en-us ; + rdfs:label "Metre Kilogram"@en ; +. +unit:M-PA-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAD914" ; + qudt:symbol "m·Pa/s" ; + qudt:ucumCode "m.Pa.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "metre pascal per second" ; +. +unit:M-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA731" ; + qudt:symbol "m/bar" ; + qudt:ucumCode "m.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G05" ; + rdfs:isDefinedBy ; + rdfs:label "metre per bar" ; +. +unit:M-PER-DEG_C-M + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB461" ; + qudt:symbol "m/(°C·m)" ; + qudt:ucumCode "m.Cel-1.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N83" ; + rdfs:isDefinedBy ; + rdfs:label "metre per degree Celcius metre" ; +. +unit:M-PER-FARAD + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m-per-f$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:InversePermittivity ; + qudt:symbol "m/F" ; + qudt:ucumCode "m.F-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Farad"@en-us ; + rdfs:label "Metre per Farad"@en ; +. +unit:M-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277777778 ; + qudt:conversionMultiplierSN 2.77777778E-4 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$m/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB328" ; + qudt:symbol "m/hr" ; + qudt:ucumCode "m.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "m/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M60" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Hour"@en-us ; + rdfs:label "Metre per Hour"@en ; +. +unit:M-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA728" ; + qudt:iec61360Code "0112/2///62720#UAD682" ; + qudt:symbol "m/K" ; + qudt:ucumCode "m/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F52" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Kelvin"@en-us ; + rdfs:label "Metre per Kelvin"@en ; +. +unit:M-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0166666667 ; + qudt:conversionMultiplierSN 1.66666667E-2 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$m/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA732" ; + qudt:symbol "m/min" ; + qudt:ucumCode "m.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "m/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2X" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Minute"@en-us ; + rdfs:label "Metre per Minute"@en ; +. +unit:M-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB315" ; + qudt:symbol "m/Pa" ; + qudt:ucumCode "m.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M53" ; + rdfs:isDefinedBy ; + rdfs:label "metre per pascal" ; +. +unit:M-PER-RAD + a qudt:Unit ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Rotary-TranslatoryMotionConversion ; + qudt:iec61360Code "0112/2///62720#UAB482" ; + qudt:symbol "m/rad" ; + qudt:ucumCode "m.rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M55" ; + rdfs:isDefinedBy ; + rdfs:label "metre per radian" ; +. +unit:M-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. +The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA733" ; + qudt:iec61360Code "0112/2///62720#UAD515" ; + qudt:symbol "m/s" ; + qudt:ucumCode "m.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "m/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTS" ; + rdfs:isDefinedBy ; + rdfs:label "Meter je Sekunde"@de ; + rdfs:label "Meter per Second"@en-us ; + rdfs:label "meter na sekundo"@sl ; + rdfs:label "meter per saat"@ms ; + rdfs:label "metr na sekundę"@pl ; + rdfs:label "metr za sekundu"@cs ; + rdfs:label "metra per secundum"@la ; + rdfs:label "metre bölü saniye"@tr ; + rdfs:label "metre per second"@en ; + rdfs:label "metro al secondo"@it ; + rdfs:label "metro por segundo"@es ; + rdfs:label "metro por segundo"@pt ; + rdfs:label "metru pe secundă"@ro ; + rdfs:label "mètre par seconde"@fr ; + rdfs:label "μέτρο ανά δευτερόλεπτο"@el ; + rdfs:label "метр в секунду"@ru ; + rdfs:label "метър в секунда"@bg ; + rdfs:label "מטרים לשנייה"@he ; + rdfs:label "متر بر ثانیه"@fa ; + rdfs:label "متر في الثانية"@ar ; + rdfs:label "मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "メートル毎秒"@ja ; + rdfs:label "米每秒"@zh ; +. +unit:M-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit meter divided by the product of SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB313" ; + qudt:symbol "m/(s·bar)" ; + qudt:ucumCode "m.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L13" ; + rdfs:isDefinedBy ; + rdfs:label "metre per second bar" ; +. +unit:M-PER-SEC-K + a qudt:Unit ; + dcterms:description "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC009" ; + qudt:iec61360Code "0112/2///62720#UAD696" ; + qudt:symbol "m/(s·K)" ; + qudt:ucumCode "m.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L12" ; + rdfs:isDefinedBy ; + rdfs:label "metre per second kelvin" ; +. +unit:M-PER-SEC-PA + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA734" ; + qudt:symbol "m/(s·Pa)" ; + qudt:ucumCode "m.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M59" ; + rdfs:isDefinedBy ; + rdfs:label "metre per second pascal" ; +. +unit:M-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA736" ; + qudt:iec61360Code "0112/2///62720#UAD503" ; + qudt:symbol "m/s²" ; + qudt:ucumCode "m.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "m/s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MSK" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Square Second"@en-us ; + rdfs:label "Metre per Square Second"@en ; +. +unit:M-PER-V-SEC + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:MagneticReluctivity ; + qudt:iec61360Code "0112/2///62720#UAD917" ; + qudt:symbol "m/(V·s)" ; + qudt:ucumCode "m.V-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H58" ; + rdfs:isDefinedBy ; + rdfs:label "metre per volt second" ; +. +unit:M-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000316880878140289 ; + qudt:conversionMultiplierSN 3.16880878140289E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "m/yr" ; + qudt:ucumCode "m.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Metres per year"@en ; +. +unit:M-SEC + a qudt:Unit ; + dcterms:description "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD686" ; + qudt:symbol "m·s" ; + qudt:ucumCode "m.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "metre second" ; +. +unit:M-SEC2 + a qudt:Unit ; + dcterms:description "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD683" ; + qudt:symbol "m·s²" ; + qudt:ucumCode "m.s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "metre second squared" ; +. +unit:M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The S I unit of area is the square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Square_metre"^^xsd:anyURI ; + qudt:expression "$sq-m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:iec61360Code "0112/2///62720#UAA744" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI ; + qudt:symbol "m²" ; + qudt:ucumCode "m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTK" ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter"@de ; + rdfs:label "Square Meter"@en-us ; + rdfs:label "kvadratni meter"@sl ; + rdfs:label "meter persegi"@ms ; + rdfs:label "metr kwadratowy"@pl ; + rdfs:label "metrekare"@tr ; + rdfs:label "metro cuadrado"@es ; + rdfs:label "metro quadrado"@pt ; + rdfs:label "metro quadrato"@it ; + rdfs:label "metru pătrat"@ro ; + rdfs:label "metrum quadratum"@la ; + rdfs:label "mètre carré"@fr ; + rdfs:label "négyzetméter"@hu ; + rdfs:label "square metre"@en ; + rdfs:label "čtvereční metr"@cs ; + rdfs:label "τετραγωνικό μέτρο"@el ; + rdfs:label "квадратен метър"@bg ; + rdfs:label "квадратный метр"@ru ; + rdfs:label "מטר רבוע"@he ; + rdfs:label "متر مربع"@ar ; + rdfs:label "متر مربع"@fa ; + rdfs:label "वर्ग मीटर"@hi ; + rdfs:label "平方メートル"@ja ; + rdfs:label "平方米"@zh ; +. +unit:M2-HR-DEG_C-PER-KiloCAL_IT + a qudt:Unit ; + dcterms:description "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.859845 ; + qudt:conversionMultiplierSN 8.59845E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA749" ; + qudt:plainTextDescription "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie" ; + qudt:symbol "m²·hr·°C/kcal{IT}" ; + qudt:ucumCode "m2.h.Cel/kcal_IT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L14" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Hour Degree Celsius Per Kilocalorie (international Table)"@en-us ; + rdfs:label "Square Metre Hour Degree Celsius Per Kilocalorie (international Table)"@en ; +. +unit:M2-HZ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:symbol "m²·Hz" ; + qudt:ucumCode "m2.Hz"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres Hertz"@en ; +. +unit:M2-HZ2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz²" ; + qudt:ucumCode "m2.Hz2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Metres square Hertz"@en ; +. +unit:M2-HZ3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz³" ; + qudt:ucumCode "m2.Hz3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres cubic Hertz"@en ; +. +unit:M2-HZ4 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-4D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz⁴" ; + qudt:ucumCode "m2.Hz4"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres Hertz^4"@en ; +. +unit:M2-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2}-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:AreaTemperature ; + qudt:symbol "m²·K" ; + qudt:ucumCode "m2.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Kelvin"@en-us ; + rdfs:label "Square Metre Kelvin"@en ; +. +unit:M2-K-PER-W + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$(K^{2})m/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA746" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:symbol "m²·K/W" ; + qudt:ucumCode "m2.K.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D19" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Kelvin per Watt"@en-us ; + rdfs:label "Square Metre Kelvin per Watt"@en ; +. +unit:M2-PER-GM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:symbol "m²/g" ; + qudt:ucumCode "m2.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres per gram"@en ; +. +unit:M2-PER-GM_DRY + a qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:symbol "m²/g{dry sediment}" ; + qudt:ucumCode "m2.g-1{dry}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres per gram of dry sediment"@en ; +. +unit:M2-PER-HA + a qudt:Unit ; + dcterms:description "Square metres per hectare."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AreaRatio ; + qudt:plainTextDescription "Square metres per hectare." ; + qudt:symbol "m²/ha" ; + qudt:ucumCode "m2.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "square meters per hectare"@en-us ; + rdfs:label "square metres per hectare"@en ; +. +unit:M2-PER-HZ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/Hz" ; + qudt:ucumCode "m2.Hz-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres per Hertz"@en ; +. +unit:M2-PER-HZ-DEG + a qudt:Unit ; + qudt:conversionMultiplier 57.2957795130823 ; + qudt:conversionMultiplierSN 5.72957795130823E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/(Hz·°)" ; + qudt:ucumCode "m2.Hz-1.deg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres per Hertz degree"@en ; +. +unit:M2-PER-HZ2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/Hz²" ; + qudt:ucumCode "m2.Hz-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metres per square Hertz"@en ; +. +unit:M2-PER-J + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/j$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:SpectralCrossSection ; + qudt:iec61360Code "0112/2///62720#UAA745" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/J" ; + qudt:ucumCode "m2.J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D20" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Joule"@en-us ; + rdfs:label "Square Metre per Joule"@en ; +. +unit:M2-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m2-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:AreaThermalExpansion ; + qudt:symbol "m²/K" ; + qudt:ucumCode "m2.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Kelvin"@en-us ; + rdfs:label "Square Metre per Kelvin"@en ; +. +unit:M2-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. + It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, + square meter/kilogram, square metre/kilogram. + This unit is commonly used in the SI unit system. + Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:MassEnergyTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:iec61360Code "0112/2///62720#UAA750" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/kg" ; + qudt:ucumCode "m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D21" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Kilogram"@en-us ; + rdfs:label "Square Metre per Kilogram"@en ; +. +unit:M2-PER-KiloW + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:AreaPerPower ; + qudt:plainTextDescription "A common unit for measuring area per power" ; + qudt:symbol "m²/kW" ; + qudt:ucumCode "m2.kW-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "square metre per Kilowatt"@en ; +. +unit:M2-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaPerLength ; + qudt:plainTextDescription "square metre divided by metre: plain text description in English" ; + qudt:symbol "m²/m" ; + qudt:ucumCode "m2.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter je Meter"@de ; + rdfs:label "kvadratni meter na meter"@sl ; + rdfs:label "meter persegi per meter"@ms ; + rdfs:label "metr kwadratowy na metr"@pl ; + rdfs:label "metrekare per metre"@tr ; + rdfs:label "metro cuadrado pormetro"@es ; + rdfs:label "metro quadrado por metro"@pt ; + rdfs:label "metro quadrato al metro"@it ; + rdfs:label "metru pătrat pe metru"@ro ; + rdfs:label "mètre carré par mètre"@fr ; + rdfs:label "square metre per metre"@en ; + rdfs:label "čtvereční metr na metr"@cs ; + rdfs:label "квадратный метр на метр"@ru ; +. +unit:M2-PER-M2 + a qudt:Unit ; + dcterms:description "A square metre unit of area per square metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AreaRatio ; + qudt:plainTextDescription "A square metre unit of area per square metre" ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:symbol "m²/m²" ; + qudt:ucumCode "m2.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "square meter per square meter"@en-us ; + rdfs:label "square metre per square metre"@en ; +. +unit:M2-PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/mol$"^^qudt:LatexString ; + qudt:expression "$m^{2}/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:MolarAttenuationCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA751" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/mol" ; + qudt:ucumCode "m2.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "m2/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D22" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Mole"@en-us ; + rdfs:label "Square Metre per Mole"@en ; +. +unit:M2-PER-N + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:iec61360Code "0112/2///62720#UAB492" ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton" ; + qudt:symbol "m²/N" ; + qudt:ucumCode "m2.N-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H59" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Per Newton"@en-us ; + rdfs:label "Square Metre Per Newton"@en ; +. +unit:M2-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance + or displacement in metres multiplied by distance again in metres and divided by time in seconds. + The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. + It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum + of an object with respect to a position. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2} s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:hasQuantityKind quantitykind:DiffusionCoefficient ; + qudt:hasQuantityKind quantitykind:NeutronDiffusionCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionRatioCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA752" ; + qudt:iec61360Code "0112/2///62720#UAD526" ; + qudt:symbol "m²/s" ; + qudt:ucumCode "m2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "m2/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "S4" ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter je Sekunde"@de ; + rdfs:label "Square Meter per Second"@en-us ; + rdfs:label "kvadratni meter na sekundo"@sl ; + rdfs:label "meter persegi per saat"@ms ; + rdfs:label "metr kwadratowy na sekundę"@pl ; + rdfs:label "metrekare bölü saniye"@tr ; + rdfs:label "metro cuadrado por segundo"@es ; + rdfs:label "metro quadrado por segundo"@pt ; + rdfs:label "metro quadrato al secondo"@it ; + rdfs:label "metru pătrat pe secundă"@ro ; + rdfs:label "mètre carré par seconde"@fr ; + rdfs:label "square metre per second"@en ; + rdfs:label "čtvereční metr za sekundu"@cs ; + rdfs:label "квадратный метр в секунду"@ru ; + rdfs:label "متر مربع بر ثانیه"@fa ; + rdfs:label "متر مربع في الثانية"@ar ; + rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "平方メートル毎秒"@ja ; + rdfs:label "平方米每秒"@zh ; +. +unit:M2-PER-SEC-BAR + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the + context of materials science or engineering. + It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. + This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering, + where understanding the flow of fluids through porous media is crucial. + A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts. + A bar is equal to $100,000\\ pascals\\(Pa)$, approximately equal to the atmospheric pressure on Earth at sea level. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB493" ; + qudt:symbol "m²/(s·bar)" ; + qudt:ucumCode "m2.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G41" ; + rdfs:isDefinedBy ; + rdfs:label "square metre per second bar" ; +. +unit:M2-PER-SEC-K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent + and varies with time and temperature difference. + Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$), + representing the rate of heat transfer across a surface per unit area per unit temperature difference. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA753" ; + qudt:iec61360Code "0112/2///62720#UAD680" ; + qudt:symbol "m²/(s·K)" ; + qudt:ucumCode "m2.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G09" ; + rdfs:isDefinedBy ; + rdfs:label "square metre per second kelvin" ; +. +unit:M2-PER-SEC-PA + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability + of a material to allow fluids to pass through it under a pressure gradient. + It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering, + where understanding fluid flow through porous materials is essential. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB460" ; + qudt:symbol "m²/(s·Pa)" ; + qudt:ucumCode "m2.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M82" ; + rdfs:isDefinedBy ; + rdfs:label "square metre per second pascal" ; +. +unit:M2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:iec61360Code "0112/2///62720#UAD501" ; + qudt:symbol "m²/s²" ; + qudt:ucumCode "m2.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "m2/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meters per Square Second"@en-us ; + rdfs:label "Square metres per square second"@en ; +. +unit:M2-PER-SEC2-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "m²/(s²·K)" ; + qudt:ucumCode "m2.s2-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "square metre per square second kelvin"@en ; +. +unit:M2-PER-SR + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAA755" ; + qudt:iec61360Code "0112/2///62720#UAD507" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/sr" ; + qudt:ucumCode "m2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D24" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Steradian"@en-us ; + rdfs:label "Square Metre per Steradian"@en ; +. +unit:M2-PER-SR-J + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/sr-j$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:SpectralAngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAA756" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/(sr·J)" ; + qudt:ucumCode "m2.sr-1.J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D25" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Steradian Joule"@en-us ; + rdfs:label "Square Metre per Steradian Joule"@en ; +. +unit:M2-PER-V-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/v-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Mobility ; + qudt:iec61360Code "0112/2///62720#UAA748" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/(V·s)" ; + qudt:ucumCode "m2.V-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D26" ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter je Volt und Sekunde"@de ; + rdfs:label "Square Meter per Volt Second"@en-us ; + rdfs:label "metro quadrato al volt e al secondo"@it ; + rdfs:label "square metre per volt second"@en ; +. +unit:M2-PER-W + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:AreaPerPower ; + qudt:plainTextDescription "A common unit for measuring area per power" ; + qudt:symbol "m²/W" ; + qudt:ucumCode "m2.W-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter je Watt"@de ; + rdfs:label "kvadratni meter na watt"@sl ; + rdfs:label "meter persegi per watt"@ms ; + rdfs:label "metr kwadratowy na wat"@pl ; + rdfs:label "metrekare per watt"@tr ; + rdfs:label "metro cuadrado porvatio"@es ; + rdfs:label "metro quadrado por watt"@pt ; + rdfs:label "metro quadrato al watt"@it ; + rdfs:label "metru pătrat pe watt"@ro ; + rdfs:label "mètre carré par watt"@fr ; + rdfs:label "square metre per watt"@en ; + rdfs:label "čtvereční metr na watt"@cs ; + rdfs:label "квадратный метр на ватт"@ru ; +. +unit:M2-SEC-PER-RAD + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·s/rad" ; + qudt:ucumCode "m2.s.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square metre seconds per radian"@en ; +. +unit:M2-SR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2}-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaAngle ; + qudt:symbol "m²·sr" ; + qudt:ucumCode "m2.sr"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Steradian"@en-us ; + rdfs:label "Square Metre Steradian"@en ; +. +unit:M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cubic_metre"^^xsd:anyURI ; + qudt:expression "$m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SectionModulus ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA757" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI ; + qudt:symbol "m³" ; + qudt:ucumCode "m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter"@en-us ; + rdfs:label "Kubikmeter"@de ; + rdfs:label "cubic metre"@en ; + rdfs:label "kubični meter"@sl ; + rdfs:label "meter kubik"@ms ; + rdfs:label "metr krychlový"@cs ; + rdfs:label "metr sześcienny"@pl ; + rdfs:label "metreküp"@tr ; + rdfs:label "metro cubo"@it ; + rdfs:label "metro cúbico"@es ; + rdfs:label "metro cúbico"@pt ; + rdfs:label "metru cub"@ro ; + rdfs:label "metrum cubicum"@la ; + rdfs:label "mètre cube"@fr ; + rdfs:label "κυβικό μετρο"@el ; + rdfs:label "кубичен метър"@bg ; + rdfs:label "кубический метр"@ru ; + rdfs:label "מטר מעוקב"@he ; + rdfs:label "متر مكعب"@ar ; + rdfs:label "متر مکعب"@fa ; + rdfs:label "घन मीटर"@hi ; + rdfs:label "立方メートル"@ja ; + rdfs:label "立方米"@zh ; +. +unit:M3-PER-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA759" ; + qudt:symbol "m³/bar" ; + qudt:ucumCode "m3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G96" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per bar" ; +. +unit:M3-PER-C + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^3/c$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB143" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "m³/C" ; + qudt:ucumCode "m3.C-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A38" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Coulomb"@en-us ; + rdfs:label "Cubic Metre per Coulomb"@en ; +. +unit:M3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplierSN 1.157407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA760" ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit day" ; + qudt:symbol "m³/day" ; + qudt:ucumCode "m3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G52" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter Per Day"@en-us ; + rdfs:label "Cubic Metre Per Day"@en ; +. +unit:M3-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-10 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA762" ; + qudt:symbol "m³/(d·bar)" ; + qudt:ucumCode "m3.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G86" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per day bar" ; +. +unit:M3-PER-DAY-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA761" ; + qudt:symbol "m³/(d·K)" ; + qudt:ucumCode "m3.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G69" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per day kelvin" ; +. +unit:M3-PER-HA + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumePerArea ; + qudt:iec61360Code "0112/2///62720#UAA757" ; + qudt:symbol "m³/ha" ; + qudt:ucumCode "m3.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hectare"@en-us ; + rdfs:label "Cubic Metre per Hectare"@en ; +. +unit:M3-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/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 ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777778E-4 ; + qudt:expression "$m^{3}/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA763" ; + qudt:symbol "m³/hr" ; + qudt:ucumCode "m3.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "m3/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MQH" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hour"@en-us ; + rdfs:label "Cubic Metre per Hour"@en ; +. +unit:M3-PER-HR-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA765" ; + qudt:symbol "m³/(h·bar)" ; + qudt:ucumCode "m3.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G87" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per hour bar" ; +. +unit:M3-PER-HR-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA764" ; + qudt:symbol "m³/(h·K)" ; + qudt:ucumCode "m3.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G70" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per hour kelvin" ; +. +unit:M3-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m3-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA758" ; + qudt:iec61360Code "0112/2///62720#UAD699" ; + qudt:symbol "m³/K" ; + qudt:ucumCode "m3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G29" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kelvin"@en-us ; + rdfs:label "Cubic Metre per Kelvin"@en ; +. +unit:M3-PER-KiloGM + a qudt:Unit ; + dcterms:description "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3}/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAA766" ; + qudt:symbol "m³/kg" ; + qudt:ucumCode "m3.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "m3/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A39" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kilogram"@en-us ; + rdfs:label "Cubic Metre per Kilogram"@en ; +. +unit:M3-PER-KiloGM-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3} kg^{-1} s^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m³/(kg·s²)" ; + qudt:ucumCode "m3.(kg.s2)-1"^^qudt:UCUMcs ; + qudt:ucumCode "m3.kg-1.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "m3/(kg.s2)"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kilogram Square Second"@en-us ; + rdfs:label "Cubic Metre per Kilogram Square Second"@en ; +. +unit:M3-PER-M2 + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumePerArea ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "m³/m²" ; + qudt:ucumCode "m3.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H60" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter Per Square Meter"@en-us ; + rdfs:label "Cubic Metre Per Square Metre"@en ; +. +unit:M3-PER-M3 + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA767" ; + qudt:iec61360Code "0112/2///62720#UAD706" ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "m³/m³" ; + qudt:ucumCode "m3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H60" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter Per Cubic Meter"@en-us ; + rdfs:label "Cubic Metre Per Cubic Metre"@en ; +. +unit:M3-PER-MIN + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666667 ; + qudt:conversionMultiplierSN 1.666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA768" ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit minute" ; + qudt:symbol "m³/min" ; + qudt:ucumCode "m3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G53" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter Per Minute"@en-us ; + rdfs:label "Cubic Metre Per Minute"@en ; +. +unit:M3-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-7 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA770" ; + qudt:symbol "m³/(min·bar)" ; + qudt:ucumCode "m3.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G88" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per minute bar" ; +. +unit:M3-PER-MIN-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA769" ; + qudt:symbol "m³/(min·K)" ; + qudt:ucumCode "m3.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G71" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per minute kelvin" ; +. +unit:M3-PER-MOL + a qudt:Unit ; + dcterms:description "

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

."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3} mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:iec61360Code "0112/2///62720#UAA771" ; + qudt:symbol "m³/mol" ; + qudt:ucumCode "m3.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "m3/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A40" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Mole"@en-us ; + rdfs:label "Kubikmeter je Mol"@de ; + rdfs:label "cubic metre per mole"@en ; + rdfs:label "kubični meter na mol"@sl ; + rdfs:label "meter kubik per mole"@ms ; + rdfs:label "metr krychlový na mol"@cs ; + rdfs:label "metr sześcienny na mol"@pl ; + rdfs:label "metreküp bölü metre küp"@tr ; + rdfs:label "metro cubo alla mole"@it ; + rdfs:label "metro cúbico por mol"@es ; + rdfs:label "metro cúbico por mol"@pt ; + rdfs:label "metru cub pe mol"@ro ; + rdfs:label "mètre cube par mole"@fr ; + rdfs:label "кубический метр на моль"@ru ; + rdfs:label "متر مكعب لكل مول"@ar ; + rdfs:label "متر مکعب بر مول"@fa ; + rdfs:label "घन मीटर प्रति मोल (इकाई)"@hi ; + rdfs:label "立方メートル 毎立方メートル"@ja ; + rdfs:label "立方米每摩尔"@zh ; +. +unit:M3-PER-MOL-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:symbol "m³/(mol·s)" ; + qudt:ucumCode "m3.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Mole Second"@en ; + rdfs:label "Cubic Centimeter per Mole Second"@en-us ; +. +unit:M3-PER-PA + a qudt:Unit ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB323" ; + qudt:symbol "m³/Pa" ; + qudt:ucumCode "m3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M71" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per pascal" ; +. +unit:M3-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:RecombinationCoefficient ; + qudt:hasQuantityKind quantitykind:SoundVolumeVelocity ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA772" ; + qudt:iec61360Code "0112/2///62720#UAD705" ; + qudt:symbol "m³/s" ; + qudt:ucumCode "m3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "m3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MQS" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second"@en-us ; + rdfs:label "Cubic Metre per Second"@en ; +. +unit:M3-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA774" ; + qudt:symbol "m³/(s·bar)" ; + qudt:ucumCode "m3.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G89" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per second bar" ; +. +unit:M3-PER-SEC-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA773" ; + qudt:iec61360Code "0112/2///62720#UAD701" ; + qudt:symbol "m³/(s·K)" ; + qudt:ucumCode "m3.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G72" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per second kelvin" ; +. +unit:M3-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate_SurfaceRelated ; + qudt:iec61360Code "0112/2///62720#UAB325" ; + qudt:symbol "m³/(s·m²)" ; + qudt:ucumCode "m3.s-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P87" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per second square metre" ; +. +unit:M3-PER-SEC-PA + a qudt:Unit ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB322" ; + qudt:symbol "m³/(s·Pa)" ; + qudt:ucumCode "m3.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N45" ; + rdfs:isDefinedBy ; + rdfs:label "cubic metre per second pascal" ; +. +unit:M3-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^3/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; + qudt:symbol "m³/s²" ; + qudt:ucumCode "m3.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "m3/s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Square Second"@en-us ; + rdfs:label "Cubic Metre per Square Second"@en ; +. +unit:M4 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit associated with area moments of inertia."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quartic_metre"^^xsd:anyURI ; + qudt:expression "$m^{4}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA737" ; + qudt:symbol "m⁴" ; + qudt:ucumCode "m4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B83" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Meter"@en-us ; + rdfs:label "Quartic Metre"@en ; +. +unit:M4-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m⁴/s" ; + qudt:ucumCode "m4.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Metres to the power four per second"@en ; +. +unit:M5 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{5}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L5I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SectionAreaIntegral ; + qudt:symbol "m⁵" ; + qudt:ucumCode "m5"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quintic Meter"@en-us ; + rdfs:label "Quintic Metre"@en ; +. +unit:M6 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{6}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:WarpingConstant ; + qudt:symbol "m⁶" ; + qudt:ucumCode "m6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Sextic Meter"@en-us ; + rdfs:label "Sextic Metre"@en ; +. +unit:MACH + a qudt:DimensionlessUnit ; + a qudt:Unit ; + dcterms:description "\"Mach\" is a unit for 'Dimensionless Ratio' expressed as $mach$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mach"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MachNumber ; + qudt:iec61360Code "0112/2///62720#UAB595" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mach?oldid=492058934"^^xsd:anyURI ; + qudt:symbol "Mach" ; + rdfs:isDefinedBy ; + rdfs:label "Mach"@en ; +. +unit:MDOLLAR-PER-FLIGHT + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:isReplacedBy unit:MegaDOLLAR_US-PER-FLIGHT ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:deprecated true ; + qudt:expression "$M\\$/Flight$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:CurrencyPerFlight ; + qudt:symbol "$M/flight" ; + rdfs:isDefinedBy ; + rdfs:label "Million US Dollars per Flight"@en ; +. +unit:MESH + a qudt:Unit ; + dcterms:description "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ; + qudt:symbol "mesh" ; + qudt:ucumCode "[mesh_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "57" ; + rdfs:isDefinedBy ; + rdfs:label "Mesh"@en ; +. +unit:MHO + a qudt:Unit ; + dcterms:description "\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Siemens_%28unit%29"^^xsd:anyURI ; + qudt:exactMatch unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAB200" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "℧" ; + qudt:ucumCode "mho"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NQ" ; + rdfs:isDefinedBy ; + rdfs:label "Mho"@en ; +. +unit:MHO_Stat + a qudt:Unit ; + dcterms:description "\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000011126500561 ; + qudt:conversionMultiplierSN 1.1126500561E-12 ; + qudt:exactMatch unit:S_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "stat℧" ; + rdfs:isDefinedBy ; + rdfs:label "Statmho"@en ; +. +unit:MI + a qudt:Unit ; + dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.344 ; + qudt:conversionMultiplierSN 1.609344E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA839" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:symbol "mi" ; + qudt:ucumCode "[mi_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "mi" ; + qudt:uneceCommonCode "SMI" ; + rdfs:isDefinedBy ; + rdfs:label "International Mile"@en ; +. +unit:MI-PER-HR + a qudt:Unit ; + dcterms:description "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.44704 ; + qudt:conversionMultiplierSN 4.4704E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Miles_per_hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB111" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI ; + qudt:symbol "mi/hr" ; + qudt:ucumCode "[mi_i].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[mi_i]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HM" ; + rdfs:isDefinedBy ; + rdfs:label "Mile per Hour"@en ; +. +unit:MI-PER-MIN + a qudt:Unit ; + dcterms:description "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 26.8224 ; + qudt:conversionMultiplierSN 2.68224E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB229" ; + qudt:symbol "mi/min" ; + qudt:ucumCode "[mi_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[mi_i]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M57" ; + rdfs:isDefinedBy ; + rdfs:label "Mile per Minute"@en ; +. +unit:MI-PER-SEC + a qudt:Unit ; + dcterms:description "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.344 ; + qudt:conversionMultiplierSN 1.609344E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB230" ; + qudt:symbol "mi/s" ; + qudt:ucumCode "[mi_i].sec-1"^^qudt:UCUMcs ; + qudt:ucumCode "[mi_i]/sec"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M58" ; + rdfs:isDefinedBy ; + rdfs:label "Mile per Second"@en ; +. +unit:MI2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2589997.766409 ; + qudt:conversionMultiplierSN 2.589997766409E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI_US2 ; + qudt:expression "$square-mile$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB050" ; + qudt:iec61360Code "0112/2///62720#UAB208" ; + qudt:symbol "mi²" ; + qudt:ucumCode "[mi_i]2"^^qudt:UCUMcs ; + qudt:ucumCode "[mi_us]2"^^qudt:UCUMcs ; + qudt:ucumCode "[smi_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M48" ; + qudt:uneceCommonCode "MIK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Mile"@en ; +. +unit:MI3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4168181830.0 ; + qudt:conversionMultiplierSN 4.16818183E9 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$mi^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "mi³" ; + qudt:ucumCode "[mi_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M69" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Mile"@en ; +. +unit:MIL + a qudt:Unit ; + dcterms:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000490873852 ; + qudt:conversionMultiplierSN 4.90873852E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAB205" ; + qudt:symbol "mil{NATO}" ; + rdfs:isDefinedBy ; + rdfs:label "Mil Angle (NATO)"@en ; +. +unit:MIL_Circ + a qudt:Unit ; + dcterms:description "A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. "^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000005067075 ; + qudt:conversionMultiplierSN 5.067075E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAB207" ; + qudt:omUnit ; + qudt:symbol "cmil" ; + qudt:ucumCode "[cml_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M47" ; + rdfs:isDefinedBy ; + rdfs:label "Circular Mil"@en ; +. +unit:MIN + a qudt:Unit ; + 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 ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA842" ; + qudt:omUnit ; + qudt:siExactMatch si-unit:minute ; + qudt:symbol "min" ; + qudt:ucumCode "min"^^qudt:UCUMcs ; + qudt:udunitsCode "min" ; + qudt:uneceCommonCode "MIN" ; + rdfs:isDefinedBy ; + rdfs:label "Minute"@en ; +. +unit:MIN_Angle + a qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000290888209 ; + qudt:conversionMultiplierSN 2.90888209E-4 ; + qudt:exactMatch unit:ARCMIN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA097" ; + qudt:symbol "'" ; + qudt:ucumCode "'"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D61" ; + rdfs:isDefinedBy ; + rdfs:label "Minute Angle"@en ; +. +unit:MIN_Sidereal + a qudt:Unit ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 59.83617 ; + qudt:conversionMultiplierSN 5.983617E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + qudt:symbol "min{sidereal}" ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Minute"@en ; +. +unit:MI_N + a qudt:Unit ; + dcterms:description "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1852.0 ; + qudt:conversionMultiplierSN 1.852E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB065" ; + qudt:symbol "nmi" ; + qudt:ucumCode "[nmi_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NMI" ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile"@en ; +. +unit:MI_N-PER-HR + a qudt:Unit ; + dcterms:description "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444445 ; + qudt:conversionMultiplierSN 5.144444444444445E-1 ; + qudt:exactMatch unit:KN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "nmi/hr" ; + qudt:ucumCode "[nmi_i].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[nmi_i]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile per Hour"@en ; +. +unit:MI_N-PER-MIN + a qudt:Unit ; + dcterms:description """The SI derived unit for speed is the meter/second. +1 meter/second is equal to 0.0323974082073 nautical mile per minute. """^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 30.86666666666666666666666666666667 ; + qudt:conversionMultiplierSN 3.086666666666666666666666666666667E1 ; + qudt:expression "$nmi/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "nmi/min" ; + qudt:ucumCode "[nmi_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[nmi_i]/min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile per Minute"@en ; +. +unit:MI_UK3 + a qudt:Unit ; + dcterms:description "unit of volume according to the Imperial system of units" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SectionModulus ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB290" ; + qudt:symbol "mi³" ; + qudt:uneceCommonCode "M69" ; + rdfs:isDefinedBy ; + rdfs:label "cubic mile (UK statute)" ; +. +unit:MI_US + a qudt:Unit ; + dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002\\% less than the US survey mile)."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.347 ; + qudt:conversionMultiplierSN 1.609347E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB287" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:symbol "mi{US}" ; + qudt:ucumCode "[mi_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M52" ; + rdfs:isDefinedBy ; + rdfs:label "Mile US Statute"@en ; +. +unit:MI_US-PER-SEC2 + a qudt:Unit ; + 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" ; + qudt:conversionMultiplier 1609.347 ; + qudt:conversionMultiplierSN 1.609347E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB401" ; + qudt:symbol "mi{US}/s²" ; + qudt:ucumCode "[mi_us].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M42" ; + rdfs:isDefinedBy ; + rdfs:label "mile (statute mile) per second squared" ; +. +unit:MI_US2 + a qudt:Unit ; + dcterms:description "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ; + qudt:conversionMultiplier 2589997.766409 ; + qudt:conversionMultiplierSN 2.589997766409E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI2 ; + qudt:expression "$square-mile$" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB208" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:symbol "mi² {US}" ; + qudt:ucumCode "[mi_us]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "208" ; + rdfs:isDefinedBy ; + rdfs:label "Square Mile US Statute"@en ; + rdfs:label "square mile (based on U.S. survey foot)" ; +. +unit:MO + a qudt:Unit ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2551442.976 ; + qudt:conversionMultiplierSN 2.551442976E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Month"^^xsd:anyURI ; + qudt:exactMatch unit:MO_Synodic ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA880" ; + qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Month"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "mo" ; + qudt:ucumCode "mo"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MON" ; + rdfs:isDefinedBy ; + rdfs:label "Month"@en ; +. +unit:MOHM + a qudt:Unit ; + dcterms:description """ + The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. + The mechanical ohm is defined as: + $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$mohm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:MechanicalMobility ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914"^^xsd:anyURI ; + qudt:latexDefinition "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"^^qudt:LatexString ; + qudt:latexDefinition "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"^^qudt:LatexString ; + qudt:symbol "mohm" ; + rdfs:isDefinedBy ; + rdfs:label "Mohm"@en ; +. +unit:MOL + a qudt:Unit ; + dcterms:description """ + The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. + The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons). + This corresponds to a value of $6.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. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:iec61360Code "0112/2///62720#UAA882" ; + qudt:iec61360Code "0112/2///62720#UAD716" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:mole ; + qudt:symbol "mol" ; + qudt:ucumCode "mol"^^qudt:UCUMcs ; + qudt:udunitsCode "mol" ; + qudt:uneceCommonCode "C34" ; + rdfs:isDefinedBy ; + rdfs:label "Mol"@de ; + rdfs:label "mol"@cs ; + rdfs:label "mol"@es ; + rdfs:label "mol"@pl ; + rdfs:label "mol"@pt ; + rdfs:label "mol"@ro ; + rdfs:label "mol"@sl ; + rdfs:label "mol"@tr ; + rdfs:label "mole"@en ; + rdfs:label "mole"@fr ; + rdfs:label "mole"@it ; + rdfs:label "mole"@ms ; + rdfs:label "moles"@la ; + rdfs:label "mól"@hu ; + rdfs:label "μολ"@el ; + rdfs:label "мол"@bg ; + rdfs:label "моль"@ru ; + rdfs:label "מול"@he ; + rdfs:label "مول"@ar ; + rdfs:label "مول"@fa ; + rdfs:label "मोल (इकाई)"@hi ; + rdfs:label "モル"@ja ; + rdfs:label "摩尔"@zh ; +. +unit:MOL-DEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mol-deg-c$"^^qudt:LatexString ; + qudt:expression "$mol-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:TemperatureAmountOfSubstance ; + qudt:symbol "mol·°C" ; + qudt:ucumCode "mol.Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mole Degree Celsius"@en ; +. +unit:MOL-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:TemperatureAmountOfSubstance ; + qudt:symbol "mol·K" ; + qudt:ucumCode "mol.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mole Kelvin"@en ; +. +unit:MOL-PER-DeciM3 + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:iec61360Code "0112/2///62720#UAA883" ; + qudt:plainTextDescription "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mol/dm³" ; + qudt:ucumCode "mol.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C35" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Per Cubic Decimeter"@en-us ; + rdfs:label "Mole Per Cubic Decimetre"@en ; +. +unit:MOL-PER-GM-HR + a qudt:Unit ; + dcterms:description "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/(g·hr)" ; + qudt:ucumCode "mol.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per gram hour"@en ; +. +unit:MOL-PER-HR + a qudt:Unit ; + dcterms:description "SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277778 ; + qudt:conversionMultiplierSN 2.77778E-4 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA884" ; + qudt:plainTextDescription "SI base unit mole divided by the unit for time hour" ; + qudt:symbol "mol/hr" ; + qudt:ucumCode "mol.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L23" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Per Hour"@en ; +. +unit:MOL-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Mole Per Kilogram ($mol/kg$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mol/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:iec61360Code "0112/2///62720#UAA885" ; + qudt:symbol "mol/kg" ; + qudt:ucumCode "mol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C19" ; + rdfs:isDefinedBy ; + rdfs:label "Mol per Kilogram"@en ; +. +unit:MOL-PER-KiloGM-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMassPressure ; + qudt:iec61360Code "0112/2///62720#UAA887" ; + qudt:symbol "mol/(kg·bar)" ; + qudt:ucumCode "mol.kg-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L25" ; + rdfs:isDefinedBy ; + rdfs:label "mole per kilogram bar" ; +. +unit:MOL-PER-KiloGM-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA886" ; + qudt:iec61360Code "0112/2///62720#UAD689" ; + qudt:symbol "mol/(kg·K)" ; + qudt:ucumCode "mol.K-1.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L24" ; + rdfs:isDefinedBy ; + rdfs:label "mole per kilogram kelvin" ; +. +unit:MOL-PER-KiloGM-PA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mol/(kg.pa)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMassPressure ; + qudt:iec61360Code "0112/2///62720#UAB317" ; + qudt:symbol "mol/(kg·Pa)" ; + qudt:ucumCode "mol.kg-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P51" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Kilogram Pascal"@en ; +. +unit:MOL-PER-L + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:iec61360Code "0112/2///62720#UAA888" ; + qudt:plainTextDescription "SI base unit mol divided by the unit litre" ; + qudt:symbol "mol/L" ; + qudt:ucumCode "mol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C38" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Per Liter"@en-us ; + rdfs:label "Mole Per Litre"@en ; +. +unit:MOL-PER-L-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA890" ; + qudt:symbol "mol/(l·bar)" ; + qudt:ucumCode "mol.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L27" ; + rdfs:isDefinedBy ; + rdfs:label "mole per litre bar" ; +. +unit:MOL-PER-L-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA889" ; + qudt:symbol "mol/(l·K)" ; + qudt:ucumCode "mol.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L26" ; + rdfs:isDefinedBy ; + rdfs:label "mole per litre kelvin" ; +. +unit:MOL-PER-M2 + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit area."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/m²" ; + qudt:ucumCode "mol.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per square metre"@en ; +. +unit:MOL-PER-M2-DAY + a qudt:Unit ; + dcterms:description "quantity of matter per unit area per unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-5 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mol/(m²·day)" ; + qudt:ucumCode "mol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per Square Meter Day"@en-us ; + rdfs:label "Moles per Square Metre Day"@en ; +. +unit:MOL-PER-M2-SEC + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit area per SI unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mol/(m²·s)" ; + qudt:ucumCode "mol.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per square metre second"@en ; +. +unit:MOL-PER-M2-SEC-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mol/(m²·s·m)" ; + qudt:ucumCode "mol.m-2.s-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per square metre second metre"@en ; +. +unit:MOL-PER-M2-SEC-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/(m²·s·m·sr)" ; + qudt:ucumCode "mol.m-2.s-1.m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per square metre second metre steradian"@en ; +. +unit:MOL-PER-M2-SEC-SR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/(m²·s·sr)" ; + qudt:ucumCode "mol.m-2.s-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per square metre second steradian"@en ; +. +unit:MOL-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mole/cubic meter."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mol/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:iec61360Code "0112/2///62720#UAA891" ; + qudt:iec61360Code "0112/2///62720#UAD505" ; + qudt:symbol "mol/m³" ; + qudt:ucumCode "mol.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "mol/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C36" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Cubic Meter"@en-us ; + rdfs:label "Mole per Cubic Metre"@en ; +. +unit:MOL-PER-M3-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA893" ; + qudt:symbol "mol/(m³·bar)" ; + qudt:ucumCode "mol.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L29" ; + rdfs:isDefinedBy ; + rdfs:label "mole per cubic metre bar" ; +. +unit:MOL-PER-M3-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA892" ; + qudt:iec61360Code "0112/2///62720#UAD691" ; + qudt:symbol "mol/(m³·K)" ; + qudt:ucumCode "mol.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L28" ; + rdfs:isDefinedBy ; + rdfs:label "mole per cubic metre kelvin" ; +. +unit:MOL-PER-M3-PA + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB318" ; + qudt:symbol "mol/(m³·Pa)" ; + qudt:ucumCode "mol.m-3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P52" ; + rdfs:isDefinedBy ; + rdfs:label "mol per cubic metre pascal" ; +. +unit:MOL-PER-M3-SEC + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit volume per SI unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mol/(m³·s)" ; + qudt:ucumCode "mol.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per cubic metre second"@en ; +. +unit:MOL-PER-MIN + a qudt:Unit ; + dcterms:description "SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.016666667 ; + qudt:conversionMultiplierSN 1.6666667E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA894" ; + qudt:plainTextDescription "SI base unit mole divided by the unit for time minute" ; + qudt:symbol "mol/min" ; + qudt:ucumCode "mol.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L30" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Per Minute"@en ; +. +unit:MOL-PER-MOL + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "mol/mol" ; + qudt:ucumCode "mol.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Moles per mole"@en ; +. +unit:MOL-PER-SEC + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA895" ; + qudt:iec61360Code "0112/2///62720#UAD519" ; + qudt:plainTextDescription "SI base unit mol divided by the SI base unit second" ; + qudt:symbol "mol/s" ; + qudt:ucumCode "mol.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E95" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Per Second"@en ; +. +unit:MOL-PER-TONNE + a qudt:Unit ; + dcterms:description "Mole Per Tonne (mol/t) is a unit of Molality"^^rdf:HTML ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:plainTextDescription "Mole Per Tonne (mol/t) is a unit of Molality" ; + qudt:symbol "mol/t" ; + qudt:ucumCode "mol.t-1"^^qudt:UCUMcs ; + qudt:ucumCode "mol/t"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol per Tonne"@en ; +. +unit:MOL_LB + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The $\\textit{Pound Mole}$ is a unit for \\textit{'Mass Amount Of Substance'} expressed as $lb-mol$.

."^^qudt:LatexString ; + qudt:conversionMultiplier 453.59237 ; + qudt:conversionMultiplierSN 4.5359237E2 ; + qudt:expression "$lb-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference ""^^xsd:anyURI ; + qudt:symbol "lb-mol" ; + qudt:ucumCode "[mol_lb]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole"@en ; +. +unit:MOL_LB-DEG_F + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."^^qudt:LatexString ; + qudt:conversionMultiplier 251.995761111111131270772 ; + qudt:conversionMultiplierSN 2.51995761111111131270772E2 ; + qudt:expression "$lb-mol-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:MassAmountOfSubstanceTemperature ; + qudt:symbol "lb-mol·°F" ; + qudt:ucumCode "[mol_lb].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole Degree Fahrenheit"@en ; +. +unit:MOL_LB-PER-LB + a qudt:Unit ; + dcterms:description "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system" ; + qudt:conversionMultiplier 999.9999999999999999999999999999998 ; + qudt:conversionMultiplierSN 9.999999999999999999999999999999998E2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:iec61360Code "0112/2///62720#UAB405" ; + qudt:symbol "lb-mol/lbm" ; + qudt:ucumCode "[mol_lb].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P48" ; + rdfs:isDefinedBy ; + rdfs:label "pound mole per pound" ; +. +unit:MOL_LB-PER-MIN + a qudt:Unit ; + dcterms:description "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; + qudt:conversionMultiplier 7.559872833333333333333333333333335 ; + qudt:conversionMultiplierSN 7.559872833333333333333333333333335E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB452" ; + qudt:symbol "lb-mol/min" ; + qudt:ucumCode "[mol_lb].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P46" ; + rdfs:isDefinedBy ; + rdfs:label "pound mole per minute" ; +. +unit:MOL_LB-PER-SEC + a qudt:Unit ; + dcterms:description "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; + qudt:conversionMultiplier 453.59237 ; + qudt:conversionMultiplierSN 4.5359237E2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB451" ; + qudt:symbol "lb-mol/s" ; + qudt:ucumCode "[mol_lb].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P45" ; + rdfs:isDefinedBy ; + rdfs:label "pound mole per second" ; +. +unit:MOMME_Pearl + a qudt:Unit ; + dcterms:description "unit momme (pearl) specifically expresses the mass of cultured pearls" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB598" ; + qudt:symbol "momme (pearl)" ; + rdfs:isDefinedBy ; + rdfs:label "Momme (pearl)" ; +. +unit:MOMME_Textile + a qudt:Unit ; + dcterms:description "unit momme (textile) specifically express the weight of one square metre of silk" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB599" ; + qudt:symbol "momme (textile)" ; + rdfs:isDefinedBy ; + rdfs:label "Momme (textile)" ; +. +unit:MO_MeanGREGORIAN + a qudt:Unit ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:anyURI ; + qudt:symbol "mo{Gregorian}" ; + qudt:ucumCode "mo_g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MON" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Gregorian Month"@en ; +. +unit:MO_MeanJulian + a qudt:Unit ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:anyURI ; + qudt:symbol "mo{mean Julian}" ; + qudt:ucumCode "mo_j"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mean Julian Month"@en ; +. +unit:MO_Synodic + a qudt:Unit ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ; + qudt:exactMatch unit:MO ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; + qudt:symbol "mo{synodic}" ; + qudt:ucumCode "mo_s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Synodic month"@en ; +. +unit:MX + a qudt:Unit ; + dcterms:description "\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB155" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Mx" ; + qudt:ucumCode "Mx"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B65" ; + rdfs:isDefinedBy ; + rdfs:label "Maxwell"@en ; +. +unit:M_H2O + a qudt:Unit ; + 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" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB362" ; + qudt:symbol "mH₂0" ; + qudt:uneceCommonCode "N23" ; + rdfs:isDefinedBy ; + rdfs:label "conventional metre of water" ; +. +unit:MebiBIT + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit" ; + qudt:conversionMultiplier 726817.4980028252 ; + qudt:conversionMultiplierSN 7.268174980028252E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB167" ; + qudt:symbol "Mibit" ; + qudt:uneceCommonCode "D11" ; + rdfs:isDefinedBy ; + rdfs:label "mebibit" ; +. +unit:MebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 726817.49800282521276748358899013255168 ; + qudt:conversionMultiplierSN 7.2681749800282521276748358899013255168E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA230" ; + qudt:symbol "Mibit/m" ; + qudt:ucumCode "Mibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E75" ; + rdfs:isDefinedBy ; + rdfs:label "mebibit per metre" ; +. +unit:MebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 726817.49800282521276748358899013255168 ; + qudt:conversionMultiplierSN 7.2681749800282521276748358899013255168E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA231" ; + qudt:symbol "Mibit/m²" ; + qudt:ucumCode "Mibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E76" ; + rdfs:isDefinedBy ; + rdfs:label "mebibit per square metre" ; +. +unit:MebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 726817.49800282521276748358899013255168 ; + qudt:conversionMultiplierSN 7.2681749800282521276748358899013255168E5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA232" ; + qudt:symbol "Mibit/m³" ; + qudt:ucumCode "Mibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E77" ; + rdfs:isDefinedBy ; + rdfs:label "mebibit per cubic metre" ; +. +unit:MebiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5814539.984022601702139868711921018 ; + qudt:conversionMultiplierSN 5.814539984022601702139868711921018E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA233" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Mebi ; + qudt:symbol "MiB" ; + qudt:uneceCommonCode "E63" ; + rdfs:isDefinedBy ; + rdfs:label "Mebibyte"@en ; +. +unit:MegaA + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA202" ; + qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MA" ; + qudt:ucumCode "MA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H38" ; + rdfs:isDefinedBy ; + rdfs:label "Megaampere"@en ; +. +unit:MegaA-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA203" ; + qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MA/m²" ; + qudt:ucumCode "MA.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B66" ; + rdfs:isDefinedBy ; + rdfs:label "Megaampere Per Square Meter"@en-us ; + rdfs:label "Megaampere Per Square Metre"@en ; +. +unit:MegaBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000000000.0 ; + qudt:conversionMultiplierSN 1.0E11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:symbol "Mbar" ; + qudt:ucumCode "Mbar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megabar"@en ; +. +unit:MegaBAUD + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA204" ; + qudt:symbol "MBd" ; + qudt:uneceCommonCode "J54" ; + rdfs:isDefinedBy ; + rdfs:label "megabaud" ; +. +unit:MegaBIT + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147.18055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB171" ; + qudt:symbol "Mbit" ; + qudt:uneceCommonCode "D36" ; + rdfs:isDefinedBy ; + rdfs:label "megabit" ; +. +unit:MegaBIT-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second."^^rdf:HTML ; + qudt:conversionMultiplier 693147.18055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA226" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units"^^xsd:anyURI ; + qudt:symbol "mbps" ; + qudt:ucumCode "MBd"^^qudt:UCUMcs ; + qudt:ucumCode "Mbit/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E20" ; + rdfs:isDefinedBy ; + rdfs:label "Megabit per Second"@en ; +. +unit:MegaBQ + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA205" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit becquerel" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MBq" ; + qudt:ucumCode "MBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4N" ; + rdfs:isDefinedBy ; + rdfs:label "Megabecquerel"@en ; +. +unit:MegaBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAB092" ; + qudt:symbol "MBq/kg" ; + qudt:ucumCode "MBq.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B67" ; + rdfs:isDefinedBy ; + rdfs:label "megabecquerel per kilogram" ; +. +unit:MegaBTU_IT-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 293071.07 ; + qudt:conversionMultiplierSN 2.9307107E5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$MBtu/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "MBtu{IT}/hr" ; + qudt:ucumCode "M[Btu_IT].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "M[Btu_IT]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega British Thermal Unit (International Definition) per Hour"@en ; +. +unit:MegaBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177.44447956 ; + qudt:conversionMultiplierSN 5.54517744447956E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB131" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:symbol "MB" ; + qudt:ucumCode "MBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4L" ; + rdfs:isDefinedBy ; + rdfs:label "Mega byte"@en ; +. +unit:MegaBYTE-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit byte devided by the SI base unit second" ; + qudt:conversionMultiplier 5545177.4444795624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAB307" ; + qudt:symbol "Mbyte/s" ; + qudt:ucumCode "MBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P95" ; + rdfs:isDefinedBy ; + rdfs:label "megabyte per second" ; +. +unit:MegaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A MegaCoulomb is $10^{6} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA206" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MC" ; + qudt:ucumCode "MC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D77" ; + rdfs:isDefinedBy ; + rdfs:label "MegaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:MegaC-PER-M2 + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA207" ; + qudt:plainTextDescription "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MC/m²" ; + qudt:ucumCode "MC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B70" ; + rdfs:isDefinedBy ; + rdfs:label "Megacoulomb Per Square Meter"@en-us ; + rdfs:label "Megacoulomb Per Square Metre"@en ; +. +unit:MegaC-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:iec61360Code "0112/2///62720#UAA208" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "MC/m³" ; + qudt:ucumCode "MC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B69" ; + rdfs:isDefinedBy ; + rdfs:label "Megacoulomb Per Cubic Meter"@en-us ; + rdfs:label "Megacoulomb Per Cubic Metre"@en ; +. +unit:MegaDOLLAR_US-PER-FLIGHT + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:expression "$M\\$/Flight$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:CurrencyPerFlight ; + qudt:symbol "$M/flight" ; + rdfs:isDefinedBy ; + rdfs:label "Million US Dollars per Flight"@en ; +. +unit:MegaEV + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-13 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA227" ; + qudt:symbol "MeV" ; + qudt:ucumCode "MeV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B71" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt"@en ; +. +unit:MegaEV-FemtoM + a qudt:Unit ; + dcterms:description "$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-28 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LengthEnergy ; + qudt:prefix prefix:Mega ; + qudt:symbol "MeV·fm" ; + qudt:ucumCode "MeV.fm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt Femtometer"@en-us ; + rdfs:label "Mega Electron Volt Femtometre"@en ; +. +unit:MegaEV-PER-CentiM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-11 ; + qudt:expression "$MeV/cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:symbol "MeV/cm" ; + qudt:ucumCode "MeV.cm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt per Centimeter"@en-us ; + rdfs:label "Mega Electron Volt per Centimetre"@en ; +. +unit:MegaEV-PER-SpeedOfLight + a qudt:Unit ; + dcterms:description "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$."^^qudt:LatexString ; + qudt:expression "$MeV/c$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:symbol "MeV/c" ; + qudt:ucumCode "MeV.[c]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt per Speed of Light"@en ; +. +unit:MegaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB591" ; + qudt:symbol "Mflops" ; + rdfs:isDefinedBy ; + rdfs:label "megafloating point operations per second" ; +. +unit:MegaGM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA228" ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Mega ; + qudt:symbol "Mg" ; + qudt:ucumCode "Mg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2U" ; + rdfs:isDefinedBy ; + rdfs:label "Megagram"@en ; +. +unit:MegaGM-PER-HA + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:TONNE-PER-HA ; + qudt:exactMatch unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "Mg/ha" ; + qudt:ucumCode "Mg.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megagram Per Hectare"@en ; + rdfs:label "Megagram Per Hectare"@en-us ; +. +unit:MegaGM-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA229" ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "Mg/m³" ; + qudt:ucumCode "Mg.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B72" ; + rdfs:isDefinedBy ; + rdfs:label "Megagram Per Cubic Meter"@en-us ; + rdfs:label "Megagram Per Cubic Metre"@en ; +. +unit:MegaGRAY + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit gray" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB505" ; + qudt:symbol "MGy" ; + rdfs:isDefinedBy ; + rdfs:label "megagray" ; +. +unit:MegaHZ + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA209" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MHz" ; + qudt:ucumCode "MHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MHZ" ; + rdfs:isDefinedBy ; + rdfs:label "Megahertz"@en ; +. +unit:MegaHZ-M + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA210" ; + qudt:plainTextDescription "product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre" ; + qudt:symbol "MHz·m" ; + qudt:ucumCode "MHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H39" ; + rdfs:isDefinedBy ; + rdfs:label "Megahertz Meter"@en-us ; + rdfs:label "Megahertz Metre"@en ; +. +unit:MegaHZ-PER-K + a qudt:Unit ; + dcterms:description "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MHz K^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:InverseTimeTemperature ; + qudt:symbol "MHz/K" ; + qudt:ucumCode "MHz.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Hertz per Kelvin"@en ; +. +unit:MegaHZ-PER-T + a qudt:Unit ; + dcterms:description "\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MHz T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:symbol "MHz/T" ; + qudt:ucumCode "MHz.T-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Hertz per Tesla"@en ; +. +unit:MegaJ + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA211" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit joule" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MJ" ; + qudt:ucumCode "MJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "3B" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule"@en ; +. +unit:MegaJ-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit MegaJoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 277.7777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:plainTextDescription "SI derived unit Megajoule divided by the 3600 times the SI base unit second" ; + qudt:symbol "MJ/hr" ; + qudt:ucumCode "MJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule Per Hour"@en ; +. +unit:MegaJ-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MegaJ/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:symbol "MJ/K" ; + qudt:ucumCode "MJ.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MegaJoule per Kelvin"@en ; +. +unit:MegaJ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB093" ; + qudt:plainTextDescription "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram" ; + qudt:symbol "MJ/kg" ; + qudt:ucumCode "MJ.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JK" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule Per Kilogram"@en ; +. +unit:MegaJ-PER-M2 + a qudt:Unit ; + dcterms:description "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MJ/m²" ; + qudt:ucumCode "MJ.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule Per Square Meter"@en-us ; + rdfs:label "Megajoule Per Square Metre"@en ; +. +unit:MegaJ-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA212" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "MJ/m³" ; + qudt:ucumCode "MJ.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JM" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule Per Cubic Meter"@en-us ; + rdfs:label "Megajoule Per Cubic Metre"@en ; +. +unit:MegaJ-PER-SEC + a qudt:Unit ; + dcterms:description "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB177" ; + qudt:plainTextDescription "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second" ; + qudt:symbol "MJ/s" ; + qudt:ucumCode "MJ.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D78" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule Per Second"@en ; +. +unit:MegaL + a qudt:Unit ; + dcterms:description "1 000 000-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB112" ; + qudt:plainTextDescription "1 000 000-fold of the unit litre" ; + qudt:symbol "ML" ; + qudt:ucumCode "ML"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAL" ; + rdfs:isDefinedBy ; + rdfs:label "Megalitre"@en ; + rdfs:label "Megalitre"@en-us ; +. +unit:MegaLB_F + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4448221.8148411428 ; + qudt:conversionMultiplierSN 4.4482218148411428E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + qudt:symbol "Mlbf" ; + qudt:ucumCode "M[lbf_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Pound Force"@en ; +. +unit:MegaN + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA213" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit newton" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MN" ; + qudt:ucumCode "MN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B73" ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton"@en ; +. +unit:MegaN-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA214" ; + qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "MN·m" ; + qudt:ucumCode "MN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B74" ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton Meter"@en-us ; + rdfs:label "Meganewton Metre"@en ; +. +unit:MegaN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB553" ; + qudt:symbol "MN·m/m²" ; + qudt:ucumCode "m.MN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "meganewton metre per square metre" ; +. +unit:MegaOHM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA198" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit ohm" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MΩ" ; + qudt:ucumCode "MOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B75" ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm"@en ; +. +unit:MegaOHM-KiloM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB406" ; + qudt:symbol "MΩ·km" ; + qudt:ucumCode "MOhm.km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H88" ; + rdfs:isDefinedBy ; + rdfs:label "megaohm kilometre" ; +. +unit:MegaOHM-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA200" ; + qudt:symbol "MΩ·m" ; + qudt:ucumCode "m.MOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B76" ; + rdfs:isDefinedBy ; + rdfs:label "megaohm metre" ; +. +unit:MegaOHM-PER-BAR + a qudt:Unit ; + dcterms:description "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD881" ; + qudt:symbol "MΩ/bar" ; + qudt:ucumCode "MOhm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "megaohm per bar" ; +. +unit:MegaOHM-PER-K + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD877" ; + qudt:symbol "MΩ/K" ; + qudt:ucumCode "MOhm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "megaohm per kelvin" ; +. +unit:MegaOHM-PER-KiloM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."^^rdf:HTML ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA199" ; + qudt:symbol "MΩ/km" ; + qudt:ucumCode "MOhm.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H36" ; + rdfs:isDefinedBy ; + rdfs:label "megaohm per kilometre" ; +. +unit:MegaOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA201" ; + qudt:symbol "MΩ/m" ; + qudt:ucumCode "MOhm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H37" ; + rdfs:isDefinedBy ; + rdfs:label "megaohm per metre" ; +. +unit:MegaPA + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA215" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit pascal" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MPa" ; + qudt:ucumCode "MPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MPA" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal"@en ; +. +unit:MegaPA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA218" ; + qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "MPa·L/s" ; + qudt:ucumCode "MPa.L.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "MPa.L/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F97" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Liter Per Second"@en-us ; + rdfs:label "Megapascal Litre Per Second"@en ; +. +unit:MegaPA-M0dot5 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MPa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Square Root Meter"@en-us ; + rdfs:label "Megapascal Square Root Metre"@en ; +. +unit:MegaPA-M0pt5 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; + dcterms:isReplacedBy unit:MegaPA-M0dot5 ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MPa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Square Root Meter"@en-us ; + rdfs:label "Megapascal Square Root Metre"@en ; +. +unit:MegaPA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA219" ; + qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "MPa·m³/s" ; + qudt:ucumCode "MPa.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F98" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Cubic Meter Per Second"@en-us ; + rdfs:label "Megapascal Cubic Metre Per Second"@en ; +. +unit:MegaPA-PER-BAR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA217" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "MPa/bar" ; + qudt:ucumCode "MPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F05" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Per Bar"@en ; +. +unit:MegaPA-PER-K + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA216" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "MPa/K" ; + qudt:ucumCode "MPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F85" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Per Kelvin"@en ; +. +unit:MegaPSI + a qudt:Unit ; + dcterms:description "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894757800.0 ; + qudt:conversionMultiplierSN 6.8947578E9 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:plainTextDescription "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; + qudt:symbol "Mpsi" ; + qudt:ucumCode "[Mpsi]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MPSI"@en ; +. +unit:MegaS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:symbol "MS" ; + rdfs:isDefinedBy ; + rdfs:label "MegaSiemens"@en ; +. +unit:MegaS-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA220" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "MS/m" ; + qudt:ucumCode "MS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B77" ; + rdfs:isDefinedBy ; + rdfs:label "Megasiemens Per Meter"@en-us ; + rdfs:label "Megasiemens Per Metre"@en ; +. +unit:MegaSEC + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit second" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Period ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC698" ; + qudt:symbol "Ms" ; + rdfs:isDefinedBy ; + rdfs:label "megasecond" ; +. +unit:MegaTOE + a qudt:Unit ; + dcterms:description """

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

+

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

"""^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41868000000000000.0 ; + qudt:conversionMultiplierSN 4.1868E16 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; + qudt:symbol "Mtoe" ; + rdfs:isDefinedBy ; + rdfs:label "Megaton of Oil Equivalent"@en ; +. +unit:MegaTON + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit ton" ; + qudt:conversionMultiplier 907184740.0 ; + qudt:conversionMultiplierSN 9.0718474E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "Mtn" ; + rdfs:isDefinedBy ; + rdfs:label "megaton" ; +. +unit:MegaTONNE + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit tonne" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB833" ; + qudt:symbol "Mt" ; + rdfs:isDefinedBy ; + rdfs:label "megatonne" ; +. +unit:MegaV + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA221" ; + qudt:plainTextDescription "1,000,000-fold of the derived unit volt" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MV" ; + qudt:ucumCode "MV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B78" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt"@en ; +. +unit:MegaV-A + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:iec61360Code "0112/2///62720#UAA222" ; + qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "MV·A" ; + qudt:ucumCode "MV.A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MVA" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Ampere"@en ; +. +unit:MegaV-A-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "MV·A·hr" ; + qudt:ucumCode "MV.A.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Ampere Hour"@en ; +. +unit:MegaV-A_Reactive + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB199" ; + qudt:plainTextDescription "1,000,000-fold of the unit volt ampere reactive" ; + qudt:symbol "MV·A{Reactive}" ; + qudt:ucumCode "MV.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAR" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Ampere Reactive"@en ; +. +unit:MegaV-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB198" ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "MV·A{Reactive}·hr" ; + qudt:ucumCode "MV.A{reactive}.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAH" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Ampere Reactive Hour"@en ; +. +unit:MegaV-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA223" ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "MV/m" ; + qudt:ucumCode "MV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B79" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Per Meter"@en-us ; + rdfs:label "Megavolt Per Metre"@en ; +. +unit:MegaW + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit watt" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA224" ; + qudt:prefix prefix:Mega ; + qudt:symbol "MW" ; + qudt:ucumCode "MW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAW" ; + rdfs:isDefinedBy ; + rdfs:label "MegaW"@en ; +. +unit:MegaW-HR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA225" ; + qudt:plainTextDescription "1 000 000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "MW·hr" ; + qudt:ucumCode "MW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MWH" ; + rdfs:isDefinedBy ; + rdfs:label "Megawatt Hour"@en ; +. +unit:MegaYR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit year."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600000000.0 ; + qudt:conversionMultiplierSN 3.15576E13 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit year." ; + qudt:prefix prefix:Mega ; + qudt:symbol "Myr" ; + qudt:ucumCode "Ma"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Million Years"@en ; + skos:altLabel "Ma" ; + skos:altLabel "Mega Year"@en ; + skos:altLabel "megannum"@la ; +. +unit:Megahertz-KiloM + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD911" ; + qudt:symbol "MHz·km" ; + qudt:uneceCommonCode "H39" ; + rdfs:isDefinedBy ; + rdfs:label "megahertz kilometre" ; +. +unit:MicroA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA057" ; + qudt:latexSymbol "$\\mu A$"^^qudt:LatexString ; + qudt:prefix prefix:Micro ; + qudt:symbol "μA" ; + qudt:ucumCode "uA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B84" ; + rdfs:isDefinedBy ; + rdfs:label "microampere"@en ; +. +unit:MicroA-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:iec61360Code "0112/2///62720#UAD898" ; + qudt:symbol "µA/K" ; + qudt:ucumCode "uA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "microampere per kelvin" ; +. +unit:MicroATM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.101325 ; + qudt:conversionMultiplierSN 1.01325E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "μatm" ; + qudt:ucumCode "uatm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microatmospheres"@en ; +. +unit:MicroBAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB089" ; + qudt:plainTextDescription "0.000001-fold of the unit bar" ; + qudt:symbol "μbar" ; + qudt:ucumCode "ubar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B85" ; + rdfs:isDefinedBy ; + rdfs:label "Microbar"@en ; +. +unit:MicroBQ + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA058" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit becquerel" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μBq" ; + qudt:ucumCode "uBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H08" ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerel"@en ; +. +unit:MicroBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "μBq/kg" ; + qudt:ucumCode "uBq.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerels per kilogram"@en ; +. +unit:MicroBQ-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "μBq/L" ; + qudt:ucumCode "uBq.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "uBq/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerels per litre"@en ; +. +unit:MicroC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A MicroCoulomb is $10^{-6} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA059" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μC" ; + qudt:ucumCode "uC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B86" ; + rdfs:isDefinedBy ; + rdfs:label "MicroCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:MicroC-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA060" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "µC/m²" ; + qudt:ucumCode "uC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B88" ; + rdfs:isDefinedBy ; + rdfs:label "Microcoulomb Per Square Meter"@en-us ; + rdfs:label "Microcoulomb Per Square Metre"@en ; +. +unit:MicroC-PER-M3 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:iec61360Code "0112/2///62720#UAA061" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "µC/m³" ; + qudt:ucumCode "uC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B87" ; + rdfs:isDefinedBy ; + rdfs:label "Microcoulomb Per Cubic Meter"@en-us ; + rdfs:label "Microcoulomb Per Cubic Metre"@en ; +. +unit:MicroCi + a qudt:Unit ; + dcterms:description "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000.0 ; + qudt:conversionMultiplierSN 3.7E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA062" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:symbol "μCi" ; + qudt:ucumCode "uCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M5" ; + rdfs:isDefinedBy ; + rdfs:label "MicroCurie"@en ; +. +unit:MicroFARAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA063" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μF" ; + qudt:ucumCode "uF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4O" ; + rdfs:isDefinedBy ; + rdfs:label "microfarad"@en ; +. +unit:MicroFARAD-PER-KiloM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA064" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre" ; + qudt:symbol "µF/km" ; + qudt:ucumCode "uF.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H28" ; + rdfs:isDefinedBy ; + rdfs:label "Microfarad Per Kilometer"@en-us ; + rdfs:label "Microfarad Per Kilometre"@en ; +. +unit:MicroFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA065" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "µF/m" ; + qudt:ucumCode "uF.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B89" ; + rdfs:isDefinedBy ; + rdfs:label "Microfarad Per Meter"@en-us ; + rdfs:label "Microfarad Per Metre"@en ; +. +unit:MicroG + a qudt:Unit ; + dcterms:description "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000980665 ; + qudt:conversionMultiplierSN 9.80665E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:latexSymbol "$\\mu G$"^^qudt:LatexString ; + qudt:symbol "μG" ; + qudt:ucumCode "u[g]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgravity"@en ; +. +unit:MicroG-PER-CentiM2 + a qudt:Unit ; + dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; + dcterms:isReplacedBy unit:MicroGM-PER-CentiM2 ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre" ; + qudt:symbol "µg/cm²" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per square centimetre"@en ; +. +unit:MicroGAL-PER-M + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "µGal/m" ; + qudt:ucumCode "uGal.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "uGal/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MicroGals per metre"@en ; +. +unit:MicroGM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA082" ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μg" ; + qudt:ucumCode "ug"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MC" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram"@en ; +. +unit:MicroGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre" ; + qudt:symbol "µG/cm²" ; + qudt:ucumCode "u[g].cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "ug.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per square centimetre"@en ; +. +unit:MicroGM-PER-CentiM2-WK + a qudt:Unit ; + dcterms:description "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000016534392 ; + qudt:conversionMultiplierSN 1.6534392E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "μg/(cm²·wk)" ; + qudt:ucumCode "µg.cm-2.wk-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrograms per square centimeter week"@en-us ; + rdfs:label "Micrograms per square centimetre week"@en ; +. +unit:MicroGM-PER-DeciL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre" ; + qudt:symbol "μg/dL" ; + qudt:ucumCode "ug.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ug/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per Deciliter"@en-us ; + rdfs:label "Microgram Per Decilitre"@en ; +. +unit:MicroGM-PER-GM + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/g" ; + qudt:ucumCode "ug.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrograms per gram"@en ; +. +unit:MicroGM-PER-IN2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000155 ; + qudt:conversionMultiplierSN 1.55E-6 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$µg/in^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:symbol "μg/in²" ; + qudt:ucumCode "µg.in-2"^^qudt:UCUMcs ; + qudt:ucumCode "µg/in2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Square Inch"@en ; + rdfs:label "Microgram per Square Inch"@en-us ; +. +unit:MicroGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA083" ; + qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/kg" ; + qudt:ucumCode "ug.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "ug/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J33" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per Kilogram"@en ; +. +unit:MicroGM-PER-L + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA084" ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "μg/L" ; + qudt:ucumCode "ug.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "ug/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H29" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per Liter"@en-us ; + rdfs:label "Microgram Per Litre"@en ; +. +unit:MicroGM-PER-L-HR + a qudt:Unit ; + dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μg/(L·hr)" ; + qudt:ucumCode "ug.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrograms per litre hour"@en ; +. +unit:MicroGM-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-14 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "μg/(m²·day)" ; + qudt:ucumCode "ug.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrograms per square metre day"@en ; +. +unit:MicroGM-PER-M3 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA085" ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "μg/m³" ; + qudt:ucumCode "ug.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "ug/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GQ" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per Cubic Meter"@en-us ; + rdfs:label "Microgram Per Cubic Metre"@en ; +. +unit:MicroGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00000000000001 ; + qudt:conversionMultiplierSN 1.0E-14 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA087" ; + qudt:symbol "µg/(m³·bar)" ; + qudt:ucumCode "ug.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J35" ; + rdfs:isDefinedBy ; + rdfs:label "microgram per cubic metre bar" ; +. +unit:MicroGM-PER-M3-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-13 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μg/(m³·hr)" ; + qudt:ucumCode "ug.m-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrograms per cubic metre hour"@en ; +. +unit:MicroGM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA086" ; + qudt:symbol "µg/(m³·K)" ; + qudt:ucumCode "ug.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J34" ; + rdfs:isDefinedBy ; + rdfs:label "microgram per cubic metre kelvin" ; +. +unit:MicroGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre" ; + qudt:symbol "μg/mL" ; + qudt:ucumCode "ug.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ug/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram Per MilliLitre"@en ; + rdfs:label "Microgram Per Milliliter"@en-us ; +. +unit:MicroGRAY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + qudt:omUnit ; + qudt:prefix prefix:Micro ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "μGy" ; + qudt:ucumCode "uGy"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MicroGray"@en ; +. +unit:MicroGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB478" ; + qudt:symbol "µGy/h" ; + qudt:ucumCode "uGy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P63" ; + rdfs:isDefinedBy ; + rdfs:label "microgray per hour" ; +. +unit:MicroGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB474" ; + qudt:symbol "µGy/min" ; + qudt:ucumCode "uGy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P59" ; + rdfs:isDefinedBy ; + rdfs:label "microgray per minute" ; +. +unit:MicroGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB299" ; + qudt:symbol "µGy/s" ; + qudt:ucumCode "uGy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P55" ; + rdfs:isDefinedBy ; + rdfs:label "microgray per second" ; +. +unit:MicroH + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA066" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μH" ; + qudt:ucumCode "uH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B90" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenry"@en ; +. +unit:MicroH-PER-KiloOHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA068" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm" ; + qudt:symbol "µH/kΩ" ; + qudt:ucumCode "uH.kOhm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G98" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenry Per Kiloohm"@en ; +. +unit:MicroH-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA069" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI base unit metre" ; + qudt:symbol "µH/m" ; + qudt:ucumCode "uH.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B91" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenry Per Meter"@en-us ; + rdfs:label "Microhenry Per Metre"@en ; +. +unit:MicroH-PER-OHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA067" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "µH/Ω" ; + qudt:ucumCode "uH.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G99" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenry Per Ohm"@en ; +. +unit:MicroIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000254 ; + qudt:conversionMultiplierSN 2.54E-8 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA840" ; + qudt:latexSymbol "$\\mu in$"^^qudt:LatexString ; + qudt:prefix prefix:Micro ; + qudt:symbol "μin" ; + qudt:ucumCode "u[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M7" ; + rdfs:isDefinedBy ; + rdfs:label "Microinch"@en ; +. +unit:MicroJ + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB740" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit joule" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μJ" ; + rdfs:isDefinedBy ; + rdfs:label "Micro Joule"@en ; + rdfs:label "Micro Joule"@en-us ; + rdfs:label "Mikrojoule "@de ; +. +unit:MicroJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB510" ; + qudt:symbol "µJ/s" ; + qudt:ucumCode "uJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "microjoule per second" ; +. +unit:MicroKAT-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "µkat/L" ; + qudt:ucumCode "ukat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microkatal Per Liter"@en-us ; + rdfs:label "Microkatal Per Litre"@en ; +. +unit:MicroL + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA088" ; + qudt:plainTextDescription "0.000001-fold of the unit litre" ; + qudt:symbol "μL" ; + qudt:ucumCode "uL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4G" ; + rdfs:isDefinedBy ; + rdfs:label "Microlitre"@en ; + rdfs:label "Microlitre"@en-us ; +. +unit:MicroL-PER-L + a qudt:Unit ; + dcterms:description "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA089" ; + qudt:plainTextDescription "volume ratio as 0.000001-fold of the unit litre divided by the unit litre" ; + qudt:symbol "μL/L" ; + qudt:ucumCode "uL.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "uL/L"^^qudt:UCUMcs ; + qudt:udunitsCode "ppmv" ; + qudt:uneceCommonCode "J36" ; + rdfs:isDefinedBy ; + rdfs:label "Microlitre Per Liter"@en-us ; + rdfs:label "Microlitre Per Litre"@en ; +. +unit:MicroM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Micrometer\" is a unit for 'Length' expressed as $microm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA090" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:symbol "μm" ; + qudt:ucumCode "um"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4H" ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer"@en-us ; + rdfs:label "Micrometre"@en ; +. +unit:MicroM-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA091" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "µm/K" ; + qudt:ucumCode "um.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "um/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F50" ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer Per Kelvin"@en-us ; + rdfs:label "Micrometre Per Kelvin"@en ; +. +unit:MicroM-PER-L-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:hasQuantityKind quantitykind:ParticleFluenceRate ; + qudt:symbol "µm/(L·day)" ; + qudt:ucumCode "um.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per litre day"@en ; +. +unit:MicroM-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Gradient ; + qudt:iec61360Code "0112/2///62720#UAC002" ; + qudt:symbol "µm/m" ; + qudt:ucumCode "um.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "micrometre per metre" ; +. +unit:MicroM-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000166666667 ; + qudt:conversionMultiplierSN 1.66666667E-8 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "\\(\\frac{\\mu m}{min}\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "μm/min" ; + qudt:ucumCode "um.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "um/min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer per Minute"@en-us ; + rdfs:label "micrometre per minute"@en ; + skos:altLabel "Micron per Minute"@en ; + skos:altLabel "micron per minute"@en ; +. +unit:MicroM-PER-MilliL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "µm/mL" ; + qudt:ucumCode "um2.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "um2/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square microns per millilitre"@en ; +. +unit:MicroM-PER-N + a qudt:Unit ; + dcterms:description "Micro metres measured per Newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:LinearCompressibility ; + qudt:plainTextDescription "Micro metres measured per Newton" ; + qudt:symbol "µm/N" ; + qudt:ucumCode "um.N-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro meter per Newton"@en-us ; + rdfs:label "Micro metre per Newton"@en ; + rdfs:label "Mikrometer pro Newton"@de ; +. +unit:MicroM-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "$\\frac{\\mu m}{s}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "μm/s" ; + qudt:ucumCode "um.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "um/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer per Second"@en-us ; + rdfs:label "micrometre per second"@en ; +. +unit:MicroM2 + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA092" ; + qudt:plainTextDescription "0.000000000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μm²" ; + qudt:ucumCode "um2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H30" ; + rdfs:isDefinedBy ; + rdfs:label "Square Micrometer"@en-us ; + rdfs:label "Square Micrometre"@en ; +. +unit:MicroM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:prefix prefix:Micro ; + qudt:symbol "µm³" ; + qudt:ucumCode "um3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic micrometres (microns)"@en ; +. +unit:MicroM3-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "µm³/m³" ; + qudt:ucumCode "um3.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic microns per cubic metre"@en ; +. +unit:MicroM3-PER-MilliL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "µm³/mL" ; + qudt:ucumCode "um3.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "um3/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic microns per millilitre"@en ; +. +unit:MicroMHO + a qudt:Unit ; + dcterms:description "0.000001-fold of the obsolete unit mho of the electric conductance"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAB201" ; + qudt:plainTextDescription "0.000001-fold of the obsolete unit mho of the electric conductance" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µ℧" ; + qudt:ucumCode "umho"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NR" ; + rdfs:isDefinedBy ; + rdfs:label "Micromho"@en ; +. +unit:MicroMOL + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA093" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit mol" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μmol" ; + qudt:ucumCode "umol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FH" ; + rdfs:isDefinedBy ; + rdfs:label "Micromole"@en ; +. +unit:MicroMOL-PER-GM + a qudt:Unit ; + dcterms:description "Micromole Per Gram ($umol/g$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:plainTextDescription "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "µmol/g" ; + qudt:ucumCode "umol.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per gram"@en ; +. +unit:MicroMOL-PER-GM-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "µmol/(g·hr)" ; + qudt:ucumCode "umol.g-1.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/g/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per gram hour"@en ; +. +unit:MicroMOL-PER-GM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μmol/(g·s)" ; + qudt:ucumCode "umol.g-1.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/g/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per gram second"@en ; +. +unit:MicroMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:symbol "µmol/kg" ; + qudt:ucumCode "umol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per kilogram"@en ; +. +unit:MicroMOL-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:symbol "µmol/L" ; + qudt:ucumCode "umol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per litre"@en ; +. +unit:MicroMOL-PER-L-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "µmol/(L·hr)" ; + qudt:ucumCode "umol.L-1.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/L/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per litre hour"@en ; +. +unit:MicroMOL-PER-M2 + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "µmol/m²" ; + qudt:ucumCode "umol.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "umol/m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per square metre"@en ; +. +unit:MicroMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-11 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "µmol/(m²·day)" ; + qudt:ucumCode "umol.m-2.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/m2/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per square metre day"@en ; +. +unit:MicroMOL-PER-M2-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-10 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "µmol/(m²·hr)" ; + qudt:ucumCode "umol.m-2.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/m2/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per square metre hour"@en ; +. +unit:MicroMOL-PER-M2-SEC + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "µmol/(m²·s)" ; + qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/m2/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per square metre second"@en ; +. +unit:MicroMOL-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "µmol/mol" ; + qudt:ucumCode "umol.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per mole"@en ; +. +unit:MicroMOL-PER-MicroMOL-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μmol/(µmol·day)" ; + qudt:ucumCode "umol.umol-1.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/umol/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per micromole of biomass day"@en ; +. +unit:MicroMOL-PER-SEC + a qudt:Unit ; + dcterms:description " This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFlux ; + qudt:symbol "µmol/s" ; + qudt:ucumCode "umol.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "umol/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromoles per second"@en ; +. +unit:MicroN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA070" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit newton" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μN" ; + qudt:ucumCode "uN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B92" ; + rdfs:isDefinedBy ; + rdfs:label "Micronewton"@en ; +. +unit:MicroN-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA071" ; + qudt:plainTextDescription "0.000001-fold of the product out of the derived SI newton and the SI base unit metre" ; + qudt:symbol "μN·m" ; + qudt:ucumCode "uN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B93" ; + rdfs:isDefinedBy ; + rdfs:label "Micronewton Meter"@en-us ; + rdfs:label "Micronewton Metre"@en ; +. +unit:MicroN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB548" ; + qudt:symbol "µN·m/m²" ; + qudt:ucumCode "m.uN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "micronewton metre per square metre" ; +. +unit:MicroOHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA055" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μΩ" ; + qudt:ucumCode "uOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B94" ; + rdfs:isDefinedBy ; + rdfs:label "Microohm"@en ; +. +unit:MicroOHM-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA056" ; + qudt:symbol "µΩ·m" ; + qudt:ucumCode "m.uOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B95" ; + rdfs:isDefinedBy ; + rdfs:label "microohm metre" ; +. +unit:MicroPA + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA073" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μPa" ; + qudt:ucumCode "uPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B96" ; + rdfs:isDefinedBy ; + rdfs:label "Micropascal"@en ; +. +unit:MicroPOISE + a qudt:Unit ; + dcterms:description "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA072" ; + qudt:plainTextDescription "0.000001-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:symbol "μP" ; + qudt:ucumCode "uP"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J32" ; + rdfs:isDefinedBy ; + rdfs:label "Micropoise"@en ; +. +unit:MicroRAD + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA094" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µrad" ; + qudt:ucumCode "urad"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B97" ; + rdfs:isDefinedBy ; + rdfs:label "microradian"@en ; +. +unit:MicroS + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA074" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Micro ; + qudt:symbol "μS" ; + qudt:ucumCode "uS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B99" ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens"@en ; +. +unit:MicroS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA075" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "μS/cm" ; + qudt:ucumCode "uS.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G42" ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens Per Centimeter"@en-us ; + rdfs:label "Microsiemens Per Centimetre"@en ; +. +unit:MicroS-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA076" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "μS/m" ; + qudt:ucumCode "uS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G43" ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens Per Meter"@en-us ; + rdfs:label "Microsiemens Per Metre"@en ; +. +unit:MicroSEC + a qudt:Unit ; + dcterms:description "\"Microsecond\" is a unit for 'Time' expressed as $microsec$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA095" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µs" ; + qudt:ucumCode "us"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B98" ; + rdfs:isDefinedBy ; + rdfs:label "microsecond"@en ; +. +unit:MicroSV + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:omUnit ; + qudt:prefix prefix:Micro ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "µSv" ; + qudt:ucumCode "uSv"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MicroSievert"@en ; +. +unit:MicroSV-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "0.000001-fold of the derived SI unit sievert divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277778 ; + qudt:conversionMultiplierSN 2.77778E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:iec61360Code "0112/2///62720#UAB466" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "µSv/hr" ; + qudt:ucumCode "uSv.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P72" ; + rdfs:isDefinedBy ; + rdfs:label "MicroSievert per hour"@en ; +. +unit:MicroSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB470" ; + qudt:symbol "µSv/min" ; + qudt:ucumCode "uSv.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P76" ; + rdfs:isDefinedBy ; + rdfs:label "microsievert per minute" ; +. +unit:MicroSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB303" ; + qudt:symbol "µSv/s" ; + qudt:ucumCode "uSv.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P67" ; + rdfs:isDefinedBy ; + rdfs:label "microsievert per second" ; +. +unit:MicroT + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA077" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µT" ; + qudt:ucumCode "uT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D81" ; + rdfs:isDefinedBy ; + rdfs:label "Microtesla"@en ; +. +unit:MicroTORR + a qudt:Unit ; + dcterms:description "\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.000133322 ; + qudt:conversionMultiplierSN 1.33322E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "µTorr" ; + rdfs:isDefinedBy ; + rdfs:label "MicroTorr"@en ; +. +unit:MicroV + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA078" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µV" ; + qudt:ucumCode "uV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D82" ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt"@en ; +. +unit:MicroV-A + a qudt:Unit ; + dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB532" ; + qudt:symbol "µV·A" ; + qudt:ucumCode "uV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "microvolt ampere" ; +. +unit:MicroV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD907" ; + qudt:symbol "µV·A/K" ; + qudt:ucumCode "uV.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "microvolt ampere per kelvin" ; +. +unit:MicroV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000001 of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC506" ; + qudt:symbol "µV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "microvolt ampere reactive" ; +. +unit:MicroV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E-1L-2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD903" ; + qudt:symbol "µvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "microvolt ampere reactive per kelvin" ; +. +unit:MicroV-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA079" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "µV/m" ; + qudt:ucumCode "uV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C3" ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt Per Meter"@en-us ; + rdfs:label "Microvolt Per Metre"@en ; +. +unit:MicroW + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA080" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Micro ; + qudt:symbol "µW" ; + qudt:ucumCode "uW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D80" ; + rdfs:isDefinedBy ; + rdfs:label "Microwatt"@en ; +. +unit:MicroW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA081" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "µW/m²" ; + qudt:ucumCode "uW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D85" ; + rdfs:isDefinedBy ; + rdfs:label "Microwatt Per Square Meter"@en-us ; + rdfs:label "Microwatt Per Square Metre"@en ; +. +unit:MilLength + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:symbol "mil" ; + qudt:ucumCode "[mil_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mil Length"@en ; +. +unit:MilliA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA775" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mA" ; + qudt:ucumCode "mA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4K" ; + rdfs:isDefinedBy ; + rdfs:label "MilliAmpere"@en ; +. +unit:MilliA-HR + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA777" ; + qudt:plainTextDescription "product of the 0.001-fold of the SI base unit ampere and the unit hour" ; + qudt:symbol "mA·hr" ; + qudt:ucumCode "mA.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E09" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Hour"@en ; +. +unit:MilliA-HR-PER-GM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. + 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. + The unit is often used in electrochemistry to describe the properties of active components like electrodes. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:SpecificElectricCharge ; + qudt:symbol "mA·h/g" ; + qudt:ucumCode "mA.h.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Hour per Gram"@en ; +. +unit:MilliA-IN2-PER-LB_F + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.000000145037731222726870214855723638659299692 ; + qudt:conversionMultiplierSN 1.45037731222726870214855723638659299692E-7 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB494" ; + qudt:symbol "mA·in²/lbf" ; + qudt:ucumCode "mA.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F57" ; + rdfs:isDefinedBy ; + rdfs:label "milliampere per pound-force square inch" ; +. +unit:MilliA-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA776" ; + qudt:symbol "mA/bar" ; + qudt:ucumCode "mA.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F59" ; + rdfs:isDefinedBy ; + rdfs:label "milliampere per bar" ; +. +unit:MilliA-PER-IN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 0.03937008 ; + qudt:conversionMultiplierSN 3.937008E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAA778" ; + qudt:plainTextDescription "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "mA/in" ; + qudt:ucumCode "mA.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F08" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Per Inch"@en ; +. +unit:MilliA-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:iec61360Code "0112/2///62720#UAD897" ; + qudt:symbol "mA/K" ; + qudt:ucumCode "mA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milliampere per kelvin" ; +. +unit:MilliA-PER-L-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD910" ; + qudt:symbol "mA/(l·min)" ; + qudt:ucumCode "mA.L-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G59" ; + rdfs:isDefinedBy ; + rdfs:label "milliampere per litre minute" ; +. +unit:MilliA-PER-LB_F-IN2 + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.34845454307937980503809350919576335422566229642579948977603983952 ; + qudt:conversionMultiplierSN 3.4845454307937980503809350919576335422566229642579948977603983952E-1 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB494" ; + qudt:symbol "mA/(lbf·in²)" ; + qudt:ucumCode "mA.[lbf_av]-1.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F57" ; + rdfs:isDefinedBy ; + rdfs:label "milliampere per pound-force square inch" ; +. +unit:MilliA-PER-MilliM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAA781" ; + qudt:plainTextDescription "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "mA/mm" ; + qudt:ucumCode "mA.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F76" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Per Millimeter"@en-us ; + rdfs:label "Milliampere Per Millimetre"@en ; +. +unit:MilliA-SEC + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAD919" ; + qudt:symbol "mA·s" ; + qudt:ucumCode "mA.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milliampere second" ; +. +unit:MilliARCSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000000484813681 ; + qudt:conversionMultiplierSN 4.84813681E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + qudt:symbol "mas" ; + qudt:ucumCode "m''"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milli ArcSecond"@en ; +. +unit:MilliBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:HectoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA810" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:symbol "mbar" ; + qudt:ucumCode "mbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MBR" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar"@en ; +. +unit:MilliBAR-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA813" ; + qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second" ; + qudt:symbol "mbar·L/s" ; + qudt:ucumCode "mbar.L.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mbar.L/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F95" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Liter Per Second"@en-us ; + rdfs:label "Millibar Litre Per Second"@en ; +. +unit:MilliBAR-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA327" ; + qudt:plainTextDescription "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "mbar·m³/s" ; + qudt:ucumCode "mbar.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F96" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Cubic Meter Per Second"@en-us ; + rdfs:label "Millibar Cubic Metre Per Second"@en ; +. +unit:MilliBAR-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the unit bar divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA812" ; + qudt:plainTextDescription "0.01-fold of the unit bar divided by the unit bar" ; + qudt:symbol "mbar/bar" ; + qudt:ucumCode "mbar.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F04" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Per Bar"@en ; +. +unit:MilliBAR-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit bar divided by the unit temperature kelvin"^^rdf:HTML ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA811" ; + qudt:plainTextDescription "0.001-fold of the unit bar divided by the unit temperature kelvin" ; + qudt:symbol "mbar/K" ; + qudt:ucumCode "mbar.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F84" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Per Kelvin"@en ; +. +unit:MilliBQ + a qudt:Unit ; + dcterms:description "0.001-fold of the unit becquerel" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAC503" ; + qudt:symbol "mBq" ; + rdfs:isDefinedBy ; + rdfs:label "MilliBecquerel"@en ; +. +unit:MilliBQ-PER-GM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "mBq/g" ; + qudt:ucumCode "mBq.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerels per gram"@en ; +. +unit:MilliBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "mBq/kg" ; + qudt:ucumCode "mBq.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerels per kilogram"@en ; +. +unit:MilliBQ-PER-L + a qudt:Unit ; + dcterms:description "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "mBq/L" ; + qudt:ucumCode "mBq.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "mBq/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerels per litre"@en ; +. +unit:MilliBQ-PER-M2-DAY + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mBq/(m²·day)" ; + qudt:ucumCode "mBq.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerels per square metre day"@en ; +. +unit:MilliC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A MilliCoulomb is $10^{-3} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA782" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mC" ; + qudt:ucumCode "mC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D86" ; + rdfs:isDefinedBy ; + rdfs:label "MilliCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:MilliC-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA783" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram" ; + qudt:symbol "mC/kg" ; + qudt:ucumCode "mC.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C8" ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb Per Kilogram"@en ; +. +unit:MilliC-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA784" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mC/m²" ; + qudt:ucumCode "mC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D89" ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb Per Square Meter"@en-us ; + rdfs:label "Millicoulomb Per Square Metre"@en ; +. +unit:MilliC-PER-M3 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA785" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mC/m³" ; + qudt:ucumCode "mC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D88" ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb Per Cubic Meter"@en-us ; + rdfs:label "Millicoulomb Per Cubic Metre"@en ; +. +unit:MilliCD + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit candela" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB369" ; + qudt:symbol "mCd" ; + qudt:uneceCommonCode "P34" ; + rdfs:isDefinedBy ; + rdfs:label "millicandela" ; +. +unit:MilliCi + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit curie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000.0 ; + qudt:conversionMultiplierSN 3.7E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA786" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit curie" ; + qudt:symbol "mCi" ; + qudt:ucumCode "mCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MCU" ; + rdfs:isDefinedBy ; + rdfs:label "Millicurie"@en ; +. +unit:MilliDARCY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. + It is not an SI unit, but it is widely used in petroleum engineering and geology. + The unit has also been used in biophysics and biomechanics, where the flow of fluids such as + blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. + A millidarcy has dimensional units of $length^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000009869233 ; + qudt:conversionMultiplierSN 9.869233E-16 ; + qudt:expression "$d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; + qudt:plainTextDescription "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²." ; + qudt:symbol "md" ; + rdfs:isDefinedBy ; + rdfs:label "Millidarcy"@en ; +. +unit:MilliDEG_C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:conversionOffset 273.15 ; + qudt:conversionOffsetSN 2.7315E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ; + qudt:guidance "

See NIST section SP811 section 4.2.1.1

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

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + qudt:latexDefinition "millieDegree Celsius"^^qudt:LatexString ; + qudt:symbol "m°C" ; + qudt:ucumCode "mCel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millidegree Celsius"@en ; +. +unit:MilliFARAD + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit farad"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA787" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit farad" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mF" ; + qudt:ucumCode "mF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C10" ; + rdfs:isDefinedBy ; + rdfs:label "Millifarad"@en ; +. +unit:MilliG + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:symbol "mG" ; + qudt:ucumCode "m[g]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligravity"@en ; +. +unit:MilliGAL + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB043" ; + qudt:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mgal" ; + qudt:ucumCode "mGal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C11" ; + rdfs:isDefinedBy ; + rdfs:label "Milligal"@en ; +. +unit:MilliGAL-PER-MO + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ; + qudt:conversionMultiplier 0.000000000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mgal/mo" ; + qudt:ucumCode "mGal.mo-1"^^qudt:UCUMcs ; + qudt:ucumCode "mGal/mo"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MilliGals per month"@en ; +. +unit:MilliGM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA815" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mg" ; + qudt:ucumCode "mg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MGM" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram"@en ; +. +unit:MilliGM-HR-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC837" ; + qudt:symbol "(mg/l)/(cm³/h)" ; + qudt:ucumCode "mg.h.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per litre cubic centimetre" ; +. +unit:MilliGM-HR-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC836" ; + qudt:symbol "(mg/l)/(m³/h)" ; + qudt:ucumCode "mg.h.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per litre cubic metre" ; +. +unit:MilliGM-HR-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC838" ; + qudt:symbol "(mg/l)/(l/h)" ; + qudt:ucumCode "mg.h.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per litre squared" ; +. +unit:MilliGM-HR-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC831" ; + qudt:symbol "(mg/m³)/(cm³/h)" ; + qudt:ucumCode "mg.h.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per cubic metre cubic centimetre" ; +. +unit:MilliGM-HR-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC832" ; + qudt:symbol "(mg/m³)/(l/h)" ; + qudt:ucumCode "mg.h.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per cubic metre litre" ; +. +unit:MilliGM-HR-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 0.0036 ; + qudt:conversionMultiplierSN 3.6E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC830" ; + qudt:symbol "(mg/m³)/(m³/h)" ; + qudt:ucumCode "mg.h.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram hour per power of metre with the exponent 6" ; +. +unit:MilliGM-MIN-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC840" ; + qudt:symbol "(mg/l)/(cm³/min)" ; + qudt:ucumCode "mg.min.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per litre cubic centimetre" ; +. +unit:MilliGM-MIN-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC839" ; + qudt:symbol "(mg/l)/(m³/min)" ; + qudt:ucumCode "mg.min.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per litre cubic metre" ; +. +unit:MilliGM-MIN-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC841" ; + qudt:symbol "(mg/l)/(l/min)" ; + qudt:ucumCode "mg.min.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per litre squared" ; +. +unit:MilliGM-MIN-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC834" ; + qudt:symbol "(mg/m³)/(cm³/min)" ; + qudt:ucumCode "mg.min.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per cubic metre cubic centimetre" ; +. +unit:MilliGM-MIN-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD870" ; + qudt:symbol "(mg/m³)/(l/min)" ; + qudt:ucumCode "mg.min.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per cubic metre litre" ; +. +unit:MilliGM-MIN-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.00006 ; + qudt:conversionMultiplierSN 6.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC833" ; + qudt:symbol "(mg/m³)/(m³/min)" ; + qudt:ucumCode "mg.min.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram minute per power of metre with the exponent 6" ; +. +unit:MilliGM-PER-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA817" ; + qudt:symbol "mg/bar" ; + qudt:ucumCode "mg.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F75" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per bar" ; +. +unit:MilliGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA818" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/cm²" ; + qudt:ucumCode "mg.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H63" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Square Centimeter"@en-us ; + rdfs:label "Milligram Per Square Centimetre"@en ; +. +unit:MilliGM-PER-DAY + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplierSN 1.157407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA819" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit day" ; + qudt:symbol "mg/day" ; + qudt:ucumCode "mg.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F32" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Day"@en ; +. +unit:MilliGM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA821" ; + qudt:symbol "mg/(d·bar)" ; + qudt:ucumCode "mg.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F70" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per day bar" ; +. +unit:MilliGM-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA820" ; + qudt:symbol "mg/(d·K)" ; + qudt:ucumCode "mg.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F43" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per day kelvin" ; +. +unit:MilliGM-PER-DeciL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in mg/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$mg/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:BloodGlucoseLevel_Mass ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "mg/dL" ; + qudt:ucumCode "mg.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligrams per decilitre"@en ; + rdfs:label "milligrams per decilitre"@en-us ; +. +unit:MilliGM-PER-GM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA822" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "mg/g" ; + qudt:ucumCode "mg.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H64" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Gram"@en ; +. +unit:MilliGM-PER-HA + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001 ; + qudt:conversionMultiplierSN 1.0E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA818" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/ha" ; + qudt:ucumCode "mg.har-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/har"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Hectare"@en ; +. +unit:MilliGM-PER-HR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplierSN 2.777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA823" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit hour" ; + qudt:symbol "mg/hr" ; + qudt:ucumCode "mg.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4M" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Hour"@en ; +. +unit:MilliGM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA825" ; + qudt:symbol "mg/(h·bar)" ; + qudt:ucumCode "mg.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F71" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per hour bar" ; +. +unit:MilliGM-PER-HR-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA824" ; + qudt:symbol "mg/(h·K)" ; + qudt:ucumCode "mg.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F44" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per hour kelvin" ; +. +unit:MilliGM-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA816" ; + qudt:symbol "mg/K" ; + qudt:ucumCode "mg.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F16" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per kelvin" ; +. +unit:MilliGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA826" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "mg/kg" ; + qudt:ucumCode "mg.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NA" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Kilogram"@en ; +. +unit:MilliGM-PER-L + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA827" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "mg/L" ; + qudt:ucumCode "mg.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M1" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Liter"@en-us ; + rdfs:label "Milligram Per Litre"@en ; +. +unit:MilliGM-PER-L-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD841" ; + qudt:symbol "(mg/l)/cP" ; + qudt:ucumCode "mg.L-1.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per litre centipoise" ; +. +unit:MilliGM-PER-L-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD869" ; + qudt:symbol "(mg/l)/(mPa·s)" ; + qudt:ucumCode "mg.L-1.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per litre millipascal second" ; +. +unit:MilliGM-PER-L-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD839" ; + qudt:symbol "(mg/l)/(Pa·s)" ; + qudt:ucumCode "mg.L-1.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per litre pascal second" ; +. +unit:MilliGM-PER-L-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD840" ; + qudt:symbol "(mg/l)/P" ; + qudt:ucumCode "mg.L-1.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per litre poise" ; +. +unit:MilliGM-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA828" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre" ; + qudt:symbol "mg/m" ; + qudt:ucumCode "mg.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C12" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Meter"@en-us ; + rdfs:label "Milligram Per Metre"@en ; +. +unit:MilliGM-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA829" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/m²" ; + qudt:ucumCode "mg.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "mg/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GO" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Square Meter"@en-us ; + rdfs:label "Milligram Per Square Metre"@en ; +. +unit:MilliGM-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·day)" ; + qudt:ucumCode "mg.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per square metre day"@en ; +. +unit:MilliGM-PER-M2-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·hr)" ; + qudt:ucumCode "mg.m-2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per square metre hour"@en ; +. +unit:MilliGM-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·s)" ; + qudt:ucumCode "mg.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per square metre second"@en ; +. +unit:MilliGM-PER-M3 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA830" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mg/m³" ; + qudt:ucumCode "mg.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "mg/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GP" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Cubic Meter"@en-us ; + rdfs:label "Milligram Per Cubic Metre"@en ; +. +unit:MilliGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA832" ; + qudt:symbol "mg/(m³·bar)" ; + qudt:ucumCode "mg.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L18" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre bar" ; +. +unit:MilliGM-PER-M3-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD838" ; + qudt:symbol "(mg/m³)/cP" ; + qudt:ucumCode "mg.m-3.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre centipoise" ; +. +unit:MilliGM-PER-M3-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·day)" ; + qudt:ucumCode "mg.m-3.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per cubic metre day"@en ; +. +unit:MilliGM-PER-M3-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·hr)" ; + qudt:ucumCode "mg.m-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per cubic metre hour"@en ; +. +unit:MilliGM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA831" ; + qudt:symbol "mg/(m³·K)" ; + qudt:ucumCode "mg.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L17" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre kelvin" ; +. +unit:MilliGM-PER-M3-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD835" ; + qudt:symbol "(mg/m³)/(mPa·s)" ; + qudt:ucumCode "mg.m-3.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre millipascal second" ; +. +unit:MilliGM-PER-M3-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD836" ; + qudt:symbol "(mg/m³)/(Pa·s)" ; + qudt:ucumCode "mg.m-3.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre pascal second" ; +. +unit:MilliGM-PER-M3-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD837" ; + qudt:symbol "(mg/m³)/P" ; + qudt:ucumCode "mg.m-3.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram per cubic metre poise" ; +. +unit:MilliGM-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·s)" ; + qudt:ucumCode "mg.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligrams per cubic metre second"@en ; +. +unit:MilliGM-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666667 ; + qudt:conversionMultiplierSN 1.666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA833" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit minute" ; + qudt:symbol "mg/min" ; + qudt:ucumCode "mg/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F33" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Minute"@en ; +. +unit:MilliGM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA835" ; + qudt:symbol "mg/(min·bar)" ; + qudt:ucumCode "mg.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F72" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per minute bar" ; +. +unit:MilliGM-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA834" ; + qudt:symbol "mg/(min·K)" ; + qudt:ucumCode "mg.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F45" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per minute kelvin" ; +. +unit:MilliGM-PER-MilliL + a qudt:Unit ; + dcterms:description "A scaled unit of mass concentration."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit millilitre" ; + qudt:symbol "mg/mL" ; + qudt:ucumCode "mg.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "mg/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Milliliter"@en-us ; + rdfs:label "Milligram Per Millilitre"@en ; +. +unit:MilliGM-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA836" ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit second" ; + qudt:symbol "mg/s" ; + qudt:ucumCode "mg/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F34" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Per Second"@en ; +. +unit:MilliGM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA838" ; + qudt:symbol "mg/(s·bar)" ; + qudt:ucumCode "mg.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F73" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per second bar" ; +. +unit:MilliGM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA837" ; + qudt:symbol "mg/(s·K)" ; + qudt:ucumCode "mg.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F46" ; + rdfs:isDefinedBy ; + rdfs:label "milligram per second kelvin" ; +. +unit:MilliGM-SEC-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC843" ; + qudt:symbol "(mg/l)/(cm³/s)" ; + qudt:ucumCode "mg.s.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per litre cubic centimetre" ; +. +unit:MilliGM-SEC-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC842" ; + qudt:symbol "(mg/l)/(m³/s)" ; + qudt:ucumCode "mg.s.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per litre cubic metre" ; +. +unit:MilliGM-SEC-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC844" ; + qudt:symbol "(mg/l)/(l/s)" ; + qudt:ucumCode "mg.s.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per litre squared" ; +. +unit:MilliGM-SEC-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD865" ; + qudt:symbol "(mg/m³)/(cm³/s)" ; + qudt:ucumCode "mg.s.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per cubic metre cubic centimetre" ; +. +unit:MilliGM-SEC-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC835" ; + qudt:symbol "(mg/m³)/(l/s)" ; + qudt:ucumCode "mg.s.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per cubic metre litre" ; +. +unit:MilliGM-SEC-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD864" ; + qudt:symbol "(mg/m³)/(m³/s)" ; + qudt:ucumCode "mg.s.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milligram second per power of metre with the exponent 6" ; +. +unit:MilliGRAY + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:iec61360Code "0112/2///62720#UAA788" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit gray" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mGy" ; + qudt:ucumCode "mGy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C13" ; + rdfs:isDefinedBy ; + rdfs:label "Milligray"@en ; +. +unit:MilliGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB477" ; + qudt:symbol "mGy/h" ; + qudt:ucumCode "mGy.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mGy/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P62" ; + rdfs:isDefinedBy ; + rdfs:label "milligray per hour" ; +. +unit:MilliGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB473" ; + qudt:symbol "mGy/min" ; + qudt:ucumCode "mGy.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mGy/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P58" ; + rdfs:isDefinedBy ; + rdfs:label "milligray per minute" ; +. +unit:MilliGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB298" ; + qudt:symbol "mGy/s" ; + qudt:ucumCode "mGy.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mGy/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P54" ; + rdfs:isDefinedBy ; + rdfs:label "milligray per second" ; +. +unit:MilliH + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of inductance equal to one thousandth of a henry. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA789" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mH" ; + qudt:ucumCode "mH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C14" ; + rdfs:isDefinedBy ; + rdfs:label "Millihenry"@en ; +. +unit:MilliH-PER-KiloOHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA791" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; + qudt:symbol "mH/kΩ" ; + qudt:ucumCode "mH.kOhm-1"^^qudt:UCUMcs ; + qudt:ucumCode "mH/kOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H05" ; + rdfs:isDefinedBy ; + rdfs:label "Millihenry Per Kiloohm"@en ; +. +unit:MilliH-PER-OHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA790" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "mH/Ω" ; + qudt:ucumCode "mH.Ohm-1"^^qudt:UCUMcs ; + qudt:ucumCode "mH/Ohm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H06" ; + rdfs:isDefinedBy ; + rdfs:label "Millihenry Per Ohm"@en ; +. +unit:MilliHZ + a qudt:Unit ; + dcterms:description "0.001-fold of the unit hertz" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB698" ; + qudt:symbol "mHz" ; + qudt:uneceCommonCode "MTZ" ; + rdfs:isDefinedBy ; + rdfs:label "millihertz" ; +. +unit:MilliIN + a qudt:Unit ; + dcterms:description "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA841" ; + qudt:plainTextDescription "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:symbol "mil" ; + qudt:ucumCode "m[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "77" ; + rdfs:isDefinedBy ; + rdfs:label "Milli-inch"@en ; + skos:altLabel "mil"@en-us ; + skos:altLabel "thou"@en-gb ; +. +unit:MilliJ + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA792" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit joule" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mJ" ; + qudt:ucumCode "mJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C15" ; + rdfs:isDefinedBy ; + rdfs:label "Millijoule"@en ; +. +unit:MilliJ-PER-GM + a qudt:Unit ; + dcterms:description "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA174" ; + qudt:plainTextDescription "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "mJ/g" ; + qudt:ucumCode "mJ.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "mJ/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millijoule Per Gram"@en ; +. +unit:MilliJ-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "$mJ/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:symbol "mJ/m²" ; + qudt:ucumCode "mJ.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "mJ/m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millijoule per Square Meter"@en-us ; + rdfs:label "Millijoule per Square Metre"@en ; +. +unit:MilliJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB511" ; + qudt:symbol "mJ/s" ; + qudt:ucumCode "mJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millijoule per second" ; +. +unit:MilliK-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB841" ; + qudt:symbol "mK/bar" ; + rdfs:isDefinedBy ; + rdfs:label "millikelvin per bar" ; +. +unit:MilliK-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAB842" ; + qudt:symbol "mK/K" ; + rdfs:isDefinedBy ; + rdfs:label "millikelvin per kelvin" ; +. +unit:MilliKAT-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "mkat/L" ; + qudt:ucumCode "mkat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikatal Per Liter"@en-us ; + rdfs:label "Millikatal Per Litre"@en ; +. +unit:MilliL + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA844" ; + qudt:plainTextDescription "0.001-fold of the unit litre" ; + qudt:symbol "mL" ; + qudt:ucumCode "mL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MLT" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre"@en ; + rdfs:label "Millilitre"@en-us ; +. +unit:MilliL-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA846" ; + qudt:symbol "ml/bar" ; + qudt:ucumCode "mL.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G97" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per bar" ; +. +unit:MilliL-PER-CentiM2-MIN + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00016666667 ; + qudt:conversionMultiplierSN 1.6666667E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumetricFlux ; + qudt:iec61360Code "0112/2///62720#UAA858" ; + qudt:plainTextDescription "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mL/(cm²·min)" ; + qudt:ucumCode "mL.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "35" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Square Centimeter Minute"@en-us ; + rdfs:label "Millilitre Per Square Centimetre Minute"@en ; +. +unit:MilliL-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumetricFlux ; + qudt:iec61360Code "0112/2///62720#UAB085" ; + qudt:plainTextDescription "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "mL/(cm²·s)" ; + qudt:ucumCode "mL.cm-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "35" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Square Centimeter Second"@en-us ; + rdfs:label "Millilitre Per Square Centimetre Second"@en ; +. +unit:MilliL-PER-DAY + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407 ; + qudt:conversionMultiplierSN 1.157407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA847" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit day" ; + qudt:symbol "mL/day" ; + qudt:ucumCode "mL.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G54" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Day"@en ; + rdfs:label "Millilitre Per Day"@en-us ; +. +unit:MilliL-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA849" ; + qudt:symbol "ml/(d·bar)" ; + qudt:ucumCode "mL.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G90" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per day bar" ; +. +unit:MilliL-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA848" ; + qudt:symbol "ml/(d·K)" ; + qudt:ucumCode "mL.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G73" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per day kelvin" ; +. +unit:MilliL-PER-GM + a qudt:Unit ; + dcterms:description "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:CentiM3-PER-GM ; + qudt:expression "$mL/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:symbol "mL/g" ; + qudt:ucumCode "mL.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Gram"@en-us ; + rdfs:label "Millilitre per Gram"@en ; +. +unit:MilliL-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777778 ; + qudt:conversionMultiplierSN 2.777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA850" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit hour" ; + qudt:symbol "mL/hr" ; + qudt:ucumCode "mL.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G55" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Hour"@en ; + rdfs:label "Millilitre Per Hour"@en-us ; +. +unit:MilliL-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA852" ; + qudt:symbol "ml/(h·bar)" ; + qudt:ucumCode "mL.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G91" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per hour bar" ; +. +unit:MilliL-PER-HR-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA851" ; + qudt:symbol "ml/(h·K)" ; + qudt:ucumCode "mL.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G74" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per hour kelvin" ; +. +unit:MilliL-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA845" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit kelvin" ; + qudt:symbol "mL/K" ; + qudt:ucumCode "mL.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G30" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Kelvin"@en ; + rdfs:label "Millilitre Per Kelvin"@en-us ; +. +unit:MilliL-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB095" ; + qudt:plainTextDescription "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram" ; + qudt:symbol "mL/kg" ; + qudt:ucumCode "mL.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KX" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Kilogram"@en ; + rdfs:label "Millilitre Per Kilogram"@en-us ; +. +unit:MilliL-PER-L + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA853" ; + qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre" ; + qudt:symbol "mL/L" ; + qudt:ucumCode "mL.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L19" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Liter"@en-us ; + rdfs:label "Millilitre Per Litre"@en ; +. +unit:MilliL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mL/(m²·day)" ; + qudt:ucumCode "mL.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millilitres per square metre day"@en ; +. +unit:MilliL-PER-M3 + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA854" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mL/m³" ; + qudt:ucumCode "mL.m-3"^^qudt:UCUMcs ; + qudt:ucumCode "mL/m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H65" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Cubic Meter"@en-us ; + rdfs:label "Millilitre Per Cubic Metre"@en ; +. +unit:MilliL-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666667 ; + qudt:conversionMultiplierSN 1.666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA855" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit minute" ; + qudt:symbol "mL/min" ; + qudt:ucumCode "mL.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "41" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Minute"@en ; + rdfs:label "Millilitre Per Minute"@en-us ; +. +unit:MilliL-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA857" ; + qudt:symbol "ml/(min·bar)" ; + qudt:ucumCode "mL.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G92" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per minute bar" ; +. +unit:MilliL-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA856" ; + qudt:symbol "ml/(min·K)" ; + qudt:ucumCode "mL.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G75" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per minute kelvin" ; +. +unit:MilliL-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA859" ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit second" ; + qudt:symbol "mL/s" ; + qudt:ucumCode "mL.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mL/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "40" ; + rdfs:isDefinedBy ; + rdfs:label "Millilitre Per Second"@en ; + rdfs:label "Millilitre Per Second"@en-us ; +. +unit:MilliL-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA861" ; + qudt:symbol "ml/(s·bar)" ; + qudt:ucumCode "mL.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G93" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per second bar" ; +. +unit:MilliL-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA860" ; + qudt:symbol "ml/(s·K)" ; + qudt:ucumCode "mL.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G76" ; + rdfs:isDefinedBy ; + rdfs:label "millilitre per second kelvin" ; +. +unit:MilliM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millimetre"^^xsd:anyURI ; + qudt:expression "$mm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA862" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:symbol "mm" ; + qudt:ucumCode "mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMT" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter"@en-us ; + rdfs:label "Millimetre"@en ; + skos:altLabel "mil"@en-gb ; +. +unit:MilliM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA865" ; + qudt:symbol "mm/bar" ; + qudt:ucumCode "mm.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G06" ; + rdfs:isDefinedBy ; + rdfs:label "millimetre per bar" ; +. +unit:MilliM-PER-DAY + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115741 ; + qudt:conversionMultiplierSN 1.15741E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:informativeReference "https://www.wmo.int/pages/prog/www/IMOP/CIMO-Guide.html"^^xsd:anyURI ; + qudt:plainTextDescription "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)" ; + qudt:symbol "mm/day" ; + qudt:ucumCode "mm.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millimeters per day"@en-us ; + rdfs:label "millimetres per day"@en ; +. +unit:MilliM-PER-DEG_C-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA863" ; + qudt:symbol "mm/(°C·m)" ; + qudt:ucumCode "mm.Cel-1.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E97" ; + rdfs:isDefinedBy ; + rdfs:label "millimetre per degree Celsius metre" ; +. +unit:MilliM-PER-HR + a qudt:Unit ; + dcterms:description "0001-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777778 ; + qudt:conversionMultiplierSN 2.777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA866" ; + qudt:plainTextDescription "0001-fold of the SI base unit metre divided by the unit hour" ; + qudt:symbol "mm/hr" ; + qudt:ucumCode "mm.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H67" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter Per Hour"@en-us ; + rdfs:label "Millimetre Per Hour"@en ; +. +unit:MilliM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA864" ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "mm/K" ; + qudt:ucumCode "mm.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F53" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter Per Kelvin"@en-us ; + rdfs:label "Millimetre Per Kelvin"@en ; +. +unit:MilliM-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit metre divided by SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Gradient ; + qudt:iec61360Code "0112/2///62720#UAC001" ; + qudt:symbol "mm/m" ; + qudt:ucumCode "mm.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millimetre per metre" ; +. +unit:MilliM-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplierSN 1.666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB378" ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit minute" ; + qudt:symbol "mm/min" ; + qudt:ucumCode "mm.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H81" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter Per Minute"@en-us ; + rdfs:label "Millimetre Per Minute"@en ; +. +unit:MilliM-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA867" ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:symbol "mm/s" ; + qudt:ucumCode "mm.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C16" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter Per Second"@en-us ; + rdfs:label "Millimetre Per Second"@en ; +. +unit:MilliM-PER-SEC2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB400" ; + qudt:symbol "mm/s²" ; + qudt:ucumCode "mm.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M41" ; + rdfs:isDefinedBy ; + rdfs:label "millimetre per second squared" ; +. +unit:MilliM-PER-YR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA868" ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit year" ; + qudt:symbol "mm/yr" ; + qudt:ucumCode "mm.a-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm/a"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H66" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter Per Year"@en-us ; + rdfs:label "Millimetre Per Year"@en ; +. +unit:MilliM2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA871" ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mm²" ; + qudt:ucumCode "mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Millimeter"@en-us ; + rdfs:label "Square Millimetre"@en ; +. +unit:MilliM2-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAA872" ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second" ; + qudt:symbol "mm²/s" ; + qudt:ucumCode "mm2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm2/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C17" ; + rdfs:isDefinedBy ; + rdfs:label "Square Millimeter Per Second"@en-us ; + rdfs:label "Square Millimetre Per Second"@en ; +. +unit:MilliM3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$mm^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA873" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mm³" ; + qudt:ucumCode "mm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter"@en-us ; + rdfs:label "Cubic Millimetre"@en ; +. +unit:MilliM3-PER-GM + a qudt:Unit ; + dcterms:description "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mm^{3}/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:symbol "mm³/g" ; + qudt:ucumCode "mm3.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm3/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter per Gram"@en-us ; + rdfs:label "Cubic Millimetre per Gram"@en ; +. +unit:MilliM3-PER-KiloGM + a qudt:Unit ; + dcterms:description "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mm^{3}/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:symbol "mm³/kg" ; + qudt:ucumCode "mm3.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mm3/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter per Kilogram"@en-us ; + rdfs:label "Cubic Millimetre per Kilogram"@en ; +. +unit:MilliM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA874" ; + qudt:plainTextDescription "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mm³/m³" ; + qudt:ucumCode "mm3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L21" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter Per Cubic Meter"@en-us ; + rdfs:label "Cubic Millimetre Per Cubic Metre"@en ; +. +unit:MilliM4 + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 4"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA869" ; + qudt:plainTextDescription "0.001-fold of the power of the SI base unit metre with the exponent 4" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mm⁴" ; + qudt:ucumCode "mm4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G77" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Millimeter"@en-us ; + rdfs:label "Quartic Millimetre"@en ; +. +unit:MilliMOL + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA877" ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mmol" ; + qudt:ucumCode "mmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C18" ; + rdfs:isDefinedBy ; + rdfs:label "Millimole"@en ; +. +unit:MilliMOL-PER-GM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:iec61360Code "0112/2///62720#UAA878" ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "mmol/g" ; + qudt:ucumCode "mmol.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "mmol/g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H68" ; + rdfs:isDefinedBy ; + rdfs:label "Millimole Per Gram"@en ; +. +unit:MilliMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:iec61360Code "0112/2///62720#UAA879" ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the SI base unit kilogram" ; + qudt:symbol "mmol/kg" ; + qudt:ucumCode "mmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mmol/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D87" ; + rdfs:isDefinedBy ; + rdfs:label "Millimole Per Kilogram"@en ; +. +unit:MilliMOL-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mmo/L."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mmo/L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:BloodGlucoseLevel ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:iec61360Code "0112/2///62720#UAB500" ; + qudt:symbol "mmol/L" ; + qudt:ucumCode "mmol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "mmol/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M33" ; + rdfs:isDefinedBy ; + rdfs:label "millimoles per litre"@en ; + rdfs:label "millimoles per litre"@en-us ; +. +unit:MilliMOL-PER-M2 + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mmol/m²" ; + qudt:ucumCode "mmol.m-2"^^qudt:UCUMcs ; + qudt:udunitsCode "DU" ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per square metre"@en ; +. +unit:MilliMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-8 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mmol/(m²·day)" ; + qudt:ucumCode "mmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per square metre day"@en ; +. +unit:MilliMOL-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mmol/(m²·s)" ; + qudt:ucumCode "mmol.m-2.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mmol/m2/s1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per square metre second"@en ; +. +unit:MilliMOL-PER-M3 + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:symbol "mmol/m³" ; + qudt:ucumCode "mmol.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per cubic metre"@en ; +. +unit:MilliMOL-PER-M3-DAY + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-8 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mmol/(m³·day)" ; + qudt:ucumCode "mmol.m-3.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per cubic metre day"@en ; +. +unit:MilliMOL-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "mmol/mol" ; + qudt:ucumCode "mmol.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "mmol/mol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimoles per mole"@en ; +. +unit:MilliM_H2O + a qudt:Unit ; + dcterms:description "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA875" ; + qudt:plainTextDescription "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm" ; + qudt:symbol "mmH₂0" ; + qudt:ucumCode "mm[H2O]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HP" ; + rdfs:isDefinedBy ; + rdfs:label "Conventional Millimeter Of Water"@en-us ; + rdfs:label "Conventional Millimetre Of Water"@en ; +. +unit:MilliM_HG + a qudt:Unit ; + dcterms:description "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 133.322387415 ; + qudt:conversionMultiplierSN 1.33322387415E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA876" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + qudt:symbol "mmHg" ; + qudt:ucumCode "mm[Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "mmHg" ; + qudt:udunitsCode "mm_Hg" ; + qudt:udunitsCode "mm_hg" ; + qudt:udunitsCode "mmhg" ; + qudt:uneceCommonCode "HN" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter of Mercury"@en-us ; + rdfs:label "Millimetre of Mercury"@en ; +. +unit:MilliM_HGA + a qudt:Unit ; + dcterms:description "Millimeters of Mercury inclusive of atmospheric pressure"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "mmHgA" ; + qudt:ucumCode "mm[Hg]{absolute}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter of Mercury - Absolute"@en-us ; + rdfs:label "Millimetre of Mercury - Absolute"@en ; +. +unit:MilliN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA793" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit newton" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mN" ; + qudt:ucumCode "mN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C20" ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton"@en ; +. +unit:MilliN-M + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA794" ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "mN·m" ; + qudt:ucumCode "mN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D83" ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton Meter"@en-us ; + rdfs:label "Millinewton Metre"@en ; +. +unit:MilliN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB549" ; + qudt:symbol "mN·m/m²" ; + qudt:ucumCode "m.mN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millinewton metre per square metre" ; +. +unit:MilliN-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA795" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit newton divided by the SI base unit metre" ; + qudt:symbol "mN/m" ; + qudt:ucumCode "mN.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mN/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C22" ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton Per Meter"@en-us ; + rdfs:label "Millinewton Per Metre"@en ; +. +unit:MilliOHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA741" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mΩ" ; + qudt:ucumCode "mOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E45" ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm"@en ; +. +unit:MilliOHM-M + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA742" ; + qudt:symbol "mΩ·m" ; + qudt:ucumCode "m.mOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C23" ; + rdfs:isDefinedBy ; + rdfs:label "milliohm metre" ; +. +unit:MilliOHM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD878" ; + qudt:symbol "mΩ/bar" ; + qudt:ucumCode "mOhm.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "mOhm/bar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milliohm per bar" ; +. +unit:MilliOHM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD874" ; + qudt:symbol "mΩ/K" ; + qudt:ucumCode "mOhm.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mOhm/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "milliohm per kelvin" ; +. +unit:MilliOHM-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA743" ; + qudt:symbol "mΩ/m" ; + qudt:ucumCode "mOhm.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mOhm/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F54" ; + rdfs:isDefinedBy ; + rdfs:label "milliohm per metre" ; +. +unit:MilliPA + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA796" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mPa" ; + qudt:ucumCode "mPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "74" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal"@en ; +. +unit:MilliPA-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB420" ; + qudt:symbol "mPa/m" ; + qudt:ucumCode "mPa.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mPa/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P80" ; + rdfs:isDefinedBy ; + rdfs:label "millipascal per metre" ; +. +unit:MilliPA-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA797" ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second" ; + qudt:symbol "mPa·s" ; + qudt:ucumCode "mPa.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C24" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal Second"@en ; +. +unit:MilliPA-SEC-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA799" ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar" ; + qudt:symbol "mPa·s/bar" ; + qudt:ucumCode "mPa.s.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "mPa.s/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L16" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal Second Per Bar"@en ; +. +unit:MilliPA-SEC-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA798" ; + qudt:symbol "mPa·s/K" ; + qudt:ucumCode "mPa.s.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mPa.s/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L15" ; + rdfs:isDefinedBy ; + rdfs:label "millipascal second per kelvin" ; +. +unit:MilliR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit roentgen."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000258 ; + qudt:conversionMultiplierSN 2.58E-7 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA898" ; + qudt:iec61360Code "0112/2///62720#UAB056" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit roentgen." ; + qudt:symbol "mR" ; + qudt:ucumCode "mR"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Y" ; + rdfs:isDefinedBy ; + rdfs:label "Milliroentgen"@en ; +. +unit:MilliRAD + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA897" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mrad" ; + qudt:ucumCode "mrad"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C25" ; + rdfs:isDefinedBy ; + rdfs:label "milliradian"@en ; +. +unit:MilliRAD_R + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:symbol "mrad" ; + rdfs:isDefinedBy ; + rdfs:label "MilliRad"@en ; +. +unit:MilliRAD_R-PER-HR + a qudt:Unit ; + dcterms:description "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:symbol "mrad/hr" ; + qudt:ucumCode "mRAD.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mRAD/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millirads per hour"@en ; +. +unit:MilliR_man + a qudt:Unit ; + dcterms:description "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA898" ; + qudt:iec61360Code "0112/2///62720#UAB056" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:plainTextDescription "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body." ; + qudt:prefix prefix:Milli ; + qudt:symbol "mrem" ; + qudt:ucumCode "mREM"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L31" ; + rdfs:isDefinedBy ; + rdfs:label "Milliroentgen Equivalent Man"@en ; +. +unit:MilliS + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA800" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mS" ; + qudt:ucumCode "mS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C27" ; + rdfs:isDefinedBy ; + rdfs:label "Millisiemens"@en ; +. +unit:MilliS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA801" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "mS/cm" ; + qudt:ucumCode "mS.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "mS/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H61" ; + rdfs:isDefinedBy ; + rdfs:label "Millisiemens Per Centimeter"@en-us ; + rdfs:label "Millisiemens Per Centimetre"@en ; +. +unit:MilliS-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:symbol "mS/m" ; + qudt:ucumCode "mS.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mS/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MilliSiemens per metre"@en ; +. +unit:MilliSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA899" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:symbol "ms" ; + qudt:ucumCode "ms"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C26" ; + rdfs:isDefinedBy ; + rdfs:label "millisecond"@en ; +. +unit:MilliSV + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA802" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit sievert" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mSv" ; + qudt:ucumCode "mSv"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C28" ; + rdfs:isDefinedBy ; + rdfs:label "Millisievert"@en ; +. +unit:MilliSV-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit hour" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB465" ; + qudt:symbol "mSv/h" ; + qudt:ucumCode "mSv.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "mSv/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P71" ; + rdfs:isDefinedBy ; + rdfs:label "millisievert per hour" ; +. +unit:MilliSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB469" ; + qudt:symbol "mSv/min" ; + qudt:ucumCode "mSv.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mSv/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P75" ; + rdfs:isDefinedBy ; + rdfs:label "millisievert per minute" ; +. +unit:MilliSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB302" ; + qudt:symbol "mSv/s" ; + qudt:ucumCode "mSv.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "mSv/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P66" ; + rdfs:isDefinedBy ; + rdfs:label "millisievert per second" ; +. +unit:MilliT + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA803" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mT" ; + qudt:ucumCode "mT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C29" ; + rdfs:isDefinedBy ; + rdfs:label "Millitesla"@en ; +. +unit:MilliTORR + a qudt:Unit ; + dcterms:description "\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.133322 ; + qudt:conversionMultiplierSN 1.33322E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "mTorr" ; + rdfs:isDefinedBy ; + rdfs:label "MilliTorr"@en ; +. +unit:MilliV + a qudt:Unit ; + dcterms:description "0,001-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA804" ; + qudt:plainTextDescription "0,001-fold of the SI derived unit volt" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mV" ; + qudt:ucumCode "mV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Z" ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt"@en ; +. +unit:MilliV-A + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB533" ; + qudt:symbol "mV·A" ; + qudt:ucumCode "mV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millivolt ampere" ; +. +unit:MilliV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD906" ; + qudt:symbol "mV·A/K" ; + qudt:ucumCode "mV.A.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "mV.A/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millivolt ampere per kelvin" ; +. +unit:MilliV-A_Reactive + a qudt:Unit ; + dcterms:description "0.001 of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC507" ; + qudt:symbol "mV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "millivolt ampere reactive" ; +. +unit:MilliV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E-1L-2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD902" ; + qudt:symbol "mvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "millivolt ampere reactive per kelvin" ; +. +unit:MilliV-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA805" ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "mV/m" ; + qudt:ucumCode "mV.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "mV/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C30" ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt Per Meter"@en-us ; + rdfs:label "Millivolt Per Metre"@en ; +. +unit:MilliV-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit volt divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666667 ; + qudt:conversionMultiplierSN 1.666667E-5 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA806" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit volt divided by the unit minute" ; + qudt:symbol "mV/min" ; + qudt:ucumCode "mV.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "mV/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H62" ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt Per Minute"@en ; +. +unit:MilliV-PER-V + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit volt per SI derived unit volt" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD863" ; + qudt:symbol "mV/V" ; + qudt:ucumCode "mV.V-1"^^qudt:UCUMcs ; + qudt:ucumCode "mV/V"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "millivolt per volt" ; +. +unit:MilliW + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA807" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mW" ; + qudt:ucumCode "mW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C31" ; + rdfs:isDefinedBy ; + rdfs:label "MilliW"@en ; +. +unit:MilliW-PER-CentiM2-MicroM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplierSN 1.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mW/(cm²·µm·sr)" ; + qudt:ucumCode "mW.cm-2.um-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatts per square centimetre micrometre steradian"@en ; +. +unit:MilliW-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA808" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mW/m²" ; + qudt:ucumCode "mW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C32" ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatt Per Square Meter"@en-us ; + rdfs:label "Milliwatt Per Square Metre"@en ; +. +unit:MilliW-PER-M2-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "mW/(m²·nm)" ; + qudt:ucumCode "mW.m-2.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatts per square metre nanometre"@en ; +. +unit:MilliW-PER-M2-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mW/(cm·nm·sr)" ; + qudt:ucumCode "mW.m-2.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatts per square metre nanometre steradian"@en ; +. +unit:MilliW-PER-MilliGM + a qudt:Unit ; + dcterms:description "SI derived unit milliwatt divided by the SI derived unit milligram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:W-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:plainTextDescription "SI derived unit milliwatt divided by the SI derived unit milligram" ; + qudt:symbol "mW/mg" ; + qudt:ucumCode "mW.mg-1"^^qudt:UCUMcs ; + qudt:ucumCode "mW/mg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliwatt per Milligram"@en ; +. +unit:MilliWB + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit weber"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAA809" ; + qudt:plainTextDescription "0.001-fold of the SI derived unit weber" ; + qudt:prefix prefix:Milli ; + qudt:symbol "mWb" ; + qudt:ucumCode "mWb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C33" ; + rdfs:isDefinedBy ; + rdfs:label "Milliweber"@en ; +. +unit:MillionUSD-PER-YR + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:expression "$M\\$/yr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "$M/yr" ; + rdfs:isDefinedBy ; + rdfs:label "Million US Dollars per Year"@en ; +. +unit:N + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:KiloGM-M-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA235" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:newton ; + qudt:symbol "N" ; + qudt:ucumCode "N"^^qudt:UCUMcs ; + qudt:udunitsCode "N" ; + qudt:uneceCommonCode "NEW" ; + rdfs:isDefinedBy ; + rdfs:label "Newton"@de ; + rdfs:label "newton"@cs ; + rdfs:label "newton"@en ; + rdfs:label "newton"@es ; + rdfs:label "newton"@fr ; + rdfs:label "newton"@hu ; + rdfs:label "newton"@it ; + rdfs:label "newton"@ms ; + rdfs:label "newton"@pt ; + rdfs:label "newton"@ro ; + rdfs:label "newton"@sl ; + rdfs:label "newton"@tr ; + rdfs:label "newtonium"@la ; + rdfs:label "niuton"@pl ; + rdfs:label "νιούτον"@el ; + rdfs:label "ньютон"@ru ; + rdfs:label "нютон"@bg ; + rdfs:label "ניוטון"@he ; + rdfs:label "نيوتن"@ar ; + rdfs:label "نیوتن"@fa ; + rdfs:label "न्यूटन"@hi ; + rdfs:label "ニュートン"@ja ; + rdfs:label "牛顿"@zh ; +. +unit:N-CentiM + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA237" ; + qudt:plainTextDescription "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre" ; + qudt:symbol "N·cm" ; + qudt:ucumCode "N.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F88" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Centimeter"@en-us ; + rdfs:label "Newton Centimetre"@en ; +. +unit:N-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:J ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA239" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Newton_metre?oldid=493923333"^^xsd:anyURI ; + qudt:siUnitsExpression "N.m" ; + qudt:symbol "N·m" ; + qudt:ucumCode "N.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NU" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter"@en-us ; + rdfs:label "Newtonmeter"@de ; + rdfs:label "newton meter"@ms ; + rdfs:label "newton meter"@sl ; + rdfs:label "newton metr"@cs ; + rdfs:label "newton metre"@en ; + rdfs:label "newton metre"@tr ; + rdfs:label "newton metro"@es ; + rdfs:label "newton per metro"@it ; + rdfs:label "newton-metro"@pt ; + rdfs:label "newton-metru"@ro ; + rdfs:label "newton-mètre"@fr ; + rdfs:label "niutonometr; dżul na radian"@pl ; + rdfs:label "νιούτον επί μέτρο; νιουτόμετρο"@el ; + rdfs:label "ньютон-метр"@ru ; + rdfs:label "нютон-метър"@bg ; + rdfs:label "نيوتن متر"@ar ; + rdfs:label "نیوتون متر"@fa ; + rdfs:label "न्यूटन मीटर"@hi ; + rdfs:label "ニュートンメートル"@ja ; + rdfs:label "牛米"@zh ; +. +unit:N-M-PER-A + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAA241" ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere" ; + qudt:symbol "N·m/A" ; + qudt:ucumCode "N.m.A-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m/A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F90" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Per Ampere"@en-us ; + rdfs:label "Newton Metre Per Ampere"@en ; +. +unit:N-M-PER-ARCMIN + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; + qudt:conversionMultiplier 3437.746873197331483367149303409351 ; + qudt:conversionMultiplierSN 3.437746873197331483367149303409351E3 ; + qudt:exactMatch unit:N-M-PER-MIN_Angle ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAD923" ; + qudt:symbol "N·m/'" ; + qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "newton metre per minute [unit of angle]" ; +. +unit:N-M-PER-DEG + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit degree" ; + qudt:conversionMultiplier 57.29577957855229894302178227976183 ; + qudt:conversionMultiplierSN 5.729577957855229894302178227976183E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAB308" ; + qudt:symbol "N·m/°" ; + qudt:ucumCode "N.m.deg-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m/deg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F89" ; + rdfs:isDefinedBy ; + rdfs:label "newton metre per degree" ; +. +unit:N-M-PER-DEG-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57.29577957855229894302178227976183 ; + qudt:conversionMultiplierSN 5.729577957855229894302178227976183E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction." ; + qudt:symbol "N·m/(°·m)" ; + qudt:ucumCode "N.m.deg-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton metre per degree metre"@en ; +. +unit:N-M-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB490" ; + qudt:plainTextDescription "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram" ; + qudt:symbol "N·m/kg" ; + qudt:ucumCode "N.m.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m/kg"^^qudt:UCUMcs ; + qudt:udunitsCode "gp" ; + qudt:uneceCommonCode "G19" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Per Kilogram"@en-us ; + rdfs:label "Newton Metre Per Kilogram"@en ; +. +unit:N-M-PER-M + a qudt:Unit ; + dcterms:description "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerLength ; + qudt:iec61360Code "0112/2///62720#UAB463" ; + qudt:plainTextDescription "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton" ; + qudt:symbol "N·m/m" ; + qudt:ucumCode "N.m.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q27" ; + rdfs:isDefinedBy ; + rdfs:label "Newton meter per meter"@en-us ; + rdfs:label "Newton metre per metre"@en ; + rdfs:label "Newtonmeter pro Meter"@de ; +. +unit:N-M-PER-M-RAD + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:symbol "N·m/(m·rad)" ; + qudt:ucumCode "N.m.m-1.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter per Meter Radian"@en-us ; + rdfs:label "Newton Metre per Metre Radian"@en ; +. +unit:N-M-PER-M2 + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA244" ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "N·m/m²" ; + qudt:ucumCode "N.m.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H86" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Per Square Meter"@en-us ; + rdfs:label "Newton Metre Per Square Metre"@en ; +. +unit:N-M-PER-MIN_Angle + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; + qudt:conversionMultiplier 3437.746873197331483367149303409351 ; + qudt:conversionMultiplierSN 3.437746873197331483367149303409351E3 ; + qudt:exactMatch unit:N-M-PER-ARCMIN ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAD923" ; + qudt:symbol "N·m/'" ; + qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "newton metre per minute [unit of angle]" ; +. +unit:N-M-PER-RAD + a qudt:Unit ; + dcterms:description "Newton Meter per Radian is the SI unit for Torsion Constant"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAB309" ; + qudt:plainTextDescription "Newton Meter per Radian is the SI unit for Torsion Constant" ; + qudt:symbol "N·m/rad" ; + qudt:ucumCode "N.m.rad-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m/rad"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M93" ; + rdfs:isDefinedBy ; + rdfs:label "Newton meter per radian"@en-us ; + rdfs:label "Newton metre per radian"@en ; + rdfs:label "Newtonmeter pro Radian"@de ; +. +unit:N-M-PER-W0dot5 + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA242" ; + qudt:symbol "N·m/√W" ; + qudt:uneceCommonCode "H41" ; + rdfs:isDefinedBy ; + rdfs:label "newton metre watt to the power minus 0.5" ; +. +unit:N-M-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI derived unit of angular momentum. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAA245" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/SI_derived_unit"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:siUnitsExpression "N.m.sec" ; + qudt:symbol "N·m·s" ; + qudt:ucumCode "N.m.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C53" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Second"@en-us ; + rdfs:label "Newtonmetersekunde"@de ; + rdfs:label "newton meter saat"@ms ; + rdfs:label "newton metr sekunda"@cs ; + rdfs:label "newton metre saniye"@tr ; + rdfs:label "newton metre second"@en ; + rdfs:label "newton metro secondo"@it ; + rdfs:label "newton metro segundo"@es ; + rdfs:label "newton-metro-segundo"@pt ; + rdfs:label "newton-metru-secundă"@ro ; + rdfs:label "newton-mètre-seconde"@fr ; + rdfs:label "niutonometrosekunda"@pl ; + rdfs:label "ньютон-метр-секунда"@ru ; + rdfs:label "نيوتن متر ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "न्यूटन मीटर सैकण्ड"@hi ; + rdfs:label "ニュートンメートル秒"@ja ; + rdfs:label "牛秒"@zh ; +. +unit:N-M-SEC-PER-M + a qudt:Unit ; + dcterms:description "Newton metre seconds measured per metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:plainTextDescription "Newton metre seconds measured per metre" ; + qudt:symbol "N·m·s/m" ; + qudt:ucumCode "N.m.s.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m.s/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton meter seconds per meter"@en-us ; + rdfs:label "Newton metre seconds per metre"@en ; + rdfs:label "Newtonmetersekunden pro Meter"@de ; +. +unit:N-M-SEC-PER-RAD + a qudt:Unit ; + dcterms:description "Newton metre seconds measured per radian"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularMomentumPerAngle ; + qudt:plainTextDescription "Newton metre seconds measured per radian" ; + qudt:symbol "N·m·s/rad" ; + qudt:ucumCode "N.m.s.rad-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m.s/rad"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton meter seconds per radian"@en-us ; + rdfs:label "Newton metre seconds per radian"@en ; + rdfs:label "Newtonmetersekunden pro Radian"@de ; +. +unit:N-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:WarpingMoment ; + qudt:symbol "N·m²" ; + qudt:ucumCode "N.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Square Meter"@en-us ; + rdfs:label "Newton Square Metre"@en ; +. +unit:N-M2-PER-A + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:WB-M ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAB332" ; + qudt:symbol "N·m²/A" ; + qudt:ucumCode "N.m2.A-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.m2/A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P49" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Squared per Ampere"@en-us ; + rdfs:label "Newton Metre Squared per Ampere"@en ; +. +unit:N-M2-PER-KiloGM2 + a qudt:Unit ; + dcterms:description "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB491" ; + qudt:plainTextDescription "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2" ; + qudt:symbol "N·m²/kg²" ; + qudt:ucumCode "N.m2.kg-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C54" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Square Meter Per Square Kilogram"@en-us ; + rdfs:label "Newton Square Metre Per Square Kilogram"@en ; +. +unit:N-PER-A + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:iec61360Code "0112/2///62720#UAA236" ; + qudt:plainTextDescription "SI derived unit newton divided by the SI base unit ampere" ; + qudt:symbol "N/A" ; + qudt:ucumCode "N.A-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H40" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Per Ampere"@en ; +. +unit:N-PER-C + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/C$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerElectricCharge ; + qudt:symbol "N/C" ; + qudt:ucumCode "N.C-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/C"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton per Coulomb"@en ; +. +unit:N-PER-CentiM + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA238" ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "N/cm" ; + qudt:ucumCode "N.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M23" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Per Centimeter"@en-us ; + rdfs:label "Newton Per Centimetre"@en ; +. +unit:N-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB183" ; + qudt:plainTextDescription "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "N/cm²" ; + qudt:ucumCode "N.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E01" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Per Square Centimeter"@en-us ; + rdfs:label "Newton Per Square Centimetre"@en ; +. +unit:N-PER-KiloGM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThrustToMassRatio ; + qudt:symbol "N/kg" ; + qudt:ucumCode "N.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton per Kilogram"@en ; +. +unit:N-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA246" ; + qudt:symbol "N/m" ; + qudt:ucumCode "N.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4P" ; + rdfs:isDefinedBy ; + rdfs:label "Newton je Meter"@de ; + rdfs:label "Newton per Meter"@en-us ; + rdfs:label "newton al metro"@it ; + rdfs:label "newton bölü metre"@tr ; + rdfs:label "newton na meter"@sl ; + rdfs:label "newton par mètre"@fr ; + rdfs:label "newton pe metru"@ro ; + rdfs:label "newton per meter"@ms ; + rdfs:label "newton per metre"@en ; + rdfs:label "newton por metro"@es ; + rdfs:label "newton por metro"@pt ; + rdfs:label "newtonů na metr"@cs ; + rdfs:label "niuton na metr"@pl ; + rdfs:label "ньютон на метр"@ru ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "نیوتن بر متر"@fa ; + rdfs:label "प्रति मीटर न्यूटन"@hi ; + rdfs:label "ニュートン毎メートル"@ja ; + rdfs:label "牛顿每米"@zh ; +. +unit:N-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:KiloGM-PER-M-SEC2 ; + qudt:exactMatch unit:PA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfLinearSubgradeReaction ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA247" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:siUnitsExpression "N/m^2" ; + qudt:symbol "N/m²" ; + qudt:ucumCode "N.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C55" ; + rdfs:isDefinedBy ; + rdfs:label "Newtons Per Square Meter"@en-us ; + rdfs:label "Newtons Per Square Metre"@en ; +. +unit:N-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ModulusOfSubgradeReaction ; + qudt:symbol "N/m³" ; + qudt:ucumCode "N.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newtons per cubic metre"@en ; +. +unit:N-PER-MilliM + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA249" ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "N/mm" ; + qudt:ucumCode "N.mm-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F47" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Per Millimeter"@en-us ; + rdfs:label "Newton Per Millimetre"@en ; +. +unit:N-PER-MilliM2 + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA250" ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "N/mm²" ; + qudt:ucumCode "N.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C56" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Per Square Millimeter"@en-us ; + rdfs:label "Newton Per Square Millimetre"@en ; +. +unit:N-PER-RAD + a qudt:Unit ; + dcterms:description "A one-newton force applied for one angle/torsional torque"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:exactMatch unit:N-M-PER-M-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAngle ; + qudt:plainTextDescription "A one-newton force applied for one angle/torsional torque" ; + qudt:symbol "N/rad" ; + qudt:ucumCode "N.rad-1"^^qudt:UCUMcs ; + qudt:ucumCode "N/rad"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton per radian"@en ; + rdfs:label "Newton per radian"@en-us ; + rdfs:label "Newton pro Radian"@de ; +. +unit:N-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:iec61360Code "0112/2///62720#UAA251" ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit second" ; + qudt:symbol "N·s" ; + qudt:ucumCode "N.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C57" ; + rdfs:isDefinedBy ; + rdfs:label "Newtonsekunde"@de ; + rdfs:label "newton per secondo"@it ; + rdfs:label "newton saat"@ms ; + rdfs:label "newton saniye"@tr ; + rdfs:label "newton second"@en ; + rdfs:label "newton segundo"@es ; + rdfs:label "newton sekunda"@cs ; + rdfs:label "newton-seconde"@fr ; + rdfs:label "newton-secundă"@ro ; + rdfs:label "newton-segundo"@pt ; + rdfs:label "niutonosekunda"@pl ; + rdfs:label "ньютон-секунда"@ru ; + rdfs:label "نيوتن ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "न्यूटन सैकण्ड"@hi ; + rdfs:label "ニュートン秒"@ja ; + rdfs:label "牛秒"@zh ; +. +unit:N-SEC-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Newton second measured per metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:expression "$N-s/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA252" ; + qudt:plainTextDescription "Newton second measured per metre" ; + qudt:symbol "N·s/m" ; + qudt:ucumCode "N.s.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.s/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C58" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Second per Meter"@en-us ; + rdfs:label "Newton Second per Metre"@en ; + rdfs:label "Newtonsekunden pro Meter"@de ; +. +unit:N-SEC-PER-M2 + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB428" ; + qudt:symbol "N·s/m²" ; + qudt:ucumCode "N.s.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N36" ; + rdfs:isDefinedBy ; + rdfs:label "newton second per square metre" ; +. +unit:N-SEC-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is $1 N \\cdot s \\cdot m^{-3} $ if unit pressure produces unit velocity."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ; + qudt:latexSymbol "\\(N \\cdot s \\cdot m^{-3}\\)"^^qudt:LatexString ; + qudt:symbol "N·s/m³" ; + qudt:ucumCode "N.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton second per Cubic Meter"@en-us ; + rdfs:label "Newton second per Cubic Metre"@en ; +. +unit:N-SEC-PER-RAD + a qudt:Unit ; + dcterms:description "Newton seconds measured per radian"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MomentumPerAngle ; + qudt:plainTextDescription "Newton seconds measured per radian" ; + qudt:symbol "N·s/rad" ; + qudt:ucumCode "N.s.rad-1"^^qudt:UCUMcs ; + qudt:ucumCode "N.s/rad"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton seconds per radian"@en ; + rdfs:label "Newton seconds per radian"@en-us ; + rdfs:label "Newtonsekunden pro Radian"@de ; +. +unit:NAT + a qudt:Unit ; + dcterms:description "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nat"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB345" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + qudt:symbol "nat" ; + qudt:uneceCommonCode "Q16" ; + rdfs:isDefinedBy ; + rdfs:label "Nat"@en ; +. +unit:NAT-PER-SEC + a qudt:Unit ; + dcterms:description "\"Nat per Second\" is information rate in natural units."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$nat-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB348" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "nat/s" ; + qudt:uneceCommonCode "Q19" ; + rdfs:isDefinedBy ; + rdfs:label "Nat per Second"@en ; +. +unit:NP + a qudt:DimensionlessUnit ; + a qudt:LogarithmicUnit ; + a qudt:Unit ; + dcterms:description "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Neper"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:iec61360Code "0112/2///62720#UAA253" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Neper"^^xsd:anyURI ; + qudt:siExactMatch si-unit:neper ; + qudt:symbol "Np" ; + qudt:ucumCode "Np"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C50" ; + rdfs:isDefinedBy ; + rdfs:label "Neper"@en ; +. +unit:NP-PER-SEC + a qudt:Unit ; + dcterms:description "unit neper divided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA254" ; + qudt:symbol "Np/s" ; + qudt:ucumCode "Np.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Np/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C51" ; + rdfs:isDefinedBy ; + rdfs:label "neper per second" ; +. +unit:NTU + a qudt:Unit ; + dcterms:description "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Turbidity ; + qudt:symbol "NTU" ; + rdfs:isDefinedBy ; + rdfs:label "Nephelometry Turbidity Unit"@en ; +. +unit:NUM + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "\"Number\" is a unit for 'Dimensionless' expressed as (\\#$."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:ChargeNumber ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:FrictionCoefficient ; + qudt:hasQuantityKind quantitykind:HyperfineStructureQuantumNumber ; + qudt:hasQuantityKind quantitykind:IonTransportNumber ; + qudt:hasQuantityKind quantitykind:Landau-GinzburgNumber ; + qudt:hasQuantityKind quantitykind:MagneticQuantumNumber ; + qudt:hasQuantityKind quantitykind:MassNumber ; + qudt:hasQuantityKind quantitykind:NeutronNumber ; + qudt:hasQuantityKind quantitykind:NuclearSpinQuantumNumber ; + qudt:hasQuantityKind quantitykind:NucleonNumber ; + qudt:hasQuantityKind quantitykind:OrbitalAngularMomentumQuantumNumber ; + qudt:hasQuantityKind quantitykind:Population ; + qudt:hasQuantityKind quantitykind:PrincipalQuantumNumber ; + qudt:hasQuantityKind quantitykind:QuantumNumber ; + qudt:hasQuantityKind quantitykind:ReynoldsNumber ; + qudt:hasQuantityKind quantitykind:SpinQuantumNumber ; + qudt:hasQuantityKind quantitykind:StoichiometricNumber ; + qudt:hasQuantityKind quantitykind:TotalAngularMomentumQuantumNumber ; + qudt:symbol "#" ; + qudt:ucumCode "1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number"@en ; +. +unit:NUM-PER-CentiM-KiloYR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(cm·1000 yr)" ; + qudt:ucumCode "{#}.cm-2.ka-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per square centimetre thousand years"@en ; +. +unit:NUM-PER-GM + a qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/g" ; + qudt:ucumCode "/g"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per gram"@en ; +. +unit:NUM-PER-HA + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "/ha" ; + qudt:ucumCode "/har"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.har-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/har"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per hectare"@en ; +. +unit:NUM-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:exactMatch unit:PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "/hr" ; + qudt:ucumCode "/h"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per hour"@en ; +. +unit:NUM-PER-HectoGM + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."@en ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/hg" ; + qudt:ucumCode "/hg"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.hg-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/hg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per 100 grams"@en ; +. +unit:NUM-PER-KiloM2 + a qudt:Unit ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "/km²" ; + qudt:ucumCode "{#}.km-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per square kilometre"@en ; +. +unit:NUM-PER-L + a qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/L" ; + qudt:ucumCode "/L"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per litre"@en ; +. +unit:NUM-PER-M + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:symbol "/m" ; + qudt:ucumCode "/m"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per metre"@en ; +. +unit:NUM-PER-M2 + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "/m²" ; + qudt:ucumCode "/m2"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per square metre"@en ; +. +unit:NUM-PER-M2-DAY + a qudt:Unit ; + qudt:conversionMultiplier 0.0000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:symbol "/(m²·day)" ; + qudt:ucumCode "{#}.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per square metre day"@en ; +. +unit:NUM-PER-M3 + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/m³" ; + qudt:ucumCode "/m3"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per cubic metre"@en ; +. +unit:NUM-PER-MicroL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/µL" ; + qudt:ucumCode "/uL"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.uL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per microlitre"@en ; +. +unit:NUM-PER-MilliGM + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/mg" ; + qudt:ucumCode "/mg"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per milligram"@en ; +. +unit:NUM-PER-MilliM3 + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:exactMatch unit:PER-MilliM3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/mm³" ; + qudt:ucumCode "/mm3"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.mm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per cubic millimeter"@en ; +. +unit:NUM-PER-NanoL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/nL" ; + qudt:ucumCode "/nL"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.nL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per nanoliter"@en-us ; + rdfs:label "Number per nanolitre"@en ; +. +unit:NUM-PER-PicoL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "/pL" ; + qudt:ucumCode "/pL"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.pL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per picoliter"@en ; +. +unit:NUM-PER-SEC + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "/s" ; + qudt:ucumCode "/s"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Counts per second"@en ; +. +unit:NUM-PER-YR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Number per Year\" is a unit for 'Frequency' expressed as $\\#/yr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:exactMatch unit:PER-YR ; + qudt:expression "$\\#/yr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "#/yr" ; + qudt:ucumCode "/a"^^qudt:UCUMcs ; + qudt:ucumCode "{#}.a-1"^^qudt:UCUMcs ; + qudt:ucumCode "{#}/a"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Year"@en ; +. +unit:NanoA + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA901" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nA" ; + qudt:ucumCode "nA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C39" ; + rdfs:isDefinedBy ; + rdfs:label "nanoampere"@en ; +. +unit:NanoA-PER-K + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:iec61360Code "0112/2///62720#UAD899" ; + qudt:symbol "nA/K" ; + qudt:ucumCode "nA.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "nA/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanoampere per kelvin" ; +. +unit:NanoBQ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:symbol "nBq" ; + rdfs:isDefinedBy ; + rdfs:label "NanoBecquerel"@en ; +. +unit:NanoBQ-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "nBq/L" ; + qudt:ucumCode "nBq.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "nBq/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanobecquerels per litre"@en ; +. +unit:NanoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A NanoCoulomb is $10^{-9} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA902" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nC" ; + qudt:ucumCode "nC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C40" ; + rdfs:isDefinedBy ; + rdfs:label "NanoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:NanoFARAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA903" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:symbol "nF" ; + qudt:ucumCode "nF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C41" ; + rdfs:isDefinedBy ; + rdfs:label "Nanofarad"@en ; +. +unit:NanoFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA904" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "nF/m" ; + qudt:ucumCode "nF.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "nF/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C42" ; + rdfs:isDefinedBy ; + rdfs:label "Nanofarad Per Meter"@en-us ; + rdfs:label "Nanofarad Per Metre"@en ; +. +unit:NanoGM + a qudt:Unit ; + dcterms:description "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB836" ; + qudt:prefix prefix:Nano ; + qudt:symbol "ng" ; + qudt:ucumCode "ng"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms"@en ; +. +unit:NanoGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; + qudt:symbol "ng/cm²" ; + qudt:ucumCode "ng.cm-2"^^qudt:UCUMcs ; + qudt:ucumCode "ng/cm2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms Per Square Centimeter"@en-us ; + rdfs:label "Nanograms Per Square Centimetre"@en ; +. +unit:NanoGM-PER-CentiM2-DAY + a qudt:Unit ; + dcterms:description "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000011574074 ; + qudt:conversionMultiplierSN 1.1574074E-13 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "ng/(cm²·day)" ; + qudt:ucumCode "ng.cm-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per square centimeter day"@en-us ; + rdfs:label "Nanograms per square centimetre day"@en ; +. +unit:NanoGM-PER-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-17 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:symbol "ng/day" ; + qudt:ucumCode "ng.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per day"@en ; +. +unit:NanoGM-PER-DeciL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in ng/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:expression "$ng/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/dL" ; + qudt:ucumCode "ng.dL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/dL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanograms per decilitre"@en ; + rdfs:label "nanograms per decilitre"@en-us ; +. +unit:NanoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA911" ; + qudt:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "ng/Kg" ; + qudt:ucumCode "ng.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L32" ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram Per Kilogram"@en ; +. +unit:NanoGM-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/L" ; + qudt:ucumCode "ng.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per litre"@en ; +. +unit:NanoGM-PER-M2-PA-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "kg/(m²·s·Pa)" ; + qudt:ucumCode "ng.m-2.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per square metre Pascal second"@en ; +. +unit:NanoGM-PER-M3 + a qudt:Unit ; + dcterms:description "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "ng/m³" ; + qudt:ucumCode "ng.m-3"^^qudt:UCUMcs ; + rdfs:comment "\"Derived from GM-PER-M3 which exists in QUDT\"" ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram Per Cubic Meter"@en-us ; + rdfs:label "Nanogram Per Cubic Metre"@en ; +. +unit:NanoGM-PER-MicroL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/µL" ; + qudt:ucumCode "ng.uL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/uL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per microlitre"@en ; +. +unit:NanoGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/mL" ; + qudt:ucumCode "ng.mL-1"^^qudt:UCUMcs ; + qudt:ucumCode "ng/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanograms per millilitre"@en ; +. +unit:NanoGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB479" ; + qudt:symbol "nGy/h" ; + qudt:uneceCommonCode "P64" ; + rdfs:isDefinedBy ; + rdfs:label "nanogray per hour" ; +. +unit:NanoGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB475" ; + qudt:symbol "nGy/min" ; + qudt:uneceCommonCode "P60" ; + rdfs:isDefinedBy ; + rdfs:label "nanogray per minute" ; +. +unit:NanoGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB300" ; + qudt:symbol "nGy/s" ; + qudt:uneceCommonCode "P56" ; + rdfs:isDefinedBy ; + rdfs:label "nanogray per second" ; +. +unit:NanoH + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit henry"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:exactMatch unit:H_Ab ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:hasQuantityKind quantitykind:Permeance ; + qudt:iec61360Code "0112/2///62720#UAA905" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nH" ; + qudt:ucumCode "nH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C43" ; + rdfs:isDefinedBy ; + rdfs:label "Nanohenry"@en ; +. +unit:NanoH-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA906" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre" ; + qudt:symbol "nH/m" ; + qudt:ucumCode "nH.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "nH/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C44" ; + rdfs:isDefinedBy ; + rdfs:label "Nanohenry Per Meter"@en-us ; + rdfs:label "Nanohenry Per Metre"@en ; +. +unit:NanoJ + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit joule" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB739" ; + qudt:symbol "nJ" ; + rdfs:isDefinedBy ; + rdfs:label "nanojoule" ; +. +unit:NanoJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB509" ; + qudt:symbol "nJ/s" ; + qudt:ucumCode "nJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "nJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanojoule per second" ; +. +unit:NanoKAT-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nkat/L" ; + qudt:ucumCode "nkat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanokatal Per Liter"@en-us ; + rdfs:label "Nanokatal Per Litre"@en ; +. +unit:NanoL + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000001-fold of the unit litre" ; + qudt:symbol "nL" ; + qudt:ucumCode "nL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q34" ; + rdfs:isDefinedBy ; + rdfs:label "Nanolitre"@en ; + rdfs:label "Nanolitre"@en-us ; +. +unit:NanoM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA912" ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit metre" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nm" ; + qudt:ucumCode "nm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C45" ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer"@en-us ; + rdfs:label "Nanometre"@en ; +. +unit:NanoM-PER-CentiM-MegaPA + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000001 ; + qudt:conversionMultiplierSN 1.0E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/cm/MPa" ; + qudt:symbol "nm/(cm·MPa)" ; + qudt:ucumCode "nm.cm-1.MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer Per Centimeter Megapascal"@en ; +. +unit:NanoM-PER-CentiM-PSI + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:conversionMultiplier 0.0000000000145037738 ; + qudt:conversionMultiplierSN 1.45037738E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/cm/PSI" ; + qudt:symbol "nm/(cm·psi)" ; + qudt:ucumCode "nm.cm-1.PSI-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer Per Centimeter PSI"@en ; +. +unit:NanoM-PER-MilliM-MegaPA + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:exactMatch unit:BREWSTER ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/mm/MPa" ; + qudt:symbol "nm/(mm·MPa)" ; + qudt:ucumCode "nm.mm-1.MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer Per Millimeter Megapascal"@en ; +. +unit:NanoM2 + a qudt:Unit ; + dcterms:description "A unit of area equal to that of a square, of sides 1nm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:expression "$sqnm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:plainTextDescription "A unit of area equal to that of a square, of sides 1nm" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nm²" ; + qudt:ucumCode "nm2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Nanometer"@en-us ; + rdfs:label "Square Nanometre"@en ; +. +unit:NanoMOL + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit mole" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:iec61360Code "0112/2///62720#UAB523" ; + qudt:symbol "nmol" ; + qudt:uneceCommonCode "Z9" ; + rdfs:isDefinedBy ; + rdfs:label "NanoMole"@en ; +. +unit:NanoMOL-PER-CentiM3-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(cm³·hr)" ; + qudt:ucumCode "nmol.cm-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per cubic centimetre hour"@en ; +. +unit:NanoMOL-PER-GM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "nmol/(g·s)" ; + qudt:ucumCode "nmol.g-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per gram second"@en ; +. +unit:NanoMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:symbol "nmol/kg" ; + qudt:ucumCode "nmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "nmol/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per kilogram"@en ; +. +unit:NanoMOL-PER-L + a qudt:Unit ; + dcterms:description "A scaled unit of amount-of-substance concentration."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:symbol "nmol/L" ; + qudt:ucumCode "nmol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "nmol/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per litre"@en ; +. +unit:NanoMOL-PER-L-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-11 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(L·day)" ; + qudt:ucumCode "nmol.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per litre day"@en ; +. +unit:NanoMOL-PER-L-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-10 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(L·hr)" ; + qudt:ucumCode "nmol.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per litre hour"@en ; +. +unit:NanoMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-14 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "nmol/(m²·day)" ; + qudt:ucumCode "nmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per square metre day"@en ; +. +unit:NanoMOL-PER-MicroGM-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-4 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "nmol/(µg·hr)" ; + qudt:ucumCode "nmol.ug-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per microgram hour"@en ; +. +unit:NanoMOL-PER-MicroMOL + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "nmol/µmol" ; + qudt:ucumCode "nmol.umol-1"^^qudt:UCUMcs ; + qudt:ucumCode "nmol/umol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per micromole"@en ; +. +unit:NanoMOL-PER-MicroMOL-DAY + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "nmol/(µmol·day)" ; + qudt:ucumCode "nmol.umol-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomoles per micromole day"@en ; +. +unit:NanoN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB547" ; + qudt:symbol "nN·m/m²" ; + rdfs:isDefinedBy ; + rdfs:label "nanonewton metre per square metre" ; +. +unit:NanoOHM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit ohm" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricalResistance ; + qudt:iec61360Code "0112/2///62720#UAB359" ; + qudt:symbol "nΩ" ; + qudt:uneceCommonCode "P22" ; + rdfs:isDefinedBy ; + rdfs:label "nanoohm" ; +. +unit:NanoOHM-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA900" ; + qudt:symbol "nΩ·m" ; + qudt:ucumCode "nOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C46" ; + rdfs:isDefinedBy ; + rdfs:label "nanoohm metre" ; +. +unit:NanoS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:symbol "nS" ; + rdfs:isDefinedBy ; + rdfs:label "NanoSiemens"@en ; +. +unit:NanoS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA907" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre" ; + qudt:symbol "nS/cm" ; + qudt:ucumCode "nS.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "nS/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G44" ; + rdfs:isDefinedBy ; + rdfs:label "Nanosiemens Per Centimeter"@en-us ; + rdfs:label "Nanosiemens Per Centimetre"@en ; +. +unit:NanoS-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA908" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "nS/m" ; + qudt:ucumCode "nS.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "nS/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G45" ; + rdfs:isDefinedBy ; + rdfs:label "Nanosiemens Per Meter"@en-us ; + rdfs:label "Nanosiemens Per Metre"@en ; +. +unit:NanoSEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA913" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:symbol "ns" ; + qudt:ucumCode "ns"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C47" ; + rdfs:isDefinedBy ; + rdfs:label "nanosecond"@en ; +. +unit:NanoSV-PER-HR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit hour" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB467" ; + qudt:symbol "nSv/h" ; + qudt:uneceCommonCode "P73" ; + rdfs:isDefinedBy ; + rdfs:label "nanosievert per hour" ; +. +unit:NanoSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB471" ; + qudt:symbol "nSv/min" ; + qudt:uneceCommonCode "P77" ; + rdfs:isDefinedBy ; + rdfs:label "nanosievert per minute" ; +. +unit:NanoSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB304" ; + qudt:symbol "nSv/s" ; + qudt:uneceCommonCode "P68" ; + rdfs:isDefinedBy ; + rdfs:label "nanosievert per second" ; +. +unit:NanoT + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA909" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nT" ; + qudt:ucumCode "nT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C48" ; + rdfs:isDefinedBy ; + rdfs:label "Nanotesla"@en ; +. +unit:NanoV + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC771" ; + qudt:symbol "nV" ; + rdfs:isDefinedBy ; + rdfs:label "nanovolt" ; +. +unit:NanoV-A + a qudt:Unit ; + dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB531" ; + qudt:symbol "nV·A" ; + qudt:ucumCode "nV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanovolt ampere" ; +. +unit:NanoV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC505" ; + qudt:symbol "nV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "nanovolt ampere reactive" ; +. +unit:NanoW + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA910" ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Nano ; + qudt:symbol "nW" ; + qudt:ucumCode "nW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C49" ; + rdfs:isDefinedBy ; + rdfs:label "Nanowatt"@en ; +. +unit:NanoW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:PoyntingVector ; + qudt:iec61360Code "0112/2///62720#UAB539" ; + qudt:symbol "nW/m²" ; + qudt:ucumCode "nW.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "nanowatt per square metre" ; +. +unit:OCT + a qudt:DimensionlessUnit ; + a qudt:LogarithmicUnit ; + a qudt:Unit ; + dcterms:description "An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Octave"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:LogarithmicFrequencyInterval ; + qudt:iec61360Code "0112/2///62720#UAA914" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:anyURI ; + qudt:symbol "octave" ; + qudt:uneceCommonCode "C59" ; + rdfs:isDefinedBy ; + rdfs:label "Oct"@en ; +. +unit:OCTET + a qudt:Unit ; + dcterms:description "synonym for byte: 1 octet = 8 bit = 1 byte" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB341" ; + qudt:symbol "o" ; + qudt:uneceCommonCode "Q12" ; + rdfs:isDefinedBy ; + rdfs:label "octet" ; +. +unit:OCTET-PER-SEC + a qudt:Unit ; + dcterms:description "unit octet divided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:BitRate ; + qudt:iec61360Code "0112/2///62720#UAB342" ; + qudt:symbol "o/s" ; + qudt:uneceCommonCode "Q13" ; + rdfs:isDefinedBy ; + rdfs:label "octet per second" ; +. +unit:OERSTED + a qudt:Unit ; + dcterms:description "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 79.5774715 ; + qudt:conversionMultiplierSN 7.95774715E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Oersted"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength_H ; + qudt:iec61360Code "0112/2///62720#UAB134" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Oe" ; + qudt:ucumCode "Oe"^^qudt:UCUMcs ; + qudt:udunitsCode "Oe" ; + qudt:uneceCommonCode "66" ; + rdfs:isDefinedBy ; + rdfs:label "Oersted"@en ; + prov:wasDerivedFrom unit:Gs ; +. +unit:OERSTED-CentiM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.795774715 ; + qudt:conversionMultiplierSN 7.95774715E-1 ; + qudt:expression "$Oe-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:symbol "Oe·cm" ; + qudt:ucumCode "Oe.cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Oersted Centimeter"@en-us ; + rdfs:label "Oersted Centimetre"@en ; +. +unit:OHM + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. + + It is defined as: + + $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$ + + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Impedance ; + qudt:hasQuantityKind quantitykind:ModulusOfImpedance ; + qudt:hasQuantityKind quantitykind:Reactance ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA017" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:ohm ; + qudt:siUnitsExpression "V/A" ; + qudt:symbol "Ω" ; + qudt:ucumCode "Ohm"^^qudt:UCUMcs ; + qudt:udunitsCode "Ω" ; + qudt:uneceCommonCode "OHM" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm"@de ; + rdfs:label "ohm"@cs ; + rdfs:label "ohm"@en ; + rdfs:label "ohm"@fr ; + rdfs:label "ohm"@hu ; + rdfs:label "ohm"@it ; + rdfs:label "ohm"@ms ; + rdfs:label "ohm"@pt ; + rdfs:label "ohm"@ro ; + rdfs:label "ohm"@sl ; + rdfs:label "ohm"@tr ; + rdfs:label "ohmio"@es ; + rdfs:label "ohmium"@la ; + rdfs:label "om"@pl ; + rdfs:label "ωμ"@el ; + rdfs:label "ом"@bg ; + rdfs:label "ом"@ru ; + rdfs:label "אוהם"@he ; + rdfs:label "أوم"@ar ; + rdfs:label "اهم"@fa ; + rdfs:label "ओह्म"@hi ; + rdfs:label "オーム"@ja ; + rdfs:label "欧姆"@zh ; +. +unit:OHM-CentiM + a qudt:Unit ; + dcterms:description "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB090" ; + qudt:symbol "Ω·cm" ; + qudt:ucumCode "Ohm.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C60" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Centimeter"@en-us ; + rdfs:label "Ohm Centimetre"@en ; +. +unit:OHM-KiloM + a qudt:Unit ; + dcterms:description "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA018" ; + qudt:symbol "Ω·km" ; + qudt:ucumCode "Ohm.km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M24" ; + rdfs:isDefinedBy ; + rdfs:label "ohm kilometre" ; +. +unit:OHM-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA020" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "Ω·m" ; + qudt:ucumCode "Ohm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C61" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Meter"@en-us ; + rdfs:label "Ohmmeter"@de ; + rdfs:label "ohm meter"@ms ; + rdfs:label "ohm metr"@cs ; + rdfs:label "ohm metre"@en ; + rdfs:label "ohm metre"@tr ; + rdfs:label "ohm per metro"@it ; + rdfs:label "ohm-metro"@pt ; + rdfs:label "ohm-metru"@ro ; + rdfs:label "ohm-mètre"@fr ; + rdfs:label "ohmio metro"@es ; + rdfs:label "ом-метр"@ru ; + rdfs:label "أوم متر"@ar ; + rdfs:label "اهم متر"@fa ; + rdfs:label "ओह्म मीटर"@hi ; + rdfs:label "オームメートル"@ja ; + rdfs:label "欧姆米"@zh ; +. +unit:OHM-M2-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:symbol "Ω·m²/m" ; + qudt:ucumCode "Ohm2.m.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Square Meter per Meter"@en-us ; + rdfs:label "Ohm Square Metre per Metre"@en ; +. +unit:OHM-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD879" ; + qudt:symbol "Ω/bar" ; + qudt:ucumCode "Ohm.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "Ohm/bar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ohm per bar" ; +. +unit:OHM-PER-K + a qudt:Unit ; + dcterms:description "SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD875" ; + qudt:symbol "Ω/K" ; + qudt:ucumCode "Ohm.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "Ohm/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ohm per kelvin" ; +. +unit:OHM-PER-KiloM + a qudt:Unit ; + dcterms:description "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA019" ; + qudt:symbol "Ω/km" ; + qudt:ucumCode "Ohm.km-1"^^qudt:UCUMcs ; + qudt:ucumCode "Ohm/km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F56" ; + rdfs:isDefinedBy ; + rdfs:label "ohm per kilometre" ; +. +unit:OHM-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA021" ; + qudt:symbol "Ω/m" ; + qudt:ucumCode "Ohm.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "Ohm/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H26" ; + rdfs:isDefinedBy ; + rdfs:label "ohm per metre" ; +. +unit:OHM-PER-MI + a qudt:Unit ; + dcterms:description "unit ohm divided by the unit mile according to the Anglo-American system of units" ; + qudt:conversionMultiplier 0.0006213712 ; + qudt:conversionMultiplierSN 6.213712E-4 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA022" ; + qudt:symbol "Ω/mi" ; + qudt:ucumCode "Ohm.[mi_i]-1"^^qudt:UCUMcs ; + qudt:ucumCode "Ohm/[mi_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F55" ; + rdfs:isDefinedBy ; + rdfs:label "ohm per mile" ; +. +unit:OHM_Ab + a qudt:Unit ; + dcterms:description "$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "abΩ" ; + qudt:ucumCode "nOhm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abohm"@en ; +. +unit:OHM_CIRC-MIL-PER-FT + a qudt:Unit ; + dcterms:description "unit of resistivity" ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB215" ; + qudt:symbol "Ω·cmil/ft" ; + rdfs:isDefinedBy ; + rdfs:label "ohm circular mil per foot" ; +. +unit:OHM_Stat + a qudt:Unit ; + dcterms:description "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 898760000000.0 ; + qudt:conversionMultiplierSN 8.9876E11 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ; + qudt:latexSymbol "$stat\\Omega$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "statΩ" ; + rdfs:isDefinedBy ; + rdfs:label "Statohm"@en ; +. +unit:ONE + a qudt:Unit ; + 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" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA915" ; + qudt:symbol "one" ; + qudt:uneceCommonCode "C62" ; + rdfs:isDefinedBy ; + rdfs:label "one" ; +. +unit:ONE-PER-ONE + a qudt:Unit ; + dcterms:description "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Ratio ; + qudt:iec61360Code "0112/2///62720#UAB443" ; + qudt:symbol "1/1" ; + qudt:uneceCommonCode "Q26" ; + rdfs:isDefinedBy ; + rdfs:label "one per one" ; +. +unit:OZ + a qudt:Unit ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028349523125 ; + qudt:conversionMultiplierSN 2.8349523125E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:OZ_M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA917" ; + qudt:symbol "oz" ; + qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ONZ" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass"@en ; +. +unit:OZ-FT + a qudt:Unit ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0086409 ; + qudt:conversionMultiplierSN 8.6409E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB133" ; + qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units" ; + qudt:symbol "oz·ft" ; + qudt:ucumCode "[oz_av].[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4R" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Foot"@en ; +. +unit:OZ-FT-HR-PER-IN3-LB + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 4185008.37001674003348006696013391967054969619939239878479756959513918331297668 ; + qudt:conversionMultiplierSN 4.18500837001674003348006696013391967054969619939239878479756959513918331297668E6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD858" ; + qudt:symbol "(oz/in³)/(lb/(ft·h))" ; + qudt:ucumCode "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce foot hour per cubic inch pound" ; +. +unit:OZ-FT-SEC-PER-IN3-LB + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 1162.5023250046500093000186000371999084860267220534441068882137764275509202713 ; + qudt:conversionMultiplierSN 1.1625023250046500093000186000371999084860267220534441068882137764275509202713E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD859" ; + qudt:symbol "(oz/in³)/(lb/(ft·s))" ; + qudt:ucumCode "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce foot second per cubic inch pound" ; +. +unit:OZ-FT2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 36.1316752166621861189380447919115019472637943032352378395448512952533951671309544 ; + qudt:conversionMultiplierSN 3.61316752166621861189380447919115019472637943032352378395448512952533951671309544E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD860" ; + qudt:symbol "(oz/in³)/(lbf·s/ft²)" ; + qudt:ucumCode "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce square foot per cubic inch pound-force second" ; +. +unit:OZ-HR-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 219938987.18776172506694249178957458290568644187608087388655521718664498878165 ; + qudt:conversionMultiplierSN 2.1993898718776172506694249178957458290568644187608087388655521718664498878165E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC868" ; + qudt:symbol "(oz/in³)/(ft³/h)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce hour per cubic inch cubic foot" ; +. +unit:OZ-HR-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 1369963762.2210959898659928577066453306815803233918044992564139962693935984065 ; + qudt:conversionMultiplierSN 1.3699637622210959898659928577066453306815803233918044992564139962693935984065E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC866" ; + qudt:symbol "(oz/in³)/(gal (UK)/h)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce hour per cubic inch gallon (UK)" ; +. +unit:OZ-HR-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 1645257878.1837760212799853931272070770270963403487166774326507185648524626875 ; + qudt:conversionMultiplierSN 1.6452578781837760212799853931272070770270963403487166774326507185648524626875E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC865" ; + qudt:symbol "(oz/in³)/(gal (US)/h)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce hour per cubic inch gallon (US)" ; +. +unit:OZ-HR-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 8145888.41436154537284972191813238826881590685721646580623302553040761112231 ; + qudt:conversionMultiplierSN 8.14588841436154537284972191813238826881590685721646580623302553040761112231E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC869" ; + qudt:symbol "(oz/in³)/(yd³/h)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce hour per cubic inch cubic yard" ; +. +unit:OZ-HR-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 380054569860.45226091567662581238487547724575 ; + qudt:conversionMultiplierSN 3.8005456986045226091567662581238487547724575E11 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC867" ; + qudt:symbol "(oz/in³)/(in³/h)" ; + qudt:ucumCode "[oz_av].h.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce hour per power of inch with the exponent 6" ; +. +unit:OZ-IN + a qudt:Unit ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000720077887375 ; + qudt:conversionMultiplierSN 7.20077887375E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB132" ; + qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units" ; + qudt:symbol "oz·in" ; + qudt:ucumCode "[oz_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4Q" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Inch"@en ; +. +unit:OZ-IN2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.25091441122682073693706975549938543018933190488357804055239480066148191088285385 ; + qudt:conversionMultiplierSN 2.5091441122682073693706975549938543018933190488357804055239480066148191088285385E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD861" ; + qudt:symbol "(oz/in³)/(lbf·s/in²)" ; + qudt:ucumCode "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce square inch per cubic inch pound-force second" ; +. +unit:OZ-MIN-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 3665649.7864626954177823748631595763817614406979346812314425869531107498130275 ; + qudt:conversionMultiplierSN 3.6656497864626954177823748631595763817614406979346812314425869531107498130275E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD801" ; + qudt:symbol "(oz/in³)/(ft³/min)" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce minute per cubic inch cubic foot" ; +. +unit:OZ-MIN-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 22832729.370351599831099880961777422178026338723196741654273566604489893306775 ; + qudt:conversionMultiplierSN 2.2832729370351599831099880961777422178026338723196741654273566604489893306775E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD867" ; + qudt:symbol "oz·min/(in³·gal (UK))" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce minute per cubic inch gallon (UK)" ; +. +unit:OZ-MIN-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 27420964.636396267021333089885453451283784939005811944623877511976080874378125 ; + qudt:conversionMultiplierSN 2.7420964636396267021333089885453451283784939005811944623877511976080874378125E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD866" ; + qudt:symbol "(oz/in³)/(gal (US)/min)" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce minute per cubic inch gallon (US)" ; +. +unit:OZ-MIN-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 135764.8069060257562141620319688731378135984476202744301038837588401268520385 ; + qudt:conversionMultiplierSN 1.357648069060257562141620319688731378135984476202744301038837588401268520385E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD802" ; + qudt:symbol "(oz/in³)/(yd³/min)" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce minute per cubic inch cubic yard" ; +. +unit:OZ-MIN-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 6334242831.0075376819279437635397479246207625 ; + qudt:conversionMultiplierSN 6.3342428310075376819279437635397479246207625E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD800" ; + qudt:symbol "(oz/in³)/(in³/min)" ; + qudt:ucumCode "[oz_av].min.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce minute per power of inch with the exponent 6" ; +. +unit:OZ-PER-DAY + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000032812 ; + qudt:conversionMultiplierSN 3.2812E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA919" ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day" ; + qudt:symbol "oz/day" ; + qudt:ucumCode "[oz_av].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L33" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Day"@en ; +. +unit:OZ-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.305151727 ; + qudt:conversionMultiplierSN 3.05151727E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/ft^{2}" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB105" ; + qudt:symbol "oz/ft²{US}" ; + qudt:ucumCode "[oz_av].[sft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "37" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Mass Ounce per Square Foot"@en ; +. +unit:OZ-PER-GAL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.23602329 ; + qudt:conversionMultiplierSN 6.23602329E0 ; + qudt:exactMatch unit:OZ-PER-GAL_UK ; + qudt:expression "oz/gal" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "oz/gal{US}" ; + qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Mass Ounce per Gallon"@en ; +. +unit:OZ-PER-GAL_UK + a qudt:Unit ; + dcterms:description "unit of the density according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.23602329 ; + qudt:conversionMultiplierSN 6.23602329E0 ; + qudt:exactMatch unit:OZ-PER-GAL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA923" ; + qudt:plainTextDescription "unit of the density according to the Imperial system of units" ; + qudt:symbol "oz/gal{UK}" ; + qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L37" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Gallon (UK)"@en ; +. +unit:OZ-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 7.48915170730603928399457848784464 ; + qudt:conversionMultiplierSN 7.48915170730603928399457848784464E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA924" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "oz/gal{US}" ; + qudt:ucumCode "[oz_av].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L38" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Gallon (US)"@en ; +. +unit:OZ-PER-HR + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000787487 ; + qudt:conversionMultiplierSN 7.87487E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA920" ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour" ; + qudt:symbol "oz/hr" ; + qudt:ucumCode "[oz_av].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L34" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Hour"@en ; +. +unit:OZ-PER-IN2 + a qudt:Unit ; + dcterms:description "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)" ; + qudt:conversionMultiplier 43.94184872744745489490978981957964 ; + qudt:conversionMultiplierSN 4.394184872744745489490978981957964E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB261" ; + qudt:symbol "oz/in²" ; + qudt:ucumCode "[oz_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N22" ; + rdfs:isDefinedBy ; + rdfs:label "ounce (avoirdupois) per square inch" ; +. +unit:OZ-PER-IN3 + a qudt:Unit ; + dcterms:description "\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz/in^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1729.99404 ; + qudt:conversionMultiplierSN 1.72999404E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/in^{3}" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "oz/in³" ; + qudt:ucumCode "[oz_av].[cin_i]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/[cin_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L39" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Mass Ounce per Cubic Inch"@en ; +. +unit:OZ-PER-MIN + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000472492 ; + qudt:conversionMultiplierSN 4.72492E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA921" ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute" ; + qudt:symbol "oz/min" ; + qudt:ucumCode "[oz_av].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L35" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Minute"@en ; +. +unit:OZ-PER-SEC + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.02834952 ; + qudt:conversionMultiplierSN 2.834952E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA922" ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second" ; + qudt:symbol "oz/s" ; + qudt:ucumCode "[oz_av].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L36" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Second"@en ; +. +unit:OZ-PER-YD2 + a qudt:Unit ; + dcterms:description "\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0339057474748823 ; + qudt:conversionMultiplierSN 3.39057474748823E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/yd²" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB104" ; + qudt:symbol "oz/yd³{US}" ; + qudt:ucumCode "[oz_av].[syd_i]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/[syd_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ON" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Mass Ounce per Square Yard"@en ; +. +unit:OZ-PER-YD3 + a qudt:Unit ; + dcterms:description "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0370798 ; + qudt:conversionMultiplierSN 3.70798E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA918" ; + qudt:plainTextDescription "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "oz/yd³" ; + qudt:ucumCode "[oz_av].[cyd_i]-1"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]/[cyd_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G32" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (avoirdupois) Per Cubic Yard"@en ; +. +unit:OZ-SEC-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 61094.163107711590296372914385992939696024011632244687190709782551845830217125 ; + qudt:conversionMultiplierSN 6.1094163107711590296372914385992939696024011632244687190709782551845830217125E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD826" ; + qudt:symbol "(oz/in³)/(ft³/s)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce second per cubic inch cubic foot" ; +. +unit:OZ-SEC-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 380545.48950585999718499801602962370296710564538661236090455944340816488844625 ; + qudt:conversionMultiplierSN 3.8054548950585999718499801602962370296710564538661236090455944340816488844625E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD824" ; + qudt:symbol "(oz/in³)/(gal (UK)/s)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce second per cubic inch gallon (UK)" ; +. +unit:OZ-SEC-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 457016.07727327111702221816475755752139641565009686574373129186626801457296875 ; + qudt:conversionMultiplierSN 4.5701607727327111702221816475755752139641565009686574373129186626801457296875E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD823" ; + qudt:symbol "(oz/in³)/(gal (US)/s)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce second per cubic inch gallon (US)" ; +. +unit:OZ-SEC-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 2262.746781767095936902700532814552296893307460337907168398062647335447533975 ; + qudt:conversionMultiplierSN 2.262746781767095936902700532814552296893307460337907168398062647335447533975E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD827" ; + qudt:symbol "(oz/in³)/(yd³/s)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce second per cubic inch cubic yard" ; +. +unit:OZ-SEC-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 105570713.850125628032132396058995798743679375 ; + qudt:conversionMultiplierSN 1.05570713850125628032132396058995798743679375E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD825" ; + qudt:symbol "(oz/in³)/(in³/s)" ; + qudt:ucumCode "[oz_av].s.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ounce second per power of inch with the exponent 6" ; +. +unit:OZ_F + a qudt:Unit ; + dcterms:description "\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.278013875 ; + qudt:conversionMultiplierSN 2.78013875E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA926" ; + qudt:symbol "ozf" ; + qudt:ucumCode "[ozf_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "ozf" ; + qudt:uneceCommonCode "L40" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Ounce Force"@en ; +. +unit:OZ_F-IN + a qudt:Unit ; + dcterms:description "\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.007061552425 ; + qudt:conversionMultiplierSN 7.061552425E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA927" ; + qudt:symbol "ozf·in" ; + qudt:ucumCode "[ozf_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L41" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Ounce Force Inch"@en ; +. +unit:OZ_F-PER-IN3 + a qudt:Unit ; + dcterms:description "unit of specific weight according to the Anglo-American system of units" ; + qudt:conversionMultiplier 16965.44756278488934930625766763345 ; + qudt:conversionMultiplierSN 1.696544756278488934930625766763345E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:iec61360Code "0112/2///62720#UAA925" ; + qudt:symbol "ozf/in³" ; + qudt:ucumCode "[ozf_av].[in_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L39" ; + rdfs:isDefinedBy ; + rdfs:label "ounce of force per cubic inch" ; +. +unit:OZ_M + a qudt:Unit ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028349523125 ; + qudt:conversionMultiplierSN 2.8349523125E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:OZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:symbol "oz" ; + qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ONZ" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass"@en ; +. +unit:OZ_TROY + a qudt:Unit ; + dcterms:description "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0311034768 ; + qudt:conversionMultiplierSN 3.11034768E-2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB082" ; + qudt:symbol "oz{Troy}" ; + qudt:ucumCode "[oz_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "APZ" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Troy"@en ; +. +unit:OZ_VOL_UK + a qudt:Unit ; + dcterms:description "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000284130625 ; + qudt:conversionMultiplierSN 2.84130625E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA431" ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:symbol "oz{UK}" ; + qudt:ucumCode "[foz_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "OZI" ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK)"@en ; +. +unit:OZ_VOL_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000000003288548900462962962962962962962962 ; + qudt:conversionMultiplierSN 3.288548900462962962962962962962962E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA432" ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "oz{UK}/day" ; + qudt:ucumCode "[foz_br].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_br]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J95" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (UK Fluid) Per Day"@en ; +. +unit:OZ_VOL_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000007892517361111111111111111111111112 ; + qudt:conversionMultiplierSN 7.892517361111111111111111111111112E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA433" ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "oz{UK}/hr" ; + qudt:ucumCode "[foz_br].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_br]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J96" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (UK Fluid) Per Hour"@en ; +. +unit:OZ_VOL_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000004735510416666666666666666666666668 ; + qudt:conversionMultiplierSN 4.735510416666666666666666666666668E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA434" ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "oz{UK}/min" ; + qudt:ucumCode "[foz_br].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_br]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J97" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (UK Fluid) Per Minute"@en ; +. +unit:OZ_VOL_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000284 ; + qudt:conversionMultiplierSN 2.84E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA435" ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "oz{UK}/s" ; + qudt:ucumCode "[foz_br].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_br]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J98" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (UK Fluid) Per Second"@en ; +. +unit:OZ_VOL_US + a qudt:Unit ; + dcterms:description "\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000295735296 ; + qudt:conversionMultiplierSN 2.95735296E-5 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA916" ; + qudt:symbol "fl oz{US}" ; + qudt:ucumCode "[foz_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "fl oz" ; + qudt:uneceCommonCode "OZA" ; + rdfs:isDefinedBy ; + rdfs:label "US Liquid Ounce"@en ; +. +unit:OZ_VOL_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000342286 ; + qudt:conversionMultiplierSN 3.42286E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA436" ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day" ; + qudt:symbol "fl oz{US}/day" ; + qudt:ucumCode "[foz_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J99" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (US Fluid) Per Day"@en ; +. +unit:OZ_VOL_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000008214869 ; + qudt:conversionMultiplierSN 8.214869E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA437" ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "fl oz{US}/hr" ; + qudt:ucumCode "[foz_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K10" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (US Fluid) Per Hour"@en ; +. +unit:OZ_VOL_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000492892 ; + qudt:conversionMultiplierSN 4.92892E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA438" ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "fl oz{US}/min" ; + qudt:ucumCode "[foz_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K11" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (US Fluid) Per Minute"@en ; +. +unit:OZ_VOL_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000295735296 ; + qudt:conversionMultiplierSN 2.95735296E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA439" ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "fl oz{US}/s" ; + qudt:ucumCode "[foz_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[foz_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K12" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce (US Fluid) Per Second"@en ; +. +unit:P + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton" ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB412" ; + qudt:symbol "p" ; + qudt:uneceCommonCode "M78" ; + rdfs:isDefinedBy ; + rdfs:label "pond" ; +. +unit:PA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:KiloGM-PER-M-SEC2 ; + qudt:exactMatch unit:N-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:BulkModulus ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:Fugacity ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAA258" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:pascal ; + qudt:siUnitsExpression "N/m^2" ; + qudt:symbol "Pa" ; + qudt:ucumCode "Pa"^^qudt:UCUMcs ; + qudt:udunitsCode "Pa" ; + qudt:uneceCommonCode "PAL" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal"@de ; + rdfs:label "pascal"@cs ; + rdfs:label "pascal"@en ; + rdfs:label "pascal"@es ; + rdfs:label "pascal"@fr ; + rdfs:label "pascal"@hu ; + rdfs:label "pascal"@it ; + rdfs:label "pascal"@ms ; + rdfs:label "pascal"@pt ; + rdfs:label "pascal"@ro ; + rdfs:label "pascal"@sl ; + rdfs:label "pascal"@tr ; + rdfs:label "pascalium"@la ; + rdfs:label "paskal"@pl ; + rdfs:label "πασκάλ"@el ; + rdfs:label "паскал"@bg ; + rdfs:label "паскаль"@ru ; + rdfs:label "פסקל"@he ; + rdfs:label "باسكال"@ar ; + rdfs:label "پاسگال"@fa ; + rdfs:label "पास्कल"@hi ; + rdfs:label "パスカル"@ja ; + rdfs:label "帕斯卡"@zh ; +. +unit:PA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA261" ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "Pa·L/s" ; + qudt:ucumCode "Pa.L.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.L/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F99" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Liter Per Second"@en-us ; + rdfs:label "Pascal Litre Per Second"@en ; +. +unit:PA-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m" ; + qudt:ucumCode "Pa.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal metres"@en ; +. +unit:PA-M-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m/s" ; + qudt:ucumCode "Pa.m.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.m/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal metres per second"@en ; +. +unit:PA-M-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m/s²" ; + qudt:ucumCode "Pa.m.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal metres per square second"@en ; +. +unit:PA-M0dot5 + a qudt:Unit ; + dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "A metric unit for stress intensity factor and fracture toughness." ; + qudt:symbol "Pa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Square Root Meter"@en-us ; + rdfs:label "Pascal Square Root Metre"@en ; +. +unit:PA-M0pt5 + a qudt:Unit ; + dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; + dcterms:isReplacedBy unit:PA-M0dot5 ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "A metric unit for stress intensity factor and fracture toughness." ; + qudt:symbol "Pa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Square Root Meter"@en-us ; + rdfs:label "Pascal Square Root Metre"@en ; +. +unit:PA-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:BurstFactor ; + qudt:iec61360Code "0112/2///62720#UAB462" ; + qudt:symbol "Pa/(kg/m²)" ; + qudt:ucumCode "Pa.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P79" ; + rdfs:isDefinedBy ; + rdfs:label "pascal square metre per kilogram" ; +. +unit:PA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA264" ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "Pa·m³/s" ; + qudt:ucumCode "Pa.m3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.m3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G01" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Cubic Meter Per Second"@en-us ; + rdfs:label "Pascal Cubic Metre Per Second"@en ; +. +unit:PA-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA260" ; + qudt:plainTextDescription "SI derived unit pascal divided by the unit bar" ; + qudt:symbol "Pa/bar" ; + qudt:ucumCode "Pa.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F07" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Per Bar"@en ; +. +unit:PA-PER-HR + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one hour."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000277777778 ; + qudt:conversionMultiplierSN 2.77777778E-4 ; + qudt:expression "$P / hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/hr" ; + qudt:ucumCode "Pa.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Hour"@en ; +. +unit:PA-PER-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$pascal-per-kelvin$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA259" ; + qudt:symbol "Pa/K" ; + qudt:ucumCode "Pa.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C64" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Kelvin"@en ; +. +unit:PA-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit pascal divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA262" ; + qudt:plainTextDescription "SI derived unit pascal divided by the SI base unit metre" ; + qudt:symbol "Pa/m" ; + qudt:ucumCode "Pa.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H42" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Per Meter"@en-us ; + rdfs:label "Pascal Per Metre"@en ; +. +unit:PA-PER-MIN + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one minute."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0166666667 ; + qudt:conversionMultiplierSN 1.66666667E-2 ; + qudt:expression "$P / min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/min" ; + qudt:ucumCode "Pa.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Minute"@en ; +. +unit:PA-PER-SEC + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$P / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/s" ; + qudt:ucumCode "Pa.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Second"@en ; +. +unit:PA-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Pa-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA265" ; + qudt:siUnitsExpression "Pa.s" ; + qudt:symbol "Pa·s" ; + qudt:ucumCode "Pa.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C65" ; + rdfs:isDefinedBy ; + rdfs:label "Pascalsekunde"@de ; + rdfs:label "pascal per secondo"@it ; + rdfs:label "pascal saat"@ms ; + rdfs:label "pascal saniye"@tr ; + rdfs:label "pascal second"@en ; + rdfs:label "pascal segundo"@es ; + rdfs:label "pascal sekunda"@cs ; + rdfs:label "pascal sekunda"@sl ; + rdfs:label "pascal-seconde"@fr ; + rdfs:label "pascal-secundă"@ro ; + rdfs:label "pascal-segundo"@pt ; + rdfs:label "paskalosekunda"@pl ; + rdfs:label "паскаль-секунда"@ru ; + rdfs:label "باسكال ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "पास्कल सैकण्ड"@hi ; + rdfs:label "パスカル秒"@ja ; + rdfs:label "帕斯卡秒"@zh ; +. +unit:PA-SEC-PER-BAR + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA267" ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar" ; + qudt:symbol "Pa·s/bar" ; + qudt:ucumCode "Pa.s.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.s/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H07" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Second Per Bar"@en ; +. +unit:PA-SEC-PER-K + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA266" ; + qudt:symbol "Pa·s/K" ; + qudt:ucumCode "Pa.s.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.s/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F77" ; + rdfs:isDefinedBy ; + rdfs:label "pascal second per kelvin" ; +. +unit:PA-SEC-PER-L + a qudt:Unit ; + dcterms:description "product of the SI derived unit pascal and the SI base unit second divided by the unit litre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB499" ; + qudt:symbol "Pa·s/l" ; + qudt:ucumCode "Pa.s.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.s/L"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M32" ; + rdfs:isDefinedBy ; + rdfs:label "pascal second per litre" ; +. +unit:PA-SEC-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa-s/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AcousticImpedance ; + qudt:iec61360Code "0112/2///62720#UAA268" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa.s/m" ; + qudt:symbol "Pa·s/m" ; + qudt:ucumCode "Pa.s.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pa.s/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C67" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Second Per Meter"@en-us ; + rdfs:label "Pascal Second Per Metre"@en ; +. +unit:PA-SEC-PER-M3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa-s/m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA263" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa.s/m3" ; + qudt:symbol "Pa·s/m³" ; + qudt:ucumCode "Pa.s.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C66" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Second Per Cubic Meter"@en-us ; + rdfs:label "Pascalsekunde je Kubikmeter"@de ; + rdfs:label "pascal per secondo al metro cubo"@it ; + rdfs:label "pascal saat per meter kubik"@ms ; + rdfs:label "pascal saniye bölü metre küp"@tr ; + rdfs:label "pascal second per cubic metre"@en ; + rdfs:label "pascal segundo por metro cúbico"@es ; + rdfs:label "pascal sekunda na metr krychlový"@cs ; + rdfs:label "pascal-seconde par mètre cube"@fr ; + rdfs:label "pascal-secundă pe metru cub"@ro ; + rdfs:label "pascal-segundo por metro cúbico"@pt ; + rdfs:label "paskalosekunda na metr sześcienny"@pl ; + rdfs:label "паскаль-секунда на кубический метр"@ru ; + rdfs:label "باسكال ثانية لكل متر مكعب"@ar ; + rdfs:label "نیوتون ثانیه بر متر مکعب"@fa ; + rdfs:label "पास्कल सैकण्ड प्रति घन मीटर"@hi ; + rdfs:label "パスカル秒毎立方メートル"@ja ; +. +unit:PA2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-6D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa²/s²" ; + qudt:ucumCode "Pa2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square pascal per square second"@en ; +. +unit:PA2-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa2-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-3D0 ; + qudt:hasQuantityKind quantitykind:SoundExposure ; + qudt:iec61360Code "0112/2///62720#UAB339" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa2.s" ; + qudt:symbol "Pa²·s" ; + qudt:ucumCode "Pa2.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P42" ; + rdfs:isDefinedBy ; + rdfs:label "Square Pascal Second"@en ; +. +unit:PARSEC + a qudt:Unit ; + dcterms:description "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found."^^qudt:LatexString ; + qudt:conversionMultiplier 30856780000000000.0 ; + qudt:conversionMultiplierSN 3.085678E16 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB067" ; + qudt:omUnit ; + qudt:symbol "pc" ; + qudt:ucumCode "pc"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C63" ; + rdfs:isDefinedBy ; + rdfs:label "Parsec"@en ; +. +unit:PCA + a qudt:Unit ; + dcterms:description "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."^^rdf:HTML ; + qudt:conversionMultiplier 0.0042333 ; + qudt:conversionMultiplierSN 4.2333E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pica"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB606" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:anyURI ; + qudt:symbol "pc" ; + qudt:ucumCode "[pca]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "R1" ; + rdfs:isDefinedBy ; + rdfs:label "Pica"@en ; +. +unit:PDL + a qudt:Unit ; + dcterms:description "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.138254954376 ; + qudt:conversionMultiplierSN 1.38254954376E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Poundal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB233" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "pdl" ; + qudt:ucumCode "[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M76" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal"@en ; +. +unit:PDL-FT + a qudt:Unit ; + dcterms:description "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 0.0421401100938048 ; + qudt:conversionMultiplierSN 4.21401100938048E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB417" ; + qudt:symbol "pdl·ft" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M95" ; + rdfs:isDefinedBy ; + rdfs:label "poundal foot" ; +. +unit:PDL-IN + a qudt:Unit ; + dcterms:description "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 0.0035116758411504 ; + qudt:conversionMultiplierSN 3.5116758411504E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB418" ; + qudt:symbol "pdl·in" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M96" ; + rdfs:isDefinedBy ; + rdfs:label "poundal inch" ; +. +unit:PDL-PER-FT2 + a qudt:Unit ; + 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."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.48816443 ; + qudt:conversionMultiplierSN 1.48816443E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$pdl/ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB243" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI ; + qudt:symbol "pdl/ft²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[sft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N21" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal per Square Foot"@en ; +. +unit:PDL-PER-IN + a qudt:Unit ; + dcterms:description "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch" ; + qudt:conversionMultiplier 5.44310844 ; + qudt:conversionMultiplierSN 5.44310844E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB453" ; + qudt:symbol "pdl/in" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N32" ; + rdfs:isDefinedBy ; + rdfs:label "poundal per inch" ; +. +unit:PDL-PER-IN2 + a qudt:Unit ; + dcterms:description "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)" ; + qudt:conversionMultiplier 214.295607874015748031496062992126 ; + qudt:conversionMultiplierSN 2.14295607874015748031496062992126E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfLinearSubgradeReaction ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB427" ; + qudt:symbol "pdl/in²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N26" ; + rdfs:isDefinedBy ; + rdfs:label "poundal per square inch" ; +. +unit:PDL-SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "non SI-conform unit of viscosity" ; + qudt:conversionMultiplier 1.488163943569553805774278215223097 ; + qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB227" ; + qudt:symbol "pdl/ft²)·s" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "poundal second per square foot" ; +. +unit:PDL-SEC-PER-IN2 + a qudt:Unit ; + dcterms:description "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second" ; + qudt:conversionMultiplier 214.295607874015748031496062992126 ; + qudt:conversionMultiplierSN 2.14295607874015748031496062992126E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB434" ; + qudt:symbol "pdl·s/in²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.s.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N42" ; + rdfs:isDefinedBy ; + rdfs:label "poundal second per square inch" ; +. +unit:PER-ANGSTROM + a qudt:Unit ; + dcterms:description "reciprocal of the unit angstrom"^^rdf:HTML ; + qudt:conversionMultiplier 10000000000.0 ; + qudt:conversionMultiplierSN 1.0E10 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:iec61360Code "0112/2///62720#UAB058" ; + qudt:plainTextDescription "reciprocal of the unit angstrom" ; + qudt:symbol "/Å" ; + qudt:ucumCode "/Ao"^^qudt:UCUMcs ; + qudt:ucumCode "Ao-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C85" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Angstrom"@en ; +. +unit:PER-BAR + a qudt:Unit ; + dcterms:description "reciprocal of the metrical unit with the name bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA328" ; + qudt:plainTextDescription "reciprocal of the metrical unit with the name bar" ; + qudt:symbol "/bar" ; + qudt:ucumCode "/bar"^^qudt:UCUMcs ; + qudt:ucumCode "bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F58" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Bar"@en ; +. +unit:PER-CentiM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:iec61360Code "0112/2///62720#UAA382" ; + qudt:plainTextDescription "reciprocal of the 0.01-fold of the SI base unit metre" ; + qudt:symbol "/cm" ; + qudt:ucumCode "/cm"^^qudt:UCUMcs ; + qudt:ucumCode "cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E90" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Centimeter"@en-us ; + rdfs:label "Reciprocal Centimetre"@en ; +. +unit:PER-CentiM3 + a qudt:Unit ; + dcterms:description "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA383" ; + qudt:plainTextDescription "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "/cm³" ; + qudt:ucumCode "cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H50" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Centimeter"@en-us ; + rdfs:label "Reciprocal Cubic Centimetre"@en ; +. +unit:PER-DAY + a qudt:Unit ; + dcterms:description "reciprocal of the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001157407 ; + qudt:conversionMultiplierSN 1.157407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA408" ; + qudt:plainTextDescription "reciprocal of the unit day" ; + qudt:symbol "/day" ; + qudt:ucumCode "/d"^^qudt:UCUMcs ; + qudt:ucumCode "d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E91" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Day"@en ; +. +unit:PER-DEG_C + a qudt:Unit ; + dcterms:description "reciprocal of the unit degree Celsius" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB840" ; + qudt:plainTextDescription "Unit for expressing the change of some quantity relative to a unit change in temperature." ; + qudt:symbol "/°C" ; + qudt:ucumCode ".Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "/Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal degree Celsius"@en ; +. +unit:PER-DEG_F + a qudt:Unit ; + dcterms:description "reciprocal of the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 1.799999999999999856000000000000012 ; + qudt:conversionMultiplierSN 1.799999999999999856000000000000012E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA047" ; + qudt:symbol "°F⁻¹" ; + qudt:ucumCode "/[degF]"^^qudt:UCUMcs ; + qudt:ucumCode "[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J26" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal degree Fahrenheit" ; +. +unit:PER-EV-M3 + a qudt:Unit ; + dcterms:description "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3" ; + qudt:conversionMultiplier 6241509074460762607.776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E18 ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB164" ; + qudt:symbol "1/(eV·m³)" ; + qudt:ucumCode "eV-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C88" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal electron volt per cubic metre" ; +. +unit:PER-EV2 + a qudt:Unit ; + dcterms:description "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 38956440500000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 3.89564405E37 ; + qudt:expression "$/eV^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; + qudt:symbol "/eV²" ; + qudt:ucumCode "eV-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Electron Volt"@en ; +. +unit:PER-FT3 + a qudt:Unit ; + dcterms:description "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 35.31466 ; + qudt:conversionMultiplierSN 3.531466E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA453" ; + qudt:plainTextDescription "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/ft³" ; + qudt:ucumCode "/[cft_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[cft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K20" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Foot"@en ; +. +unit:PER-GM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.001-fold of the SI base unit kilogram" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:NUM-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC004" ; + qudt:symbol "/g" ; + qudt:ucumCode "/g"^^qudt:UCUMcs ; + qudt:ucumCode "g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal gram"@en ; +. +unit:PER-GigaEV2 + a qudt:Unit ; + dcterms:description "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 38956440500000000000.0 ; + qudt:conversionMultiplierSN 3.89564405E19 ; + qudt:expression "$/GeV^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; + qudt:symbol "/GeV²" ; + qudt:ucumCode "GeV-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Giga Electron Volt Unit"@en ; +. +unit:PER-H + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit henry" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Reluctance ; + qudt:iec61360Code "0112/2///62720#UAA169" ; + qudt:symbol "/H" ; + qudt:ucumCode "/H"^^qudt:UCUMcs ; + qudt:ucumCode "H-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C89" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Henry"@en ; +. +unit:PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:exactMatch unit:NUM-PER-HR ; + qudt:expression "$m^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA526" ; + qudt:symbol "/hr" ; + qudt:ucumCode "/h"^^qudt:UCUMcs ; + qudt:ucumCode "h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H10" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Hour"@en ; +. +unit:PER-IN + a qudt:Unit ; + dcterms:description "complement of the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 39.37007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAB360" ; + qudt:symbol "in⁻¹" ; + qudt:ucumCode "/[in_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q24" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal inch" ; +. +unit:PER-IN2 + a qudt:Unit ; + dcterms:description "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 1550.0031000062000124000248000496 ; + qudt:conversionMultiplierSN 1.5500031000062000124000248000496E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:iec61360Code "0112/2///62720#UAB361" ; + qudt:symbol "/in²" ; + qudt:ucumCode "[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P78" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal square inch" ; +. +unit:PER-IN3 + a qudt:Unit ; + dcterms:description "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 61023.76 ; + qudt:conversionMultiplierSN 6.102376E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA546" ; + qudt:plainTextDescription "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/in³" ; + qudt:ucumCode "/[cin_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[cin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K49" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Inch"@en ; +. +unit:PER-J + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit joule" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAB324" ; + qudt:symbol "J⁻¹" ; + qudt:ucumCode "/J"^^qudt:UCUMcs ; + qudt:ucumCode "J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N91" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal joule" ; +. +unit:PER-J-M3 + a qudt:Unit ; + dcterms:description "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$j^{-1}-m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB165" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "/(J·m³)" ; + qudt:ucumCode "J-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C90" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Joule Cubic Meter"@en-us ; + rdfs:label "Reciprocal Joule Cubic Metre"@en ; +. +unit:PER-J2 + a qudt:Unit ; + dcterms:description "Per Square Joule is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/J^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; + qudt:symbol "/J²" ; + qudt:ucumCode "J-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Joule"@en ; +. +unit:PER-K + a qudt:Unit ; + dcterms:description "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA193" ; + qudt:symbol "/K" ; + qudt:ucumCode "/K"^^qudt:UCUMcs ; + qudt:ucumCode "K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C91" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Kelvin"@en ; +. +unit:PER-KiloGM + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC003" ; + qudt:symbol "kg⁻¹" ; + qudt:ucumCode "/kg"^^qudt:UCUMcs ; + qudt:ucumCode "kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal kilogram" ; +. +unit:PER-KiloGM-SEC + a qudt:Unit ; + dcterms:description "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD591" ; + qudt:symbol "1/(kg·s)" ; + qudt:ucumCode "kg-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal kilogram second" ; +. +unit:PER-KiloGM2 + a qudt:Unit ; + dcterms:description "Per Square Kilogram is a denominator unit with dimensions $/kg^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/kg^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass_Squared ; + qudt:symbol "/kg²" ; + qudt:ucumCode "kg-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Kilogram"@en ; +. +unit:PER-KiloM + a qudt:Unit ; + dcterms:description "Per Kilometer Unit is a denominator unit with dimensions $/km$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$per-kilometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/km" ; + qudt:ucumCode "/km"^^qudt:UCUMcs ; + qudt:ucumCode "km-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Kilometer"@en-us ; + rdfs:label "Reciprocal Kilometre"@en ; +. +unit:PER-KiloV-A-HR + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAA098" ; + qudt:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour" ; + qudt:symbol "/(kV·A·hr)" ; + qudt:ucumCode "kV-1.A-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Kilovolt Ampere Hour"@en ; +. +unit:PER-L + a qudt:Unit ; + dcterms:description "reciprocal value of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:NUM-PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA667" ; + qudt:plainTextDescription "reciprocal value of the unit litre" ; + qudt:symbol "/L" ; + qudt:ucumCode "/L"^^qudt:UCUMcs ; + qudt:ucumCode "L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K63" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Liter"@en-us ; + rdfs:label "Reciprocal Litre"@en ; +. +unit:PER-LB + a qudt:Unit ; + dcterms:description "reciprocal of the unit pound (avoirdupois)" ; + qudt:conversionMultiplier 2.20462262184877580722973801345027 ; + qudt:conversionMultiplierSN 2.20462262184877580722973801345027E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC008" ; + qudt:symbol "lb⁻¹" ; + qudt:ucumCode "/[lb_av]"^^qudt:UCUMcs ; + qudt:ucumCode "[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal pound (avoirdupois)" ; +. +unit:PER-M + a qudt:Unit ; + dcterms:description "Per Meter Unit is a denominator unit with dimensions $/m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:NUM-PER-M ; + qudt:expression "$per-meter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA738" ; + qudt:iec61360Code "0112/2///62720#UAD635" ; + qudt:symbol "/m" ; + qudt:ucumCode "/m"^^qudt:UCUMcs ; + qudt:ucumCode "m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C92" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Meter"@en-us ; + rdfs:label "Reciprocal Metre"@en ; +. +unit:PER-M-K + a qudt:Unit ; + dcterms:description "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/m.k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLengthTemperature ; + qudt:symbol "/(m·K)" ; + qudt:ucumCode "m-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Meter Kelvin"@en-us ; + rdfs:label "Reciprocal Metre Kelvin"@en ; +. +unit:PER-M-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "/(m·nm)" ; + qudt:ucumCode "m-1.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal metre per nanometre"@en ; +. +unit:PER-M-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(m·nm·sr)" ; + qudt:ucumCode "m-1.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal metre nanometre steradian"@en ; +. +unit:PER-M-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(m·s)" ; + qudt:ucumCode "m-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal metre per second"@en ; +. +unit:PER-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(m·sr)" ; + qudt:ucumCode "m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal metre per steradian"@en ; +. +unit:PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:exactMatch unit:NUM-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:iec61360Code "0112/2///62720#UAA739" ; + qudt:iec61360Code "0112/2///62720#UAD611" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/m²" ; + qudt:ucumCode "/m2"^^qudt:UCUMcs ; + qudt:ucumCode "m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C93" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Meter"@en-us ; + rdfs:label "Reciprocal Square Metre"@en ; +. +unit:PER-M2-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "unit of the particle current density" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{-2}-s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:hasQuantityKind quantitykind:ParticleFluenceRate ; + qudt:iec61360Code "0112/2///62720#UAB157" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/(m²·s)" ; + qudt:ucumCode "m-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B81" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Meter Second"@en-us ; + rdfs:label "Reciprocal Square Metre Second"@en ; + skos:altLabel "Reciprocal square metre per second"@en ; +. +unit:PER-M3 + a qudt:Unit ; + dcterms:description "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:NUM-PER-M3 ; + qudt:expression "$/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:iec61360Code "0112/2///62720#UAA740" ; + qudt:iec61360Code "0112/2///62720#UAD524" ; + qudt:symbol "m⁻³" ; + qudt:ucumCode "/m3"^^qudt:UCUMcs ; + qudt:ucumCode "m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C86" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Meter"@en-us ; + rdfs:label "Reciprocal Cubic Metre"@en ; +. +unit:PER-M3-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{-3}-s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ParticleSourceDensity ; + qudt:hasQuantityKind quantitykind:Slowing-DownDensity ; + qudt:iec61360Code "0112/2///62720#UAB163" ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/(m³·s)" ; + qudt:ucumCode "m-3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C87" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Meter Second"@en-us ; + rdfs:label "Reciprocal Cubic Metre Second"@en ; + skos:altLabel "Reciprocal cubic metre per second"@en ; +. +unit:PER-MILLE-PER-PSI + a qudt:Unit ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + dcterms:isReplacedBy unit:PER-MILLE-PSI ; + qudt:conversionMultiplier 0.0000001450377 ; + qudt:conversionMultiplierSN 1.450377E-7 ; + qudt:deprecated true ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA016" ; + qudt:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "/ksi" ; + qudt:uneceCommonCode "J12" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Mille Per Psi"@en ; +. +unit:PER-MILLE-PSI + a qudt:Unit ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:conversionMultiplier 0.0000001450377 ; + qudt:conversionMultiplierSN 1.450377E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA016" ; + qudt:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "/ksi" ; + qudt:uneceCommonCode "J12" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Mille Psi"@en ; +. +unit:PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$m^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA843" ; + qudt:symbol "/min" ; + qudt:ucumCode "/min"^^qudt:UCUMcs ; + qudt:ucumCode "min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C94" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Minute"@en ; +. +unit:PER-MO + a qudt:Unit ; + dcterms:description "reciprocal of the unit month"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000391935077 ; + qudt:conversionMultiplierSN 3.91935077E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA881" ; + qudt:plainTextDescription "reciprocal of the unit month" ; + qudt:symbol "/mo" ; + qudt:ucumCode "/mo"^^qudt:UCUMcs ; + qudt:ucumCode "mo-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H11" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Month"@en ; +. +unit:PER-MOL + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$

."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseAmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA896" ; + qudt:iec61360Code "0112/2///62720#UAD514" ; + qudt:symbol "/mol" ; + qudt:ucumCode "/mol"^^qudt:UCUMcs ; + qudt:ucumCode "mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C95" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Mole"@en ; +. +unit:PER-MegaK + a qudt:Unit ; + dcterms:description "0.000001-fold of reciprocal of the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA100" ; + qudt:symbol "1/MK" ; + qudt:uneceCommonCode "M20" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal megakelvin or megakelvin to the power minus one" ; +. +unit:PER-MegaPA + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000,000-fold of the derived unit pascal" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsentropicCompressibility ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAD929" ; + qudt:symbol "1/MPa" ; + qudt:ucumCode "/MPa"^^qudt:UCUMcs ; + qudt:ucumCode "MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal megapascal" ; +. +unit:PER-MicroM + a qudt:Unit ; + dcterms:description "Per Micrometer Unit is a denominator unit with dimensions $/microm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$per-micrometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/µm" ; + qudt:ucumCode "/um"^^qudt:UCUMcs ; + qudt:ucumCode "um-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Micrometer"@en-us ; + rdfs:label "Reciprocal Micrometre"@en ; +. +unit:PER-MicroMOL-L + a qudt:Unit ; + dcterms:description "Units used to describe the sensitivity of detection of a spectrophotometer."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A-1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(µmol·L)" ; + qudt:ucumCode "umol-1.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal micromole per litre"@en ; +. +unit:PER-MilliGM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.000001-fold of the SI base unit kilogram" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:NUM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC005" ; + qudt:symbol "mg⁻¹" ; + qudt:ucumCode "/mg"^^qudt:UCUMcs ; + qudt:ucumCode "mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal milligram" ; +. +unit:PER-MilliL + a qudt:Unit ; + dcterms:description "reciprocal value of the unit Millilitre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:plainTextDescription "reciprocal value of the unit millilitre" ; + qudt:symbol "/mL" ; + qudt:ucumCode "/mL"^^qudt:UCUMcs ; + qudt:ucumCode "mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Milliliter"@en-us ; + rdfs:label "Reciprocal Millilitre"@en ; +. +unit:PER-MilliM + a qudt:Unit ; + dcterms:description "Per Millimeter Unit is a denominator unit with dimensions $/mm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$per-millimeter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/mm" ; + qudt:ucumCode "/mm"^^qudt:UCUMcs ; + qudt:ucumCode "mm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Millimeter"@en-us ; + rdfs:label "Reciprocal Millimetre"@en ; +. +unit:PER-MilliM3 + a qudt:Unit ; + dcterms:description "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:exactMatch unit:NUM-PER-MilliM3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA870" ; + qudt:plainTextDescription "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "/mm³" ; + qudt:ucumCode "/mm3"^^qudt:UCUMcs ; + qudt:ucumCode "mm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L20" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Millimeter"@en-us ; + rdfs:label "Reciprocal Cubic Millimetre"@en ; +. +unit:PER-MilliSEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "/ms" ; + qudt:ucumCode "ms-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal millisecond"@en ; +. +unit:PER-NanoM + a qudt:Unit ; + dcterms:description "Per Nanometer Unit is a denominator unit with dimensions $/nm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:expression "$per-nanometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/nm" ; + qudt:ucumCode "/nm"^^qudt:UCUMcs ; + qudt:ucumCode "nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Nanometer"@en-us ; + rdfs:label "Reciprocal Nanometre"@en ; +. +unit:PER-OZ + a qudt:Unit ; + dcterms:description "reciprocal of the unit ounce (avoirdupois)" ; + qudt:conversionMultiplier 35.27396194958041291567580821520433 ; + qudt:conversionMultiplierSN 3.527396194958041291567580821520433E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC007" ; + qudt:symbol "oz⁻¹" ; + qudt:ucumCode "/[oz_av]"^^qudt:UCUMcs ; + qudt:ucumCode "[oz_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal ounce (avoirdupois)" ; +. +unit:PER-PA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit pascal" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:expression "$/Pa$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsentropicCompressibility ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA269" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:siUnitsExpression "m^2/N" ; + qudt:symbol "Pa⁻¹" ; + qudt:ucumCode "/Pa"^^qudt:UCUMcs ; + qudt:ucumCode "Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C96" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Pascal"@en ; +. +unit:PER-PA-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(Pa·s)" ; + qudt:ucumCode "Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Pascal per second"@en ; +. +unit:PER-PERCENT + a qudt:Unit ; + dcterms:description "reciprocal of one hundredth" ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD873" ; + qudt:symbol "1/%" ; + qudt:ucumCode "%-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal percent" ; +. +unit:PER-PSI + a qudt:Unit ; + dcterms:description "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001450377 ; + qudt:conversionMultiplierSN 1.450377E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA709" ; + qudt:plainTextDescription "reciprocal value of the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "/psi" ; + qudt:ucumCode "[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K93" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Psi"@en ; +. +unit:PER-PicoM + a qudt:Unit ; + dcterms:description "Per Picoometer Unit is a denominator unit with dimensions $/pm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:expression "$per-picoometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/pm" ; + qudt:ucumCode "/pm"^^qudt:UCUMcs ; + qudt:ucumCode "pm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Picometer"@en-us ; + rdfs:label "Reciprocal Picometre"@en ; +. +unit:PER-PlanckMass2 + a qudt:Unit ; + dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 2111089000000000.0 ; + qudt:conversionMultiplierSN 2.111089E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass_Squared ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:symbol "/mₚ²" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Planck Mass"@en ; +. +unit:PER-RAD + a qudt:Unit ; + dcterms:description "reciprocal of the unit radian" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB327" ; + qudt:symbol "rad⁻¹" ; + qudt:ucumCode "/rad"^^qudt:UCUMcs ; + qudt:ucumCode "rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P97" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal radian" ; +. +unit:PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:HZ ; + qudt:exactMatch unit:NUM-PER-SEC ; + qudt:exactMatch unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAD544" ; + qudt:symbol "/s" ; + qudt:ucumCode "/s"^^qudt:UCUMcs ; + qudt:ucumCode "s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C97" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Second"@en ; +. +unit:PER-SEC-M2 + a qudt:Unit ; + dcterms:description "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$per-sec-m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:iec61360Code "0112/2///62720#UAA974" ; + qudt:symbol "s⁻¹·m⁻²" ; + qudt:ucumCode "/(s1.m2)"^^qudt:UCUMcs ; + qudt:ucumCode "s-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C99" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Second Square Meter"@en-us ; + rdfs:label "Reciprocal Second Square Metre"@en ; +. +unit:PER-SEC-M2-SR + a qudt:Unit ; + dcterms:description "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/sec-m^2-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotonRadiance ; + qudt:symbol "/(s·m²·sr)" ; + qudt:ucumCode "/(s.m2.sr)"^^qudt:UCUMcs ; + qudt:ucumCode "s-1.m-2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D2" ; + rdfs:comment "It is not clear this unit is ever used. [Editor]" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Second Square Meter Steradian"@en-us ; + rdfs:label "Reciprocal Second Square Metre Steradian"@en ; +. +unit:PER-SEC-M3 + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Slowing-DownDensity ; + qudt:iec61360Code "0112/2///62720#UAA975" ; + qudt:symbol "s⁻¹·m⁻³" ; + qudt:ucumCode "s-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C98" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal second per cubic metre" ; +. +unit:PER-SEC-SR + a qudt:Unit ; + dcterms:description "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/sec-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotonIntensity ; + qudt:hasQuantityKind quantitykind:TemporalSummationFunction ; + qudt:iec61360Code "0112/2///62720#UAA976" ; + qudt:symbol "/s·sr" ; + qudt:ucumCode "/(s.sr)"^^qudt:UCUMcs ; + qudt:ucumCode "s-1.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D1" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Second Steradian"@en ; +. +unit:PER-SEC-SR-M2 + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA977" ; + qudt:symbol "s⁻¹·sr⁻¹·m⁻²" ; + qudt:ucumCode "s-1.sr-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D2" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal second per steradian square metre" ; +. +unit:PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:InverseTime_Squared ; + qudt:symbol "/s²" ; + qudt:ucumCode "s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal square second"@en ; +. +unit:PER-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/sr" ; + qudt:ucumCode "/sr"^^qudt:UCUMcs ; + qudt:ucumCode "sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal steradian"@en ; +. +unit:PER-T-M + a qudt:Unit ; + dcterms:description "Per Tesla Meter Unit is a denominator unit with dimensions $/m .\\cdot T$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:MagneticReluctivity ; + qudt:latexSymbol "\\(m^{-1} \\cdot T^{-1}\\)"^^qudt:LatexString ; + qudt:symbol "/(T·m)" ; + qudt:ucumCode "T-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Tesla Meter"@en-us ; + rdfs:label "Reciprocal Tesla Metre"@en ; +. +unit:PER-T-SEC + a qudt:Unit ; + dcterms:description "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/s . T$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:symbol "/(T·s)" ; + qudt:ucumCode "T-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Tesla Second Unit"@en ; +. +unit:PER-TON + a qudt:Unit ; + dcterms:description "reciprocal of the 2,000-fold of the SI base unit pound" ; + qudt:conversionMultiplier 0.001102311310924387903614869006725135 ; + qudt:conversionMultiplierSN 1.102311310924387903614869006725135E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:symbol "st⁻¹" ; + qudt:ucumCode "ston_av-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal ton" ; +. +unit:PER-TONNE + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000-fold of the SI base unit kilogram" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC006" ; + qudt:symbol "t⁻¹" ; + qudt:ucumCode "/t"^^qudt:UCUMcs ; + qudt:ucumCode "t-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal tonne" ; +. +unit:PER-V + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit volt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ReciprocalVoltage ; + qudt:iec61360Code "0112/2///62720#UAB326" ; + qudt:symbol "V⁻¹" ; + qudt:ucumCode "/V"^^qudt:UCUMcs ; + qudt:ucumCode "V-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P96" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal volt" ; +. +unit:PER-V-A-SEC + a qudt:Unit ; + dcterms:description "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAB498" ; + qudt:symbol "1/VAs" ; + qudt:ucumCode "V-1.A-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal volt ampere second" ; +. +unit:PER-WB + a qudt:Unit ; + dcterms:description "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Wb^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:InverseMagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB354" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "/Wb" ; + qudt:ucumCode "/Wb"^^qudt:UCUMcs ; + qudt:ucumCode "Wb-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q23" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Weber"@en ; +. +unit:PER-WK + a qudt:Unit ; + dcterms:description "reciprocal of the unit week"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001653439 ; + qudt:conversionMultiplierSN 1.653439E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA099" ; + qudt:plainTextDescription "reciprocal of the unit week" ; + qudt:symbol "/wk" ; + qudt:ucumCode "/wk"^^qudt:UCUMcs ; + qudt:ucumCode "wk-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H85" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Week"@en ; +. +unit:PER-YD3 + a qudt:Unit ; + dcterms:description "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.307951 ; + qudt:conversionMultiplierSN 1.307951E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAB033" ; + qudt:plainTextDescription "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/yd³" ; + qudt:ucumCode "[cyd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M10" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Yard"@en ; +. +unit:PER-YR + a qudt:Unit ; + dcterms:description "reciprocal of the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:exactMatch unit:NUM-PER-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB027" ; + qudt:plainTextDescription "reciprocal of the unit year" ; + qudt:symbol "/yr" ; + qudt:ucumCode "/a"^^qudt:UCUMcs ; + qudt:ucumCode "a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H09" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Year"@en ; +. +unit:PERCENT + a qudt:Unit ; + dcterms:description "\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:LengthPercentage ; + qudt:hasQuantityKind quantitykind:PressurePercentage ; + qudt:hasQuantityKind quantitykind:Prevalence ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:hasQuantityKind quantitykind:RelativeHumidity ; + qudt:hasQuantityKind quantitykind:RelativeLuminousFlux ; + qudt:hasQuantityKind quantitykind:RelativePartialPressure ; + qudt:hasQuantityKind quantitykind:ResistancePercentage ; + qudt:hasQuantityKind quantitykind:TimePercentage ; + qudt:hasQuantityKind quantitykind:VoltagePercentage ; + qudt:iec61360Code "0112/2///62720#UAA000" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "%" ; + qudt:ucumCode "%"^^qudt:UCUMcs ; + qudt:udunitsCode "%" ; + qudt:uneceCommonCode "P1" ; + rdfs:isDefinedBy ; + rdfs:label "Percent"@en ; +. +unit:PERCENT-FT-HR-PER-LB + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour" ; + qudt:conversionMultiplier 24.19088310502224717757046927398712 ; + qudt:conversionMultiplierSN 2.419088310502224717757046927398712E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC808" ; + qudt:symbol "%/(lb/(ft·h))" ; + qudt:ucumCode "[ft_i].h.%.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent foot hour per pound (avoirdupois)" ; +. +unit:PERCENT-FT-SEC-PER-LB + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second" ; + qudt:conversionMultiplier 0.006719689751395068660436241464996423 ; + qudt:conversionMultiplierSN 6.719689751395068660436241464996423E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC809" ; + qudt:symbol "%/(lb/(ft·s))" ; + qudt:ucumCode "[ft_i].%.s.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent foot second per pound (avoirdupois)" ; +. +unit:PERCENT-FT2-PER-LB_F-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.0002088543329607266931093922420396694 ; + qudt:conversionMultiplierSN 2.088543329607266931093922420396694E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAC810" ; + qudt:symbol "%/(lbf·s/ft²)" ; + qudt:ucumCode "[ft_i]2.%.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent square foot per pound-force second" ; +. +unit:PERCENT-HR-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 36000000.0 ; + qudt:conversionMultiplierSN 3.6E7 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC781" ; + qudt:symbol "%/(cm³/h)" ; + qudt:ucumCode "h.%.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per cubic centimetre" ; +. +unit:PERCENT-HR-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 1271.328001973589249015768372744095 ; + qudt:conversionMultiplierSN 1.271328001973589249015768372744095E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC786" ; + qudt:symbol "%/(ft³/h)" ; + qudt:ucumCode "h.%.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per cubic foot" ; +. +unit:PERCENT-HR-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour" ; + qudt:conversionMultiplier 7918.892938767160350982932586024475 ; + qudt:conversionMultiplierSN 7.918892938767160350982932586024475E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC784" ; + qudt:symbol "%/(gal (UK)/h)" ; + qudt:ucumCode "h.%.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per gallon (UK)" ; +. +unit:PERCENT-HR-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour" ; + qudt:conversionMultiplier 9510.19388489334295367639717792985 ; + qudt:conversionMultiplierSN 9.51019388489334295367639717792985E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC783" ; + qudt:symbol "%/(gal (US)/h)" ; + qudt:ucumCode "h.%.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per gallon (US)" ; +. +unit:PERCENT-HR-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 2196854.787410362222299247748101795 ; + qudt:conversionMultiplierSN 2.196854787410362222299247748101795E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC785" ; + qudt:symbol "%/(in³/h)" ; + qudt:ucumCode "h.%.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per cubic inch" ; +. +unit:PERCENT-HR-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time hour" ; + qudt:conversionMultiplier 36000.0 ; + qudt:conversionMultiplierSN 3.6E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC782" ; + qudt:symbol "%/(l/h)" ; + qudt:ucumCode "h.%.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "h.%/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per litre" ; +. +unit:PERCENT-HR-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 36.0 ; + qudt:conversionMultiplierSN 3.6E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC780" ; + qudt:symbol "%/(m³/h)" ; + qudt:ucumCode "h.%.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per cubic metre" ; +. +unit:PERCENT-HR-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 47.08622229531812033391734713867015 ; + qudt:conversionMultiplierSN 4.708622229531812033391734713867015E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC787" ; + qudt:iec61360Code "0112/2///62720#UAD872" ; + qudt:symbol "%/(yd³/h)" ; + qudt:ucumCode "h.%.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent hour per cubic yard" ; +. +unit:PERCENT-IN2-PER-LB_F-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.000001450377312227268702148557236386593 ; + qudt:conversionMultiplierSN 1.450377312227268702148557236386593E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAC811" ; + qudt:symbol "%/(lbf·s/in²)" ; + qudt:ucumCode "[in_i]2.%.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent square inch per pound-force second" ; +. +unit:PERCENT-MIN-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 600000.0 ; + qudt:conversionMultiplierSN 6.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC789" ; + qudt:symbol "%/(cm³/min)" ; + qudt:ucumCode "min.%.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per cubic centimetre" ; +. +unit:PERCENT-MIN-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 21.18880003289315415026280621240158 ; + qudt:conversionMultiplierSN 2.118880003289315415026280621240158E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC794" ; + qudt:symbol "%/(ft³/min)" ; + qudt:ucumCode "min.%.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per cubic foot" ; +. +unit:PERCENT-MIN-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute" ; + qudt:conversionMultiplier 131.9815489794526725163822097670746 ; + qudt:conversionMultiplierSN 1.319815489794526725163822097670746E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC792" ; + qudt:symbol "%/(gal (UK)/min)" ; + qudt:ucumCode "min.%.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per gallon (UK)" ; +. +unit:PERCENT-MIN-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute" ; + qudt:conversionMultiplier 158.5032314148890492279399529654975 ; + qudt:conversionMultiplierSN 1.585032314148890492279399529654975E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC791" ; + qudt:symbol "%/(gal (US)/min)" ; + qudt:ucumCode "min.%.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per gallon (US)" ; +. +unit:PERCENT-MIN-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 36614.24645683937037165412913502992 ; + qudt:conversionMultiplierSN 3.661424645683937037165412913502992E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC793" ; + qudt:symbol "%/(in³/min)" ; + qudt:ucumCode "min.%.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per cubic inch" ; +. +unit:PERCENT-MIN-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time minute" ; + qudt:conversionMultiplier 600.0 ; + qudt:conversionMultiplierSN 6.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC790" ; + qudt:symbol "%/(l/min)" ; + qudt:ucumCode "min.%.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per litre" ; +. +unit:PERCENT-MIN-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 0.6 ; + qudt:conversionMultiplierSN 6.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC788" ; + qudt:symbol "%/(m³/min)" ; + qudt:ucumCode "min.%.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per cubic metre" ; +. +unit:PERCENT-MIN-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 0.7847703715886353388986224523111692 ; + qudt:conversionMultiplierSN 7.847703715886353388986224523111692E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC795" ; + qudt:symbol "%/(yd³/min)" ; + qudt:ucumCode "min.%.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent minute per cubic yard" ; +. +unit:PERCENT-PER-10KiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 10,000" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA004" ; + qudt:symbol "%/10k" ; + qudt:uneceCommonCode "H91" ; + rdfs:isDefinedBy ; + rdfs:label "percent per ten thousand" ; +. +unit:PERCENT-PER-BAR + a qudt:Unit ; + dcterms:description "hundredth relating to the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:iec61360Code "0112/2///62720#UAA010" ; + qudt:symbol "%/bar" ; + qudt:ucumCode "%.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H96" ; + rdfs:isDefinedBy ; + rdfs:label "percent per bar" ; +. +unit:PERCENT-PER-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC807" ; + qudt:symbol "%/cP" ; + qudt:ucumCode "%.cP-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/cP"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent per centipoise" ; +. +unit:PERCENT-PER-DAY + a qudt:Unit ; + qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "%/day" ; + qudt:ucumCode "%.d-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per day"@en ; +. +unit:PERCENT-PER-DEG + a qudt:Unit ; + dcterms:description "hundredth relating to the unit degree" ; + qudt:conversionMultiplier 0.5729577957855229894302178227976183 ; + qudt:conversionMultiplierSN 5.729577957855229894302178227976183E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA002" ; + qudt:symbol "%/°" ; + qudt:ucumCode "%.deg-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/deg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H90" ; + rdfs:isDefinedBy ; + rdfs:label "percent per degree" ; +. +unit:PERCENT-PER-DEGREE + a qudt:Unit ; + dcterms:description "hundredth relating to the unit degree" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA002" ; + qudt:symbol "%/°" ; + qudt:uneceCommonCode "H90" ; + rdfs:isDefinedBy ; + rdfs:label "percent per degree" ; +. +unit:PERCENT-PER-DEG_C + a qudt:Unit ; + dcterms:description "hundredth divided by the unit degree Celsius" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA003" ; + qudt:symbol "%/°C" ; + qudt:ucumCode "%.Cel-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/Cel"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M25" ; + rdfs:isDefinedBy ; + rdfs:label "percent per degree Celsius" ; +. +unit:PERCENT-PER-DecaCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA006" ; + qudt:symbol "%/100" ; + qudt:uneceCommonCode "H93" ; + rdfs:isDefinedBy ; + rdfs:label "percent per hundred" ; +. +unit:PERCENT-PER-DecaK + a qudt:Unit ; + dcterms:description "hundredth relating to the 10-fold of the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA011" ; + qudt:symbol "%/daK" ; + qudt:uneceCommonCode "H73" ; + rdfs:isDefinedBy ; + rdfs:label "percent per decakelvin" ; +. +unit:PERCENT-PER-DecaKiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100,000" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA005" ; + qudt:symbol "%/100000" ; + qudt:uneceCommonCode "H92" ; + rdfs:isDefinedBy ; + rdfs:label "percent per one hundred thousand" ; +. +unit:PERCENT-PER-DektoKiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the coefficient 10,000" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Ratio ; + qudt:iec61360Code "0112/2///62720#UAA004" ; + qudt:symbol "%/10000" ; + qudt:uneceCommonCode "H91" ; + rdfs:isDefinedBy ; + rdfs:label "percent per ten thousand" ; +. +unit:PERCENT-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "%/day" ; + qudt:ucumCode "%.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per hour"@en ; +. +unit:PERCENT-PER-HectoBAR + a qudt:Unit ; + dcterms:description "hundredths relating to the 100-fold of unit bar" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:iec61360Code "0112/2///62720#UAB373" ; + qudt:symbol "%/hbar" ; + qudt:ucumCode "%.hbar-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/hbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H72" ; + rdfs:isDefinedBy ; + rdfs:label "percent per hectobar" ; +. +unit:PERCENT-PER-IN + a qudt:Unit ; + dcterms:description "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:conversionMultiplier 0.3937007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAA012" ; + qudt:symbol "%/in" ; + qudt:ucumCode "%.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H98" ; + rdfs:isDefinedBy ; + rdfs:label "percent per inch" ; +. +unit:PERCENT-PER-K + a qudt:Unit ; + dcterms:description "hundredth divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA008" ; + qudt:symbol "%/K" ; + qudt:ucumCode "%.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H25" ; + rdfs:isDefinedBy ; + rdfs:label "percent per kelvin" ; +. +unit:PERCENT-PER-KiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 1,000" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA007" ; + qudt:symbol "%/1000" ; + qudt:uneceCommonCode "H94" ; + rdfs:isDefinedBy ; + rdfs:label "percent per thousand" ; +. +unit:PERCENT-PER-M + a qudt:Unit ; + dcterms:description "hundredth relating to the SI base unit metre" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA013" ; + qudt:symbol "%/m" ; + qudt:ucumCode "%.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H99" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per metre"@en ; +. +unit:PERCENT-PER-MO + a qudt:Unit ; + dcterms:description "hundredths relating to the unit month" ; + qudt:conversionMultiplier 0.000000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB372" ; + qudt:symbol "%/mo" ; + qudt:ucumCode "%.mo-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/mo"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H71" ; + rdfs:isDefinedBy ; + rdfs:label "percent per month" ; +. +unit:PERCENT-PER-MilliM + a qudt:Unit ; + dcterms:description "hundredth relating to the 0.001-fold of the SI base unit metre" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAA014" ; + qudt:symbol "%/mm" ; + qudt:ucumCode "%.mm-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J10" ; + rdfs:isDefinedBy ; + rdfs:label "percent per millimetre" ; +. +unit:PERCENT-PER-MilliPA-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC804" ; + qudt:symbol "%/(mPa·s)" ; + qudt:ucumCode "%.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent per millipascal second" ; +. +unit:PERCENT-PER-OHM + a qudt:Unit ; + dcterms:description "hundredth relating to the SI unit ohm" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA001" ; + qudt:symbol "%/Ω" ; + qudt:ucumCode "%.Ohm-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/Ohm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H89" ; + rdfs:isDefinedBy ; + rdfs:label "percent per ohm" ; +. +unit:PERCENT-PER-PA-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC805" ; + qudt:symbol "%/(Pa·s)" ; + qudt:ucumCode "%.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent per pascal second" ; +. +unit:PERCENT-PER-PERCENT + a qudt:Unit ; + dcterms:description "hundredth relating to a hundreth" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD871" ; + qudt:symbol "%/%" ; + qudt:ucumCode "%.%-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/%"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent per percent" ; +. +unit:PERCENT-PER-POISE + a qudt:Unit ; + dcterms:description "[CGS] hundredth relating to the unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC806" ; + qudt:symbol "%/P" ; + qudt:ucumCode "%.P-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/P"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent per poise" ; +. +unit:PERCENT-PER-V + a qudt:Unit ; + dcterms:description "hundredth relating to the SI unit volt" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA009" ; + qudt:symbol "%/V" ; + qudt:ucumCode "%.V-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/V"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H95" ; + rdfs:isDefinedBy ; + rdfs:label "percent per volt" ; +. +unit:PERCENT-PER-WK + a qudt:Unit ; + dcterms:description "A rate of change in percent over a period of 7 days"@en ; + qudt:conversionMultiplier 0.00000001653439153439153439153439153439153 ; + qudt:conversionMultiplierSN 1.653439153439153439153439153439153E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "%/wk" ; + qudt:ucumCode "%.wk-1"^^qudt:UCUMcs ; + qudt:ucumCode "%/wk"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per week"@en ; +. +unit:PERCENT-SEC-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC797" ; + qudt:symbol "%/(cm³/s)" ; + qudt:ucumCode "%.s.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per cubic centimetre" ; +. +unit:PERCENT-SEC-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.3531466672148859025043801035400263 ; + qudt:conversionMultiplierSN 3.531466672148859025043801035400263E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC802" ; + qudt:symbol "%/(ft³/s)" ; + qudt:ucumCode "%.s.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per cubic foot" ; +. +unit:PERCENT-SEC-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second" ; + qudt:conversionMultiplier 2.199692482990877875273036829451243 ; + qudt:conversionMultiplierSN 2.199692482990877875273036829451243E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC800" ; + qudt:symbol "%/(gal (UK)/s)" ; + qudt:ucumCode "%.s.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per gallon (UK)" ; +. +unit:PERCENT-SEC-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second" ; + qudt:conversionMultiplier 2.641720523581484153798999216091625 ; + qudt:conversionMultiplierSN 2.641720523581484153798999216091625E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC799" ; + qudt:symbol "%/(gal (US)/s)" ; + qudt:ucumCode "%.s.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per gallon (US)" ; +. +unit:PERCENT-SEC-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 610.2374409473228395275688189171654 ; + qudt:conversionMultiplierSN 6.102374409473228395275688189171654E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC801" ; + qudt:symbol "%/(in³/s)" ; + qudt:ucumCode "%.s.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per cubic inch" ; +. +unit:PERCENT-SEC-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the SI base unit second" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC798" ; + qudt:symbol "%/(l/s)" ; + qudt:ucumCode "%.s.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "%.s/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per litre" ; +. +unit:PERCENT-SEC-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC796" ; + qudt:symbol "%/(m³/s)" ; + qudt:ucumCode "%.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per cubic metre" ; +. +unit:PERCENT-SEC-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.01307950619314392231497704087185282 ; + qudt:conversionMultiplierSN 1.307950619314392231497704087185282E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC803" ; + qudt:symbol "%/(yd³/s)" ; + qudt:ucumCode "%.s.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "percent second per cubic yard" ; +. +unit:PERCENT_RH + a qudt:Unit ; + dcterms:description "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:RelativeHumidity ; + qudt:plainTextDescription "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage." ; + qudt:symbol "%RH" ; + rdfs:isDefinedBy ; + rdfs:label "Percent Relative Humidity"@en ; +. +unit:PERMEABILITY_EM_REL + a qudt:Unit ; + dcterms:description "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeabilityRatio ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu\\,T$"^^qudt:LatexString ; + qudt:symbol "μₜ" ; + qudt:ucumCode "[mu_0]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Relative Electromagnetic Permeability"@en ; +. +unit:PERMEABILITY_REL + a qudt:Unit ; + dcterms:description "In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000125663706 ; + qudt:conversionMultiplierSN 1.25663706E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PermeabilityRatio ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:symbol "kᵣ" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Permeability"@en ; +. +unit:PERMITTIVITY_REL + a qudt:Unit ; + dcterms:description """The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, relative to that stored in a vacuum. Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. Relative permittivity is a dimensionless number that is in general complex. The imaginary portion of the permittivity corresponds to a phase shift of the polarization P relative to E and leads to the attenuation of electromagnetic waves passing through the medium.

+

$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$\\ where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material, and $\\epsilon_O$ is the vacuum permittivity."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000000008854187817 ; + qudt:conversionMultiplierSN 8.854187817E-12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI ; + qudt:informativeReference "http://www.ncert.nic.in/html/learning_basket/electricity/electricity/charges%20&%20fields/absolute_permittivity.htm"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:qkdvNumerator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:symbol "εᵣ" ; + qudt:ucumCode "[eps_0]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Relative Permittivity"@en ; +. +unit:PERM_0DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:WaterVapourPermeability ; + qudt:iec61360Code "0112/2///62720#UAB294" ; + qudt:symbol "perm (0 °C)" ; + qudt:uneceCommonCode "P91" ; + rdfs:isDefinedBy ; + rdfs:label "perm (0 °C)" ; +. +unit:PERM_23DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:WaterVapourPermeability ; + qudt:iec61360Code "0112/2///62720#UAB295" ; + qudt:symbol "perm (23 °C)" ; + qudt:uneceCommonCode "P92" ; + rdfs:isDefinedBy ; + rdfs:label "perm (23 °C)" ; +. +unit:PERM_Metric + a qudt:Unit ; + dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square metre, per millimeter of mercury."@en ; + qudt:conversionMultiplier 0.0000000000868127 ; + qudt:conversionMultiplierSN 8.68127E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "perm{Metric}" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Perm"@en ; +. +unit:PERM_Metric_0DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:iec61360Code "0112/2///62720#UAB294" ; + qudt:symbol "perm (0 °C)" ; + qudt:uneceCommonCode "P91" ; + rdfs:isDefinedBy ; + rdfs:label "perm (0 °C)" ; +. +unit:PERM_Metric_23DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:iec61360Code "0112/2///62720#UAB295" ; + qudt:symbol "perm (23 °C)" ; + qudt:uneceCommonCode "P92" ; + rdfs:isDefinedBy ; + rdfs:label "perm (23 °C)" ; +. +unit:PERM_US + a qudt:Unit ; + dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury."@en ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000000572135 ; + qudt:conversionMultiplierSN 5.72135E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VaporPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "perm{US}" ; + rdfs:isDefinedBy ; + rdfs:label "U.S. Perm"@en ; +. +unit:PFERDESTAERKE + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB438" ; + qudt:symbol "PS" ; + qudt:uneceCommonCode "N12" ; + rdfs:isDefinedBy ; + rdfs:label "Pferdestaerke" ; +. +unit:PFUND + a qudt:Unit ; + dcterms:description "outdated unit of the mass in Germany" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB387" ; + qudt:symbol "pfd" ; + qudt:uneceCommonCode "M86" ; + rdfs:isDefinedBy ; + rdfs:label "pfund" ; +. +unit:PH + a qudt:Unit ; + dcterms:description "the negative decadic logarithmus of the concentration of free protons (or hydronium ions) expressed in 1 mol/l."@en ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Acidity ; + qudt:hasQuantityKind quantitykind:Basicity ; + qudt:hasQuantityKind quantitykind:PH ; + qudt:symbol "pH" ; + qudt:ucumCode "[pH]"^^qudt:UCUMcs ; + rdfs:comment "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"@en ; + rdfs:isDefinedBy ; + rdfs:label "Acidity"@en ; +. +unit:PHON + a qudt:Unit ; + dcterms:description "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:iec61360Code "0112/2///62720#UAA937" ; + qudt:symbol "phon" ; + qudt:uneceCommonCode "C69" ; + rdfs:isDefinedBy ; + rdfs:label "phon" ; +. +unit:PHOT + a qudt:Unit ; + dcterms:description "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Phot"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAB255" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "ph" ; + qudt:ucumCode "ph"^^qudt:UCUMcs ; + qudt:udunitsCode "ph" ; + qudt:uneceCommonCode "P26" ; + rdfs:isDefinedBy ; + rdfs:label "Phot"@en ; +. +unit:PINT + a qudt:Unit ; + dcterms:description "\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00056826125 ; + qudt:conversionMultiplierSN 5.6826125E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:PINT_UK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "pt" ; + qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PTI" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Pint"@en ; +. +unit:PINT_UK + a qudt:Unit ; + dcterms:description "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00056826125 ; + qudt:conversionMultiplierSN 5.6826125E-4 ; + qudt:exactMatch unit:PINT ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA952" ; + qudt:plainTextDescription "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units" ; + qudt:symbol "pt{UK}" ; + qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PTI" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK)"@en ; +. +unit:PINT_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000006577098 ; + qudt:conversionMultiplierSN 6.577098E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA953" ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "pt{UK}/day" ; + qudt:ucumCode "[pt_br].d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L53" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) Per Day"@en ; +. +unit:PINT_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000001578504 ; + qudt:conversionMultiplierSN 1.578504E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA954" ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "pt{UK}/hr" ; + qudt:ucumCode "[pt_br].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_br]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L54" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) Per Hour"@en ; +. +unit:PINT_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000009471022 ; + qudt:conversionMultiplierSN 9.471022E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA955" ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "pt{UK}/min" ; + qudt:ucumCode "[pt_br].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_br]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L55" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) Per Minute"@en ; +. +unit:PINT_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0005682613 ; + qudt:conversionMultiplierSN 5.682613E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA956" ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "pt{UK}/s" ; + qudt:ucumCode "[pt_br].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_br]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L56" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) Per Second"@en ; +. +unit:PINT_US + a qudt:Unit ; + dcterms:description "\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004731765 ; + qudt:conversionMultiplierSN 4.731765E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA957" ; + qudt:symbol "pt{US}" ; + qudt:ucumCode "[pt_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "pt" ; + qudt:uneceCommonCode "PT" ; + qudt:uneceCommonCode "PTL" ; + rdfs:isDefinedBy ; + rdfs:label "US Liquid Pint"@en ; +. +unit:PINT_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000000547658 ; + qudt:conversionMultiplierSN 5.47658E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA958" ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "pt{US}/day" ; + qudt:ucumCode "[pt_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L57" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (US Liquid) Per Day"@en ; +. +unit:PINT_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000001314379 ; + qudt:conversionMultiplierSN 1.314379E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA959" ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "pt{US}/hr" ; + qudt:ucumCode "[pt_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L58" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (US Liquid) Per Hour"@en ; +. +unit:PINT_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000007886275 ; + qudt:conversionMultiplierSN 7.886275E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA960" ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "pt{US}/min" ; + qudt:ucumCode "[pt_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L59" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (US Liquid) Per Minute"@en ; +. +unit:PINT_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004731765 ; + qudt:conversionMultiplierSN 4.731765E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA961" ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "pt{US}/s" ; + qudt:ucumCode "[pt_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pt_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L60" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (US Liquid) Per Second"@en ; +. +unit:PINT_US_DRY + a qudt:Unit ; + dcterms:description "\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000550610471 ; + qudt:conversionMultiplierSN 5.50610471E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA962" ; + qudt:symbol "pt{US Dry}" ; + qudt:ucumCode "[dpt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L61" ; + qudt:uneceCommonCode "PTD" ; + rdfs:isDefinedBy ; + rdfs:label "US Dry Pint"@en ; +. +unit:PIXEL + a qudt:Unit ; + dcterms:description "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PictureElement ; + qudt:iec61360Code "0112/2///62720#UAA938" ; + qudt:symbol "pixel" ; + qudt:uneceCommonCode "E37" ; + rdfs:isDefinedBy ; + rdfs:label "pixel" ; +. +unit:PK_UK + a qudt:Unit ; + dcterms:description "unit of the volume according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.009092181 ; + qudt:conversionMultiplierSN 9.092181E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA939" ; + qudt:plainTextDescription "unit of the volume according to the Imperial system of units" ; + qudt:symbol "peck{UK}" ; + qudt:ucumCode "[pk_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L43" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK)"@en ; +. +unit:PK_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000105233576 ; + qudt:conversionMultiplierSN 1.05233576E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA940" ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "peck{UK}/day" ; + qudt:ucumCode "[pk_br].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_br]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L44" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) Per Day"@en ; +. +unit:PK_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000002525605833 ; + qudt:conversionMultiplierSN 2.525605833E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA941" ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "peck{UK}/hr" ; + qudt:ucumCode "[pk_br].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_br]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L45" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) Per Hour"@en ; +. +unit:PK_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00015153635 ; + qudt:conversionMultiplierSN 1.5153635E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA942" ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "peck{UK}/min" ; + qudt:ucumCode "[pk_br].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_br]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L46" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) Per Minute"@en ; +. +unit:PK_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.009092181 ; + qudt:conversionMultiplierSN 9.092181E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA943" ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "peck{UK}/s" ; + qudt:ucumCode "[pk_br].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_br]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L47" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) Per Second"@en ; +. +unit:PK_US_DRY + a qudt:Unit ; + dcterms:description "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00880976754 ; + qudt:conversionMultiplierSN 8.80976754E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA948" ; + qudt:symbol "peck{US Dry}" ; + qudt:ucumCode "[pk_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "pk" ; + qudt:uneceCommonCode "G23" ; + qudt:uneceCommonCode "PY" ; + rdfs:isDefinedBy ; + rdfs:label "US Peck"@en ; +. +unit:PK_US_DRY-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000101964902 ; + qudt:conversionMultiplierSN 1.01964902E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA944" ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "peck{US Dry}/day" ; + qudt:ucumCode "[pk_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L48" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (US Dry) Per Day"@en ; +. +unit:PK_US_DRY-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000002447157651 ; + qudt:conversionMultiplierSN 2.447157651E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA945" ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "peck{US Dry}/hr" ; + qudt:ucumCode "[pk_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L49" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (US Dry) Per Hour"@en ; +. +unit:PK_US_DRY-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000146829459067 ; + qudt:conversionMultiplierSN 1.46829459067E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA946" ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "peck{US Dry}/min" ; + qudt:ucumCode "[pk_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L50" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (US Dry) Per Minute"@en ; +. +unit:PK_US_DRY-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00880976754 ; + qudt:conversionMultiplierSN 8.80976754E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA947" ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "peck{US Dry}/s" ; + qudt:ucumCode "[pk_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[pk_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L51" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (US Dry) Per Second"@en ; +. +unit:POISE + a qudt:Unit ; + dcterms:description "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Poise"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA255" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "P" ; + qudt:ucumCode "P"^^qudt:UCUMcs ; + qudt:uneceCommonCode "89" ; + rdfs:isDefinedBy ; + rdfs:label "Poise"@en ; +. +unit:POISE-PER-BAR + a qudt:Unit ; + dcterms:description "CGS unit poise divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA257" ; + qudt:plainTextDescription "CGS unit poise divided by the unit bar" ; + qudt:symbol "P/bar" ; + qudt:ucumCode "P.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "P/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F06" ; + rdfs:isDefinedBy ; + rdfs:label "Poise Per Bar"@en ; +. +unit:POISE-PER-K + a qudt:Unit ; + dcterms:description "[CGS] unit poise divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA256" ; + qudt:symbol "P/K" ; + qudt:ucumCode "P.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "P/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F86" ; + rdfs:isDefinedBy ; + rdfs:label "poise per kelvin" ; +. +unit:POISE-PER-PA + a qudt:Unit ; + dcterms:description "[CGS] unit poise divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB311" ; + qudt:symbol "P/Pa" ; + qudt:ucumCode "P.Pa-1"^^qudt:UCUMcs ; + qudt:ucumCode "P/Pa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N35" ; + rdfs:isDefinedBy ; + rdfs:label "poise per pascal" ; +. +unit:POND + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton" ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB412" ; + qudt:symbol "p" ; + qudt:uneceCommonCode "M78" ; + rdfs:isDefinedBy ; + rdfs:label "pond" ; +. +unit:PPB + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD926" ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + qudt:symbol "PPB" ; + qudt:ucumCode "[ppb]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "61" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per billion"@en ; +. +unit:PPM + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD925" ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "PPM" ; + qudt:ucumCode "[ppm]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "59" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per million"@en ; +. +unit:PPM-PER-K + a qudt:Unit ; + dcterms:description "Unit for expansion ratios expressed as parts per million per Kelvin."^^qudt:LatexString ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:expression "$PPM/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:symbol "PPM/K" ; + qudt:ucumCode "ppm.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "ppm/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts-Per-Million per Kelvin"@en ; +. +unit:PPQ + a qudt:Unit ; + dcterms:description "unit of proportion equal to 10⁻¹⁶" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000001 ; + qudt:conversionMultiplierSN 1.0E-16 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD928" ; + qudt:symbol "ppq" ; + qudt:ucumCode "[ppq]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "part per quadrillion" ; +. +unit:PPT + a qudt:Unit ; + dcterms:description "trillionth of a quantity, unit of proportion equal to 10⁻¹²" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD927" ; + qudt:symbol "‰" ; + qudt:ucumCode "[ppt]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NX" ; + rdfs:isDefinedBy ; + rdfs:label "part per trillion"@en ; +. +unit:PPTH + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:abbreviation "‰" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAA015" ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + qudt:symbol "‰" ; + qudt:ucumCode "[ppth]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NX" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per thousand"@en ; + skos:altLabel "per mil" ; +. +unit:PPTH-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "‰/hr" ; + qudt:ucumCode "[ppth].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ppth]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts-per-thousand per hour"@en ; +. +unit:PPTM + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:symbol "PPTM" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Ten Million"@en ; +. +unit:PPTM-PER-K + a qudt:Unit ; + dcterms:description "Unit for expansion ratios expressed as parts per ten million per Kelvin."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:expression "$PPTM/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:symbol "PPTM/K" ; + rdfs:isDefinedBy ; + rdfs:label "Parts-Per-Ten Million per Kelvin"@en ; +. +unit:PPTR + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD927" ; + qudt:informativeReference "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:anyURI ; + qudt:symbol "PPTR" ; + qudt:ucumCode "[pptr]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per trillion"@en ; +. +unit:PPTR_VOL + a qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pptr" ; + qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per trillion by volume"@en ; +. +unit:PSI + a qudt:Unit ; + dcterms:description "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.75789 ; + qudt:conversionMultiplierSN 6.89475789E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB_F-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:plainTextDescription "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "psi" ; + qudt:ucumCode "[psi]"^^qudt:UCUMcs ; + qudt:udunitsCode "psi" ; + qudt:uneceCommonCode "PS" ; + rdfs:isDefinedBy ; + rdfs:label "PSI"@en ; +. +unit:PSI-IN3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1129848 ; + qudt:conversionMultiplierSN 1.129848E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA703" ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)" ; + qudt:symbol "psi·in³/s" ; + qudt:ucumCode "[psi].[cin_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K87" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Cubic Inch Per Second"@en ; +. +unit:PSI-L-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^rdf:HTML ; + qudt:conversionMultiplier 6.894757 ; + qudt:conversionMultiplierSN 6.894757E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA704" ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)" ; + qudt:symbol "psi·L/s" ; + qudt:ucumCode "[psi].L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K88" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Liter Per Second"@en-us ; + rdfs:label "Psi Litre Per Second"@en ; +. +unit:PSI-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^rdf:HTML ; + qudt:conversionMultiplier 6894.757 ; + qudt:conversionMultiplierSN 6.894757E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA705" ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)" ; + qudt:symbol "psi·m³/s" ; + qudt:ucumCode "[psi].m3.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[psi].m3/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K89" ; + rdfs:isDefinedBy ; + rdfs:label "PSI Cubic Meter Per Second"@en-us ; + rdfs:label "PSI Cubic Metre Per Second"@en ; +. +unit:PSI-PER-IN + a qudt:Unit ; + dcterms:description "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 271447.1497054715109430218860437721 ; + qudt:conversionMultiplierSN 2.714471497054715109430218860437721E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB426" ; + qudt:symbol "psi/in" ; + qudt:ucumCode "[psi].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P86" ; + rdfs:isDefinedBy ; + rdfs:label "psi per inch" ; +. +unit:PSI-PER-PSI + a qudt:Unit ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA951" ; + qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "psi/psi" ; + qudt:ucumCode "[psi].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L52" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Per Psi"@en ; +. +unit:PSI-YD3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5271.42 ; + qudt:conversionMultiplierSN 5.27142E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA706" ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)" ; + qudt:symbol "psi·yd³/s" ; + qudt:ucumCode "[psi].[cyd_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K90" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Cubic Yard Per Second"@en ; +. +unit:PSU + a qudt:Unit ; + dcterms:description "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."^^rdf:HTML ; + dcterms:source ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ; + qudt:symbol "PSU" ; + rdfs:isDefinedBy ; + rdfs:label "Practical Salinity Unit"@en ; + rdfs:seeAlso unit:PPTH ; +. +unit:PT + a qudt:Unit ; + dcterms:description "In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page."^^rdf:HTML ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB605" ; + qudt:symbol "pt" ; + qudt:ucumCode "[pnt]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N3" ; + rdfs:isDefinedBy ; + rdfs:label "Point"@en ; +. +unit:PT_BIG + a qudt:Unit ; + dcterms:description "unit for the type size correspondening to: 1 bp = 1/72 in" ; + qudt:conversionMultiplier 0.0003527778 ; + qudt:conversionMultiplierSN 3.527778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:iec61360Code "0112/2///62720#UAB379" ; + qudt:symbol "pb" ; + qudt:uneceCommonCode "H82" ; + rdfs:isDefinedBy ; + rdfs:label "big point" ; +. +unit:PebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 1125899906842624.0 ; + qudt:conversionMultiplierSN 1.125899906842624E15 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA271" ; + qudt:symbol "Pibit/m" ; + qudt:uneceCommonCode "E80" ; + rdfs:isDefinedBy ; + rdfs:label "pebibit per metre" ; +. +unit:PebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1125899906842620.0 ; + qudt:conversionMultiplierSN 1.12589990684262E15 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA272" ; + qudt:symbol "Pibit/m²" ; + qudt:uneceCommonCode "E81" ; + rdfs:isDefinedBy ; + rdfs:label "pebibit per square metre" ; +. +unit:PebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 1125899906842620.0 ; + qudt:conversionMultiplierSN 1.12589990684262E15 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA273" ; + qudt:symbol "Pibit/m³" ; + qudt:uneceCommonCode "E82" ; + rdfs:isDefinedBy ; + rdfs:label "pebibit per cubic metre" ; +. +unit:PebiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 698137323685796.7335433103621932049 ; + qudt:conversionMultiplierSN 6.981373236857967335433103621932049E14 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA274" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:anyURI ; + qudt:prefix prefix:Pebi ; + qudt:symbol "PiB" ; + qudt:uneceCommonCode "E60" ; + rdfs:isDefinedBy ; + rdfs:label "PebiByte"@en ; +. +unit:Pennyweight + a qudt:Unit ; + dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ; + qudt:conversionMultiplier 0.00155517384 ; + qudt:conversionMultiplierSN 1.55517384E-3 ; + qudt:exactMatch unit:DWT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB182" ; + qudt:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg" ; + qudt:symbol "dwt" ; + qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DWT" ; + rdfs:isDefinedBy ; + rdfs:label "Pennyweight"@en ; +. +unit:PetaA + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB641" ; + qudt:symbol "PA" ; + rdfs:isDefinedBy ; + rdfs:label "petaampere" ; +. +unit:PetaBIT + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180559945.2 ; + qudt:conversionMultiplierSN 6.931471805599452E14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB190" ; + qudt:symbol "Pbit" ; + qudt:uneceCommonCode "E78" ; + rdfs:isDefinedBy ; + rdfs:label "petabit" ; +. +unit:PetaBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 693147180559945.30941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA270" ; + qudt:symbol "Pbit/s" ; + qudt:ucumCode "Pbit.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Pbit/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E79" ; + rdfs:isDefinedBy ; + rdfs:label "petabit per second" ; +. +unit:PetaBQ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit becquerel" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB590" ; + qudt:symbol "PBq" ; + rdfs:isDefinedBy ; + rdfs:label "petabecquerel" ; +. +unit:PetaBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479562.4753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB187" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:symbol "PB" ; + qudt:ucumCode "PBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E36" ; + rdfs:isDefinedBy ; + rdfs:label "PetaByte"@en ; +. +unit:PetaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A PetaCoulomb is $10^{15} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Peta ; + qudt:symbol "PC" ; + qudt:ucumCode "PC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "PetaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:PetaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB594" ; + qudt:symbol "PFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "petafloating point operations per second" ; +. +unit:PetaHZ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit hertz" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB699" ; + qudt:symbol "PHz" ; + rdfs:isDefinedBy ; + rdfs:label "petahertz" ; +. +unit:PetaJ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB123" ; + qudt:plainTextDescription "1,000,000,000,000,000-fold of the derived SI unit joule" ; + qudt:prefix prefix:Peta ; + qudt:symbol "PJ" ; + qudt:ucumCode "PJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C68" ; + rdfs:isDefinedBy ; + rdfs:label "Petajoule"@en ; +. +unit:PetaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB514" ; + qudt:symbol "PJ/s" ; + qudt:ucumCode "PJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "PJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "petajoule per second" ; +. +unit:PetaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB536" ; + qudt:symbol "PV·A" ; + rdfs:isDefinedBy ; + rdfs:label "petavolt ampere" ; +. +unit:PetaW + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit watt" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB506" ; + qudt:symbol "PW" ; + rdfs:isDefinedBy ; + rdfs:label "petawatt" ; +. +unit:PicoA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA928" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pA" ; + qudt:ucumCode "pA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C70" ; + rdfs:isDefinedBy ; + rdfs:label "picoampere"@en ; +. +unit:PicoA-PER-HectoPA + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal" ; + qudt:conversionMultiplier 0.00000000000001 ; + qudt:conversionMultiplierSN 1.0E-14 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD930" ; + qudt:symbol "pA/hPa" ; + qudt:ucumCode "pA.hPa-1"^^qudt:UCUMcs ; + qudt:ucumCode "pA/hPa"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "picoampere per hectopascal" ; +. +unit:PicoA-PER-MicroMOL-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E1L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pA/(µmol·L)" ; + qudt:ucumCode "pA.umol-1.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picoamps per micromole litre"@en ; +. +unit:PicoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A PicoCoulomb is $10^{-12} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA929" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pC" ; + qudt:ucumCode "pC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C71" ; + rdfs:isDefinedBy ; + rdfs:label "PicoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:PicoFARAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA930" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:symbol "pF" ; + qudt:ucumCode "pF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4T" ; + rdfs:isDefinedBy ; + rdfs:label "Picofarad"@en ; +. +unit:PicoFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA931" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "pF/m" ; + qudt:ucumCode "pF.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "pF/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C72" ; + rdfs:isDefinedBy ; + rdfs:label "Picofarad Per Meter"@en-us ; + rdfs:label "Picofarad Per Metre"@en ; +. +unit:PicoGM + a qudt:Unit ; + dcterms:description "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB835" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pg" ; + qudt:ucumCode "pg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picograms"@en ; +. +unit:PicoGM-PER-GM + a qudt:Unit ; + dcterms:description "One part per 10**12 (trillion) by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "pg/g" ; + qudt:ucumCode "pg.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "pg/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picograms per gram"@en ; +. +unit:PicoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "One part per 10**15 by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "pg/kg" ; + qudt:ucumCode "pg.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "pg/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picograms per kilogram"@en ; +. +unit:PicoGM-PER-L + a qudt:Unit ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "pg/L" ; + qudt:ucumCode "pg.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "pg/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picograms per litre"@en ; +. +unit:PicoGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "pg/mL" ; + qudt:ucumCode "pg/mL"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picograms per millilitre"@en ; +. +unit:PicoH + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit henry"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA932" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit henry" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pH" ; + qudt:ucumCode "pH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C73" ; + rdfs:isDefinedBy ; + rdfs:label "Picohenry"@en ; +. +unit:PicoJ + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit joule" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB738" ; + qudt:symbol "pJ" ; + rdfs:isDefinedBy ; + rdfs:label "picojoule" ; +. +unit:PicoJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB508" ; + qudt:symbol "pJ/s" ; + qudt:ucumCode "pJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "pJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "picojoule per second" ; +. +unit:PicoKAT-PER-L + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pkat/L" ; + qudt:ucumCode "pkat/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picokatal Per Liter"@en-us ; + rdfs:label "Picokatal Per Litre"@en ; +. +unit:PicoL + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000000001-fold of the unit litre" ; + qudt:symbol "pL" ; + qudt:ucumCode "pL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q33" ; + rdfs:isDefinedBy ; + rdfs:label "Picolitre"@en ; + rdfs:label "Picolitre"@en-us ; +. +unit:PicoM + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA949" ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit metre" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pm" ; + qudt:ucumCode "pm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C52" ; + rdfs:isDefinedBy ; + rdfs:label "Picometer"@en-us ; + rdfs:label "Picometre"@en ; +. +unit:PicoMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:symbol "pmol" ; + rdfs:isDefinedBy ; + rdfs:label "PicoMole"@en ; +. +unit:PicoMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:symbol "pmol/kg" ; + qudt:ucumCode "pmol.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "pmol/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per kilogram"@en ; +. +unit:PicoMOL-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:symbol "pmol/L" ; + qudt:ucumCode "pmol.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "pmol/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per litre"@en ; +. +unit:PicoMOL-PER-L-DAY + a qudt:Unit ; + dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-14 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(L·day)" ; + qudt:ucumCode "pmol.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per litre day"@en ; +. +unit:PicoMOL-PER-L-HR + a qudt:Unit ; + dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000277777777777778 ; + qudt:conversionMultiplierSN 2.77777777777778E-13 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(L·hr)" ; + qudt:ucumCode "pmol.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per litre hour"@en ; +. +unit:PicoMOL-PER-M-W-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pmol/(m·W·s)" ; + qudt:ucumCode "pmol.m-1.W-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per metre watt second"@en ; +. +unit:PicoMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000115740740740741 ; + qudt:conversionMultiplierSN 1.15740740740741E-17 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "pmol/(m²·day)" ; + qudt:ucumCode "pmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per square metre day"@en ; +. +unit:PicoMOL-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasQuantityKind quantitykind:Solubility_Water ; + qudt:symbol "pmol/m³" ; + qudt:ucumCode "pmol.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per cubic metre"@en ; +. +unit:PicoMOL-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(m³·s)" ; + qudt:ucumCode "pmol.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomoles per cubic metre second"@en ; +. +unit:PicoPA + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:BulkModulus ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:Fugacity ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:symbol "pPa" ; + rdfs:isDefinedBy ; + rdfs:label "PicoPascal"@en ; +. +unit:PicoPA-PER-KiloM + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA933" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre" ; + qudt:symbol "pPa/km" ; + qudt:ucumCode "pPa.km-1"^^qudt:UCUMcs ; + qudt:ucumCode "pPa/km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H69" ; + rdfs:isDefinedBy ; + rdfs:label "Picopascal Per Kilometer"@en-us ; + rdfs:label "Picopascal Per Kilometre"@en ; +. +unit:PicoS + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit siemens" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:hasQuantityKind quantitykind:ElectricalConductance ; + qudt:iec61360Code "0112/2///62720#UAB357" ; + qudt:symbol "pS" ; + qudt:uneceCommonCode "N92" ; + rdfs:isDefinedBy ; + rdfs:label "PicoSiemens"@en ; +. +unit:PicoS-PER-M + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA934" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "pS/m" ; + qudt:ucumCode "pS.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "pS/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L42" ; + rdfs:isDefinedBy ; + rdfs:label "Picosiemens Per Meter"@en-us ; + rdfs:label "Picosiemens Per Metre"@en ; +. +unit:PicoSEC + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA950" ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Pico ; + qudt:symbol "ps" ; + qudt:ucumCode "ps"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H70" ; + rdfs:isDefinedBy ; + rdfs:label "Picosecond"@en ; +. +unit:PicoV + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAB363" ; + qudt:symbol "pV" ; + qudt:uneceCommonCode "N99" ; + rdfs:isDefinedBy ; + rdfs:label "picovolt" ; +. +unit:PicoV-A + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB530" ; + qudt:symbol "pV·A" ; + qudt:ucumCode "pV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "picovolt ampere" ; +. +unit:PicoV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC504" ; + qudt:symbol "pV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "picovolt ampere reactive" ; +. +unit:PicoW + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA935" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Pico ; + qudt:symbol "pW" ; + qudt:ucumCode "pW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C75" ; + rdfs:isDefinedBy ; + rdfs:label "Picowatt"@en ; +. +unit:PicoW-PER-CentiM2-L + a qudt:Unit ; + dcterms:description "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pW/(cm²·L)" ; + qudt:ucumCode "pW.cm-2.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picowatts per square centimetre litre"@en ; +. +unit:PicoW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA936" ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "pW/m²" ; + qudt:ucumCode "pW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C76" ; + rdfs:isDefinedBy ; + rdfs:label "Picowatt Per Square Meter"@en-us ; + rdfs:label "Picowatt Per Square Metre"@en ; +. +unit:PlanckArea + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.0000000000000000000000000000000000000000000000000000000000000000000000261223 ; + qudt:conversionMultiplierSN 2.61223E-71 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:symbol "planckarea" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Area"@en ; +. +unit:PlanckCharge + a qudt:Unit ; + dcterms:description "In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000187554587 ; + qudt:conversionMultiplierSN 1.87554587E-18 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexSymbol "$Q_P$"^^qudt:LatexString ; + qudt:symbol "planckcharge" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Charge"@en ; +. +unit:PlanckCurrent + a qudt:Unit ; + dcterms:description "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 34789000000000000000000000.0 ; + qudt:conversionMultiplierSN 3.4789E25 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ; + qudt:symbol "planckcurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Current"@en ; +. +unit:PlanckCurrentDensity + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.331774E95 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:symbol "planckcurrentdensity" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Current Density"@en ; +. +unit:PlanckDensity + a qudt:Unit ; + dcterms:description "The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\ \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 5.155E96 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_density"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ; + qudt:symbol "planckdensity" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Density"@en ; +. +unit:PlanckEnergy + a qudt:Unit ; + dcterms:description "In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 1956100000.0 ; + qudt:conversionMultiplierSN 1.9561E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:anyURI ; + qudt:latexDefinition "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."^^qudt:LatexString ; + qudt:symbol "Eᵨ" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Energy"@en ; +. +unit:PlanckForce + a qudt:Unit ; + dcterms:description "Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time."^^rdf:HTML ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 121027000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.21027E44 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:anyURI ; + qudt:symbol "planckforce" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Force"@en ; +. +unit:PlanckFrequency + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.85487E43 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:anyURI ; + qudt:symbol "planckfrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Frequency"@en ; +. +unit:PlanckFrequency_Ang + a qudt:Unit ; + qudt:conversionMultiplier 18548000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.8548E43 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "planckangularfrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Angular Frequency"@en ; +. +unit:PlanckImpedance + a qudt:Unit ; + dcterms:description "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 29.9792458 ; + qudt:conversionMultiplierSN 2.99792458E1 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."^^qudt:LatexString ; + qudt:symbol "Zₚ" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Impedance"@en ; +. +unit:PlanckLength + a qudt:Unit ; + dcterms:description "In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. "^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000000000000000000001616252 ; + qudt:conversionMultiplierSN 1.616252E-35 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_length?oldid=495093067"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:latexSymbol "$\\ell_P$"^^qudt:LatexString ; + qudt:symbol "plancklength" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Length"@en ; +. +unit:PlanckMass + a qudt:Unit ; + dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.0000000217644 ; + qudt:conversionMultiplierSN 2.17644E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:latexSymbol "$m_P$"^^qudt:LatexString ; + qudt:symbol "planckmass" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Mass"@en ; +. +unit:PlanckMomentum + a qudt:Unit ; + dcterms:description "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 6.52485 ; + qudt:conversionMultiplierSN 6.52485E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ; + qudt:symbol "planckmomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Momentum"@en ; +. +unit:PlanckPower + a qudt:Unit ; + dcterms:description "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 36283100000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 3.62831E52 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ; + qudt:latexDefinition "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^qudt:LatexString ; + qudt:symbol "planckpower" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Power"@en ; +. +unit:PlanckPressure + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 4.63309E113 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:anyURI ; + qudt:symbol "planckpressure" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Pressure"@en ; +. +unit:PlanckTemperature + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 141678400000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.416784E32 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:symbol "plancktemperature" ; + rdfs:isDefinedBy ; + rdfs:label "PlanckTemperature"@en ; +. +unit:PlanckTime + a qudt:Unit ; + dcterms:description """ + In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. + It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. + The unit is named after Max Planck, who was the first to propose it. + + The formula for $\\textit{PlankTime} is: + + $$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$ + + where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. + The two digits between parentheses denote the standard error of the estimated value. + """^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.000000000000000000000000000000000000000000000000539124 ; + qudt:conversionMultiplierSN 5.39124E-49 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_time?oldid=495362103"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexSymbol "$t_P$"^^qudt:LatexString ; + qudt:symbol "tₚ" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Time"@en ; +. +unit:PlanckVolt + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 1042950000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.04295E27 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:symbol "Vₚ" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Volt"@en ; +. +unit:PlanckVolume + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419 ; + qudt:conversionMultiplierSN 4.22419E-105 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "l³ₚ" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Volume"@en ; +. +unit:QT_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0011365225 ; + qudt:conversionMultiplierSN 1.1365225E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA963" ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:symbol "qt{UK}" ; + qudt:ucumCode "[qt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QTI" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK)"@en ; +. +unit:QT_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000000131542 ; + qudt:conversionMultiplierSN 1.31542E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA710" ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "qt{UK}/day" ; + qudt:ucumCode "[qt_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K94" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK Liquid) Per Day"@en ; +. +unit:QT_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000003157007 ; + qudt:conversionMultiplierSN 3.157007E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA711" ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "qt{UK}/hr" ; + qudt:ucumCode "[qt_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K95" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK Liquid) Per Hour"@en ; +. +unit:QT_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00001894205 ; + qudt:conversionMultiplierSN 1.894205E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA712" ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "qt{UK}/min" ; + qudt:ucumCode "[qt_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K96" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK Liquid) Per Minute"@en ; +. +unit:QT_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0011365225 ; + qudt:conversionMultiplierSN 1.1365225E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA713" ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "qt{UK}/s" ; + qudt:ucumCode "[qt_br].h-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K97" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK Liquid) Per Second"@en ; +. +unit:QT_US + a qudt:Unit ; + dcterms:description "\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000946353 ; + qudt:conversionMultiplierSN 9.46353E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA964" ; + qudt:symbol "qt{US liq}" ; + qudt:ucumCode "[qt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QT" ; + qudt:uneceCommonCode "QTL" ; + rdfs:isDefinedBy ; + rdfs:label "US Liquid Quart"@en ; +. +unit:QT_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000001095316 ; + qudt:conversionMultiplierSN 1.095316E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA714" ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "qt/day" ; + qudt:ucumCode "[qt_us].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[qt_us]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K98" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (US Liquid) Per Day"@en ; +. +unit:QT_US-PER-HR + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000262875833 ; + qudt:conversionMultiplierSN 2.62875833E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA715" ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "qt/hr" ; + qudt:ucumCode "[qt_us].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[qt_us]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K99" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (US Liquid) Per Hour"@en ; +. +unit:QT_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001577255 ; + qudt:conversionMultiplierSN 1.577255E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA716" ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "qt/min" ; + qudt:ucumCode "[qt_us].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[qt_us]/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L10" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (US Liquid) Per Minute"@en ; +. +unit:QT_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000946353 ; + qudt:conversionMultiplierSN 9.46353E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAA717" ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "qt/s" ; + qudt:ucumCode "[qt_us].s-1"^^qudt:UCUMcs ; + qudt:ucumCode "[qt_us]/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L11" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (US Liquid) Per Second"@en ; +. +unit:QT_US_DRY + a qudt:Unit ; + dcterms:description "\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001101220942715 ; + qudt:conversionMultiplierSN 1.101220942715E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA965" ; + qudt:symbol "qt{US Dry}" ; + qudt:ucumCode "[dqt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L62" ; + qudt:uneceCommonCode "QTD" ; + rdfs:isDefinedBy ; + rdfs:label "US Dry Quart"@en ; +. +unit:QUAD + a qudt:Unit ; + 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. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1055000000000000000.0 ; + qudt:conversionMultiplierSN 1.055E18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB221" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "quad" ; + qudt:uneceCommonCode "N70" ; + rdfs:isDefinedBy ; + rdfs:label "Quad"@en ; +. +unit:Quarter_UK + a qudt:Unit ; + dcterms:description "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 12.70058636 ; + qudt:conversionMultiplierSN 1.270058636E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB202" ; + qudt:plainTextDescription "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb" ; + qudt:symbol "quarter" ; + qudt:ucumCode "28.[lb_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QTR" ; + rdfs:isDefinedBy ; + rdfs:label "Quarter (UK)"@en ; +. +unit:R + a qudt:Unit ; + dcterms:description "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000258 ; + qudt:conversionMultiplierSN 2.58E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA275" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:anyURI ; + qudt:symbol "R" ; + qudt:ucumCode "R"^^qudt:UCUMcs ; + qudt:udunitsCode "R" ; + qudt:uneceCommonCode "2C" ; + rdfs:isDefinedBy ; + rdfs:label "Roentgen"@en ; +. +unit:R-PER-SEC + a qudt:Unit ; + dcterms:description "unit roentgen, the use of which is no longer permitted divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000258 ; + qudt:conversionMultiplierSN 2.58E-4 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:ExposureRate ; + qudt:iec61360Code "0112/2///62720#UAA276" ; + qudt:symbol "R/s" ; + qudt:ucumCode "R.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "R/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D6" ; + rdfs:isDefinedBy ; + rdfs:label "roentgen per second" ; +. +unit:RAD + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radian"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA966" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]" ; + qudt:siExactMatch si-unit:radian ; + qudt:symbol "rad" ; + qudt:ucumCode "rad"^^qudt:UCUMcs ; + qudt:udunitsCode "rad" ; + qudt:uneceCommonCode "C81" ; + rdfs:comment "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities." ; + rdfs:isDefinedBy ; + rdfs:label "Radiant"@de ; + rdfs:label "radian"@en ; + rdfs:label "radian"@fr ; + rdfs:label "radian"@la ; + rdfs:label "radian"@ms ; + rdfs:label "radian"@pl ; + rdfs:label "radian"@ro ; + rdfs:label "radian"@sl ; + rdfs:label "radiano"@pt ; + rdfs:label "radiante"@it ; + rdfs:label "radián"@cs ; + rdfs:label "radián"@es ; + rdfs:label "radián"@hu ; + rdfs:label "radyan"@tr ; + rdfs:label "ακτίνιο"@el ; + rdfs:label "радиан"@bg ; + rdfs:label "радиан"@ru ; + rdfs:label "רדיאן"@he ; + rdfs:label "راديان"@ar ; + rdfs:label "رادیان"@fa ; + rdfs:label "वर्ग मीटर"@hi ; + rdfs:label "ラジアン"@ja ; + rdfs:label "弧度"@zh ; +. +unit:RAD-M2-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad m^2 / kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasQuantityKind quantitykind:SpecificOpticalRotatoryPower ; + qudt:iec61360Code "0112/2///62720#UAB162" ; + qudt:symbol "rad·m²/kg" ; + qudt:ucumCode "rad.m2.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad.m2/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C83" ; + rdfs:isDefinedBy ; + rdfs:label "Radian Square Meter per Kilogram"@en-us ; + rdfs:label "Radian Square Metre per Kilogram"@en ; +. +unit:RAD-M2-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad m^2 / mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolarOpticalRotatoryPower ; + qudt:iec61360Code "0112/2///62720#UAB161" ; + qudt:symbol "rad·m²/mol" ; + qudt:ucumCode "rad.m2.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad.m2/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C82" ; + rdfs:isDefinedBy ; + rdfs:label "Radian Square Meter per Mole"@en-us ; + rdfs:label "Radian Square Metre per Mole"@en ; +. +unit:RAD-PER-HR + a qudt:Unit ; + dcterms:description "\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad/h$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$rad/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rad/hr" ; + qudt:ucumCode "rad.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Hour"@en ; +. +unit:RAD-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AngularWavenumber ; + qudt:hasQuantityKind quantitykind:DebyeAngularWavenumber ; + qudt:hasQuantityKind quantitykind:FermiAngularWavenumber ; + qudt:iec61360Code "0112/2///62720#UAA967" ; + qudt:iec61360Code "0112/2///62720#UAD510" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "rad/m" ; + qudt:ucumCode "rad.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C84" ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Meter"@en-us ; + rdfs:label "Radiant je Meter"@de ; + rdfs:label "radian na metr"@pl ; + rdfs:label "radian par mètre"@fr ; + rdfs:label "radian per meter"@ms ; + rdfs:label "radian per metre"@en ; + rdfs:label "radiane pe metru"@ro ; + rdfs:label "radiano por metro"@pt ; + rdfs:label "radiante al metro"@it ; + rdfs:label "radián por metro"@es ; + rdfs:label "radiánů na metr"@cs ; + rdfs:label "radyan bölü metre"@tr ; + rdfs:label "радиан на метр"@ru ; + rdfs:label "رادیان بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर वर्ग मीटर"@hi ; + rdfs:label "ラジアン毎メートル"@ja ; + rdfs:label "弧度每米"@zh ; +. +unit:RAD-PER-MIN + a qudt:Unit ; + dcterms:description "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$rad/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rad/min" ; + qudt:ucumCode "rad.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad/min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Minute"@en ; +. +unit:RAD-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$rad/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:iec61360Code "0112/2///62720#UAA968" ; + qudt:iec61360Code "0112/2///62720#UAD509" ; + qudt:symbol "rad/s" ; + qudt:ucumCode "rad.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "rad/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2A" ; + rdfs:isDefinedBy ; + rdfs:label "Radian je Sekunde"@de ; + rdfs:label "radian na sekundo"@sl ; + rdfs:label "radian na sekundę"@pl ; + rdfs:label "radian par seconde"@fr ; + rdfs:label "radian pe secundă"@ro ; + rdfs:label "radian per saat"@ms ; + rdfs:label "radian per second"@en ; + rdfs:label "radiano por segundo"@pt ; + rdfs:label "radiante al secondo"@it ; + rdfs:label "radián por segundo"@es ; + rdfs:label "radián za sekundu"@cs ; + rdfs:label "radyan bölü saniye"@tr ; + rdfs:label "радиан в секунду"@ru ; + rdfs:label "راديان في الثانية"@ar ; + rdfs:label "رادیان بر ثانیه"@fa ; + rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "ラジアン毎秒"@ja ; + rdfs:label "弧度每秒"@zh ; +. +unit:RAD-PER-SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$rad/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA969" ; + qudt:iec61360Code "0112/2///62720#UAD506" ; + qudt:symbol "rad/s²" ; + qudt:ucumCode "rad.s-2"^^qudt:UCUMcs ; + qudt:ucumCode "rad/s2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2B" ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Square Second"@en ; +. +unit:RAD_R + a qudt:Unit ; + dcterms:description "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/RAD"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:informativeReference "http://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "rad" ; + qudt:ucumCode "RAD"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C80" ; + rdfs:isDefinedBy ; + rdfs:label "Rad"@en ; +. +unit:RAYL + a qudt:Unit ; + 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}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Rayl?oldid=433570842"^^xsd:anyURI ; + qudt:symbol "rayl" ; + rdfs:isDefinedBy ; + rdfs:label "Rayl"@en ; +. +unit:REM + a qudt:Unit ; + dcterms:description "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:R_man ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA971" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "rem" ; + qudt:ucumCode "REM"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D91" ; + rdfs:isDefinedBy ; + rdfs:label "Rem"@en ; +. +unit:REM-PER-SEC + a qudt:Unit ; + dcterms:description "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB442" ; + qudt:symbol "rem/s" ; + qudt:ucumCode "REM.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "REM/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P69" ; + rdfs:isDefinedBy ; + rdfs:label "rem per second" ; +. +unit:REV + a qudt:Unit ; + dcterms:description "\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6.28318531 ; + qudt:conversionMultiplierSN 6.28318531E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Revolution"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAB206" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "rev" ; + qudt:uneceCommonCode "M44" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution"@en ; +. +unit:REV-PER-HR + a qudt:Unit ; + dcterms:description "\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev/h$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00174532925 ; + qudt:conversionMultiplierSN 1.74532925E-3 ; + qudt:expression "$rev/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rev/hr" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Hour"@en ; +. +unit:REV-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev/min$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.104719755 ; + qudt:conversionMultiplierSN 1.04719755E-1 ; + qudt:expression "$rev/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:iec61360Code "0112/2///62720#UAB231" ; + qudt:symbol "rev/min" ; + qudt:ucumCode "{#}.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M46" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Minute"@en ; +. +unit:REV-PER-SEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$."^^qudt:LatexString ; + qudt:conversionMultiplier 6.28318531 ; + qudt:conversionMultiplierSN 6.28318531E0 ; + qudt:expression "$rev/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rev/s" ; + qudt:uneceCommonCode "RPS" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Second"@en ; +. +unit:REV-PER-SEC2 + a qudt:Unit ; + dcterms:description "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 6.28318531 ; + qudt:conversionMultiplierSN 6.28318531E0 ; + qudt:expression "$rev/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:symbol "rev/s²" ; + qudt:ucumCode "{#}.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Square Second"@en ; +. +unit:RHE + a qudt:Unit ; + dcterms:description "non SI-conforming unit of fluidity of dynamic viscosity" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAB228" ; + qudt:symbol "rhe" ; + qudt:uneceCommonCode "P88" ; + rdfs:isDefinedBy ; + rdfs:label "rhe" ; +. +unit:ROD + a qudt:Unit ; + dcterms:description "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.02921 ; + qudt:conversionMultiplierSN 5.02921E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rod"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$rd$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA970" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:anyURI ; + qudt:symbol "rod" ; + qudt:ucumCode "[rd_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F49" ; + rdfs:isDefinedBy ; + rdfs:label "Rod"@en ; +. +unit:RPK + a qudt:Unit ; + dcterms:description "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:GeneFamilyAbundance ; + qudt:informativeReference "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:anyURI ; + qudt:plainTextDescription "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:symbol "RPK" ; + rdfs:isDefinedBy ; + rdfs:label "Reads Per Kilobase"@en ; + skos:altLabel "RPK" ; +. +unit:RT + a qudt:Unit ; + 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 ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2.8316846592 ; + qudt:conversionMultiplierSN 2.8316846592E0 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB291" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tonnage#Tonnage_measurements"^^xsd:anyURI ; + qudt:symbol "RT" ; + qudt:ucumCode "100.[cft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M70" ; + rdfs:isDefinedBy ; + rdfs:label "Register Ton"@en ; + rdfs:seeAlso unit:GT ; +. +unit:R_man + a qudt:Unit ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:REM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:plainTextDescription "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body." ; + qudt:symbol "rem" ; + qudt:ucumCode "REM"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "roentgen equivalent man"@en ; +. +unit:RichterMagnitude + a qudt:Unit ; + dcterms:description "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:EarthquakeMagnitude ; + qudt:iec61360Code "0112/2///62720#UAB596" ; + qudt:symbol "mag" ; + rdfs:isDefinedBy ; + rdfs:label "Richter magnitude" ; +. +unit:S + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. +The most important property of a conductor is the amount of current it will carry when a voltage is applied. +Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. +Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. +To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. +The unit is named for the German electrical engineer Werner von Siemens (1816-1892). +$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:MHO ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA277" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:siemens ; + qudt:siUnitsExpression "A/V" ; + qudt:symbol "S" ; + qudt:ucumCode "S"^^qudt:UCUMcs ; + qudt:udunitsCode "S" ; + qudt:uneceCommonCode "SIE" ; + rdfs:isDefinedBy ; + rdfs:label "Siemens"@de ; + rdfs:label "siemens"@cs ; + rdfs:label "siemens"@en ; + rdfs:label "siemens"@es ; + rdfs:label "siemens"@fr ; + rdfs:label "siemens"@hu ; + rdfs:label "siemens"@it ; + rdfs:label "siemens"@la ; + rdfs:label "siemens"@ms ; + rdfs:label "siemens"@pt ; + rdfs:label "siemens"@ro ; + rdfs:label "siemens"@sl ; + rdfs:label "siemens"@tr ; + rdfs:label "simens"@pl ; + rdfs:label "ζίμενς"@el ; + rdfs:label "сименс"@bg ; + rdfs:label "сименс"@ru ; + rdfs:label "סימנס"@he ; + rdfs:label "زیمنس"@fa ; + rdfs:label "سيمنز"@ar ; + rdfs:label "सीमैन्स"@hi ; + rdfs:label "ジーメンス"@ja ; + rdfs:label "西门子"@zh ; +. +unit:S-M2-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$s-m2-per-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E2L0I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:MolarConductivity ; + qudt:iec61360Code "0112/2///62720#UAA280" ; + qudt:symbol "S·m²/mol" ; + qudt:ucumCode "S.m2.mol-1"^^qudt:UCUMcs ; + qudt:ucumCode "S.m2/mol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D12" ; + rdfs:isDefinedBy ; + rdfs:label "Siemens Square meter per mole"@en-us ; + rdfs:label "Siemens Square metre per mole"@en ; +. +unit:S-PER-CentiM + a qudt:Unit ; + dcterms:description "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:iec61360Code "0112/2///62720#UAA278" ; + qudt:plainTextDescription "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "S/cm" ; + qudt:ucumCode "S.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "S/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H43" ; + rdfs:isDefinedBy ; + rdfs:label "Siemens Per Centimeter"@en-us ; + rdfs:label "Siemens Per Centimetre"@en ; +. +unit:S-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-M2-PA-SEC ; + qudt:expression "$s-per-m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Conductivity ; + qudt:hasQuantityKind quantitykind:ElectrolyticConductivity ; + qudt:iec61360Code "0112/2///62720#UAA279" ; + qudt:plainTextDescription "SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "S/m" ; + qudt:ucumCode "S.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "S/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D10" ; + rdfs:isDefinedBy ; + rdfs:label "Siemens Per Meter"@en-us ; + rdfs:label "Siemens je Meter"@de ; + rdfs:label "siemens al metro"@it ; + rdfs:label "siemens bölü metre"@tr ; + rdfs:label "siemens na meter"@sl ; + rdfs:label "siemens par mètre"@fr ; + rdfs:label "siemens pe metru"@ro ; + rdfs:label "siemens per meter"@ms ; + rdfs:label "siemens per metre"@en ; + rdfs:label "siemens por metro"@es ; + rdfs:label "siemens por metro"@pt ; + rdfs:label "siemensů na metr"@cs ; + rdfs:label "simens na metr"@pl ; + rdfs:label "сименс на метр"@ru ; + rdfs:label "زیمنس بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर सीमैन्स"@hi ; + rdfs:label "ジーメンス毎メートル"@ja ; + rdfs:label "西门子每米"@zh ; +. +unit:SAMPLE-PER-SEC + a qudt:Unit ; + dcterms:description "The number of discrete samples of some thing per second."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-SEC ; + qudt:expression "$sample-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "sample/s" ; + qudt:ucumCode "s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Sample per second"@en ; +. +unit:SEC + a qudt:Unit ; + dcterms:description """The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms. +Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Second"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Period ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA972" ; + qudt:iec61360Code "0112/2///62720#UAD722" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:second ; + qudt:symbol "s" ; + qudt:ucumCode "s"^^qudt:UCUMcs ; + qudt:udunitsCode "s" ; + qudt:uneceCommonCode "SEC" ; + rdfs:isDefinedBy ; + rdfs:label "Sekunde"@de ; + rdfs:label "másodperc"@hu ; + rdfs:label "saat"@ms ; + rdfs:label "saniye"@tr ; + rdfs:label "second"@en ; + rdfs:label "seconde"@fr ; + rdfs:label "secondo"@it ; + rdfs:label "secundum"@la ; + rdfs:label "secundă"@ro ; + rdfs:label "segundo"@es ; + rdfs:label "segundo"@pt ; + rdfs:label "sekunda"@cs ; + rdfs:label "sekunda"@pl ; + rdfs:label "sekunda"@sl ; + rdfs:label "δευτερόλεπτο"@el ; + rdfs:label "секунда"@bg ; + rdfs:label "секунда"@ru ; + rdfs:label "שנייה"@he ; + rdfs:label "ثانية"@ar ; + rdfs:label "ثانیه"@fa ; + rdfs:label "सैकण्ड"@hi ; + rdfs:label "秒"@ja ; + rdfs:label "秒"@zh ; +. +unit:SEC-FT2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$s-ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "s·ft²" ; + qudt:ucumCode "s.[ft_i]2"^^qudt:UCUMcs ; + qudt:ucumCode "s.[sft_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Second Square Foot"@en ; +. +unit:SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD843" ; + qudt:symbol "(lb/ft³)/(lb/(ft·s)" ; + qudt:ucumCode "s.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "second per square foot" ; +. +unit:SEC-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:EinsteinCoefficients ; + qudt:iec61360Code "0112/2///62720#UAB349" ; + qudt:iec61360Code "0112/2///62720#UAD530" ; + qudt:symbol "s/kg" ; + qudt:ucumCode "s.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "s/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q20" ; + rdfs:isDefinedBy ; + rdfs:label "second per kilogram" ; +. +unit:SEC-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD709" ; + qudt:symbol "s/m" ; + qudt:ucumCode "s.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "s/m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Seconds per metre"@en ; +. +unit:SEC-PER-M3-RAD + a qudt:Unit ; + dcterms:description "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:SpectralDensityOfVibrationalModes ; + qudt:iec61360Code "0112/2///62720#UAB178" ; + qudt:symbol "s/(m³·rad)" ; + qudt:ucumCode "s.m-3.rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D94" ; + rdfs:isDefinedBy ; + rdfs:label "second per cubic metre radian" ; +. +unit:SEC-PER-RAD-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$sec/rad-m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:DensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB352" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "s/(rad·m³)" ; + qudt:ucumCode "s.rad-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q22" ; + rdfs:isDefinedBy ; + rdfs:label "Second per Radian Cubic Meter"@en-us ; + rdfs:label "Second per Radian Cubic Metre"@en ; +. +unit:SEC2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Time_Squared ; + qudt:symbol "s²" ; + qudt:ucumCode "s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Second"@en ; +. +unit:SH + a qudt:Unit ; + dcterms:description "A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Shake"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB226" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "shake" ; + qudt:ucumCode "10.ns"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M56" ; + rdfs:isDefinedBy ; + rdfs:label "Shake"@en ; +. +unit:SHANNON + a qudt:Unit ; + dcterms:description "The \"Shannon\" is a unit of information."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:expression "$Sh$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB343" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Sh" ; + qudt:uneceCommonCode "Q14" ; + rdfs:isDefinedBy ; + rdfs:label "Shannon"@en ; +. +unit:SHANNON-PER-SEC + a qudt:Unit ; + dcterms:description "The \"Shannon per Second\" is a unit of information rate."^^rdf:HTML ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:expression "$Sh/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB346" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "Sh/s" ; + qudt:uneceCommonCode "Q17" ; + rdfs:isDefinedBy ; + rdfs:label "Shannon per Second"@en ; +. +unit:SLUG + a qudt:Unit ; + dcterms:description "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 14.593903 ; + qudt:conversionMultiplierSN 1.4593903E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Slug"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA978" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "slug" ; + qudt:uneceCommonCode "F13" ; + rdfs:isDefinedBy ; + rdfs:label "Slug"@en ; +. +unit:SLUG-PER-DAY + a qudt:Unit ; + dcterms:description "unit slug for mass according to an English engineering system divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00016891087963 ; + qudt:conversionMultiplierSN 1.6891087963E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA979" ; + qudt:plainTextDescription "unit slug for mass according to an English engineering system divided by the unit day" ; + qudt:symbol "slug/day" ; + qudt:uneceCommonCode "L63" ; + rdfs:isDefinedBy ; + rdfs:label "Slug Per Day"@en ; +. +unit:SLUG-PER-FT + a qudt:Unit ; + dcterms:description "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 47.8802591863517 ; + qudt:conversionMultiplierSN 4.78802591863517E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:symbol "slug/ft" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Foot"@en ; +. +unit:SLUG-PER-FT-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.8802591863517 ; + qudt:conversionMultiplierSN 4.78802591863517E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$slug/(ft-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA980" ; + qudt:symbol "slug/(ft·s)" ; + qudt:uneceCommonCode "L64" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Foot Second"@en ; +. +unit:SLUG-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 157.08746452215124 ; + qudt:conversionMultiplierSN 1.5708746452215124E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:symbol "slug/ft²" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Square Foot"@en ; +. +unit:SLUG-PER-FT3 + a qudt:Unit ; + dcterms:description "\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 515.3788206107324 ; + qudt:conversionMultiplierSN 5.153788206107324E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA981" ; + qudt:symbol "slug/ft³" ; + qudt:uneceCommonCode "L65" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Cubic Foot"@en ; +. +unit:SLUG-PER-HR + a qudt:Unit ; + dcterms:description "unit slug for mass slug according to the English engineering system divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.004053861111111 ; + qudt:conversionMultiplierSN 4.053861111111E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA982" ; + qudt:plainTextDescription "unit slug for mass slug according to the English engineering system divided by the unit hour" ; + qudt:symbol "slug/hr" ; + qudt:uneceCommonCode "L66" ; + rdfs:isDefinedBy ; + rdfs:label "Slug Per Hour"@en ; +. +unit:SLUG-PER-MIN + a qudt:Unit ; + dcterms:description "unit slug for the mass according to the English engineering system divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.243231666666667 ; + qudt:conversionMultiplierSN 2.43231666666667E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA983" ; + qudt:plainTextDescription "unit slug for the mass according to the English engineering system divided by the unit minute" ; + qudt:symbol "slug/min" ; + qudt:uneceCommonCode "L67" ; + rdfs:isDefinedBy ; + rdfs:label "Slug Per Minute"@en ; +. +unit:SLUG-PER-SEC + a qudt:Unit ; + dcterms:description "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 14.593903 ; + qudt:conversionMultiplierSN 1.4593903E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA984" ; + qudt:symbol "slug/s" ; + qudt:uneceCommonCode "L68" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Second"@en ; +. +unit:SON + a qudt:Unit ; + dcterms:description "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA985" ; + qudt:symbol "sone" ; + qudt:uneceCommonCode "D15" ; + rdfs:isDefinedBy ; + rdfs:label "sone" ; +. +unit:SPF + a qudt:Unit ; + dcterms:description "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SunProtectionFactorOfAProduct ; + qudt:iec61360Code "0112/2///62720#UAB597" ; + qudt:symbol "SPF" ; + rdfs:isDefinedBy ; + rdfs:label "sun protection factor" ; +. +unit:SPIN_QUANTUM_NUMBER + a qudt:Unit ; + dcterms:description "dimensionless atomic value expressing a system’s spin" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB604" ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "spin quantum number" ; +. +unit:SR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SolidAngle ; + qudt:iec61360Code "0112/2///62720#UAA986" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:steradian ; + qudt:symbol "sr" ; + qudt:ucumCode "sr"^^qudt:UCUMcs ; + qudt:udunitsCode "sr" ; + qudt:uneceCommonCode "D27" ; + rdfs:isDefinedBy ; + rdfs:label "Steradiant"@de ; + rdfs:label "estereorradián"@es ; + rdfs:label "esterradiano"@pt ; + rdfs:label "steradian"@en ; + rdfs:label "steradian"@la ; + rdfs:label "steradian"@ms ; + rdfs:label "steradian"@pl ; + rdfs:label "steradian"@ro ; + rdfs:label "steradian"@sl ; + rdfs:label "steradiante"@it ; + rdfs:label "steradián"@cs ; + rdfs:label "steradyan"@tr ; + rdfs:label "stéradian"@fr ; + rdfs:label "szteradián"@hu ; + rdfs:label "στερακτίνιο"@el ; + rdfs:label "стерадиан"@bg ; + rdfs:label "стерадиан"@ru ; + rdfs:label "סטרדיאן"@he ; + rdfs:label "استرادیان"@fa ; + rdfs:label "ستراديان"@ar ; + rdfs:label "घन मीटर"@hi ; + rdfs:label "ステラジアン"@ja ; + rdfs:label "球面度"@zh ; +. +unit:ST + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stokes"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:KinematicViscosity ; + qudt:iec61360Code "0112/2///62720#UAA281" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:anyURI ; + qudt:latexDefinition "$(cm^2/s$)"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "St" ; + qudt:ucumCode "St"^^qudt:UCUMcs ; + qudt:udunitsCode "St" ; + qudt:uneceCommonCode "91" ; + rdfs:isDefinedBy ; + rdfs:label "Stokes"@en ; +. +unit:ST-PER-BAR + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the unit bar" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA283" ; + qudt:symbol "St/bar" ; + qudt:ucumCode "St.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "St/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G46" ; + rdfs:isDefinedBy ; + rdfs:label "stokes per bar" ; +. +unit:ST-PER-K + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA282" ; + qudt:symbol "St/K" ; + qudt:ucumCode "St.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "St/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G10" ; + rdfs:isDefinedBy ; + rdfs:label "stokes per kelvin" ; +. +unit:ST-PER-PA + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB314" ; + qudt:symbol "St/Pa" ; + qudt:ucumCode "St.Pa-1"^^qudt:UCUMcs ; + qudt:ucumCode "St/Pa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M80" ; + rdfs:isDefinedBy ; + rdfs:label "stokes per pascal" ; +. +unit:STILB + a qudt:Unit ; + dcterms:description """ + The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. + It is equal to one candela per square centimeter or 10 nits (candelas per square meter). + The name was coined by the French physicist A. Blondel around 1920. + It comes from the Greek word stilbein meaning 'to glitter'. + It was in common use in Europe up to World War I. + In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. + The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stilb"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB260" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "sb" ; + qudt:ucumCode "sb"^^qudt:UCUMcs ; + qudt:udunitsCode "sb" ; + qudt:uneceCommonCode "P31" ; + rdfs:isDefinedBy ; + rdfs:label "Stilb"@en ; +. +unit:STR + a qudt:Unit ; + dcterms:description "The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/St%C3%A8re"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA987" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "st" ; + qudt:ucumCode "st"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G26" ; + rdfs:isDefinedBy ; + rdfs:label "Stere"@en ; +. +unit:SUSCEPTIBILITY_ELEC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:latexDefinition "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"^^qudt:LatexString ; + qudt:plainTextDescription "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field." ; + qudt:symbol "χ" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Susceptibility Unit"@en ; +. +unit:SUSCEPTIBILITY_MAG + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:latexDefinition "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"^^qudt:LatexString ; + qudt:plainTextDescription "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity." ; + qudt:symbol "χ" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Susceptibility Unit"@en ; +. +unit:SV + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA284" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:sievert ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "Sv" ; + qudt:ucumCode "Sv"^^qudt:UCUMcs ; + qudt:udunitsCode "Sv" ; + qudt:uneceCommonCode "D13" ; + rdfs:isDefinedBy ; + rdfs:label "Sievert"@de ; + rdfs:label "sievert"@cs ; + rdfs:label "sievert"@en ; + rdfs:label "sievert"@es ; + rdfs:label "sievert"@fr ; + rdfs:label "sievert"@hu ; + rdfs:label "sievert"@it ; + rdfs:label "sievert"@ms ; + rdfs:label "sievert"@pt ; + rdfs:label "sievert"@ro ; + rdfs:label "sievert"@sl ; + rdfs:label "sievert"@tr ; + rdfs:label "sievertum"@la ; + rdfs:label "siwert"@pl ; + rdfs:label "σίβερτ"@el ; + rdfs:label "зиверт"@ru ; + rdfs:label "сиверт"@bg ; + rdfs:label "זיוורט"@he ; + rdfs:label "زيفرت"@ar ; + rdfs:label "سیورت"@fa ; + rdfs:label "सैवर्ट"@hi ; + rdfs:label "シーベルト"@ja ; + rdfs:label "西弗"@zh ; +. +unit:SV-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit sievert divided by the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB464" ; + qudt:symbol "Sv/h" ; + qudt:ucumCode "Sv.h-1"^^qudt:UCUMcs ; + qudt:ucumCode "Sv/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P70" ; + rdfs:isDefinedBy ; + rdfs:label "sievert per hour" ; +. +unit:SV-PER-MIN + a qudt:Unit ; + dcterms:description "SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB468" ; + qudt:symbol "Sv/min" ; + qudt:ucumCode "Sv.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "Sv/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P74" ; + rdfs:isDefinedBy ; + rdfs:label "sievert per minute" ; +. +unit:SV-PER-SEC + a qudt:Unit ; + dcterms:description "SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB301" ; + qudt:symbol "Sv/s" ; + qudt:ucumCode "Sv.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Sv/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P65" ; + rdfs:isDefinedBy ; + rdfs:label "sievert per second" ; +. +unit:S_Ab + a qudt:Unit ; + dcterms:description "The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + qudt:symbol "aS" ; + qudt:ucumCode "GS"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Absiemen"@en ; +. +unit:S_Stat + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.0000000000011126500561 ; + qudt:conversionMultiplierSN 1.1126500561E-12 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:exactMatch unit:MHO_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; + qudt:informativeReference "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:anyURI ; + qudt:symbol "statS" ; + rdfs:isDefinedBy ; + rdfs:label "Statsiemens"@en ; + skos:altLabel "statmho" ; +. +unit:SolarMass + a qudt:Unit ; + dcterms:description "The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation."^^qudt:LatexString ; + qudt:conversionMultiplier 1988435000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.988435E30 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "S" ; + rdfs:isDefinedBy ; + rdfs:label "Solar mass"@en ; +. +unit:Standard + a qudt:Unit ; + dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; + qudt:conversionMultiplier 4.672 ; + qudt:conversionMultiplierSN 4.672E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB116" ; + qudt:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre" ; + qudt:symbol "standard" ; + qudt:ucumCode "1980.[bf_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WSD" ; + rdfs:isDefinedBy ; + rdfs:label "Standard"@en ; +. +unit:Stone_UK + a qudt:Unit ; + dcterms:description "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.35029318 ; + qudt:conversionMultiplierSN 6.35029318E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB081" ; + qudt:plainTextDescription "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)" ; + qudt:symbol "st{UK}" ; + qudt:ucumCode "[stone_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STI" ; + rdfs:isDefinedBy ; + rdfs:label "Stone (UK)"@en ; +. +unit:T + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-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"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA285" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tesla?oldid=481198244"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1406?rskey=AzXBLd"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:tesla ; + qudt:siUnitsExpression "Wb/m^2" ; + qudt:symbol "T" ; + qudt:ucumCode "T"^^qudt:UCUMcs ; + qudt:udunitsCode "T" ; + qudt:uneceCommonCode "D33" ; + rdfs:isDefinedBy ; + rdfs:label "Tesla"@de ; + rdfs:label "tesla"@cs ; + rdfs:label "tesla"@en ; + rdfs:label "tesla"@es ; + rdfs:label "tesla"@fr ; + rdfs:label "tesla"@hu ; + rdfs:label "tesla"@it ; + rdfs:label "tesla"@la ; + rdfs:label "tesla"@ms ; + rdfs:label "tesla"@pl ; + rdfs:label "tesla"@pt ; + rdfs:label "tesla"@ro ; + rdfs:label "tesla"@sl ; + rdfs:label "tesla"@tr ; + rdfs:label "τέσλα"@el ; + rdfs:label "тесла"@bg ; + rdfs:label "тесла"@ru ; + rdfs:label "טסלה"@he ; + rdfs:label "تسلا"@ar ; + rdfs:label "تسلا"@fa ; + rdfs:label "टैस्ला"@hi ; + rdfs:label "テスラ"@ja ; + rdfs:label "特斯拉"@zh ; +. +unit:T-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:symbol "T·m" ; + qudt:ucumCode "T.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "T-M"@en ; +. +unit:T-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassPerElectricCharge ; + qudt:symbol "T·s" ; + qudt:ucumCode "T.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "T-SEC"@en ; +. +unit:TBSP + a qudt:Unit ; + dcterms:description "In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000147867656 ; + qudt:conversionMultiplierSN 1.47867656E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB006" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:anyURI ; + qudt:symbol "tbsp" ; + qudt:ucumCode "[tbs_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "Tbl" ; + qudt:udunitsCode "Tblsp" ; + qudt:udunitsCode "Tbsp" ; + qudt:udunitsCode "tblsp" ; + qudt:udunitsCode "tbsp" ; + qudt:uneceCommonCode "G24" ; + rdfs:isDefinedBy ; + rdfs:label "Tablespoon"@en ; +. +unit:TEX + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."^^rdf:HTML ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB246" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI ; + qudt:symbol "tex" ; + qudt:ucumCode "tex"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D34" ; + rdfs:isDefinedBy ; + rdfs:label "Tex"@en ; +. +unit:THERM_EC + a qudt:Unit ; + dcterms:description "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT" ; + qudt:exactMatch unit:THM_EEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB222" ; + qudt:symbol "thm{EC}" ; + qudt:uneceCommonCode "N71" ; + rdfs:isDefinedBy ; + rdfs:label "therm (EC)" ; +. +unit:THERM_US + a qudt:Unit ; + dcterms:description "unit of heat energy in commercial use" ; + qudt:exactMatch unit:THM_US ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB223" ; + qudt:symbol "thm{US}" ; + qudt:uneceCommonCode "N72" ; + rdfs:isDefinedBy ; + rdfs:label "therm (U.S.)" ; +. +unit:THM_EEC + a qudt:Unit ; + qudt:exactMatch unit:THERM_EC ; + qudt:expression "\\(therm-eec\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:symbol "thm{EEC}" ; + qudt:ucumCode "100000.[Btu_IT]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "THM_EEC"@en ; +. +unit:THM_US + a qudt:Unit ; + dcterms:description """ + $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. + It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of + natural gas at standard temperature and pressure. + In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. + Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 105480400.0 ; + qudt:conversionMultiplierSN 1.054804E8 ; + qudt:exactMatch unit:THERM_US ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + qudt:symbol "thm{US}" ; + qudt:ucumCode "100000.[Btu_59]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N72" ; + rdfs:isDefinedBy ; + rdfs:label "Therm US"@en ; +. +unit:THM_US-PER-HR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/hr unit most often in the power, steam generation, heating, and air conditioning industries."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 29300.1111 ; + qudt:conversionMultiplierSN 2.93001111E4 ; + qudt:expression "$thm/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + qudt:symbol "thm{US}/hr" ; + qudt:ucumCode "[thm{US}].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[thm{US}]/h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Therm US per Hour"@en ; +. +unit:TOE + a qudt:Unit ; + dcterms:description "

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

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

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

+

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

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

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

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 907.18474 ; + qudt:conversionMultiplierSN 9.0718474E2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON ; + qudt:exactMatch unit:TON_US ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Short_ton"^^xsd:anyURI ; + qudt:symbol "ton{short}" ; + qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STN" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton"@en ; +. +unit:TON_SHORT-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 1632.932 ; + qudt:conversionMultiplierSN 1.632932E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB013" ; + qudt:symbol "ton{short}/°F" ; + qudt:ucumCode "[ston_av].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L87" ; + rdfs:isDefinedBy ; + rdfs:label "ton short per degree Fahrenheit" ; +. +unit:TON_SHORT-PER-HR + a qudt:Unit ; + dcterms:description "The short Ton per Hour is a unit used to express a weight processed in a period of time."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.251944444444444 ; + qudt:conversionMultiplierSN 2.51944444444444E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON_US-PER-HR ; + qudt:expression "$ton/hr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:symbol "ton{short}/hr" ; + qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Hour"@en ; +. +unit:TON_SHORT-PER-HR-DEG_F + a qudt:Unit ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.453592369999999963712610400000003060236522933333330430342165333333575249264 ; + qudt:conversionMultiplierSN 4.53592369999999963712610400000003060236522933333330430342165333333575249264E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB015" ; + qudt:symbol "ton{short}/(hr·°F)" ; + qudt:ucumCode "[ston_av].h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L89" ; + rdfs:isDefinedBy ; + rdfs:label "ton short per hour degree Fahrenheit" ; +. +unit:TON_SHORT-PER-HR-PSI + a qudt:Unit ; + dcterms:description "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0000365488934692998216241326760518469448736564775439857299306140841477553559796 ; + qudt:conversionMultiplierSN 3.65488934692998216241326760518469448736564775439857299306140841477553559796E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB016" ; + qudt:symbol "ton{short}/(hr·psi)" ; + qudt:ucumCode "[ston_av].h-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L90" ; + rdfs:isDefinedBy ; + rdfs:label "ton short per hour psi" ; +. +unit:TON_SHORT-PER-PSI + a qudt:Unit ; + dcterms:description "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.131576016489479357846877633786648991019082 ; + qudt:conversionMultiplierSN 1.31576016489479357846877633786648991019082E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB017" ; + qudt:symbol "ton{short}/psi" ; + qudt:ucumCode "[ston_av].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L91" ; + rdfs:isDefinedBy ; + rdfs:label "ton short per psi" ; +. +unit:TON_SHORT-PER-YD3 + a qudt:Unit ; + dcterms:description "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1186.3112117181538 ; + qudt:conversionMultiplierSN 1.1863112117181538E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON_US-PER-YD3 ; + qudt:expression "$ton/yd^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ton{short}/yd³" ; + qudt:ucumCode "[ston_av].[cyd_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Cubic Yard"@en ; +. +unit:TON_UK + a qudt:Unit ; + dcterms:description "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1016.0469088 ; + qudt:conversionMultiplierSN 1.0160469088E3 ; + qudt:exactMatch unit:TON_LONG ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB009" ; + qudt:plainTextDescription "unit of the mass according to the Imperial system of units" ; + qudt:symbol "ton{UK}" ; + qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LTN" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (UK)"@en ; +. +unit:TON_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit British ton according to the Imperial system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.011759259259259 ; + qudt:conversionMultiplierSN 1.1759259259259E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB010" ; + qudt:plainTextDescription "unit British ton according to the Imperial system of units divided by the unit day" ; + qudt:symbol "ton{UK}/day" ; + qudt:ucumCode "[lton_av].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[lton_av]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L85" ; + rdfs:isDefinedBy ; + rdfs:label "Long Ton (uk) Per Day"@en ; +. +unit:TON_UK-PER-YD3 + a qudt:Unit ; + dcterms:description "unit of the density according the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1328.8778292234224 ; + qudt:conversionMultiplierSN 1.3288778292234224E3 ; + qudt:exactMatch unit:TON_LONG-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAB018" ; + qudt:plainTextDescription "unit of the density according the Imperial system of units" ; + qudt:symbol "ton{UK}/yd³" ; + qudt:ucumCode "[lton_av].[cyd_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Long Ton (UK) Per Cubic Yard"@en ; +. +unit:TON_US + a qudt:Unit ; + dcterms:description "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 907.18474 ; + qudt:conversionMultiplierSN 9.0718474E2 ; + qudt:exactMatch unit:TON ; + qudt:exactMatch unit:TON_SHORT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB012" ; + qudt:plainTextDescription "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass." ; + qudt:symbol "ton{US}" ; + qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STN" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US)"@en ; +. +unit:TON_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit American ton according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.010497685185185 ; + qudt:conversionMultiplierSN 1.0497685185185E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB014" ; + qudt:plainTextDescription "unit American ton according to the Anglo-American system of units divided by the unit day" ; + qudt:symbol "ton{US}/day" ; + qudt:ucumCode "[ston_av].d-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ston_av]/d"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L88" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton (us) Per Day"@en ; +. +unit:TON_US-PER-HR + a qudt:Unit ; + dcterms:description "unit ton divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.251944444444444 ; + qudt:conversionMultiplierSN 2.51944444444444E-1 ; + qudt:exactMatch unit:TON_SHORT-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA994" ; + qudt:iec61360Code "0112/2///62720#UAB019" ; + qudt:plainTextDescription "unit ton divided by the unit for time hour" ; + qudt:symbol "ton{US}/hr" ; + qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ; + qudt:ucumCode "[ston_av]/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4W" ; + qudt:uneceCommonCode "E18" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US) Per Hour"@en ; +. +unit:TON_US-PER-YD3 + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1186.3112117181538 ; + qudt:conversionMultiplierSN 1.1863112117181538E3 ; + qudt:exactMatch unit:TON_SHORT-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAB020" ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "ton{US}/yd³" ; + qudt:ucumCode "[ston_av].[cyd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L93" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton (US) Per Cubic Yard"@en ; +. +unit:TORR + a qudt:Unit ; + dcterms:description "

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

"^^rdf:HTML ; + qudt:conversionMultiplier 133.322 ; + qudt:conversionMultiplierSN 1.33322E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VaporPressure ; + qudt:iec61360Code "0112/2///62720#UAB022" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "Torr" ; + qudt:uneceCommonCode "UA" ; + rdfs:isDefinedBy ; + rdfs:label "Torr"@en ; +. +unit:TORR-PER-M + a qudt:Unit ; + dcterms:description "[CGS] unit of the pressure divided by the SI base unit metre" ; + qudt:conversionMultiplier 133.322 ; + qudt:conversionMultiplierSN 1.33322E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB425" ; + qudt:symbol "Torr/m" ; + qudt:uneceCommonCode "P85" ; + rdfs:isDefinedBy ; + rdfs:label "torr per metre" ; +. +unit:TSP + a qudt:Unit ; + dcterms:description "A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \\; cup$, and $1/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000492892187 ; + qudt:conversionMultiplierSN 4.92892187E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB007" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:anyURI ; + qudt:symbol "tsp" ; + qudt:ucumCode "[tsp_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "tsp" ; + qudt:uneceCommonCode "G25" ; + rdfs:isDefinedBy ; + rdfs:label "Teaspoon"@en ; +. +unit:T_Ab + a qudt:Unit ; + dcterms:description "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:GAUSS ; + qudt:exactMatch unit:Gs ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:informativeReference "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ; + qudt:symbol "abT" ; + rdfs:isDefinedBy ; + rdfs:label "Abtesla"@en ; +. +unit:TebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 1099511627776.0 ; + qudt:conversionMultiplierSN 1.099511627776E12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA292" ; + qudt:symbol "Tibit/m" ; + qudt:uneceCommonCode "E85" ; + rdfs:isDefinedBy ; + rdfs:label "tebibit per metre" ; +. +unit:TebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1099511627776.0 ; + qudt:conversionMultiplierSN 1.099511627776E12 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA293" ; + qudt:symbol "Tibit/m²" ; + qudt:uneceCommonCode "E87" ; + rdfs:isDefinedBy ; + rdfs:label "tebibit per square metre" ; +. +unit:TebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 1099511627776.0 ; + qudt:conversionMultiplierSN 1.099511627776E12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA294" ; + qudt:symbol "Tibit/m³" ; + qudt:uneceCommonCode "E86" ; + rdfs:isDefinedBy ; + rdfs:label "tebibit per cubic metre" ; +. +unit:TebiBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6096987078286.4836024230149744713 ; + qudt:conversionMultiplierSN 6.0969870782864836024230149744713E12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA295" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Tebi ; + qudt:symbol "TiB" ; + qudt:uneceCommonCode "E61" ; + rdfs:isDefinedBy ; + rdfs:label "TebiByte"@en ; +. +unit:TeraA + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB640" ; + qudt:symbol "TA" ; + rdfs:isDefinedBy ; + rdfs:label "teraampere" ; +. +unit:TeraBIT + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180559.9453 ; + qudt:conversionMultiplierSN 6.931471805599453E11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB191" ; + qudt:symbol "Tbit" ; + qudt:uneceCommonCode "E83" ; + rdfs:isDefinedBy ; + rdfs:label "terabit" ; +. +unit:TeraBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 693147180559.94530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA291" ; + qudt:symbol "Tbit/s" ; + qudt:ucumCode "Tbit.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "Tbit/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E84" ; + rdfs:isDefinedBy ; + rdfs:label "terabit per second" ; +. +unit:TeraBQ + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit becquerel" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB589" ; + qudt:symbol "TBq" ; + rdfs:isDefinedBy ; + rdfs:label "terabecquerel" ; +. +unit:TeraBYTE + a qudt:CountingUnit ; + a qudt:Unit ; + dcterms:description "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479.5624753378569716654 ; + qudt:conversionMultiplierSN 5.5451774444795624753378569716654E12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB186" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:symbol "TB" ; + qudt:ucumCode "TBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E35" ; + rdfs:isDefinedBy ; + rdfs:label "TeraByte"@en ; +. +unit:TeraC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A TeraCoulomb is $10^{12} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Tera ; + qudt:symbol "TC" ; + qudt:ucumCode "TC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "TeraCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:TeraFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB593" ; + qudt:symbol "TFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "terafloating point operations per second" ; +. +unit:TeraHZ + a qudt:Unit ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit hertz"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA287" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit hertz" ; + qudt:prefix prefix:Tera ; + qudt:symbol "THz" ; + qudt:ucumCode "THz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D29" ; + rdfs:isDefinedBy ; + rdfs:label "Terahertz"@en ; +. +unit:TeraJ + a qudt:Unit ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA288" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Tera ; + qudt:symbol "TJ" ; + qudt:ucumCode "TJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D30" ; + rdfs:isDefinedBy ; + rdfs:label "Terajoule"@en ; +. +unit:TeraJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB513" ; + qudt:symbol "TJ/s" ; + qudt:ucumCode "TJ.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "TJ/s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "terajoule per second" ; +. +unit:TeraOHM + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA286" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Tera ; + qudt:symbol "TΩ" ; + qudt:ucumCode "TOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H44" ; + rdfs:isDefinedBy ; + rdfs:label "Teraohm"@en ; +. +unit:TeraV + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC773" ; + qudt:symbol "TV" ; + rdfs:isDefinedBy ; + rdfs:label "teravolt" ; +. +unit:TeraV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAB535" ; + qudt:symbol "TV·A" ; + qudt:ucumCode "TV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "teravolt ampere" ; +. +unit:TeraV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000000001 of the unit volt ampere reactive" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC509" ; + qudt:symbol "TV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "teravolt ampere reactive" ; +. +unit:TeraW + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA289" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit watt" ; + qudt:prefix prefix:Tera ; + qudt:symbol "TW" ; + qudt:ucumCode "TW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D31" ; + rdfs:isDefinedBy ; + rdfs:label "Terawatt"@en ; +. +unit:TeraW-HR + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000000000.0 ; + qudt:conversionMultiplierSN 3.6E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA290" ; + qudt:plainTextDescription "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "TW·hr" ; + qudt:ucumCode "TW/h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D32" ; + rdfs:isDefinedBy ; + rdfs:label "Terawatt Hour"@en ; +. +unit:TonEnergy + a qudt:Unit ; + dcterms:description "Energy equivalent of one ton of TNT"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 4184000000.0 ; + qudt:conversionMultiplierSN 4.184E9 ; + qudt:expression "$t/lbf$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:symbol "t/lbf" ; + qudt:ucumCode "Gcal"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ton Energy"@en ; +. +unit:U + a qudt:Unit ; + dcterms:description "The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ; + qudt:exactMatch unit:AMU ; + qudt:exactMatch unit:Da ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB083" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "u" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Unified Atomic Mass Unit"@en ; +. +unit:UNITLESS + a qudt:CountingUnit ; + a qudt:DimensionlessUnit ; + a qudt:Unit ; + dcterms:description "An explicit unit to say something has no units."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Absorptance ; + qudt:hasQuantityKind quantitykind:ActivityCoefficient ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:AtomScatteringFactor ; + qudt:hasQuantityKind quantitykind:AverageLogarithmicEnergyDecrement ; + qudt:hasQuantityKind quantitykind:BindingFraction ; + qudt:hasQuantityKind quantitykind:BioconcentrationFactor ; + qudt:hasQuantityKind quantitykind:CanonicalPartitionFunction ; + qudt:hasQuantityKind quantitykind:Chromaticity ; + qudt:hasQuantityKind quantitykind:Constringence ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:hasQuantityKind quantitykind:CouplingFactor ; + qudt:hasQuantityKind quantitykind:Debye-WallerFactor ; + qudt:hasQuantityKind quantitykind:DegreeOfDissociation ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:Dissipance ; + qudt:hasQuantityKind quantitykind:DoseEquivalentQualityFactor ; + qudt:hasQuantityKind quantitykind:Duv ; + qudt:hasQuantityKind quantitykind:EinsteinTransitionProbability ; + qudt:hasQuantityKind quantitykind:ElectricSusceptibility ; + qudt:hasQuantityKind quantitykind:Emissivity ; + qudt:hasQuantityKind quantitykind:EquilibriumConstant ; + qudt:hasQuantityKind quantitykind:FastFissionFactor ; + qudt:hasQuantityKind quantitykind:FrictionCoefficient ; + qudt:hasQuantityKind quantitykind:GFactorOfNucleus ; + qudt:hasQuantityKind quantitykind:GeneralizedCoordinate ; + qudt:hasQuantityKind quantitykind:GeneralizedForce ; + qudt:hasQuantityKind quantitykind:GeneralizedMomentum ; + qudt:hasQuantityKind quantitykind:GeneralizedVelocity ; + qudt:hasQuantityKind quantitykind:GruneisenParameter ; + qudt:hasQuantityKind quantitykind:InternalConversionFactor ; + qudt:hasQuantityKind quantitykind:IsentropicExponent ; + qudt:hasQuantityKind quantitykind:LandeGFactor ; + qudt:hasQuantityKind quantitykind:LeakageFactor ; + qudt:hasQuantityKind quantitykind:Lethargy ; + qudt:hasQuantityKind quantitykind:LogOctanolAirPartitionCoefficient ; + qudt:hasQuantityKind quantitykind:LogOctanolWaterPartitionCoefficient ; + qudt:hasQuantityKind quantitykind:LogarithmicFrequencyInterval ; + qudt:hasQuantityKind quantitykind:Long-RangeOrderParameter ; + qudt:hasQuantityKind quantitykind:LossFactor ; + qudt:hasQuantityKind quantitykind:MadelungConstant ; + qudt:hasQuantityKind quantitykind:MagneticSusceptability ; + qudt:hasQuantityKind quantitykind:MassFraction ; + qudt:hasQuantityKind quantitykind:MassFractionOfDryMatter ; + qudt:hasQuantityKind quantitykind:MassFractionOfWater ; + qudt:hasQuantityKind quantitykind:MassRatioOfWaterToDryMatter ; + qudt:hasQuantityKind quantitykind:MassRatioOfWaterVapourToDryGas ; + qudt:hasQuantityKind quantitykind:MobilityRatio ; + qudt:hasQuantityKind quantitykind:MultiplicationFactor ; + qudt:hasQuantityKind quantitykind:NapierianAbsorbance ; + qudt:hasQuantityKind quantitykind:NeutronYieldPerAbsorption ; + qudt:hasQuantityKind quantitykind:NeutronYieldPerFission ; + qudt:hasQuantityKind quantitykind:Non-LeakageProbability ; + qudt:hasQuantityKind quantitykind:NumberOfParticles ; + qudt:hasQuantityKind quantitykind:OrderOfReflection ; + qudt:hasQuantityKind quantitykind:OsmoticCoefficient ; + qudt:hasQuantityKind quantitykind:PackingFraction ; + qudt:hasQuantityKind quantitykind:PermittivityRatio ; + qudt:hasQuantityKind quantitykind:PoissonRatio ; + qudt:hasQuantityKind quantitykind:PowerFactor ; + qudt:hasQuantityKind quantitykind:QualityFactor ; + qudt:hasQuantityKind quantitykind:RadianceFactor ; + qudt:hasQuantityKind quantitykind:RatioOfSpecificHeatCapacities ; + qudt:hasQuantityKind quantitykind:Reactivity ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:hasQuantityKind quantitykind:ReflectanceFactor ; + qudt:hasQuantityKind quantitykind:RefractiveIndex ; + qudt:hasQuantityKind quantitykind:RelativeMassConcentrationOfVapour ; + qudt:hasQuantityKind quantitykind:RelativeMassDensity ; + qudt:hasQuantityKind quantitykind:RelativeMassExcess ; + qudt:hasQuantityKind quantitykind:RelativeMassRatioOfVapour ; + qudt:hasQuantityKind quantitykind:ResonanceEscapeProbability ; + qudt:hasQuantityKind quantitykind:Short-RangeOrderParameter ; + qudt:hasQuantityKind quantitykind:StandardAbsoluteActivity ; + qudt:hasQuantityKind quantitykind:StatisticalWeight ; + qudt:hasQuantityKind quantitykind:StructureFactor ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionFactor ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionRatio ; + qudt:hasQuantityKind quantitykind:ThermalUtilizationFactor ; + qudt:hasQuantityKind quantitykind:TotalIonization ; + qudt:hasQuantityKind quantitykind:TransmittanceDensity ; + qudt:hasQuantityKind quantitykind:Turns ; + qudt:symbol "一" ; + qudt:uneceCommonCode "C62" ; + rdfs:isDefinedBy ; + rdfs:label "Unitless"@en ; +. +unit:UNKNOWN + a qudt:Unit ; + dcterms:description "Placeholder unit for abstract quantities" ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Unknown" ; + rdfs:isDefinedBy ; + rdfs:label "Unknown"@en ; +. +unit:UnitPole + a qudt:Unit ; + dcterms:description "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0000001256637 ; + qudt:conversionMultiplierSN 1.256637E-7 ; + qudt:expression "$U/nWb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB214" ; + qudt:omUnit ; + qudt:symbol "pole" ; + qudt:uneceCommonCode "P53" ; + rdfs:isDefinedBy ; + rdfs:label "Unit Pole"@en ; +. +unit:V + a qudt:Unit ; + dcterms:description """$\\textit{Volt}$ is the SI unit of electric potential. + Separating electric charges creates potential energy, which can be measured in energy units such as joules. + Electric potential is defined as the amount of potential energy present per unit of charge. + Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. + The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery. + The volt also may be expressed with a variety of other units. + For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$). + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA296" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ; + qudt:latexDefinition "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:siExactMatch si-unit:volt ; + qudt:siUnitsExpression "W/A" ; + qudt:symbol "V" ; + qudt:ucumCode "V"^^qudt:UCUMcs ; + qudt:udunitsCode "V" ; + qudt:uneceCommonCode "VLT" ; + rdfs:isDefinedBy ; + rdfs:label "Volt"@de ; + rdfs:label "volt"@cs ; + rdfs:label "volt"@en ; + rdfs:label "volt"@fr ; + rdfs:label "volt"@hu ; + rdfs:label "volt"@it ; + rdfs:label "volt"@ms ; + rdfs:label "volt"@pt ; + rdfs:label "volt"@ro ; + rdfs:label "volt"@sl ; + rdfs:label "volt"@tr ; + rdfs:label "voltio"@es ; + rdfs:label "voltium"@la ; + rdfs:label "wolt"@pl ; + rdfs:label "βολτ"@el ; + rdfs:label "волт"@bg ; + rdfs:label "вольт"@ru ; + rdfs:label "וולט"@he ; + rdfs:label "فولت"@ar ; + rdfs:label "ولت"@fa ; + rdfs:label "वोल्ट"@hi ; + rdfs:label "ボルト"@ja ; + rdfs:label "伏特"@zh ; +. +unit:V-A + a qudt:Unit ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ComplexPower ; + qudt:hasQuantityKind quantitykind:NonActivePower ; + qudt:iec61360Code "0112/2///62720#UAA298" ; + qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "V·A" ; + qudt:ucumCode "V.A"^^qudt:UCUMcs ; + qudt:udunitsCode "VA" ; + qudt:uneceCommonCode "D46" ; + rdfs:isDefinedBy ; + rdfs:label "Voltampere"@de ; + rdfs:label "volt ampere"@en ; + rdfs:label "volt ampere"@it ; + rdfs:label "volt-ampere"@pt ; + rdfs:label "voltampère"@fr ; + rdfs:label "voltiamperio"@es ; + rdfs:label "вольт-ампер"@ru ; + rdfs:label "فولت. أمبير"@ar ; +. +unit:V-A-HR + a qudt:Unit ; + dcterms:description "product of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "V·A·hr" ; + qudt:ucumCode "V.A.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Hour"@en ; +. +unit:V-A-PER-K + a qudt:Unit ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD905" ; + qudt:symbol "V·A/K" ; + qudt:ucumCode "V.A.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "V.A/K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "volt ampere per kelvin" ; +. +unit:V-A_Reactive + a qudt:Unit ; + dcterms:description "unit with special name for reactive power"^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB023" ; + qudt:plainTextDescription "unit with special name for reactive power" ; + qudt:symbol "V·A{Reactive}" ; + qudt:ucumCode "V.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D44" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive"@en ; +. +unit:V-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "V·A{reactive}·hr" ; + qudt:ucumCode "V.A{reactive}.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive Hour"@en ; +. +unit:V-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:hasDimensionVector qkdv:A0E-1L-2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD901" ; + qudt:symbol "var/K" ; + rdfs:isDefinedBy ; + rdfs:label "volt ampere reactive per kelvin" ; +. +unit:V-IN2-PER-LB_F + a qudt:Unit ; + dcterms:description "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0001450377312227268702148557236386593 ; + qudt:conversionMultiplierSN 1.450377312227268702148557236386593E-4 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA305" ; + qudt:symbol "V/psi" ; + qudt:ucumCode "V.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H22" ; + rdfs:isDefinedBy ; + rdfs:label "volt square inch per pound-force" ; +. +unit:V-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFlux ; + qudt:symbol "V·m" ; + qudt:ucumCode "V.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "V-M"@en ; +. +unit:V-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA299" ; + qudt:symbol "V/bar" ; + qudt:ucumCode "V.bar-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G60" ; + rdfs:isDefinedBy ; + rdfs:label "volt per bar" ; +. +unit:V-PER-CentiM + a qudt:Unit ; + dcterms:description "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAB054" ; + qudt:plainTextDescription "derived SI unit volt divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "V/cm" ; + qudt:ucumCode "V.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D47" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Per Centimeter"@en-us ; + rdfs:label "Volt Per Centimetre"@en ; +. +unit:V-PER-IN + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 39.37007874015748 ; + qudt:conversionMultiplierSN 3.937007874015748E1 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA300" ; + qudt:plainTextDescription "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "V/in" ; + qudt:ucumCode "V.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H23" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Per Inch"@en ; +. +unit:V-PER-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$v/k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:SeebeckCoefficient ; + qudt:hasQuantityKind quantitykind:ThomsonCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB173" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "V/K" ; + qudt:ucumCode "V.K-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D48" ; + rdfs:isDefinedBy ; + rdfs:label "Volt per Kelvin"@en ; +. +unit:V-PER-L-MIN + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the the product of the unit litre and the unit minute" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A0E-1L-1I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD913" ; + qudt:symbol "V/(l·min)" ; + qudt:ucumCode "V.L-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F87" ; + rdfs:isDefinedBy ; + rdfs:label "volt per litre minute" ; +. +unit:V-PER-M + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. + It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. + This unit is commonly used in the SI unit system. + $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA301" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI ; + qudt:symbol "V/m" ; + qudt:ucumCode "V.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D50" ; + rdfs:isDefinedBy ; + rdfs:label "Volt je Meter"@de ; + rdfs:label "Volt per Meter"@en-us ; + rdfs:label "volt al metro"@it ; + rdfs:label "volt bölü metre"@tr ; + rdfs:label "volt na meter"@sl ; + rdfs:label "volt par mètre"@fr ; + rdfs:label "volt per meter"@ms ; + rdfs:label "volt per metre"@en ; + rdfs:label "volt por metro"@pt ; + rdfs:label "voltio por metro"@es ; + rdfs:label "voltů na metr"@cs ; + rdfs:label "volți pe metru"@ro ; + rdfs:label "wolt na metr"@pl ; + rdfs:label "вольт на метр"@ru ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "ولت بر متر"@fa ; + rdfs:label "प्रति मीटर वोल्ट"@hi ; + rdfs:label "ボルト毎メートル"@ja ; + rdfs:label "伏特每米"@zh ; +. +unit:V-PER-M2 + a qudt:Unit ; + dcterms:description """ + $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. + Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. + $\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V m^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerAreaElectricCharge ; + qudt:informativeReference "http://www.funtrivia.com/en/subtopics/Physical-Quantities-310909.html"^^xsd:anyURI ; + qudt:symbol "V/m²" ; + qudt:ucumCode "V.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt per Square Meter"@en-us ; + rdfs:label "Volt per Square Metre"@en ; +. +unit:V-PER-MicroSEC + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA297" ; + qudt:plainTextDescription "SI derived unit volt divided by the 0.000001-fold of the SI base unit second" ; + qudt:symbol "V/µs" ; + qudt:ucumCode "V.us-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/us"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H24" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Per Microsecond"@en ; +. +unit:V-PER-MilliM + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA302" ; + qudt:plainTextDescription "SI derived unit volt divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "V/mm" ; + qudt:ucumCode "V.mm-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D51" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Per Millimeter"@en-us ; + rdfs:label "Volt Per Millimetre"@en ; +. +unit:V-PER-PA + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB312" ; + qudt:symbol "V/Pa" ; + qudt:ucumCode "V.Pa-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/Pa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N98" ; + rdfs:isDefinedBy ; + rdfs:label "volt per pascal" ; +. +unit:V-PER-SEC + a qudt:Unit ; + dcterms:description "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V / sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA304" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1512"^^xsd:anyURI ; + qudt:informativeReference "http://www.thefreedictionary.com/Webers"^^xsd:anyURI ; + qudt:symbol "V/s" ; + qudt:ucumCode "V.s-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H46" ; + rdfs:isDefinedBy ; + rdfs:label "Volt per second"@en ; +. +unit:V-PER-V + a qudt:Unit ; + dcterms:description "SI derived unit volt per SI derived unit volt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD862" ; + qudt:symbol "V/V" ; + qudt:ucumCode "V.V-1"^^qudt:UCUMcs ; + qudt:ucumCode "V/V"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "volt per volt" ; +. +unit:V-SEC-PER-M + a qudt:Unit ; + dcterms:description """ + Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre + """^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:hasQuantityKind quantitykind:ScalarMagneticPotential ; + qudt:iec61360Code "0112/2///62720#UAA303" ; + qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre" ; + qudt:symbol "V·s/m" ; + qudt:ucumCode "V.s.m-1"^^qudt:UCUMcs ; + qudt:ucumCode "V.s/m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H45" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Second Per Meter"@en-us ; + rdfs:label "Volt Second Per Metre"@en ; +. +unit:V2-PER-K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$v^2/k^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L4I0M2H-2T-6D0 ; + qudt:hasQuantityKind quantitykind:LorenzCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB172" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "V²/K²" ; + qudt:ucumCode "V2.K-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D45" ; + rdfs:isDefinedBy ; + rdfs:label "Square Volt per Square Kelvin"@en ; +. +unit:V_Ab + a qudt:Unit ; + dcterms:description "A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abvolt"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI ; + qudt:informativeReference "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "abV" ; + qudt:ucumCode "10.nV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt"@en ; +. +unit:V_Ab-PER-CentiM + a qudt:Unit ; + dcterms:description """ + In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength. + """^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:informativeReference "http://www.endmemo.com/convert/electric%20field%20strength.php"^^xsd:anyURI ; + qudt:symbol "abV/cm" ; + qudt:ucumCode "10.nV.cm-1"^^qudt:UCUMcs ; + qudt:ucumCode "10.nV/cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt per centimeter"@en-us ; + rdfs:label "Abvolt per centimetre"@en ; +. +unit:V_Ab-SEC + a qudt:Unit ; + dcterms:description "The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abv-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:anyURI ; + qudt:symbol "abV·s" ; + qudt:ucumCode "10.nV.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt Second"@en ; +. +unit:V_Stat + a qudt:Unit ; + dcterms:description "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 299.792458 ; + qudt:conversionMultiplierSN 2.99792458E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "statV" ; + rdfs:isDefinedBy ; + rdfs:label "Statvolt"@en ; +. +unit:V_Stat-CentiM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 2.99792458 ; + qudt:conversionMultiplierSN 2.99792458E0 ; + qudt:expression "$statvolt-centimeter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricFlux ; + qudt:symbol "statV·cm" ; + rdfs:isDefinedBy ; + rdfs:label "V_Stat-CentiM"@en ; +. +unit:V_Stat-PER-CentiM + a qudt:Unit ; + dcterms:description """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. +The abvolt is another option for a unit of voltage in the cgs system."""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 29979.2458 ; + qudt:conversionMultiplierSN 2.99792458E4 ; + qudt:expression "$statv-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; + qudt:symbol "statV/cm" ; + rdfs:isDefinedBy ; + rdfs:label "Statvolt per Centimeter"@en-us ; + rdfs:label "Statvolt per Centimetre"@en ; +. +unit:W + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ActivePower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA306" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + qudt:latexDefinition "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:siExactMatch si-unit:watt ; + qudt:symbol "W" ; + qudt:ucumCode "W"^^qudt:UCUMcs ; + qudt:udunitsCode "W" ; + qudt:uneceCommonCode "WTT" ; + rdfs:isDefinedBy ; + rdfs:label "Watt"@de ; + rdfs:label "vatio"@es ; + rdfs:label "wat"@pl ; + rdfs:label "watt"@cs ; + rdfs:label "watt"@en ; + rdfs:label "watt"@fr ; + rdfs:label "watt"@hu ; + rdfs:label "watt"@it ; + rdfs:label "watt"@ms ; + rdfs:label "watt"@pt ; + rdfs:label "watt"@ro ; + rdfs:label "watt"@sl ; + rdfs:label "watt"@tr ; + rdfs:label "wattium"@la ; + rdfs:label "βατ"@el ; + rdfs:label "ват"@bg ; + rdfs:label "ватт"@ru ; + rdfs:label "ואט"@he ; + rdfs:label "وات"@fa ; + rdfs:label "واط"@ar ; + rdfs:label "वाट"@hi ; + rdfs:label "ワット"@ja ; + rdfs:label "瓦特"@zh ; +. +unit:W-HR + a qudt:Unit ; + dcterms:description "The watt hour is a unit of energy, equal to 3,600 joule."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA308" ; + qudt:symbol "W·hr" ; + qudt:ucumCode "W.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WHR" ; + rdfs:isDefinedBy ; + rdfs:label "Watthour"@en ; +. +unit:W-HR-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:hasQuantityKind quantitykind:SpecificEnthalpy ; + qudt:hasQuantityKind quantitykind:SpecificGibbsEnergy ; + qudt:hasQuantityKind quantitykind:SpecificHelmholtzEnergy ; + qudt:hasQuantityKind quantitykind:SpecificInternalEnergy ; + qudt:iec61360Code "0112/2///62720#UAD888" ; + qudt:symbol "W·h/kg" ; + qudt:ucumCode "W.h.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "W.h/kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "watt hour per kilogram" ; +. +unit:W-HR-PER-L + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the unit litre" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD887" ; + qudt:symbol "W·h/l" ; + qudt:ucumCode "W.h.L-1"^^qudt:UCUMcs ; + qudt:ucumCode "W.h/L"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "watt hour per litre" ; +. +unit:W-HR-PER-M2 + a qudt:Unit ; + dcterms:description "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3,600 joules per square metre." ; + qudt:symbol "W·hr/m²" ; + qudt:ucumCode "W.h.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt hour per square metre"@en ; +. +unit:W-HR-PER-M3 + a qudt:Unit ; + dcterms:description "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:symbol "W·hr/m³" ; + qudt:ucumCode "W.h.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watthour per Cubic meter"@en-us ; + rdfs:label "Watthour per Cubic metre"@en ; +. +unit:W-M-PER-M2-SR + a qudt:Unit ; + dcterms:description "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W·m/(m²·sr)" ; + qudt:ucumCode "W.m-2.m.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt metre per square metre steradian"@en ; +. +unit:W-M2 + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerArea ; + qudt:iec61360Code "0112/2///62720#UAB350" ; + qudt:symbol "W·m²" ; + qudt:ucumCode "W.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q21" ; + rdfs:isDefinedBy ; + rdfs:label "W-M2"@en ; +. +unit:W-M2-PER-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerAreaPerSolidAngle ; + qudt:symbol "W·m²/sr" ; + qudt:ucumCode "W.m2.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "W-M2-PER-SR"@en ; +. +unit:W-PER-CentiM2 + a qudt:Unit ; + dcterms:description "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:expression "$W/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB224" ; + qudt:symbol "W/cm²" ; + qudt:ucumCode "W.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N48" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Centimeter"@en-us ; + rdfs:label "Watt per Square Centimetre"@en ; +. +unit:W-PER-FT2 + a qudt:Unit ; + dcterms:description "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 10.7639104 ; + qudt:conversionMultiplierSN 1.07639104E1 ; + qudt:expression "$W/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "W/ft²" ; + qudt:ucumCode "W.[sft_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Foot"@en ; +. +unit:W-PER-GM + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI derived unit gram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:MilliW-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:plainTextDescription "SI derived unit watt divided by the SI derived unit gram" ; + qudt:symbol "W/g" ; + qudt:ucumCode "W.g-1"^^qudt:UCUMcs ; + qudt:ucumCode "W/g"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Gram"@en ; +. +unit:W-PER-IN2 + a qudt:Unit ; + dcterms:description "Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1550.0031 ; + qudt:conversionMultiplierSN 1.5500031E3 ; + qudt:expression "$W/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB225" ; + qudt:symbol "W/in²" ; + qudt:ucumCode "W.[sin_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N49" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Inch"@en ; +. +unit:W-PER-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$w-per-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAA307" ; + qudt:symbol "W/K" ; + qudt:ucumCode "W.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D52" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Kelvin"@en ; +. +unit:W-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAA316" ; + qudt:plainTextDescription "SI derived unit watt divided by the SI base unit kilogram" ; + qudt:symbol "W/kg" ; + qudt:ucumCode "W.kg-1"^^qudt:UCUMcs ; + qudt:ucumCode "W/kg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WA" ; + rdfs:isDefinedBy ; + rdfs:label "Watt Per Kilogram"@en ; +. +unit:W-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI base unit metre" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:LineicPower ; + qudt:iec61360Code "0112/2///62720#UAB374" ; + qudt:symbol "W/m" ; + qudt:ucumCode "W.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H74" ; + rdfs:isDefinedBy ; + rdfs:label "Watts per metre"@en ; +. +unit:W-PER-M-DEG_C + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB457" ; + qudt:symbol "W/(m·°C)" ; + qudt:ucumCode "W.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N80" ; + rdfs:isDefinedBy ; + rdfs:label "watt per metre degree Celsius" ; +. +unit:W-PER-M-K + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W-per-MK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA309" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:latexSymbol "\\(W \\cdot m^{-1} \\cdot K^{-1}\\)"^^qudt:LatexString ; + qudt:symbol "W/(m·K)" ; + qudt:ucumCode "W.m-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D53" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Meter Kelvin"@en-us ; + rdfs:label "Watt per Metre Kelvin"@en ; +. +unit:W-PER-M2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:PoyntingVector ; + qudt:iec61360Code "0112/2///62720#UAA310" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:anyURI ; + qudt:symbol "W/m²" ; + qudt:ucumCode "W.m-2"^^qudt:UCUMcs ; + qudt:ucumCode "W/m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D54" ; + rdfs:isDefinedBy ; + rdfs:label "Watt je Quadratmeter"@de ; + rdfs:label "Watt per Square Meter"@en-us ; + rdfs:label "vatio por metro cuadrado"@es ; + rdfs:label "wat na metr kwadratowy"@pl ; + rdfs:label "watt al metro quadrato"@it ; + rdfs:label "watt bölü metre kare"@tr ; + rdfs:label "watt na kvadratni meter"@sl ; + rdfs:label "watt na metr čtvereční"@cs ; + rdfs:label "watt par mètre carré"@fr ; + rdfs:label "watt pe metru pătrat"@ro ; + rdfs:label "watt per meter persegi"@ms ; + rdfs:label "watt per square metre"@en ; + rdfs:label "watt por metro quadrado"@pt ; + rdfs:label "ватт на квадратный метр"@ru ; + rdfs:label "وات بر مترمربع"@fa ; + rdfs:label "واط في المتر المربع"@ar ; + rdfs:label "वाट प्रति वर्ग मीटर"@hi ; + rdfs:label "ワット毎平方メートル"@ja ; + rdfs:label "瓦特每平方米"@zh ; +. +unit:W-PER-M2-K + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. + It is also known as $\\textit{watt/square meter-kelvin}$. + This unit is commonly used in the SI unit system. + $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/(m^{2}-K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasQuantityKind quantitykind:CombinedNonEvaporativeHeatTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SurfaceCoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAA311" ; + qudt:symbol "W/(m²·K)" ; + qudt:ucumCode "W.m-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D55" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Meter Kelvin"@en-us ; + rdfs:label "Watt per Square Metre Kelvin"@en ; +. +unit:W-PER-M2-K4 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$W/(m^2.K^4)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-4T-3D0 ; + qudt:hasQuantityKind quantitykind:PowerPerAreaQuarticTemperature ; + qudt:iec61360Code "0112/2///62720#UAB175" ; + qudt:symbol "W/(m²·K⁴)" ; + qudt:ucumCode "W.m-2.K-4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D56" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Meter Quartic Kelvin"@en-us ; + rdfs:label "Watt per Square Metre Quartic Kelvin"@en ; +. +unit:W-PER-M2-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·m)" ; + qudt:ucumCode "W.m-2.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watts per square metre metre"@en ; +. +unit:W-PER-M2-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·m·sr)" ; + qudt:ucumCode "W.m-2.m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watts per square metre metre steradian"@en ; +. +unit:W-PER-M2-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·nm)" ; + qudt:ucumCode "W.m-2.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watts per square metre nanometre"@en ; +. +unit:W-PER-M2-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·nm·sr)" ; + qudt:ucumCode "W.m-2.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watts per square metre nanometre steradian"@en ; +. +unit:W-PER-M2-PA + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$W/(m^2.pa)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:EvaporativeHeatTransferCoefficient ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:symbol "W/(m²·Pa)" ; + qudt:ucumCode "W.m-2.Pa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Meter Pascal"@en-us ; + rdfs:label "Watt per Square Metre Pascal"@en ; +. +unit:W-PER-M2-SR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$), + while that of spectral radiance in frequency is the watt per steradian per square metre + per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is + the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$), + commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). + It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. + This unit is the standard SI unit in this category.\" + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/(m^2.sr)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Radiance ; + qudt:iec61360Code "0112/2///62720#UAA315" ; + qudt:informativeReference "http://asd-www.larc.nasa.gov/Instrument/ceres_units.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + qudt:symbol "W/(m²·sr)" ; + qudt:ucumCode "W.m-2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D58" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Meter Steradian"@en-us ; + rdfs:label "Watt per Square Metre Steradian"@en ; +. +unit:W-PER-M3 + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:iec61360Code "0112/2///62720#UAA312" ; + qudt:plainTextDescription "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "W/m³" ; + qudt:ucumCode "W.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H47" ; + rdfs:isDefinedBy ; + rdfs:label "Watt Per Cubic Meter"@en-us ; + rdfs:label "Watt Per Cubic Metre"@en ; +. +unit:W-PER-SR + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W sr^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:RadiantIntensity ; + qudt:iec61360Code "0112/2///62720#UAA314" ; + qudt:symbol "W/sr" ; + qudt:ucumCode "W.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D57" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Steradian"@en ; +. +unit:W-PER-SR-M2 + a qudt:Unit ; + 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" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA315" ; + qudt:symbol "W/(sr·m²)" ; + qudt:ucumCode "W.sr-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D58" ; + rdfs:isDefinedBy ; + rdfs:label "watt per steradian square metre" ; +. +unit:W-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA313" ; + qudt:plainTextDescription "product of the SI derived unit watt and SI base unit second" ; + qudt:symbol "W·s" ; + qudt:ucumCode "W.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J55" ; + rdfs:isDefinedBy ; + rdfs:label "Watt Second"@en ; +. +unit:W-SEC-PER-M2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "W·s/m²" ; + qudt:ucumCode "W.s.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt seconds per square metre"@en ; +. +unit:WB + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Weber"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAA317" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:weber ; + qudt:siUnitsExpression "V.s" ; + qudt:symbol "Wb" ; + qudt:ucumCode "Wb"^^qudt:UCUMcs ; + qudt:udunitsCode "Wb" ; + qudt:uneceCommonCode "WEB" ; + rdfs:isDefinedBy ; + rdfs:label "Weber"@de ; + rdfs:label "weber"@cs ; + rdfs:label "weber"@en ; + rdfs:label "weber"@es ; + rdfs:label "weber"@fr ; + rdfs:label "weber"@hu ; + rdfs:label "weber"@it ; + rdfs:label "weber"@ms ; + rdfs:label "weber"@pl ; + rdfs:label "weber"@pt ; + rdfs:label "weber"@ro ; + rdfs:label "weber"@sl ; + rdfs:label "weber"@tr ; + rdfs:label "weberium"@la ; + rdfs:label "βέμπερ"@el ; + rdfs:label "вебер"@bg ; + rdfs:label "вебер"@ru ; + rdfs:label "ובר"@he ; + rdfs:label "وبر"@fa ; + rdfs:label "ويبر; فيبر"@ar ; + rdfs:label "वैबर"@hi ; + rdfs:label "ウェーバ"@ja ; + rdfs:label "韦伯"@zh ; +. +unit:WB-M + a qudt:DerivedUnit ; + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N-M2-PER-A ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAB333" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:symbol "Wb·m" ; + qudt:ucumCode "Wb.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P50" ; + rdfs:isDefinedBy ; + rdfs:label "Weber Meter"@en-us ; + rdfs:label "Weber Metre"@en ; +. +unit:WB-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAA318" ; + qudt:plainTextDescription "SI derived unit weber divided by the SI base unit metre" ; + qudt:symbol "Wb/m" ; + qudt:ucumCode "Wb.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D59" ; + rdfs:isDefinedBy ; + rdfs:label "Weber Per Meter"@en-us ; + rdfs:label "Weber je Meter"@de ; + rdfs:label "weber al metro"@it ; + rdfs:label "weber bölü metre"@tr ; + rdfs:label "weber na metr"@pl ; + rdfs:label "weber par mètre"@fr ; + rdfs:label "weber pe metru"@ro ; + rdfs:label "weber per meter"@ms ; + rdfs:label "weber per metre"@en ; + rdfs:label "weber por metro"@es ; + rdfs:label "weber por metro"@pt ; + rdfs:label "weberů na metr"@cs ; + rdfs:label "вебер на метр"@ru ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "وبر بر متر"@fa ; + rdfs:label "प्रति मीटर वैबर"@hi ; + rdfs:label "ウェーバ毎メートル"@ja ; + rdfs:label "韦伯每米"@zh ; +. +unit:WB-PER-MilliM + a qudt:Unit ; + dcterms:description "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAB074" ; + qudt:plainTextDescription "derived SI unit weber divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "Wb/mm" ; + qudt:ucumCode "Wb.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D60" ; + rdfs:isDefinedBy ; + rdfs:label "Weber Per Millimeter"@en-us ; + rdfs:label "Weber Per Millimetre"@en ; +. +unit:WK + a qudt:Unit ; + dcterms:description "Mean solar week"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplierSN 6.048E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Week"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB024" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "wk" ; + qudt:ucumCode "wk"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WEE" ; + rdfs:isDefinedBy ; + rdfs:label "Week"@en ; +. +unit:YD + a qudt:Unit ; + dcterms:description "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yard"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB030" ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:anyURI ; + qudt:symbol "yd" ; + qudt:ucumCode "[yd_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "yd" ; + qudt:uneceCommonCode "YRD" ; + rdfs:isDefinedBy ; + rdfs:label "Yard"@en ; +. +unit:YD-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.6459200164592 ; + qudt:conversionMultiplierSN 1.6459200164592E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB031" ; + qudt:plainTextDescription "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "yd/°F" ; + qudt:ucumCode "[yd_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L98" ; + rdfs:isDefinedBy ; + rdfs:label "Yard Per Degree Fahrenheit"@en ; +. +unit:YD-PER-HR + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour" ; + qudt:conversionMultiplier 0.000254 ; + qudt:conversionMultiplierSN 2.54E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB396" ; + qudt:symbol "yd/h" ; + qudt:ucumCode "[yd_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M66" ; + rdfs:isDefinedBy ; + rdfs:label "yard per hour" ; +. +unit:YD-PER-MIN + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute" ; + qudt:conversionMultiplier 0.01524 ; + qudt:conversionMultiplierSN 1.524E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB395" ; + qudt:symbol "yd/min" ; + qudt:ucumCode "[yd_i].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M65" ; + rdfs:isDefinedBy ; + rdfs:label "yard per minute" ; +. +unit:YD-PER-PSI + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00013262250143006145012446407369519006392 ; + qudt:conversionMultiplierSN 1.3262250143006145012446407369519006392E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB032" ; + qudt:symbol "yd/psi" ; + qudt:ucumCode "[yd_i].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L99" ; + rdfs:isDefinedBy ; + rdfs:label "yard per psi" ; +. +unit:YD-PER-SEC + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB394" ; + qudt:symbol "yd/s" ; + qudt:ucumCode "[yd_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M64" ; + rdfs:isDefinedBy ; + rdfs:label "yard per second" ; +. +unit:YD-PER-SEC2 + a qudt:Unit ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB399" ; + qudt:symbol "yd/s²" ; + qudt:ucumCode "[yd_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M40" ; + rdfs:isDefinedBy ; + rdfs:label "yard per second squared" ; +. +unit:YD2 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.83612736 ; + qudt:conversionMultiplierSN 8.3612736E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB034" ; + qudt:symbol "sqyd" ; + qudt:ucumCode "[syd_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[yd_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "YDK" ; + rdfs:isDefinedBy ; + rdfs:label "Square Yard"@en ; +. +unit:YD3 + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.764554857984 ; + qudt:conversionMultiplierSN 7.64554857984E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB035" ; + qudt:symbol "yd³" ; + qudt:ucumCode "[cyd_i]"^^qudt:UCUMcs ; + qudt:ucumCode "[yd_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "YDQ" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard"@en ; +. +unit:YD3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000884901456 ; + qudt:conversionMultiplierSN 8.84901456E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAB037" ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; + qudt:symbol "yd³/day" ; + qudt:ucumCode "[cyd_i].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M12" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard Per Day"@en ; +. +unit:YD3-PER-DEG_F + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.376198881991088 ; + qudt:conversionMultiplierSN 1.376198881991088E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB036" ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "yd³/°F" ; + qudt:ucumCode "[cyd_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M11" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard Per Degree Fahrenheit"@en ; +. +unit:YD3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00021237634944 ; + qudt:conversionMultiplierSN 2.1237634944E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAB038" ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour" ; + qudt:symbol "yd³/hr" ; + qudt:ucumCode "[cyd_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M13" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard Per Hour"@en ; +. +unit:YD3-PER-MIN + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description """$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0127425809664 ; + qudt:conversionMultiplierSN 1.27425809664E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAB040" ; + qudt:symbol "yd³/min" ; + qudt:ucumCode "[cyd_i].min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[cyd_i]/min"^^qudt:UCUMcs ; + qudt:ucumCode "[yd_i]3.min-1"^^qudt:UCUMcs ; + qudt:ucumCode "[yd_i]3/min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M15" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Minute"@en ; +. +unit:YD3-PER-PSI + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0001108893019973135049303398173536047128436608512 ; + qudt:conversionMultiplierSN 1.108893019973135049303398173536047128436608512E-4 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB039" ; + qudt:symbol "yd³/psi" ; + qudt:ucumCode "[yd_i]3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M14" ; + rdfs:isDefinedBy ; + rdfs:label "cubic yard per psi" ; +. +unit:YD3-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.764554857984 ; + qudt:conversionMultiplierSN 7.64554857984E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:iec61360Code "0112/2///62720#UAB041" ; + qudt:plainTextDescription "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "yd³/s" ; + qudt:ucumCode "[cyd_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M16" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard Per Second"@en ; +. +unit:YR + a qudt:Unit ; + dcterms:description "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600.0 ; + qudt:conversionMultiplierSN 3.15576E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB026" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "yr" ; + qudt:ucumCode "a"^^qudt:UCUMcs ; + qudt:udunitsCode "yr" ; + qudt:uneceCommonCode "ANN" ; + rdfs:isDefinedBy ; + rdfs:label "Year"@en ; +. +unit:YR_Common + a qudt:Unit ; + dcterms:description "31,536,000-fold of the SI base unit second according a common year with 365 days"^^rdf:HTML ; + qudt:conversionMultiplier 31536000.0 ; + qudt:conversionMultiplierSN 3.1536E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB025" ; + qudt:plainTextDescription "31,536,000-fold of the SI base unit second according a common year with 365 days" ; + qudt:symbol "yr" ; + qudt:uneceCommonCode "L95" ; + rdfs:isDefinedBy ; + rdfs:label "Common Year"@en ; +. +unit:YR_Metrology + a qudt:Unit ; + dcterms:description "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAD922" ; + qudt:symbol "y (metrology)" ; + rdfs:isDefinedBy ; + rdfs:label "metrology year" ; +. +unit:YR_Sidereal + a qudt:Unit ; + dcterms:description "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31558149.7632 ; + qudt:conversionMultiplierSN 3.15581497632E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB028" ; + qudt:symbol "yr{sidereal}" ; + qudt:uneceCommonCode "L96" ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Year"@en ; +. +unit:YR_TROPICAL + a qudt:Unit ; + dcterms:description "

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

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31556925.216 ; + qudt:conversionMultiplierSN 3.1556925216E7 ; + qudt:exactMatch unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB029" ; + qudt:symbol "yr{tropical}" ; + qudt:ucumCode "a_t"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D42" ; + rdfs:isDefinedBy ; + rdfs:label "Tropical Year"@en ; + skos:altLabel "solar year" ; +. +unit:YoctoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A YoctoCoulomb is $10^{-24} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-24 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Yocto ; + qudt:symbol "yC" ; + qudt:ucumCode "yC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "YoctoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:YottaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A YottaCoulomb is $10^{24} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E24 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Yotta ; + qudt:symbol "YC" ; + qudt:ucumCode "YC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "YottaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:Z + a qudt:Unit ; + dcterms:description "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_number"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AtomicNumber ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_number?oldid=490723437"^^xsd:anyURI ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "atomic-number"@en ; +. +unit:ZOLL + a qudt:Unit ; + dcterms:description "length measure corresponding to the imperial unit \"inch\"" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB837" ; + qudt:symbol "“" ; + rdfs:isDefinedBy ; + rdfs:label "zoll" ; +. +unit:ZeptoC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A ZeptoCoulomb is $10^{-21} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-21 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Zepto ; + qudt:symbol "zC" ; + qudt:ucumCode "zC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ZeptoCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:ZettaC + a qudt:DerivedUnit ; + a qudt:Unit ; + dcterms:description "A ZettaCoulomb is $10^{21} C$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E21 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Zetta ; + qudt:symbol "ZC" ; + qudt:ucumCode "ZC"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "ZettaCoulomb"@en ; + prov:wasDerivedFrom unit:C ; +. +unit:failures-in-time + a qudt:Unit ; + dcterms:description "unit of failure rate"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB403" ; + qudt:plainTextDescription "unit of failure rate" ; + qudt:symbol "failures/s" ; + qudt:ucumCode "s-1{failures}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FIT" ; + rdfs:isDefinedBy ; + rdfs:label "Failures In Time"@en ; +. +voag:QUDT-UNITS-VocabCatalogEntry + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT UNITS Vocab Catalog Entry" ; +. +vaem:GMD_QUDT-UNITS-ALL + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2019-07-30"^^xsd:date ; + dcterms:creator "Steve Ray" ; + dcterms:modified "2024-03-22T15:34:00.036-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. + """ ; + dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; + dcterms:subject "Units-All" ; + dcterms:title "QUDT Units Version 2.1 Vocabulary" ; + vaem:description "Standard units of measure for all units." ; + vaem:graphName "qudt" ; + vaem:graphTitle "QUDT Units Version 2.1.37" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:hasOwner ; + vaem:hasSteward ; + vaem:intent "To provide a vocabulary of all units." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + vaem:namespacePrefix "unit" ; + vaem:owner "QUDT.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-UNITS-ALL-v2.1.html"^^xsd:anyURI ; + vaem:revision "2.1" ; + vaem:turtleFileURL "http://qudt.org/2.1/vocab/unit"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:title ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 2.1.37" ; +. diff --git a/ontologies/bacnet.ttl b/ontologies/bacnet.ttl index 30c369c..03fbb70 100644 --- a/ontologies/bacnet.ttl +++ b/ontologies/bacnet.ttl @@ -1,79 +1,86 @@ @prefix bacnet: . -@prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sh: . @prefix xsd: . bacnet:AbortReason a rdfs:Class ; + rdfs:label "AbortReason" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AbortReasonEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AbortReasonEnumerationValue a rdfs:Class ; + rdfs:label "AbortReasonEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessAuthenticationFactorDisable a rdfs:Class ; + rdfs:label "AccessAuthenticationFactorDisable" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessAuthenticationFactorDisableEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessAuthenticationFactorDisableEnumerationValue a rdfs:Class ; + rdfs:label "AccessAuthenticationFactorDisableEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessCredentialDisable a rdfs:Class ; + rdfs:label "AccessCredentialDisable" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessCredentialDisableEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessCredentialDisableEnumerationValue a rdfs:Class ; + rdfs:label "AccessCredentialDisableEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessCredentialDisableReason a rdfs:Class ; + rdfs:label "AccessCredentialDisableReason" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessCredentialDisableReasonEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessCredentialDisableReasonEnumerationValue a rdfs:Class ; + rdfs:label "AccessCredentialDisableReasonEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessCredentialObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessCredentialObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-use-time ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:uses-remaining ], + sh:minCount 1 ; + sh:path bacnet:activation-time ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:belongs-to ], + sh:path bacnet:trace-flag ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:authentication-factors ], + sh:path bacnet:assigned-access-rights ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:tags ], + [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -82,20 +89,24 @@ bacnet:AccessCredentialObject a rdfs:Class, sh:minInclusive 0 ; sh:path bacnet:threat-authority ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:absentee-limit ], + sh:path bacnet:authorization-exemptions ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:AccessCredentialDisableEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:expiration-time ], + sh:path bacnet:credential-disable ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:extended-time-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -104,193 +115,187 @@ bacnet:AccessCredentialObject a rdfs:Class, sh:minInclusive 0 ; sh:path bacnet:global-identifier ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-credential ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:AccessCredentialDisableEnumerationValue ; + sh:class bacnet:AccessEventEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:credential-disable ], + sh:minCount 0 ; + sh:path bacnet:last-access-event ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:assigned-access-rights ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reason-for-disable ], + sh:minCount 0 ; + sh:path bacnet:last-access-point ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:activation-time ], + sh:path bacnet:credential-status ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:authorization-exemptions ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:last-use-time ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:authentication-factors ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:trace-flag ], + sh:minCount 1 ; + sh:path bacnet:expiration-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:extended-time-enable ], + sh:path bacnet:reason-for-disable ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-access-point ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:AccessEventEnumerationValue ; + sh:hasValue bacnet:ObjectType.access-credential ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-access-event ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:days-remaining ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:belongs-to ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:credential-status ], + sh:minCount 0 ; + sh:path bacnet:absentee-limit ], [ a sh:PropertyShape ; + sh:datatype xsd:integer ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 0 ; + sh:path bacnet:uses-remaining ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:CredentialAuthenticationFactor ; + sh:path ( bacnet:authentication-factors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AssignedAccessRights ; - sh:path ( bacnet:assigned-access-rights [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:assigned-access-rights ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:assigned-access-rights ] ] ), + sh:path bacnet:authentication-factors ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:authentication-factors ] ] ), + ( [ sh:property [ sh:class bacnet:AuthorizationExemptionEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:authorization-exemptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:authorization-exemptions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:authorization-exemptions ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:CredentialAuthenticationFactor ; - sh:path ( bacnet:authentication-factors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:authentication-factors ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:authentication-factors ] ] ), ( [ sh:property [ sh:class bacnet:AccessCredentialDisableReasonEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:reason-for-disable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:reason-for-disable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:reason-for-disable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:reason-for-disable ] ] ), - ( [ sh:property [ sh:class bacnet:AuthorizationExemptionEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AssignedAccessRights ; + sh:path ( bacnet:assigned-access-rights [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:authorization-exemptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:authorization-exemptions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:authorization-exemptions ] ] ), + sh:path bacnet:assigned-access-rights ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:assigned-access-rights ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ) . + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:AccessDoorObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessDoorObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:door-extended-pulse-time ], + sh:minCount 0 ; + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; + sh:class bacnet:DoorAlarmStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-values ], + sh:path bacnet:door-alarm-state ], [ a sh:PropertyShape ; - sh:class bacnet:LockStatusEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:lock-status ], + sh:path bacnet:door-unlock-delay-time ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-door ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], - [ a sh:PropertyShape ; - sh:class bacnet:DoorSecuredStatusEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:secured-status ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:door-members ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; @@ -299,282 +304,330 @@ bacnet:AccessDoorObject a rdfs:Class, [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:door-pulse-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:door-unlock-delay-time ], + sh:minCount 1 ; + sh:path bacnet:door-extended-pulse-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minCount 1 ; + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:door-open-too-long-time ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:MaintenanceEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:maintenance-required ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:LockStatusEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority-array ], + sh:minCount 0 ; + sh:path bacnet:lock-status ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:masked-alarm-values ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:class bacnet:DoorValueEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:DoorValueEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:door-open-too-long-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:door-pulse-time ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; + sh:class bacnet:DoorStatusEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:masked-alarm-values ], + sh:path bacnet:door-status ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:DoorValueEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:minCount 1 ; + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:class bacnet:DoorSecuredStatusEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:secured-status ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:DoorAlarmStateEnumerationValue ; + sh:hasValue bacnet:ObjectType.access-door ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:door-alarm-state ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:door-members ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:current-command-priority ], + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:class bacnet:DoorStatusEnumerationValue ; + sh:class bacnet:MaintenanceEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:door-status ], + sh:path bacnet:maintenance-required ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-algorithm-inhibit ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:TimeStamp ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:last-command-time ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ] ; + sh:path bacnet:audit-level ] ; sh:xone ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:masked-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:masked-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:masked-alarm-values ] ] ), + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:fault-values ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:door-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), + sh:path bacnet:door-members ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:door-members ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:masked-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:masked-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:masked-alarm-values ] ] ), + ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:door-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:door-members ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:door-members ] ] ), - ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:fault-values ] ] ) . + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ) . bacnet:AccessEvent a rdfs:Class ; + rdfs:label "AccessEvent" ; bacnet:comment "Enumerated values 128-511 are used for events which indicate that access has been denied. Enumerated values 0-511 are reserved for prototype by ASHRAE. Enumerated values 512-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessEventEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessEventEnumerationValue a rdfs:Class ; + rdfs:label "AccessEventEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessPassbackMode a rdfs:Class ; + rdfs:label "AccessPassbackMode" ; bacnet:memberClass bacnet:AccessPassbackModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessPassbackModeEnumerationValue a rdfs:Class ; + rdfs:label "AccessPassbackModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessPointObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessPointObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AuthorizationModeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:authorization-mode ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:lockout-relinquish-time ], + sh:path bacnet:occupancy-lower-limit-enforced ], + [ a sh:PropertyShape ; + sh:class bacnet:AuthenticationFactor ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:access-event-authentication-factor ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -586,77 +639,66 @@ bacnet:AccessPointObject a rdfs:Class, sh:minCount 0 ; sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:authentication-policy-list ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:lockout ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:hasValue bacnet:ObjectType.access-point ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:accompaniment-time ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:zone-to ], + sh:path bacnet:failed-attempt-events ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:occupancy-upper-limit-enforced ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:active-authentication-policy ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:authentication-policy-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:access-doors ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:number-of-authentication-policies ], + sh:path bacnet:out-of-service ], + [ a sh:PropertyShape ; + sh:class bacnet:AuthenticationStatusEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:authentication-status ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:max-failed-attempts ], [ a sh:PropertyShape ; - sh:class bacnet:AuthorizationModeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:authorization-mode ], - [ a sh:PropertyShape ; - sh:class bacnet:AccessEventEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:access-event ], + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -668,269 +710,281 @@ bacnet:AccessPointObject a rdfs:Class, sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:verification-time ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:failed-attempts-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:access-event-credential ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-upper-limit-enforced ], + sh:path bacnet:zone-from ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:access-event-time ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:failed-attempts-time ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:zone-to ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:lockout-relinquish-time ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-lower-limit-enforced ], + sh:path bacnet:verification-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:access-alarm-events ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:minCount 1 ; + sh:path bacnet:number-of-authentication-policies ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:muster-point ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:AuthenticationFactor ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:access-event-authentication-factor ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:muster-point ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:failed-attempts ], + sh:path bacnet:access-transaction-events ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:occupancy-count-adjust ], + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:access-transaction-events ], + sh:path bacnet:access-alarm-events ], [ a sh:PropertyShape ; + sh:class bacnet:AccessEventEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:access-event ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-point ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:authentication-policy-names ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:authentication-policy-names ], + sh:path bacnet:failed-attempts ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:occupancy-count-adjust ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:description ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:failed-attempt-events ], + sh:path bacnet:transaction-notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:active-authentication-policy ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:access-event-time ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:zone-from ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:AuthenticationStatusEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:authentication-status ], + sh:minCount 0 ; + sh:path bacnet:accompaniment-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:transaction-notification-class ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path bacnet:event-message-texts-config ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:access-transaction-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:access-transaction-events ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:access-transaction-events ] ] ), + sh:path ( bacnet:failed-attempt-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:failed-attempt-events ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:failed-attempt-events ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:access-alarm-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:access-alarm-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:access-alarm-events ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:access-alarm-events ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:authentication-policy-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:authentication-policy-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:authentication-policy-names ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:authentication-policy-names ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:access-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:access-doors ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:access-doors ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:failed-attempt-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:failed-attempt-events ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:failed-attempt-events ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:access-transaction-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:access-transaction-events ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:access-transaction-events ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:access-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:access-doors ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:access-doors ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AuthenticationPolicy ; - sh:path ( bacnet:authentication-policy-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:authentication-policy-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:authentication-policy-list ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:authentication-policy-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ) . + sh:path bacnet:authentication-policy-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:authentication-policy-list ] ] ) . bacnet:AccessRightsObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessRightsObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:accompaniment ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -938,38 +992,38 @@ bacnet:AccessRightsObject a rdfs:Class, sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.access-rights ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:negative-access-rules ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-rights ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -980,75 +1034,76 @@ bacnet:AccessRightsObject a rdfs:Class, [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:positive-access-rules ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:accompaniment ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:tags ] ; + sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AccessRule ; + sh:path ( bacnet:positive-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:positive-access-rules ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:positive-access-rules ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AccessRule ; - sh:path ( bacnet:negative-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:negative-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:negative-access-rules ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:negative-access-rules ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AccessRule ; - sh:path ( bacnet:positive-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:positive-access-rules ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:positive-access-rules ] ] ) . + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:AccessUserObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessUserObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:member-of ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:global-identifier ], + sh:path bacnet:user-name ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -1058,53 +1113,57 @@ bacnet:AccessUserObject a rdfs:Class, sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:credentials ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:members ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:user-external-identifier ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-user ; + sh:hasValue bacnet:ObjectType.access-user ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:class bacnet:AccessUserTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:user-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:user-external-identifier ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:user-information-reference ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -1112,668 +1171,702 @@ bacnet:AccessUserObject a rdfs:Class, sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:user-name ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:member-of ], [ a sh:PropertyShape ; - sh:class bacnet:AccessUserTypeEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:user-type ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:members ], + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:global-identifier ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:user-information-reference ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path bacnet:members ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:members ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:credentials [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:credentials [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:credentials ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:credentials ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:members ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:members ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:member-of ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:AccessUserType a rdfs:Class ; + rdfs:label "AccessUserType" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessUserTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessUserTypeEnumerationValue a rdfs:Class ; + rdfs:label "AccessUserTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccessZoneObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccessZoneObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:global-identifier ], + sh:path bacnet:occupancy-state ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:credentials-in-zone ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:entry-points ], + sh:minCount 0 ; + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:passback-timeout ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:occupancy-count-enable ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:last-credential-removed ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:adjust-value ], + sh:path bacnet:occupancy-lower-limit ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:class bacnet:AccessPassbackModeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:passback-mode ], + sh:minCount 1 ; + sh:path bacnet:exit-points ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:passback-timeout ], + sh:path bacnet:occupancy-upper-limit ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-count-enable ], + sh:path bacnet:credentials-in-zone ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AccessPassbackModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:passback-mode ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:hasValue bacnet:ObjectType.access-zone ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-credential-added ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-credential-added-time ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:occupancy-state ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:last-credential-added ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-access-zone ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:last-credential-added-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-lower-limit ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-credential-removed ], + sh:path bacnet:adjust-value ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-credential-removed-time ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:exit-points ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:entry-points ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-count ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:last-credential-removed-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:occupancy-upper-limit ], + sh:path bacnet:occupancy-count ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:global-identifier ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:credentials-in-zone [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:credentials-in-zone ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:credentials-in-zone ] ] ), + ( [ sh:property [ sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:entry-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:entry-points ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:entry-points ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:exit-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:exit-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:exit-points ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:exit-points ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:credentials-in-zone [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:credentials-in-zone ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:credentials-in-zone ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:entry-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:entry-points ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:entry-points ] ] ) . + sh:path bacnet:tags ] ] ) . bacnet:AccessZoneOccupancyState a rdfs:Class ; + rdfs:label "AccessZoneOccupancyState" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AccessZoneOccupancyStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AccessZoneOccupancyStateEnumerationValue a rdfs:Class ; + rdfs:label "AccessZoneOccupancyStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AccumulatorObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AccumulatorObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-change-time ], + sh:path bacnet:value-set ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:class bacnet:Scale ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:scale ], - [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:units ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:logging-object ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:high-limit ], - [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:limit-monitoring-interval ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-set ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-accumulator ; + sh:hasValue bacnet:ObjectType.accumulator ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AccumulatorRecord ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:logging-record ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-algorithm-inhibit ], + [ a sh:PropertyShape ; + sh:class bacnet:Prescale ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:prescale ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:max-pres-value ], + sh:minCount 0 ; + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:present-value ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:logging-object ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:pulse-rate ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-before-change ], + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; - sh:class bacnet:Prescale ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:prescale ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:pulse-rate ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:Scale ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:scale ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:value-change-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:limit-monitoring-interval ], + sh:minCount 1 ; + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:path bacnet:value-before-change ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:AccumulatorRecord ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:logging-record ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:units ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:limit-enable ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ) . + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ) . bacnet:Action a rdfs:Class ; + rdfs:label "Action" ; bacnet:memberClass bacnet:ActionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ActionEnumerationValue a rdfs:Class ; + rdfs:label "ActionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AlertEnrollmentObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AlertEnrollmentObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -1781,296 +1874,310 @@ bacnet:AlertEnrollmentObject a rdfs:Class, sh:path bacnet:present-value ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], - [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:notify-type ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-alert-enrollment ; + sh:hasValue bacnet:ObjectType.alert-enrollment ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:tags ], + [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:notification-class ], + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-detection-enable ] ; + sh:path bacnet:event-time-stamps ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ) . + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:AnalogInputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AnalogInputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:OptionalREAL ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:interface-value ], + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:resolution ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:update-interval ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:path bacnet:event-enable ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:deadband ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue bacnet:ObjectType.analog-input ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:min-pres-value ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:units ], + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:low-limit ], + [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-analog-input ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:units ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalREAL ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:interface-value ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -2080,755 +2187,797 @@ bacnet:AnalogInputObject a rdfs:Class, sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:update-interval ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-increment ] ; - sh:xone ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:path bacnet:event-algorithm-inhibit ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:limit-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ) . bacnet:AnalogOutputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AnalogOutputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:min-pres-value ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:priority-array ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalREAL ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:interface-value ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:relinquish-default ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:OptionalREAL ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:interface-value ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:hasValue bacnet:ObjectType.analog-output ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:units ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:minCount 1 ; + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-analog-output ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:path bacnet:deadband ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:resolution ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:units ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:deadband ] ; - sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:high-limit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:value-source-array ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:limit-enable ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:AnalogValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AnalogValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.analog-value ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:low-limit ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:value-source ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:current-command-priority ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:units ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:limit-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:resolution ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:units ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:high-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-analog-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:priority-array ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:deadband ] ; - sh:xone ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:path bacnet:audit-priority-filter ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:limit-enable ] ] ), + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:limit-enable ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ) . bacnet:AuditLevel a rdfs:Class ; + rdfs:label "AuditLevel" ; bacnet:memberClass bacnet:AuditLevelEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuditLevelEnumerationValue a rdfs:Class ; + rdfs:label "AuditLevelEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AuditLogObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AuditLogObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-audit-log ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 18446744073709551615 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minInclusive 0 ; + sh:path bacnet:total-record-count ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:enable ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:member-of ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:buffer-size ], + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:log-buffer ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:member-of ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 18446744073709551615 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:total-record-count ], + sh:path bacnet:record-count ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; @@ -2837,50 +2986,47 @@ bacnet:AuditLogObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:buffer-size ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:issue-confirmed-notifications ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 18446744073709551615 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:record-count ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:issue-confirmed-notifications ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -2888,1023 +3034,1081 @@ bacnet:AuditLogObject a rdfs:Class, sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue bacnet:ObjectType.audit-log ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:event-time-stamps ] ; + sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AuditLogRecord ; - sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:log-buffer ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ) . + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ) . bacnet:AuditOperation a rdfs:Class ; + rdfs:label "AuditOperation" ; bacnet:memberClass bacnet:AuditOperationEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuditOperationEnumerationValue a rdfs:Class ; + rdfs:label "AuditOperationEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AuditOperationFlags a rdfs:Class, sh:NodeShape ; + rdfs:label "AuditOperationFlags" ; bacnet:memberClass bacnet:AuditOperationFlagsNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:AuditOperationFlagsNamedBits a rdfs:Class ; + rdfs:label "AuditOperationFlagsNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:AuditReporterObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AuditReporterObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:maximum-send-delay ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-audit-reporter ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.audit-reporter ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:minCount 1 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:send-now ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:audit-source-reporter ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:issue-confirmed-notifications ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:send-now ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:audit-level ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:maximum-send-delay ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:audit-source-reporter ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:monitored-objects ], + sh:minCount 1 ; + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:issue-confirmed-notifications ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:monitored-objects ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:PriorityFilterNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:audit-priority-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:audit-priority-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:audit-priority-filter ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:audit-priority-filter ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ObjectSelector ; - sh:path ( bacnet:monitored-objects [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:monitored-objects [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:monitored-objects ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:monitored-objects ] ] ) . + sh:path bacnet:monitored-objects ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ) . bacnet:AuthenticationFactorType a rdfs:Class ; + rdfs:label "AuthenticationFactorType" ; bacnet:memberClass bacnet:AuthenticationFactorTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuthenticationFactorTypeEnumerationValue a rdfs:Class ; + rdfs:label "AuthenticationFactorTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AuthenticationStatus a rdfs:Class ; + rdfs:label "AuthenticationStatus" ; bacnet:memberClass bacnet:AuthenticationStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuthenticationStatusEnumerationValue a rdfs:Class ; + rdfs:label "AuthenticationStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AuthorizationExemption a rdfs:Class ; + rdfs:label "AuthorizationExemption" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AuthorizationExemptionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuthorizationExemptionEnumerationValue a rdfs:Class ; + rdfs:label "AuthorizationExemptionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AuthorizationMode a rdfs:Class ; + rdfs:label "AuthorizationMode" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:AuthorizationModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:AuthorizationModeEnumerationValue a rdfs:Class ; + rdfs:label "AuthorizationModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:AveragingObject a rdfs:Class, sh:NodeShape ; + rdfs:label "AveragingObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:window-samples ], + sh:path bacnet:attempted-samples ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:minCount 1 ; + sh:path bacnet:average-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:minCount 1 ; + sh:path bacnet:window-samples ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:minimum-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:minCount 1 ; + sh:path bacnet:maximum-value ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:window-interval ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:valid-samples ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:attempted-samples ], + sh:path bacnet:object-property-reference ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:hasValue bacnet:ObjectType.averaging ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:minimum-value ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:minimum-value-timestamp ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-property-reference ], + sh:minCount 0 ; + sh:path bacnet:maximum-value-timestamp ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:maximum-value ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-averaging ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:minimum-value-timestamp ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:maximum-value-timestamp ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:variance-value ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:tags ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:average-value ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:valid-samples ] ; - sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:property-list ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . + sh:path bacnet:property-list ] ] ) . bacnet:BackupState a rdfs:Class ; + rdfs:label "BackupState" ; bacnet:memberClass bacnet:BackupStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:BackupStateEnumerationValue a rdfs:Class ; + rdfs:label "BackupStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:BinaryInputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "BinaryInputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:time-of-active-time-reset ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalBinaryPV ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:interface-value ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:inactive-text ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:elapsed-active-time ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:change-of-state-count ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], - [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:change-of-state-time ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:active-text ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalBinaryPV ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:interface-value ], [ a sh:PropertyShape ; - sh:class bacnet:PolarityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:polarity ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue bacnet:ObjectType.binary-input ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-binary-input ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:inactive-text ], + sh:path bacnet:change-of-state-time ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:time-of-state-count-reset ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:alarm-value ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:time-of-state-count-reset ], + sh:minInclusive 0 ; + sh:path bacnet:elapsed-active-time ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-active-time-reset ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:alarm-value ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:active-text ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:out-of-service ], + [ a sh:PropertyShape ; + sh:class bacnet:PolarityEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:polarity ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:notification-class ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ) . bacnet:BinaryLightingOutputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "BinaryLightingOutputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minCount 1 ; + sh:path bacnet:blink-warn-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:blink-warn-enable ], + sh:minCount 0 ; + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:egress-time ], + sh:minCount 0 ; + sh:path bacnet:time-of-active-time-reset ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:strike-count ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:out-of-service ], + [ a sh:PropertyShape ; + sh:class bacnet:PolarityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:polarity ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryLightingPVEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:relinquish-default ], + sh:minCount 0 ; + sh:path bacnet:power ], [ a sh:PropertyShape ; sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-of-strike-count-reset ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:strike-count ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:egress-time ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:class bacnet:BinaryLightingPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-active-time-reset ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:egress-active ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-binary-lighting-output ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:egress-active ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:class bacnet:PolarityEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:polarity ], + sh:minInclusive 0 ; + sh:path bacnet:elapsed-active-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:BinaryLightingPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:feedback-value ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.binary-lighting-output ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:priority-array ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryLightingPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:feedback-value ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:class bacnet:BinaryLightingPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:elapsed-active-time ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:power ] ; + sh:path bacnet:command-time-array ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ) . + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:BinaryLightingPV a rdfs:Class ; + rdfs:label "BinaryLightingPV" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:BinaryLightingPVEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:BinaryLightingPVEnumerationValue a rdfs:Class ; + rdfs:label "BinaryLightingPVEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:BinaryOutputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "BinaryOutputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:current-command-priority ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:minimum-off-time ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:minimum-on-time ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:class bacnet:PolarityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:polarity ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:minimum-on-time ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-binary-output ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:feedback-value ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:minCount 1 ; + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority-array ], + sh:path bacnet:feedback-value ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-of-state-count-reset ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:audit-priority-filter ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:change-of-state-count ], + [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -3913,609 +4117,664 @@ bacnet:BinaryOutputObject a rdfs:Class, sh:minInclusive 0 ; sh:path bacnet:elapsed-active-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:minInclusive 0 ; + sh:path bacnet:minimum-off-time ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-algorithm-inhibit ], + [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:change-of-state-time ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:change-of-state-count ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:inactive-text ], + sh:path bacnet:active-text ], [ a sh:PropertyShape ; sh:class bacnet:OptionalBinaryPV ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:interface-value ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-active-time-reset ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:change-of-state-time ], - [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:time-of-active-time-reset ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; + sh:class bacnet:PolarityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:minCount 1 ; + sh:path bacnet:polarity ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.binary-output ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:active-text ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:BinaryPVEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:relinquish-default ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:inactive-text ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ] ; + sh:path bacnet:out-of-service ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ) . + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ) . bacnet:BinaryPV a rdfs:Class ; + rdfs:label "BinaryPV" ; bacnet:memberClass bacnet:BinaryPVEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:BinaryPVEnumerationValue a rdfs:Class ; + rdfs:label "BinaryPVEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:BinaryValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "BinaryValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:elapsed-active-time ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:maxInclusive 4294967295 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:minimum-off-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:change-of-state-count ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:priority-array ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-binary-value ; + sh:hasValue bacnet:ObjectType.binary-value ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-value ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:minimum-off-time ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:change-of-state-count ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:active-text ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:change-of-state-time ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:time-of-state-count-reset ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:inactive-text ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minInclusive 0 ; + sh:path bacnet:minimum-on-time ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:inactive-text ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:change-of-state-time ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-state-count-reset ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:minimum-on-time ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:BinaryPVEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:minInclusive 0 ; + sh:path bacnet:elapsed-active-time ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:BinaryPVEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:alarm-value ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:active-text ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:time-of-active-time-reset ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-active-time-reset ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:value-source-array ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . - -bacnet:Bitstring a rdfs:Class . + sh:path bacnet:auditable-operations ] ] ) . bacnet:BitstringValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "BitstringValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:bit-text ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bit-text ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:value-source-array ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.bitstring-value ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bit-mask ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -4523,43 +4782,40 @@ bacnet:BitstringValueObject a rdfs:Class, sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-bitstring-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:bit-mask ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; @@ -4568,175 +4824,178 @@ bacnet:BitstringValueObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:value-source ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:relinquish-default [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bit-mask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:bit-mask ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:bit-mask ] ] ), + ( [ sh:property [ sh:class bacnet:NamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:relinquish-default [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:relinquish-default ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:relinquish-default ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:bit-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bit-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bit-text ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bit-text ] ] ), - ( [ sh:property [ sh:class bacnet:NamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:present-value ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bit-mask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:bit-mask ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:bit-mask ] ] ), + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:CalendarObject a rdfs:Class, sh:NodeShape ; + rdfs:label "CalendarObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-calendar ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.calendar ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:date-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -4744,280 +5003,292 @@ bacnet:CalendarObject a rdfs:Class, sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:date-list ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:object-name ] ; + sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:CalendarEntry ; - sh:path ( bacnet:date-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:date-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:date-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:date-list ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:ChannelObject a rdfs:Class, sh:NodeShape ; + rdfs:label "ChannelObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:WriteStatusEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:minCount 1 ; + sh:path bacnet:write-status ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:control-groups ], + sh:path bacnet:list-of-object-property-references ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:control-groups ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.channel ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:class bacnet:WriteStatusEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:write-status ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-channel ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:allow-group-delay-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:class bacnet:ChannelValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:execution-delay ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:channel-number ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:last-priority ], + sh:path bacnet:channel-number ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:allow-group-delay-inhibit ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:ChannelValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-object-property-references ], + sh:path bacnet:last-priority ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:execution-delay ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; - sh:maxInclusive 4294967295 ; + sh:path bacnet:notify-type ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path ( bacnet:control-groups [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:control-groups ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:control-groups ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectPropertyReference ; - sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:list-of-object-property-references ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:execution-delay [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:execution-delay [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:execution-delay ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:execution-delay ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path ( bacnet:control-groups [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:control-groups ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:control-groups ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectPropertyReference ; + sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:list-of-object-property-references ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:CharacterstringValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "CharacterstringValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-values ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-command-time ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; @@ -5027,40 +5298,40 @@ bacnet:CharacterstringValueObject a rdfs:Class, sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; @@ -5068,585 +5339,618 @@ bacnet:CharacterstringValueObject a rdfs:Class, [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:hasValue bacnet:ObjectType.characterstring-value ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-characterstring-value ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 0 ; + sh:path bacnet:command-time-array ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts ] ; + sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:OptionalCharacterString ; + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:fault-values ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:OptionalCharacterString ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:OptionalCharacterString ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:OptionalCharacterString ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:fault-values ] ] ) . + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:CommandObject a rdfs:Class, sh:NodeShape ; + rdfs:label "CommandObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:in-process ], + sh:minCount 0 ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:all-writes-successful ], + sh:path bacnet:in-process ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:action-text ], + sh:path bacnet:event-message-texts ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:action-text ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-command ; + sh:hasValue bacnet:ObjectType.command ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-level ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:action ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:minCount 1 ; + sh:path bacnet:all-writes-successful ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:status-flags ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:property-list ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:action-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:action-text ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:action-text ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ActionList ; - sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:action ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:action ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:action-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:action-text ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:action-text ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ActionList ; + sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:action ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:action ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ) . bacnet:ConfirmedServiceChoice a rdfs:Class ; + rdfs:label "ConfirmedServiceChoice" ; bacnet:comment "Other services to be added as they are defined. All enumeration values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the ConfirmedPrivateTransfer or UnconfirmedPrivateTransfer services. See Clause 23"@en ; bacnet:memberClass bacnet:ConfirmedServiceChoiceEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ConfirmedServiceChoiceEnumerationValue a rdfs:Class ; + rdfs:label "ConfirmedServiceChoiceEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:CredentialDataInputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "CredentialDataInputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:supported-formats ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:tags ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.credential-data-input ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:supported-formats ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-credential-data-input ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:update-time ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:class bacnet:AuthenticationFactor ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:update-time ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:supported-format-classes ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:supported-format-classes ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-time-stamps ], + [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:AuthenticationFactor ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:status-flags ] ; + sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:supported-format-classes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:supported-format-classes ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:supported-format-classes ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:supported-format-classes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:supported-format-classes ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:supported-format-classes ] ] ), + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AuthenticationFactorFormat ; - sh:path ( bacnet:supported-formats [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:supported-formats ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:supported-formats ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:supported-formats [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . + sh:path bacnet:supported-formats ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:supported-formats ] ] ) . bacnet:DatePatternValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "DatePatternValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -5654,15 +5958,14 @@ bacnet:DatePatternValueObject a rdfs:Class, sh:path bacnet:present-value ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -5671,57 +5974,77 @@ bacnet:DatePatternValueObject a rdfs:Class, sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:reliability-evaluation-inhibit ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-datepattern-value ; + sh:hasValue bacnet:ObjectType.datepattern-value ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:event-enable ], + [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -5731,835 +6054,883 @@ bacnet:DatePatternValueObject a rdfs:Class, sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ] ; + sh:path bacnet:event-message-texts ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:DateValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "DateValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-date-value ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:audit-priority-filter ], + [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:value-source ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:relinquish-default ; + sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.date-value ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:relinquish-default ; + sh:minCount 1 ; + sh:path bacnet:present-value ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ; - sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ] ; - sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path bacnet:notify-type ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + sh:path bacnet:acked-transitions ] ] ) . bacnet:DatetimePatternValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "DatetimePatternValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], - [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:is-utc ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.datetimepattern-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:is-utc ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-datetimepattern-value ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 0 ; + sh:path bacnet:reliability ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ) . bacnet:DatetimeValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "DatetimeValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:hasValue bacnet:ObjectType.datetime-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-datetime-value ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:is-utc ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:profile-name ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ] ; + sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ) . bacnet:DaysOfWeek a rdfs:Class, sh:NodeShape ; + rdfs:label "DaysOfWeek" ; bacnet:memberClass bacnet:DaysOfWeekNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:DaysOfWeekNamedBits a rdfs:Class ; + rdfs:label "DaysOfWeekNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:DeviceObject a rdfs:Class, sh:NodeShape ; + rdfs:label "DeviceObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:restore-completion-time ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:apdu-timeout ], + sh:path bacnet:max-apdu-length-accepted ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:local-date ; - sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], + sh:path bacnet:description ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-synchronization-recipients ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:number-of-apdu-retries ], + sh:path bacnet:application-software-version ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:restore-preparation-time ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:firmware-revision ], + sh:path bacnet:model-name ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:active-vt-sessions ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:align-intervals ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:restart-notification-recipients ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:class bacnet:RestartReasonEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:last-restart-reason ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -6568,114 +6939,124 @@ bacnet:DeviceObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:configuration-files ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:daylight-savings-status ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:SegmentationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:protocol-services-supported ], + sh:path bacnet:segmentation-supported ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:active-vt-sessions ], + sh:minCount 1 ; + sh:path bacnet:object-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:location ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:device-address-binding ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:serial-number ], + sh:path bacnet:time-of-device-restart ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:structured-object-list ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:application-software-version ], + sh:path bacnet:protocol-version ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:protocol-revision ], + sh:path bacnet:database-revision ], [ a sh:PropertyShape ; sh:class bacnet:Recipient ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:audit-notification-recipient ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:max-master ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-device ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:vendor-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:restart-notification-recipients ], + sh:path bacnet:active-cov-subscriptions ], [ a sh:PropertyShape ; sh:class bacnet:DeviceStatusEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:system-status ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:apdu-segment-timeout ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:time-synchronization-recipients ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:active-cov-subscriptions ], + sh:minCount 1 ; + sh:path bacnet:number-of-apdu-retries ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-synchronization-interval ], + sh:path bacnet:vt-classes-supported ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-master ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-list ], + sh:path bacnet:restore-preparation-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; - sh:class bacnet:SegmentationEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:segmentation-supported ], + sh:path bacnet:max-info-frames ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:active-cov-multiple-subscriptions ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -6683,525 +7064,554 @@ bacnet:DeviceObject a rdfs:Class, sh:path bacnet:local-time ; sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:align-intervals ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:vendor-name ], + sh:path bacnet:last-restore-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:structured-object-list ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:backup-failure-timeout ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-segments-accepted ], + sh:path bacnet:local-date ; + sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ], [ a sh:PropertyShape ; - sh:class bacnet:RestartReasonEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-restart-reason ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:max-apdu-length-accepted ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:model-name ], + sh:path bacnet:firmware-revision ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:vendor-identifier ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:protocol-version ], + sh:minCount 0 ; + sh:path bacnet:serial-number ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:protocol-object-types-supported ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-of-device-restart ], + sh:path bacnet:location ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-address-binding ], + sh:path bacnet:protocol-revision ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:interval-offset ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:utc-offset ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:configuration-files ], + sh:path bacnet:active-cov-multiple-subscriptions ], [ a sh:PropertyShape ; - sh:class bacnet:BackupStateEnumerationValue ; + sh:hasValue bacnet:ObjectType.device ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:backup-and-restore-state ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:daylight-savings-status ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:max-info-frames ], + sh:minCount 1 ; + sh:path bacnet:apdu-timeout ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:class bacnet:BackupStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:status-flags ], + sh:path bacnet:backup-and-restore-state ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:vt-classes-supported ], + sh:path bacnet:max-segments-accepted ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-restore-time ], + sh:minCount 1 ; + sh:path bacnet:vendor-identifier ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:restore-completion-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:utc-time-synchronization-recipients ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:deployed-profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:backup-failure-timeout ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:deployed-profile-location ], + sh:path bacnet:interval-offset ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:time-synchronization-interval ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:database-revision ], + sh:path bacnet:protocol-object-types-supported ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:utc-offset ] ; - sh:xone ( [ sh:property [ sh:class bacnet:ServicesSupportedNamedBits ; + sh:path bacnet:apdu-segment-timeout ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:protocol-services-supported ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:protocol-services-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:protocol-services-supported ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:protocol-services-supported ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:Recipient ; - sh:path ( bacnet:utc-time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:utc-time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:utc-time-synchronization-recipients ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:utc-time-synchronization-recipients ] ] ), + ( [ sh:property [ sh:class bacnet:VTClassEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:vt-classes-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:vt-classes-supported ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:vt-classes-supported ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AddressBinding ; - sh:path ( bacnet:device-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:device-address-binding ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:device-address-binding ] ] ), - ( [ sh:property [ sh:class bacnet:ObjectTypesSupportedNamedBits ; + sh:node bacnet:VTSession ; + sh:path ( bacnet:active-vt-sessions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:protocol-object-types-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:protocol-object-types-supported ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:protocol-object-types-supported ] ] ), + sh:path bacnet:active-vt-sessions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:active-vt-sessions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:Recipient ; - sh:path ( bacnet:restart-notification-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:restart-notification-recipients ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:restart-notification-recipients ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:Recipient ; - sh:path ( bacnet:time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:time-synchronization-recipients ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:time-synchronization-recipients ] ] ), - ( [ sh:property [ sh:class bacnet:VTClassEnumerationValue ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:vt-classes-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:vt-classes-supported ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:vt-classes-supported ] ] ), + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:configuration-files [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:configuration-files ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:configuration-files ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:COVMultipleSubscription ; - sh:path ( bacnet:active-cov-multiple-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:active-cov-multiple-subscriptions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:active-cov-multiple-subscriptions ] ] ), + sh:node bacnet:COVSubscription ; + sh:path ( bacnet:active-cov-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:active-cov-subscriptions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:active-cov-subscriptions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:structured-object-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:structured-object-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:structured-object-list ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:configuration-files [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:configuration-files ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:configuration-files ] ] ), + ( [ sh:property [ sh:class bacnet:ObjectTypesSupportedNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:protocol-object-types-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:protocol-object-types-supported ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:protocol-object-types-supported ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:Recipient ; + sh:path ( bacnet:time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:time-synchronization-recipients ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:time-synchronization-recipients ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; sh:path ( bacnet:object-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:minCount 1 ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:object-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:object-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:VTSession ; - sh:path ( bacnet:active-vt-sessions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:active-vt-sessions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:active-vt-sessions ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:ServicesSupportedNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:protocol-services-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:protocol-services-supported ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:protocol-services-supported ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path ( bacnet:structured-object-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:structured-object-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:structured-object-list ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:COVSubscription ; - sh:path ( bacnet:active-cov-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:active-cov-subscriptions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:active-cov-subscriptions ] ] ) . + sh:node bacnet:COVMultipleSubscription ; + sh:path ( bacnet:active-cov-multiple-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:active-cov-multiple-subscriptions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:active-cov-multiple-subscriptions ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:Recipient ; + sh:path ( bacnet:restart-notification-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:restart-notification-recipients ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:restart-notification-recipients ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AddressBinding ; + sh:path ( bacnet:device-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:device-address-binding ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:device-address-binding ] ] ) . bacnet:DeviceStatus a rdfs:Class ; + rdfs:label "DeviceStatus" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:DeviceStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:DeviceStatusEnumerationValue a rdfs:Class ; + rdfs:label "DeviceStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:DoorAlarmState a rdfs:Class ; + rdfs:label "DoorAlarmState" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:DoorAlarmStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:DoorAlarmStateEnumerationValue a rdfs:Class ; + rdfs:label "DoorAlarmStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:DoorSecuredStatus a rdfs:Class ; + rdfs:label "DoorSecuredStatus" ; bacnet:memberClass bacnet:DoorSecuredStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:DoorSecuredStatusEnumerationValue a rdfs:Class ; + rdfs:label "DoorSecuredStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:DoorStatus a rdfs:Class ; + rdfs:label "DoorStatus" ; bacnet:memberClass bacnet:DoorStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:DoorStatusEnumerationValue a rdfs:Class ; + rdfs:label "DoorStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:DoorValue a rdfs:Class ; + rdfs:label "DoorValue" ; bacnet:memberClass bacnet:DoorValueEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:DoorValueEnumerationValue a rdfs:Class ; + rdfs:label "DoorValueEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ElevatorGroupObject a rdfs:Class, sh:NodeShape ; + rdfs:label "ElevatorGroupObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-elevator-group ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.elevator-group ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:class bacnet:LandingCallStatus ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:landing-call-control ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:landing-calls ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:machine-room-id ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:group-members ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; + sh:path bacnet:machine-room-id ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:group-id ], - [ a sh:PropertyShape ; - sh:class bacnet:LandingCallStatus ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:landing-call-control ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:LiftGroupModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:group-mode ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:group-members ], + sh:path bacnet:landing-calls ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:group-id ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:LiftGroupModeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:group-mode ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ] ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LandingCallStatus ; - sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:landing-calls ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:landing-calls ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; sh:path ( bacnet:group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:minCount 1 ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:group-members ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:group-members ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:node bacnet:LandingCallStatus ; + sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:landing-calls ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:landing-calls ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ) . bacnet:EngineeringUnits a rdfs:Class ; + rdfs:label "EngineeringUnits" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:EngineeringUnitsEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EngineeringUnitsEnumerationValue a rdfs:Class ; + rdfs:label "EngineeringUnitsEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:EscalatorFault a rdfs:Class ; + rdfs:label "EscalatorFault" ; bacnet:memberClass bacnet:EscalatorFaultEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EscalatorFaultEnumerationValue a rdfs:Class ; + rdfs:label "EscalatorFaultEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:EscalatorMode a rdfs:Class ; + rdfs:label "EscalatorMode" ; bacnet:memberClass bacnet:EscalatorModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EscalatorModeEnumerationValue a rdfs:Class ; + rdfs:label "EscalatorModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:EscalatorObject a rdfs:Class, sh:NodeShape ; + rdfs:label "EscalatorObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:energy-meter ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:power-mode ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-escalator ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:passenger-alarm ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:energy-meter ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:energy-meter-ref ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:power-mode ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; @@ -7209,13 +7619,12 @@ bacnet:EscalatorObject a rdfs:Class, [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:minCount 1 ; + sh:path bacnet:group-id ], [ a sh:PropertyShape ; - sh:class bacnet:EscalatorModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:escalator-mode ], + sh:path bacnet:fault-signals ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -7225,433 +7634,506 @@ bacnet:EscalatorObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-signals ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:EscalatorOperationDirectionEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:operation-direction ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:class bacnet:EscalatorModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:escalator-mode ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.escalator ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:installation-id ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:group-id ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:passenger-alarm ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:installation-id ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:energy-meter-ref ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:class bacnet:EscalatorOperationDirectionEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:operation-direction ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:time-delay ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:EscalatorFaultEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:fault-signals ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:fault-signals ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ) . + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:EscalatorOperationDirection a rdfs:Class ; + rdfs:label "EscalatorOperationDirection" ; bacnet:memberClass bacnet:EscalatorOperationDirectionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EscalatorOperationDirectionEnumerationValue a rdfs:Class ; + rdfs:label "EscalatorOperationDirectionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:EventEnrollmentObject a rdfs:Class, sh:NodeShape ; + rdfs:label "EventEnrollmentObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], + [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:class bacnet:FaultTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:fault-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:EventParameter ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-parameters ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:FaultParameter ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:fault-parameters ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:object-property-reference ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:EventTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-type ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-event-enrollment ; + sh:hasValue bacnet:ObjectType.event-enrollment ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], - [ a sh:PropertyShape ; - sh:class bacnet:EventParameter ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-parameters ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:EventTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-type ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-enable ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-property-reference ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:notification-class ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:class bacnet:FaultParameter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:fault-parameters ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:tags ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ) . bacnet:EventLogObject a rdfs:Class, sh:NodeShape ; + rdfs:label "EventLogObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; - sh:minCount 1 ; + sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:record-count ], + sh:path bacnet:last-notify-record ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:minCount 1 ; + sh:path bacnet:enable ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:buffer-size ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:start-time ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:start-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:buffer-size ], + sh:path bacnet:record-count ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:log-buffer ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:notification-threshold ], + [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:stop-time ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:log-buffer ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:stop-when-full ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.event-log ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; @@ -7663,25 +8145,7 @@ bacnet:EventLogObject a rdfs:Class, sh:maxInclusive 4294967295 ; sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:notification-threshold ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-event-log ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:stop-time ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:records-since-notification ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -7689,312 +8153,308 @@ bacnet:EventLogObject a rdfs:Class, sh:minCount 1 ; sh:minInclusive 0 ; sh:path bacnet:total-record-count ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:last-notify-record ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:records-since-notification ] ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:EventLogRecord ; + sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:log-buffer ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:EventLogRecord ; - sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:log-buffer ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ) . bacnet:EventState a rdfs:Class ; + rdfs:label "EventState" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23. The last enumeration used in this version is 5."@en ; bacnet:memberClass bacnet:EventStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EventStateEnumerationValue a rdfs:Class ; + rdfs:label "EventStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:EventTransitionBits a rdfs:Class, sh:NodeShape ; + rdfs:label "EventTransitionBits" ; bacnet:memberClass bacnet:EventTransitionBitsNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:EventTransitionBitsNamedBits a rdfs:Class ; + rdfs:label "EventTransitionBitsNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:EventType a rdfs:Class ; + rdfs:label "EventType" ; bacnet:comment "-- Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23. It is expected that these enumerated values will correspond to the use of the complex-event-type CHOICE [6] of the BACnetNotificationParameters production."@en ; bacnet:memberClass bacnet:EventTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:EventTypeEnumerationValue a rdfs:Class ; + rdfs:label "EventTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:FaultType a rdfs:Class ; + rdfs:label "FaultType" ; bacnet:memberClass bacnet:FaultTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:FaultTypeEnumerationValue a rdfs:Class ; + rdfs:label "FaultTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:FileAccessMethod a rdfs:Class ; + rdfs:label "FileAccessMethod" ; bacnet:memberClass bacnet:FileAccessMethodEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:FileAccessMethodEnumerationValue a rdfs:Class ; + rdfs:label "FileAccessMethodEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:FileObject a rdfs:Class, sh:NodeShape ; + rdfs:label "FileObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:hasValue bacnet:ObjectType.file ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:modification-date ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:minCount 1 ; + sh:path bacnet:archive ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-size ], + sh:path bacnet:modification-date ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:FileAccessMethodEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-access-method ], + sh:path bacnet:file-size ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:record-count ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-file ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:archive ], + sh:path bacnet:read-only ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:file-type ], [ a sh:PropertyShape ; + sh:class bacnet:FileAccessMethodEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:file-access-method ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:read-only ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:record-count ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:audit-level ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:GlobalGroupObject a rdfs:Class, sh:NodeShape ; + rdfs:label "GlobalGroupObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:update-interval ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:covu-period ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-global-group ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:ClientCOV ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:client-cov-increment ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:cov-resubscription-interval ], [ a sh:PropertyShape ; - sh:class bacnet:ClientCOV ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:client-cov-increment ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:group-member-names ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -8004,574 +8464,622 @@ bacnet:GlobalGroupObject a rdfs:Class, sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:group-members ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:member-status-flags ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue bacnet:ObjectType.global-group ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:covu-recipients ], + sh:path bacnet:requested-update-interval ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:group-members ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay-normal ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:group-member-names ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:member-status-flags ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:requested-update-interval ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-resubscription-interval ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:covu-recipients ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:covu-period ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:event-algorithm-inhibit-ref ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:Recipient ; + sh:path ( bacnet:covu-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:covu-recipients ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:covu-recipients ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectPropertyReference ; - sh:path ( bacnet:group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:group-members ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:group-members ] ] ), + sh:path ( bacnet:member-status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:member-status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:member-status-flags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:Recipient ; - sh:path ( bacnet:covu-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:covu-recipients ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:covu-recipients ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PropertyAccessResult ; - sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:present-value ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:group-member-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:group-member-names ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:group-member-names ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectPropertyReference ; + sh:path ( bacnet:group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:group-members ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:group-members ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:member-status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:member-status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:member-status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:group-member-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:group-member-names ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:group-member-names ] ] ), + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + sh:node bacnet:PropertyAccessResult ; + sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:present-value ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ) . bacnet:GroupObject a rdfs:Class, sh:NodeShape ; + rdfs:label "GroupObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-group ; + sh:hasValue bacnet:ObjectType.group ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-group-members ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:present-value ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:list-of-group-members ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:path bacnet:object-name ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ReadAccessResult ; + sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:present-value ] ] ), + ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ReadAccessSpecification ; - sh:path ( bacnet:list-of-group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-group-members ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-group-members ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ReadAccessResult ; - sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:present-value ] ] ) . + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:IPMode a rdfs:Class ; + rdfs:label "IPMode" ; bacnet:memberClass bacnet:IPModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:IPModeEnumerationValue a rdfs:Class ; + rdfs:label "IPModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:IntegerValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "IntegerValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:resolution ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:deadband ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:units ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:path bacnet:current-command-priority ], + [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.integer-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:units ], [ a sh:PropertyShape ; sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-integer-value ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:integer ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:min-pres-value ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path bacnet:time-delay-normal ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:limit-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:limit-enable ] ] ) . + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ) . bacnet:LargeAnalogValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LargeAnalogValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:resolution ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; @@ -8581,195 +9089,190 @@ bacnet:LargeAnalogValueObject a rdfs:Class, sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-algorithm-inhibit-ref ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:units ], + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-large-analog-value ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:units ], [ a sh:PropertyShape ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:audit-priority-filter ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.large-analog-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:min-pres-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:deadband ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -8777,219 +9280,214 @@ bacnet:LargeAnalogValueObject a rdfs:Class, sh:path bacnet:object-name ] ; sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:limit-enable ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ) . + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ) . bacnet:LifeSafetyMode a rdfs:Class ; + rdfs:label "LifeSafetyMode" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LifeSafetyModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LifeSafetyModeEnumerationValue a rdfs:Class ; + rdfs:label "LifeSafetyModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LifeSafetyOperation a rdfs:Class ; + rdfs:label "LifeSafetyOperation" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LifeSafetyOperationEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LifeSafetyOperationEnumerationValue a rdfs:Class ; + rdfs:label "LifeSafetyOperationEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LifeSafetyPointObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LifeSafetyPointObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], - [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:tracking-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-values ], + sh:path bacnet:setting ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:direct-reading ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyModeEnumerationValue ; + sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:mode ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:direct-reading ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:life-safety-alarm-values ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:member-of ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:LifeSafetyModeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:minCount 1 ; + sh:path bacnet:mode ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:life-safety-alarm-values ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:setting ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:tracking-value ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-life-safety-point ; + sh:hasValue bacnet:ObjectType.life-safety-point ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], @@ -8998,334 +9496,374 @@ bacnet:LifeSafetyPointObject a rdfs:Class, sh:minCount 1 ; sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyOperationEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:operation-expected ], + sh:path bacnet:reliability ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:accepted-modes ], [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:units ], [ a sh:PropertyShape ; + sh:class bacnet:LifeSafetyOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:accepted-modes ], + sh:path bacnet:operation-expected ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; sh:class bacnet:MaintenanceEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:maintenance-required ], [ a sh:PropertyShape ; - sh:class bacnet:SilencedStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:silenced ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:class bacnet:SilencedStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:silenced ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:member-of ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:units ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ] ; - sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ; + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:accepted-modes ] ] ), - ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:fault-values ] ] ), + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:alarm-values ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:accepted-modes ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:member-of ] ] ), ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:life-safety-alarm-values ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:member-of ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:fault-values ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:LifeSafetyState a rdfs:Class ; + rdfs:label "LifeSafetyState" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LifeSafetyStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LifeSafetyStateEnumerationValue a rdfs:Class ; + rdfs:label "LifeSafetyStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LifeSafetyZoneObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LifeSafetyZoneObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:LifeSafetyStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], + [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:maintenance-required ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:class bacnet:SilencedStateEnumerationValue ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:silenced ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyStateEnumerationValue ; + sh:class bacnet:LifeSafetyOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:operation-expected ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.life-safety-zone ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-life-safety-zone ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:tracking-value ], + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:class bacnet:LifeSafetyModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:mode ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:maintenance-required ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:SilencedStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:silenced ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:member-of ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyOperationEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:operation-expected ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:zone-members ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:accepted-modes ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:device-type ], [ a sh:PropertyShape ; + sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:zone-members ], + sh:path bacnet:tracking-value ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:member-of ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:accepted-modes ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; @@ -9337,200 +9875,212 @@ bacnet:LifeSafetyZoneObject a rdfs:Class, sh:path bacnet:notification-class ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:member-of ] ] ), - ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:accepted-modes ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:fault-values ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), + ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:zone-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:zone-members ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:zone-members ] ] ), + sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:life-safety-alarm-values ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:life-safety-alarm-values ] ] ), + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:accepted-modes ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:zone-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:zone-members ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:zone-members ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ) . + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:LiftCarDirection a rdfs:Class ; + rdfs:label "LiftCarDirection" ; bacnet:memberClass bacnet:LiftCarDirectionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftCarDirectionEnumerationValue a rdfs:Class ; + rdfs:label "LiftCarDirectionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftCarDoorCommand a rdfs:Class ; + rdfs:label "LiftCarDoorCommand" ; bacnet:memberClass bacnet:LiftCarDoorCommandEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftCarDoorCommandEnumerationValue a rdfs:Class ; + rdfs:label "LiftCarDoorCommandEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftCarDriveStatus a rdfs:Class ; + rdfs:label "LiftCarDriveStatus" ; bacnet:memberClass bacnet:LiftCarDriveStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftCarDriveStatusEnumerationValue a rdfs:Class ; + rdfs:label "LiftCarDriveStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftCarMode a rdfs:Class ; + rdfs:label "LiftCarMode" ; bacnet:memberClass bacnet:LiftCarModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftCarModeEnumerationValue a rdfs:Class ; + rdfs:label "LiftCarModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftFault a rdfs:Class ; + rdfs:label "LiftFault" ; bacnet:memberClass bacnet:LiftFaultEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftFaultEnumerationValue a rdfs:Class ; + rdfs:label "LiftFaultEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftGroupMode a rdfs:Class ; + rdfs:label "LiftGroupMode" ; bacnet:memberClass bacnet:LiftGroupModeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LiftGroupModeEnumerationValue a rdfs:Class ; + rdfs:label "LiftGroupModeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LiftObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LiftObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:floor-text ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-load ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:energy-meter ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:LiftCarModeEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-mode ], + sh:path bacnet:car-load ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:higher-deck ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:passenger-alarm ], + sh:path bacnet:car-load-units ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:car-position ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:energy-meter ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-lift ; + sh:class bacnet:LiftCarDirectionEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:car-moving-direction ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-door-text ], + sh:path bacnet:energy-meter-ref ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:group-id ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:assigned-landing-calls ], + sh:path bacnet:next-stopping-floor ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; @@ -9538,96 +10088,91 @@ bacnet:LiftObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:registered-car-call ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:LiftCarModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:car-mode ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:minCount 1 ; + sh:path bacnet:fault-signals ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:elevator-group ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], - [ a sh:PropertyShape ; - sh:class bacnet:LiftCarDriveStatusEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:car-drive-status ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:LiftCarDirectionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:car-assigned-direction ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:hasValue bacnet:ObjectType.lift ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:group-id ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:LiftCarDirectionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-assigned-direction ], + sh:path bacnet:floor-text ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:car-door-zone ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:car-door-command ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:elevator-group ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:passenger-alarm ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-door-zone ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:next-stopping-floor ], + sh:path bacnet:higher-deck ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -9635,286 +10180,359 @@ bacnet:LiftObject a rdfs:Class, sh:path bacnet:lower-deck ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:energy-meter-ref ], + sh:path bacnet:event-message-texts-config ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:registered-car-call ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-door-command ], + sh:path bacnet:landing-door-status ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:car-door-status ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:car-load-units ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:landing-door-status ], + sh:path bacnet:assigned-landing-calls ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:car-position ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:fault-signals ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:LiftCarDirectionEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:car-moving-direction ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:car-door-status ], + sh:minCount 0 ; + sh:path bacnet:car-door-text ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:installation-id ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:class bacnet:LiftCarDriveStatusEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ] ; - sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:car-drive-status ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:out-of-service ], + [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:making-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:making-car-call ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:making-car-call ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:floor-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:floor-text ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:floor-text ] ] ), - ( [ sh:property [ sh:class bacnet:LiftCarDoorCommandEnumerationValue ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:car-door-command [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:car-door-command ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:car-door-command ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AssignedLandingCalls ; - sh:path ( bacnet:assigned-landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:assigned-landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:assigned-landing-calls ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:assigned-landing-calls ] ] ), + ( [ sh:property [ sh:class bacnet:DoorStatusEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:car-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:car-door-status ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:car-door-status ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:LiftCarCallList ; + sh:path ( bacnet:registered-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:car-door-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:car-door-text ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:car-door-text ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:registered-car-call ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:registered-car-call ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:LiftFaultEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:fault-signals ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:fault-signals ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:LandingDoorStatus ; - sh:path ( bacnet:landing-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:landing-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:landing-door-status ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:landing-door-status ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:making-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:making-car-call ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:making-car-call ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LiftCarCallList ; - sh:path ( bacnet:registered-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:registered-car-call ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:registered-car-call ] ] ), - ( [ sh:property [ sh:class bacnet:DoorStatusEnumerationValue ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:car-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:car-door-status ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:car-door-status ] ] ), - ( [ sh:property [ sh:class bacnet:LiftFaultEnumerationValue ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:fault-signals ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:fault-signals ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ) . + sh:path ( bacnet:car-door-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:car-door-text ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:car-door-text ] ] ), + ( [ sh:property [ sh:class bacnet:LiftCarDoorCommandEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:car-door-command [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:car-door-command ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:car-door-command ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:floor-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:floor-text ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:floor-text ] ] ) . bacnet:LightingInProgress a rdfs:Class ; + rdfs:label "LightingInProgress" ; bacnet:memberClass bacnet:LightingInProgressEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LightingInProgressEnumerationValue a rdfs:Class ; + rdfs:label "LightingInProgressEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LightingOperation a rdfs:Class ; + rdfs:label "LightingOperation" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LightingOperationEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LightingOperationEnumerationValue a rdfs:Class ; + rdfs:label "LightingOperationEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LightingOutputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LightingOutputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:lighting-command-default-priority ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; + sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:audit-level ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:egress-active ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:instantaneous-power ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:feedback-value ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:egress-time ], + sh:path bacnet:tracking-value ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.lighting-output ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:power ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:egress-time ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:blink-warn-enable ], [ a sh:PropertyShape ; - sh:class bacnet:LightingTransitionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:transition ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-lighting-output ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:default-step-increment ], + [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:LightingInProgressEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:minCount 1 ; + sh:path bacnet:in-progress ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-actual-value ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:default-fade-time ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:lighting-command-default-priority ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; @@ -9923,651 +10541,660 @@ bacnet:LightingOutputObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:default-ramp-rate ], - [ a sh:PropertyShape ; - sh:class bacnet:LightingInProgressEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:in-progress ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority-array ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:feedback-value ], + sh:path bacnet:max-actual-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:default-step-increment ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:LightingTransitionEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:blink-warn-enable ], + sh:minCount 0 ; + sh:path bacnet:transition ], [ a sh:PropertyShape ; - sh:class bacnet:LightingCommand ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:lighting-command ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:description ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:min-actual-value ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:min-actual-value ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:egress-active ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:LightingCommand ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:tracking-value ], + sh:path bacnet:lighting-command ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:power ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path bacnet:priority-array ] ; + sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ) . + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:LightingTransition a rdfs:Class ; + rdfs:label "LightingTransition" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LightingTransitionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LightingTransitionEnumerationValue a rdfs:Class ; + rdfs:label "LightingTransitionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LimitEnable a rdfs:Class, sh:NodeShape ; + rdfs:label "LimitEnable" ; bacnet:memberClass bacnet:LimitEnableNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:LimitEnableNamedBits a rdfs:Class ; + rdfs:label "LimitEnableNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:LoadControlObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LoadControlObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:full-duty-baseline ], + sh:path bacnet:profile-location ], + [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:start-time ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:ShedLevel ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:actual-shed-level ], + sh:path bacnet:enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ShedLevel ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:shed-duration ], + sh:path bacnet:expected-shed-level ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:class bacnet:ShedLevel ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:requested-shed-level ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:shed-level-descriptions ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:duty-window ], [ a sh:PropertyShape ; + sh:class bacnet:ShedStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:ShedLevel ; + sh:hasValue bacnet:ObjectType.load-control ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:expected-shed-level ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:shed-levels ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:state-description ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:shed-duration ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:shed-level-descriptions ], + [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:ShedStateEnumerationValue ; + sh:class bacnet:ShedLevel ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:actual-shed-level ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:ShedLevel ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:requested-shed-level ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:duty-window ], + sh:path bacnet:shed-levels ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable ], + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:full-duty-baseline ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:start-time ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-load-control ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:shed-level-descriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:shed-level-descriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:shed-level-descriptions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:shed-level-descriptions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:shed-levels [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:shed-levels ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:shed-levels ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:minCount 1 ; + sh:path ( bacnet:shed-levels [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:shed-levels ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:shed-levels ] ] ) . bacnet:LockStatus a rdfs:Class ; + rdfs:label "LockStatus" ; bacnet:memberClass bacnet:LockStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LockStatusEnumerationValue a rdfs:Class ; + rdfs:label "LockStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LogStatus a rdfs:Class, sh:NodeShape ; + rdfs:label "LogStatus" ; bacnet:memberClass bacnet:LogStatusNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:LogStatusNamedBits a rdfs:Class ; + rdfs:label "LogStatusNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:LoggingType a rdfs:Class ; + rdfs:label "LoggingType" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:LoggingTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:LoggingTypeEnumerationValue a rdfs:Class ; + rdfs:label "LoggingTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:LoopObject a rdfs:Class, sh:NodeShape ; + rdfs:label "LoopObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:manipulated-variable-reference ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalREAL ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:low-diff-limit ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:integral-constant-units ], + sh:path bacnet:derivative-constant-units ], [ a sh:PropertyShape ; - sh:class bacnet:ActionEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:action ], + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:SetpointReference ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:setpoint-reference ], + sh:path bacnet:manipulated-variable-reference ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:controlled-variable-value ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:update-interval ], + sh:minCount 1 ; + sh:path bacnet:output-units ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:integral-constant-units ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:integral-constant ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:maximum-output ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:derivative-constant ], + sh:path bacnet:error-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.loop ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:description ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:proportional-constant ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:derivative-constant ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:error-limit ], + sh:path bacnet:minimum-output ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:proportional-constant ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:output-units ], + sh:path bacnet:controlled-variable-units ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:update-interval ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:class bacnet:ActionEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:controlled-variable-units ], + sh:path bacnet:action ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:minCount 1 ; + sh:path bacnet:controlled-variable-value ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:bias ], + sh:minCount 1 ; + sh:path bacnet:setpoint ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:proportional-constant-units ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:minCount 1 ; + sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:setpoint ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:reliability-evaluation-inhibit ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; @@ -10582,145 +11209,153 @@ bacnet:LoopObject a rdfs:Class, sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:minimum-output ], + sh:path bacnet:bias ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-loop ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:maximum-output ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:class bacnet:OptionalREAL ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:proportional-constant-units ], + sh:path bacnet:low-diff-limit ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:integral-constant ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority-for-writing ], - [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:derivative-constant-units ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:SetpointReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:setpoint-reference ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:reliability ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ] ; + sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ) . + sh:path bacnet:event-enable ] ] ) . bacnet:Maintenance a rdfs:Class ; + rdfs:label "Maintenance" ; bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:MaintenanceEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:MaintenanceEnumerationValue a rdfs:Class ; + rdfs:label "MaintenanceEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:MultistateInputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "MultistateInputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue bacnet:ObjectType.multi-state-input ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -10732,120 +11367,117 @@ bacnet:MultistateInputObject a rdfs:Class, sh:minCount 0 ; sh:path bacnet:device-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:state-text ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-values ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-multi-state-input ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:number-of-states ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:state-text ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:number-of-states ], + sh:minCount 0 ; + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; @@ -10853,135 +11485,151 @@ bacnet:MultistateInputObject a rdfs:Class, sh:path bacnet:interface-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:notification-class ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:state-text ] ] ), + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:fault-values ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), + sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:state-text ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ) . + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ) . bacnet:MultistateOutputObject a rdfs:Class, sh:NodeShape ; + rdfs:label "MultistateOutputObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:feedback-value ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:priority-array ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:relinquish-default ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:value-source ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; @@ -10990,82 +11638,62 @@ bacnet:MultistateOutputObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:interface-value ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-multi-state-output ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:number-of-states ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:state-text ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], - [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:feedback-value ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:device-type ], + sh:path bacnet:state-text ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; @@ -11074,12 +11702,12 @@ bacnet:MultistateOutputObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:device-type ], [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; @@ -11087,605 +11715,663 @@ bacnet:MultistateOutputObject a rdfs:Class, sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:number-of-states ], + [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:interface-value ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.multi-state-output ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay-normal ] ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ; sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:state-text ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ) . + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:MultistateValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "MultistateValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:fault-values ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:number-of-states ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:state-text ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:event-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.multi-state-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:number-of-states ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:state-text ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-multi-state-value ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:time-delay ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-values ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ] ; - sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:minCount 1 ; + sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:fault-values ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:state-text ] ] ), - ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:fault-values ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:alarm-values ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:state-text ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ) . - -bacnet:NamedBits a rdfs:Class . + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ) . bacnet:NetworkNumberQuality a rdfs:Class ; + rdfs:label "NetworkNumberQuality" ; bacnet:memberClass bacnet:NetworkNumberQualityEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:NetworkNumberQualityEnumerationValue a rdfs:Class ; + rdfs:label "NetworkNumberQualityEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:NetworkPortCommand a rdfs:Class ; + rdfs:label "NetworkPortCommand" ; bacnet:memberClass bacnet:NetworkPortCommandEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:NetworkPortCommandEnumerationValue a rdfs:Class ; + rdfs:label "NetworkPortCommandEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:NetworkPortObject a rdfs:Class, sh:NodeShape ; + rdfs:label "NetworkPortObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-dns-server ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-address ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:slave-proxy-enable ], - [ a sh:PropertyShape ; - sh:class bacnet:IPModeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:bacnet-ipv6-mode ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:NetworkNumberQualityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fd-subscription-lifetime ], + sh:path bacnet:network-number-quality ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-dhcp-server ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:max-master ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-zone-index ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:max-info-frames ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:ip-dns-server ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-dhcp-lease-time-remaining ], + sh:path bacnet:reference-port ], + [ a sh:PropertyShape ; + sh:class bacnet:NetworkTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:network-type ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ip-multicast-address ], + sh:path bacnet:mac-address ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:slave-address-binding ], + sh:path bacnet:auto-slave-discovery ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:apdu-length ], + sh:path bacnet:bacnet-ip-multicast-address ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:ipv6-zone-index ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:network-number ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:HostNPort ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ip-global-address ], + sh:path bacnet:ipv6-prefix-length ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:network-interface-name ], + sh:path bacnet:ip-dhcp-enable ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-dhcp-server ], + sh:path bacnet:ipv6-default-gateway ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:network-number ], [ a sh:PropertyShape ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:routing-table ], + sh:path bacnet:ipv6-dhcp-server ], [ a sh:PropertyShape ; + sh:class bacnet:IPModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:bacnet-ip-mode ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ip-udp-port ], + sh:path bacnet:ipv6-dhcp-lease-time-remaining ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:manual-slave-address-binding ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:ip-dns-server ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-dhcp-lease-time ], + sh:path bacnet:bacnet-ip-udp-port ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:slave-proxy-enable ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ipv6-multicast-address ], + sh:path bacnet:ip-default-gateway ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:mac-address ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ipv6-udp-port ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:HostNPort ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fd-bbmd-address ], + sh:path bacnet:ip-dhcp-server ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:link-speeds ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-prefix-length ], + sh:path bacnet:apdu-length ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:virtual-mac-address-table ], + sh:path bacnet:fd-subscription-lifetime ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:changes-pending ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-dhcp-lease-time ], + sh:path bacnet:link-speed-autonegotiate ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bbmd-accept-fd-registrations ], + sh:path bacnet:network-interface-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:virtual-mac-address-table ], + [ a sh:PropertyShape ; + sh:class bacnet:ProtocolLevelEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:protocol-level ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:bbmd-broadcast-distribution-table ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-info-frames ], + sh:path bacnet:bbmd-accept-fd-registrations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:bacnet-ip-nat-traversal ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:link-speed ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reference-port ], + sh:path bacnet:ip-dhcp-lease-time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auto-slave-discovery ], + sh:path bacnet:event-detection-enable ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:ipv6-dns-server ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; @@ -11694,22 +12380,21 @@ bacnet:NetworkPortObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:ipv6-address ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-dhcp-lease-time-remaining ], + sh:path bacnet:bbmd-foreign-device-table ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-subnet-mask ], + sh:path bacnet:bacnet-ipv6-udp-port ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -11719,587 +12404,622 @@ bacnet:NetworkPortObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:slave-address-binding ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:IPModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-dhcp-enable ], + sh:path bacnet:bacnet-ipv6-mode ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:link-speed-autonegotiate ], + sh:path bacnet:manual-slave-address-binding ], [ a sh:PropertyShape ; - sh:class bacnet:ProtocolLevelEnumerationValue ; + sh:class bacnet:HostNPort ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:protocol-level ], + sh:minCount 0 ; + sh:path bacnet:bacnet-ip-global-address ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bbmd-foreign-device-table ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:NetworkPortCommandEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-auto-addressing-enable ], + sh:path bacnet:ip-dhcp-lease-time ], [ a sh:PropertyShape ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bbmd-broadcast-distribution-table ], + sh:path bacnet:ip-subnet-mask ], [ a sh:PropertyShape ; - sh:class bacnet:NetworkNumberQualityEnumerationValue ; + sh:hasValue bacnet:ObjectType.network-port ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:network-number-quality ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:class bacnet:NetworkPortCommandEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:link-speeds ], + sh:path bacnet:command ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ipv6-default-gateway ], + sh:path bacnet:ipv6-auto-addressing-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ip-default-gateway ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-network-port ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:HostNPort ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:fd-bbmd-address ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-master ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:ipv6-dhcp-lease-time ], [ a sh:PropertyShape ; - sh:class bacnet:NetworkTypeEnumerationValue ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:network-type ], + sh:minCount 0 ; + sh:path bacnet:bacnet-ipv6-multicast-address ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ip-nat-traversal ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:class bacnet:IPModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:bacnet-ip-mode ], + sh:path bacnet:routing-table ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:changes-pending ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ] ; + sh:path bacnet:link-speed ] ; sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AddressBinding ; - sh:path ( bacnet:manual-slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:manual-slave-address-binding ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:manual-slave-address-binding ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:VMACEntry ; + sh:path ( bacnet:virtual-mac-address-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:virtual-mac-address-table ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:virtual-mac-address-table ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:datatype xsd:hexBinary ; sh:minCount 1 ; - sh:path ( bacnet:ip-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:ip-dns-server ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:ip-dns-server ] ] ), - ( [ sh:property [ sh:datatype xsd:hexBinary ; + sh:path ( bacnet:ipv6-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:ipv6-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:ipv6-dns-server ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:ipv6-dns-server ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:BDTEntry ; - sh:path ( bacnet:bbmd-broadcast-distribution-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:bbmd-broadcast-distribution-table ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:bbmd-broadcast-distribution-table ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:node bacnet:FDTEntry ; + sh:path ( bacnet:bbmd-foreign-device-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:bbmd-foreign-device-table ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:bbmd-foreign-device-table ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:RouterEntry ; + sh:path ( bacnet:routing-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:routing-table ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:routing-table ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AddressBinding ; + sh:path ( bacnet:manual-slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:manual-slave-address-binding ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:manual-slave-address-binding ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:AddressBinding ; - sh:path ( bacnet:slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:slave-address-binding ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:slave-address-binding ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:hexBinary ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:ip-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:ip-dns-server ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:ip-dns-server ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:float ; sh:minCount 1 ; - sh:path ( bacnet:link-speeds [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:link-speeds [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:link-speeds ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:link-speeds ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:VMACEntry ; - sh:path ( bacnet:virtual-mac-address-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:virtual-mac-address-table ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:virtual-mac-address-table ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:RouterEntry ; - sh:path ( bacnet:routing-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:routing-table ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:routing-table ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:FDTEntry ; - sh:path ( bacnet:bbmd-foreign-device-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:bbmd-foreign-device-table ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:bbmd-foreign-device-table ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + sh:node bacnet:BDTEntry ; + sh:path ( bacnet:bbmd-broadcast-distribution-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:bbmd-broadcast-distribution-table ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:bbmd-broadcast-distribution-table ] ] ) . bacnet:NetworkType a rdfs:Class ; + rdfs:label "NetworkType" ; bacnet:memberClass bacnet:NetworkTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:NetworkTypeEnumerationValue a rdfs:Class ; + rdfs:label "NetworkTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:NodeType a rdfs:Class ; + rdfs:label "NodeType" ; bacnet:memberClass bacnet:NodeTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:NodeTypeEnumerationValue a rdfs:Class ; + rdfs:label "NodeTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:NotificationClassObject a rdfs:Class, sh:NodeShape ; + rdfs:label "NotificationClassObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:ack-required ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:notification-class ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:reliability ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:minCount 1 ; + sh:path bacnet:recipient-list ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:minCount 1 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:recipient-list ], + sh:path bacnet:priority ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-notification-class ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:minCount 1 ; + sh:path bacnet:ack-required ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.notification-class ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:status-flags ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; - sh:minCount 1 ; - sh:path ( bacnet:priority [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path bacnet:acked-transitions ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:ack-required [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:ack-required ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:ack-required ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:Destination ; - sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:recipient-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:recipient-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ) . + sh:path ( bacnet:ack-required [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:ack-required ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:ack-required ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; + sh:minCount 1 ; + sh:path ( bacnet:priority [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority ] ] ) . bacnet:NotificationForwarderObject a rdfs:Class, sh:NodeShape ; + rdfs:label "NotificationForwarderObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:recipient-list ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:ProcessIdSelection ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:process-identifier-filter ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:subscribed-recipients ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:local-forwarding-only ], + sh:path bacnet:subscribed-recipients ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:port-filter ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-notification-forwarder ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:recipient-list ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:class bacnet:ProcessIdSelection ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-name ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:process-identifier-filter ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:local-forwarding-only ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:description ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.notification-forwarder ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path bacnet:object-type ] ; + sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:EventNotificationSubscription ; - sh:path ( bacnet:subscribed-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:subscribed-recipients ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:subscribed-recipients ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:Destination ; - sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:recipient-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:recipient-list ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:EventNotificationSubscription ; + sh:path ( bacnet:subscribed-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:subscribed-recipients ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:subscribed-recipients ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PortPermission ; - sh:path ( bacnet:port-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:port-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:port-filter ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:port-filter ] ] ) . + sh:path bacnet:port-filter ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ) . bacnet:NotifyType a rdfs:Class ; + rdfs:label "NotifyType" ; bacnet:memberClass bacnet:NotifyTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:NotifyTypeEnumerationValue a rdfs:Class ; + rdfs:label "NotifyTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ObjectType a rdfs:Class ; + rdfs:label "ObjectType" ; bacnet:comment "Enumerated values 0-127 are reserved for prototype by ASHRAE. Enumerated values 128-1023 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:ObjectTypeEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ObjectTypeEnumerationValue a rdfs:Class ; + rdfs:label "ObjectTypeEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ObjectTypesSupported a rdfs:Class, sh:NodeShape ; + rdfs:label "ObjectTypesSupported" ; bacnet:memberClass bacnet:ObjectTypesSupportedNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:ObjectTypesSupportedNamedBits a rdfs:Class ; + rdfs:label "ObjectTypesSupportedNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:OctetstringValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "OctetstringValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; @@ -12309,1032 +13029,1113 @@ bacnet:OctetstringValueObject a rdfs:Class, sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:last-command-time ], - [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-octetstring-value ; + sh:hasValue bacnet:ObjectType.octetstring-value ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ] ; - sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:audit-level ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:out-of-service ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ) . + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ) . bacnet:Polarity a rdfs:Class ; + rdfs:label "Polarity" ; bacnet:memberClass bacnet:PolarityEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:PolarityEnumerationValue a rdfs:Class ; + rdfs:label "PolarityEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:PositiveIntegerValueObject a rdfs:Class, sh:NodeShape ; - rdfs:subClassOf bacnet:Object ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:max-pres-value ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], - [ a sh:PropertyShape ; + rdfs:label "PositiveIntegerValueObject" ; + rdfs:subClassOf bacnet:Object ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:min-pres-value ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:fault-low-limit ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:resolution ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:hasValue bacnet:ObjectType.positive-integer-value ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-high-limit ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:relinquish-default ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:units ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-positive-integer-value ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:fault-low-limit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:low-limit ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:fault-high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:limit-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:path bacnet:last-command-time ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:units ], + [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:minCount 0 ; + sh:path bacnet:event-enable ] ; + sh:xone ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:limit-enable ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; - sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:limit-enable ] ] ) . + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ) . bacnet:PriorityFilter a rdfs:Class, sh:NodeShape ; + rdfs:label "PriorityFilter" ; bacnet:memberClass bacnet:PriorityFilterNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:PriorityFilterNamedBits a rdfs:Class ; + rdfs:label "PriorityFilterNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:ProgramError a rdfs:Class ; + rdfs:label "ProgramError" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:ProgramErrorEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ProgramErrorEnumerationValue a rdfs:Class ; + rdfs:label "ProgramErrorEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ProgramObject a rdfs:Class, sh:NodeShape ; + rdfs:label "ProgramObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:program-location ], - [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-program ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:class bacnet:ProgramRequestEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:program-change ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:description-of-halt ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:minCount 0 ; + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:instance-of ], + sh:path bacnet:program-location ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ProgramStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:program-state ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; + sh:class bacnet:ProgramErrorEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:reason-for-halt ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:hasValue bacnet:ObjectType.program ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:ProgramErrorEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reason-for-halt ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description-of-halt ], + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:class bacnet:ProgramStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:program-state ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:instance-of ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:path bacnet:reliability-evaluation-inhibit ], + [ a sh:PropertyShape ; + sh:class bacnet:ProgramRequestEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:program-change ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-enable ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ) . + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ) . bacnet:ProgramRequest a rdfs:Class ; + rdfs:label "ProgramRequest" ; bacnet:memberClass bacnet:ProgramRequestEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ProgramRequestEnumerationValue a rdfs:Class ; + rdfs:label "ProgramRequestEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ProgramState a rdfs:Class ; + rdfs:label "ProgramState" ; bacnet:memberClass bacnet:ProgramStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ProgramStateEnumerationValue a rdfs:Class ; + rdfs:label "ProgramStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:PropertyIdentifier a rdfs:Class ; + rdfs:label "PropertyIdentifier" ; bacnet:comment "The special property identifiers all, optional, and required are reserved for use in the ReadPropertyMultiple service or services not defined in this standard. Enumerated values 0-511 are reserved for prototype by ASHRAE. Enumerated values 512-4194303 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:PropertyIdentifierEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:PropertyIdentifierEnumerationValue a rdfs:Class ; + rdfs:label "PropertyIdentifierEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ProtocolLevel a rdfs:Class ; + rdfs:label "ProtocolLevel" ; bacnet:memberClass bacnet:ProtocolLevelEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ProtocolLevelEnumerationValue a rdfs:Class ; + rdfs:label "ProtocolLevelEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:PulseConverterObject a rdfs:Class, sh:NodeShape ; + rdfs:label "PulseConverterObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:high-limit ], + sh:path bacnet:time-delay ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:limit-enable ], + [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:update-time ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:count-change-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minCount 1 ; + sh:path bacnet:count ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-pulse-converter ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:scale-factor ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.pulse-converter ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:update-time ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:units ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:scale-factor ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:input-reference ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-period ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:count-change-time ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:low-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:count-before-change ], - [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:input-reference ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:deadband ], + sh:minCount 1 ; + sh:path bacnet:count-before-change ], [ a sh:PropertyShape ; sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-algorithm-inhibit-ref ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:adjust-value ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:limit-enable ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:count ], + sh:minCount 0 ; + sh:path bacnet:cov-period ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:adjust-value ], + sh:minCount 0 ; + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:units ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ] ; - sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:event-detection-enable ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:limit-enable ] ] ) . bacnet:RejectReason a rdfs:Class ; + rdfs:label "RejectReason" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:RejectReasonEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:RejectReasonEnumerationValue a rdfs:Class ; + rdfs:label "RejectReasonEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:Relationship a rdfs:Class ; + rdfs:label "Relationship" ; bacnet:memberClass bacnet:RelationshipEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:RelationshipEnumerationValue a rdfs:Class ; + rdfs:label "RelationshipEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:Reliability a rdfs:Class ; + rdfs:label "Reliability" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:ReliabilityEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ReliabilityEnumerationValue a rdfs:Class ; + rdfs:label "ReliabilityEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:RestartReason a rdfs:Class ; + rdfs:label "RestartReason" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:RestartReasonEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:RestartReasonEnumerationValue a rdfs:Class ; + rdfs:label "RestartReasonEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ResultFlags a rdfs:Class, sh:NodeShape ; + rdfs:label "ResultFlags" ; bacnet:memberClass bacnet:ResultFlagsNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:ResultFlagsNamedBits a rdfs:Class ; + rdfs:label "ResultFlagsNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:ScheduleObject a rdfs:Class, sh:NodeShape ; + rdfs:label "ScheduleObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-schedule ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notification-class ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:weekly-schedule ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:schedule-default ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:schedule-default ], + sh:path bacnet:list-of-object-property-references ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.schedule ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:weekly-schedule ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -13348,175 +14149,187 @@ bacnet:ScheduleObject a rdfs:Class, [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:exception-schedule ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:exception-schedule ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:priority-for-writing ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:list-of-object-property-references ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 0 ; + sh:path bacnet:audit-level ] ; + sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:SpecialEvent ; - sh:path ( bacnet:exception-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:exception-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:exception-schedule ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:exception-schedule ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DailySchedule ; - sh:path ( bacnet:weekly-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:weekly-schedule ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:weekly-schedule ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectPropertyReference ; - sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:list-of-object-property-references ] ] ) . + sh:path bacnet:list-of-object-property-references ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DailySchedule ; + sh:path ( bacnet:weekly-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:weekly-schedule ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:weekly-schedule ] ] ) . bacnet:SecurityLevel a rdfs:Class ; + rdfs:label "SecurityLevel" ; bacnet:memberClass bacnet:SecurityLevelEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:SecurityLevelEnumerationValue a rdfs:Class ; + rdfs:label "SecurityLevelEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:SecurityPolicy a rdfs:Class ; + rdfs:label "SecurityPolicy" ; bacnet:memberClass bacnet:SecurityPolicyEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:SecurityPolicyEnumerationValue a rdfs:Class ; + rdfs:label "SecurityPolicyEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:Segmentation a rdfs:Class ; + rdfs:label "Segmentation" ; bacnet:memberClass bacnet:SegmentationEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:SegmentationEnumerationValue a rdfs:Class ; + rdfs:label "SegmentationEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:ServicesSupported a rdfs:Class, sh:NodeShape ; + rdfs:label "ServicesSupported" ; bacnet:memberClass bacnet:ServicesSupportedNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:ServicesSupportedNamedBits a rdfs:Class ; + rdfs:label "ServicesSupportedNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:ShedState a rdfs:Class ; + rdfs:label "ShedState" ; bacnet:memberClass bacnet:ShedStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:ShedStateEnumerationValue a rdfs:Class ; + rdfs:label "ShedStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:SilencedState a rdfs:Class ; + rdfs:label "SilencedState" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:SilencedStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:SilencedStateEnumerationValue a rdfs:Class ; + rdfs:label "SilencedStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:StagingObject a rdfs:Class, sh:NodeShape ; + rdfs:label "StagingObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], - [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:max-pres-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:min-pres-value ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-staging ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:audit-level ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -13526,63 +14339,73 @@ bacnet:StagingObject a rdfs:Class, [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.staging ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:stages ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:minCount 0 ; + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], + [ a sh:PropertyShape ; + sh:class bacnet:EngineeringUnitsEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:units ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:default-present-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:stages ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -13593,280 +14416,307 @@ bacnet:StagingObject a rdfs:Class, sh:minCount 0 ; sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:stage-names ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:description ], + sh:minCount 1 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:stage-names ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:minCount 1 ; + sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:EngineeringUnitsEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:units ], + sh:path bacnet:target-references ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:default-present-value ], + sh:minCount 1 ; + sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:target-references ], + sh:minCount 0 ; + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ] ; + sh:path bacnet:event-time-stamps ] ; sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:target-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:target-references ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:target-references ] ] ), + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:StageLimitValue ; - sh:path ( bacnet:stages [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:stages [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:stages ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:stages ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:path ( bacnet:stage-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:stage-names ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:stage-names ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:stage-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:stage-names ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:stage-names ] ] ), + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ) . + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectReference ; + sh:path ( bacnet:target-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:target-references ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:target-references ] ] ) . bacnet:StatusFlags a rdfs:Class, sh:NodeShape ; + rdfs:label "StatusFlags" ; bacnet:memberClass bacnet:StatusFlagsNamedBits ; rdfs:subClassOf bacnet:Bitstring . bacnet:StatusFlagsNamedBits a rdfs:Class ; + rdfs:label "StatusFlagsNamedBits" ; rdfs:subClassOf bacnet:NamedBits . bacnet:StructuredViewObject a rdfs:Class, sh:NodeShape ; + rdfs:label "StructuredViewObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:subordinate-tags ], + sh:path bacnet:node-subtype ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:subordinate-list ], + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:class bacnet:RelationshipEnumerationValue ; + sh:class bacnet:NodeTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:default-subordinate-relationship ], + sh:minCount 1 ; + sh:path bacnet:node-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; + sh:class bacnet:RelationshipEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:default-subordinate-relationship ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:represents ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:NodeTypeEnumerationValue ; + sh:hasValue bacnet:ObjectType.structured-view ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:node-type ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:subordinate-annotations ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-structured-view ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:subordinate-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:subordinate-node-types ], + sh:path bacnet:represents ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:subordinate-relationships ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:node-subtype ], + sh:path bacnet:subordinate-node-types ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], + [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:subordinate-relationships ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:subordinate-annotations ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ] ; - sh:xone ( [ sh:property [ sh:class bacnet:NodeTypeEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:subordinate-node-types [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:subordinate-node-types ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:subordinate-node-types ] ] ), - ( [ sh:property [ sh:minCount 1 ; + sh:path bacnet:subordinate-tags ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectReference ; - sh:path ( bacnet:subordinate-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:subordinate-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:subordinate-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:subordinate-list ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValueCollection ; - sh:path ( bacnet:subordinate-tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:subordinate-tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:subordinate-tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:subordinate-annotations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:subordinate-annotations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:subordinate-annotations ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:NodeTypeEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:subordinate-node-types [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:subordinate-node-types ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:subordinate-node-types ] ] ), ( [ sh:property [ sh:class bacnet:RelationshipEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:subordinate-relationships [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:subordinate-relationships [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:subordinate-relationships ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:subordinate-relationships ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValueCollection ; + sh:path ( bacnet:subordinate-tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:subordinate-annotations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:subordinate-annotations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:subordinate-annotations ] ] ) . + sh:path bacnet:subordinate-tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:subordinate-tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ) . bacnet:TimePatternValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "TimePatternValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:priority-array ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:notify-type ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; @@ -13877,18 +14727,24 @@ bacnet:TimePatternValueObject a rdfs:Class, sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:audit-level ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; @@ -13899,182 +14755,202 @@ bacnet:TimePatternValueObject a rdfs:Class, sh:minCount 0 ; sh:path bacnet:reliability ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:present-value ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.timepattern-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-timepattern-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:property-list ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:relinquish-default ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:current-command-priority ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:description ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-array ] ; + sh:path bacnet:last-command-time ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ValueSource ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:value-source-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ), + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ) . + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ) . bacnet:TimeValueObject a rdfs:Class, sh:NodeShape ; + rdfs:label "TimeValueObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:OptionalUnsigned ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:current-command-priority ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:last-command-time ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-priority-filter ], + sh:path bacnet:priority-array ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; + sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:value-source ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -14082,50 +14958,41 @@ bacnet:TimeValueObject a rdfs:Class, sh:path bacnet:notification-class ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:priority-array ], + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:value-source-array ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:hasValue bacnet:ObjectType.time-value ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:ValueSource ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:value-source ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:tags ], + sh:minCount 1 ; + sh:path bacnet:present-value ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:command-time-array ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; @@ -14139,825 +15006,848 @@ bacnet:TimeValueObject a rdfs:Class, sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:relinquish-default ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-time-value ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:minCount 0 ; + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; - sh:class bacnet:OptionalUnsigned ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:current-command-priority ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:relinquish-default ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-command-time ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], - [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:command-time-array ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:OptionalPriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:audit-priority-filter ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value-source-array ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ] ; + sh:path bacnet:reliability-evaluation-inhibit ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:PriorityValue ; - sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:priority-array ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:command-time-array ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:node bacnet:PriorityValue ; + sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:priority-array ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ValueSource ; - sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:value-source-array ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:command-time-array ] ] ) . + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ) . bacnet:TimerObject a rdfs:Class, sh:NodeShape ; + rdfs:label "TimerObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-pres-value ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:state-change-values ], + sh:minCount 1 ; + sh:path bacnet:present-value ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:default-timeout ], + sh:path bacnet:max-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ], + sh:minCount 0 ; + sh:path bacnet:out-of-service ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:resolution ], + sh:path bacnet:alarm-values ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority-for-writing ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:state-change-values ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:out-of-service ], + sh:path bacnet:default-timeout ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:event-state ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:class bacnet:TimerStateEnumerationValue ; + sh:hasValue bacnet:ObjectType.timer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:timer-state ], + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-timer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:TimerTransitionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:last-state-change ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-delay-normal ], + sh:path bacnet:min-pres-value ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:timer-running ], + sh:minCount 0 ; + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:expiration-time ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:update-time ], + sh:path bacnet:initial-timeout ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:time-delay-normal ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:expiration-time ], + sh:path bacnet:priority-for-writing ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:resolution ], [ a sh:PropertyShape ; - sh:class bacnet:TimerTransitionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:last-state-change ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:TimerStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:minCount 1 ; + sh:path bacnet:timer-state ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:min-pres-value ], + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:list-of-object-property-references ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:alarm-values ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minCount 0 ; + sh:path bacnet:tags ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:update-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:list-of-object-property-references ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:initial-timeout ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:timer-running ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ] ; - sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; - sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; + sh:path bacnet:notify-type ] ; + sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimerStateChangeValue ; - sh:path ( bacnet:state-change-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:state-change-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:state-change-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:state-change-values ] ] ), ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), - ( [ sh:property [ sh:class bacnet:TimerStateEnumerationValue ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:alarm-values ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts ] ] ), + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts ] ] ), + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:DeviceObjectPropertyReference ; - sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-object-property-references ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ) . + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-enable ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), + ( [ sh:property [ sh:class bacnet:TimerStateEnumerationValue ; + sh:minCount 1 ; + sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:alarm-values ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ) . bacnet:TimerState a rdfs:Class ; + rdfs:label "TimerState" ; bacnet:memberClass bacnet:TimerStateEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:TimerStateEnumerationValue a rdfs:Class ; + rdfs:label "TimerStateEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:TimerTransition a rdfs:Class ; + rdfs:label "TimerTransition" ; bacnet:memberClass bacnet:TimerTransitionEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:TimerTransitionEnumerationValue a rdfs:Class ; + rdfs:label "TimerTransitionEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:TrendLogMultipleObject a rdfs:Class, sh:NodeShape ; + rdfs:label "TrendLogMultipleObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-trend-log-multiple ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:record-count ], + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:interval-offset ], - [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:stop-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:records-since-notification ], + sh:path bacnet:notification-threshold ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:start-time ], + sh:path bacnet:event-enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:last-notify-record ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:stop-when-full ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:log-buffer ], + sh:path bacnet:enable ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:object-name ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:minInclusive 0 ; + sh:path bacnet:records-since-notification ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-enable ], + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:record-count ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:align-intervals ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:audit-level ], [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.trend-log-multiple ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:total-record-count ], + sh:path bacnet:log-deviceobjectproperty ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:start-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:acked-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:minCount 1 ; + sh:path bacnet:log-interval ], [ a sh:PropertyShape ; + sh:class bacnet:LoggingTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:log-deviceobjectproperty ], + sh:path bacnet:logging-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:align-intervals ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], - [ a sh:PropertyShape ; - sh:class bacnet:LoggingTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:logging-type ], + sh:minInclusive 0 ; + sh:path bacnet:last-notify-record ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:log-interval ], + sh:path bacnet:stop-when-full ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:notification-threshold ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minInclusive 0 ; + sh:path bacnet:buffer-size ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:trigger ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:stop-time ], + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-list ], + sh:path bacnet:log-buffer ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:buffer-size ], + sh:path bacnet:total-record-count ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:tags ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:description ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:interval-offset ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ] ; - sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LogMultipleRecord ; - sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:log-buffer ] ] ), + sh:path bacnet:reliability ], + [ a sh:PropertyShape ; + sh:class bacnet:ObjectPropertyReference ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), + sh:node bacnet:TimeStamp ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-time-stamps ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:DeviceObjectPropertyReference ; + sh:path ( bacnet:log-deviceobjectproperty [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:log-deviceobjectproperty ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:log-deviceobjectproperty ] ] ), ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-list ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:acked-transitions ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts-config ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:DeviceObjectPropertyReference ; - sh:path ( bacnet:log-deviceobjectproperty [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:log-deviceobjectproperty ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:log-deviceobjectproperty ] ] ), - ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:auditable-operations ] ] ), + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ) . + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:LogMultipleRecord ; + sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:log-buffer ] ] ) . bacnet:TrendLogObject a rdfs:Class, sh:NodeShape ; + rdfs:label "TrendLogObject" ; rdfs:subClassOf bacnet:Object ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-enable ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:trigger ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:align-intervals ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:total-record-count ], + sh:path bacnet:record-count ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:interval-offset ], + sh:path bacnet:start-time ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-list ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-resubscription-interval ], - [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notify-type ], + sh:path bacnet:reliability ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:enable ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:buffer-size ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts-config ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:acked-transitions ], + sh:path bacnet:tags ], [ a sh:PropertyShape ; - sh:class bacnet:ObjectPropertyReference ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit-ref ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:tags ], + sh:path bacnet:description ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:LoggingTypeEnumerationValue ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:record-count ], + sh:path bacnet:logging-type ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-detection-enable ], + sh:path bacnet:interval-offset ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:records-since-notification ], + sh:path bacnet:notification-class ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:stop-when-full ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:log-interval ], + sh:path bacnet:cov-resubscription-interval ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:minInclusive 0 ; + sh:path bacnet:buffer-size ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability ], + sh:path bacnet:event-time-stamps ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-name ], + sh:minCount 0 ; + sh:path bacnet:event-algorithm-inhibit-ref ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 0 ; + sh:path bacnet:trigger ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-location ], + sh:path bacnet:log-interval ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:auditable-operations ], + sh:path bacnet:profile-location ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:reliability-evaluation-inhibit ], + sh:path bacnet:event-algorithm-inhibit ], [ a sh:PropertyShape ; - sh:class bacnet:AuditLevelEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:audit-level ], + sh:minCount 1 ; + sh:path bacnet:event-state ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:total-record-count ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:stop-time ], + sh:path bacnet:event-enable ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-name ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -14966,15 +15856,19 @@ bacnet:TrendLogObject a rdfs:Class, sh:minInclusive 0 ; sh:path bacnet:last-notify-record ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:AuditLevelEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:description ], + sh:path bacnet:audit-level ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-algorithm-inhibit ], + sh:path bacnet:event-detection-enable ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -14983,564 +15877,597 @@ bacnet:TrendLogObject a rdfs:Class, sh:minInclusive 0 ; sh:path bacnet:notification-threshold ], [ a sh:PropertyShape ; - sh:class bacnet:ClientCOV ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:client-cov-increment ], + sh:path bacnet:log-deviceobjectproperty ], + [ a sh:PropertyShape ; + sh:hasValue bacnet:ObjectType.trend-log ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-type ], [ a sh:PropertyShape ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:log-buffer ], + sh:minCount 0 ; + sh:path bacnet:auditable-operations ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 0 ; - sh:path bacnet:notification-class ], + sh:minInclusive 0 ; + sh:path bacnet:records-since-notification ], [ a sh:PropertyShape ; - sh:class bacnet:LoggingTypeEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:logging-type ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts ], + sh:path bacnet:stop-time ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:ClientCOV ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:start-time ], + sh:path bacnet:client-cov-increment ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:profile-name ], + sh:path bacnet:reliability-evaluation-inhibit ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-time-stamps ], + sh:path bacnet:profile-name ], [ a sh:PropertyShape ; - sh:hasValue bacnet:ObjectType-trend-log ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-type ], + sh:path bacnet:log-buffer ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:log-deviceobjectproperty ], + sh:path bacnet:align-intervals ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:stop-when-full ], + sh:minCount 0 ; + sh:path bacnet:event-message-texts ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-message-texts-config ] ; - sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:path bacnet:acked-transitions ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:string ; + sh:minCount 1 ; + sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:event-message-texts-config ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NameValue ; + sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:tags ] ] ), + ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:auditable-operations ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-time-stamps ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NameValue ; - sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:tags ] ] ), - ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LogRecord ; - sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:log-buffer ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acked-transitions ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ), - ( [ sh:property [ sh:datatype xsd:string ; + sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:event-message-texts-config ] ] ), + sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:property-list ] ] ), ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-message-texts ] ] ), - ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ; + ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:property-list ] ] ), + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:minCount 1 ; + sh:node bacnet:LogRecord ; + sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:log-buffer ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ) . bacnet:UnconfirmedServiceChoice a rdfs:Class ; + rdfs:label "UnconfirmedServiceChoice" ; bacnet:comment "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the UnconfirmedPrivateTransfer service. See Clause 23"@en ; bacnet:memberClass bacnet:UnconfirmedServiceChoiceEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:UnconfirmedServiceChoiceEnumerationValue a rdfs:Class ; + rdfs:label "UnconfirmedServiceChoiceEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:VTClass a rdfs:Class ; + rdfs:label "VTClass" ; bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; bacnet:memberClass bacnet:VTClassEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:VTClassEnumerationValue a rdfs:Class ; + rdfs:label "VTClassEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . bacnet:WriteStatus a rdfs:Class ; + rdfs:label "WriteStatus" ; bacnet:memberClass bacnet:WriteStatusEnumerationValue ; rdfs:subClassOf bacnet:EnumerationKind . bacnet:WriteStatusEnumerationValue a rdfs:Class ; + rdfs:label "WriteStatusEnumerationValue" ; rdfs:subClassOf bacnet:EnumerationValue . - a owl:Ontology . - -bacnet:AbortReason-apdu-too-long a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.apdu-too-long a bacnet:AbortReasonEnumerationValue ; bacnet:name "apdu-too-long" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:AbortReason-application-exceeded-reply-time a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.application-exceeded-reply-time a bacnet:AbortReasonEnumerationValue ; bacnet:name "application-exceeded-reply-time" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:AbortReason-buffer-overflow a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.buffer-overflow a bacnet:AbortReasonEnumerationValue ; bacnet:name "buffer-overflow" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AbortReason-insufficient-security a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.insufficient-security a bacnet:AbortReasonEnumerationValue ; bacnet:name "insufficient-security" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AbortReason-invalid-apdu-in-this-state a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.invalid-apdu-in-this-state a bacnet:AbortReasonEnumerationValue ; bacnet:name "invalid-apdu-in-this-state" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AbortReason-other a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.other a bacnet:AbortReasonEnumerationValue ; bacnet:name "other" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AbortReason-out-of-resources a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.out-of-resources a bacnet:AbortReasonEnumerationValue ; bacnet:name "out-of-resources" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:AbortReason-preempted-by-higher-priority-task a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.preempted-by-higher-priority-task a bacnet:AbortReasonEnumerationValue ; bacnet:name "preempted-by-higher-priority-task" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AbortReason-security-error a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.security-error a bacnet:AbortReasonEnumerationValue ; bacnet:name "security-error" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AbortReason-segmentation-not-supported a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.segmentation-not-supported a bacnet:AbortReasonEnumerationValue ; bacnet:name "segmentation-not-supported" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AbortReason-tsm-timeout a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.tsm-timeout a bacnet:AbortReasonEnumerationValue ; bacnet:name "tsm-timeout" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:AbortReason-window-size-out-of-range a bacnet:AbortReasonEnumerationValue ; +bacnet:AbortReason.window-size-out-of-range a bacnet:AbortReasonEnumerationValue ; bacnet:name "window-size-out-of-range" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-disabled a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.disabled a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "disabled" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-disabled-damaged a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.disabled-damaged a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "disabled-damaged" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-disabled-destroyed a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.disabled-destroyed a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "disabled-destroyed" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-disabled-lost a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.disabled-lost a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "disabled-lost" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-disabled-stolen a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.disabled-stolen a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "disabled-stolen" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AccessAuthenticationFactorDisable-none a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; +bacnet:AccessAuthenticationFactorDisable.none a bacnet:AccessAuthenticationFactorDisableEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisable-disable a bacnet:AccessCredentialDisableEnumerationValue ; +bacnet:AccessCredentialDisable.disable a bacnet:AccessCredentialDisableEnumerationValue ; bacnet:name "disable" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisable-disable-lockout a bacnet:AccessCredentialDisableEnumerationValue ; +bacnet:AccessCredentialDisable.disable-lockout a bacnet:AccessCredentialDisableEnumerationValue ; bacnet:name "disable-lockout" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisable-disable-manual a bacnet:AccessCredentialDisableEnumerationValue ; +bacnet:AccessCredentialDisable.disable-manual a bacnet:AccessCredentialDisableEnumerationValue ; bacnet:name "disable-manual" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisable-none a bacnet:AccessCredentialDisableEnumerationValue ; +bacnet:AccessCredentialDisable.none a bacnet:AccessCredentialDisableEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-expired a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-expired a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-expired" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-inactivity a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-inactivity a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-inactivity" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-lockout a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-lockout a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-lockout" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-manual a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-manual a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-manual" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-max-days a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-max-days a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-max-days" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-max-uses a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-max-uses a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-max-uses" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-needs-provisioning a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-needs-provisioning a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-needs-provisioning" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-not-yet-active a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-not-yet-active a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-not-yet-active" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AccessCredentialDisableReason-disabled-unassigned a bacnet:AccessCredentialDisableReasonEnumerationValue ; +bacnet:AccessCredentialDisableReason.disabled-unassigned a bacnet:AccessCredentialDisableReasonEnumerationValue ; bacnet:name "disabled-unassigned" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-accompaniment-by a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.accompaniment-by a bacnet:AccessEventEnumerationValue ; bacnet:name "accompaniment-by" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-authentication-factor-read a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.authentication-factor-read a bacnet:AccessEventEnumerationValue ; bacnet:name "authentication-factor-read" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-authorization-delayed a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.authorization-delayed a bacnet:AccessEventEnumerationValue ; bacnet:name "authorization-delayed" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-damaged a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-damaged a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-damaged" ; bacnet:value "145"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-destroyed a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-destroyed a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-destroyed" ; bacnet:value "146"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-disabled a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-disabled a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-disabled" ; bacnet:value "147"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-error a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-error a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-error" ; bacnet:value "148"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-lost a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-lost a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-lost" ; bacnet:value "143"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-stolen a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-stolen a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-stolen" ; bacnet:value "144"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-factor-timeout a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-factor-timeout a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-factor-timeout" ; bacnet:value "131"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-authentication-unavailable a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-authentication-unavailable a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-authentication-unavailable" ; bacnet:value "130"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-disabled a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-disabled a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-disabled" ; bacnet:value "158"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-expired a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-expired a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-expired" ; bacnet:value "152"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-inactivity a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-inactivity a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-inactivity" ; bacnet:value "157"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-lockout a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-lockout a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-lockout" ; bacnet:value "154"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-manual-disable a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-manual-disable a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-manual-disable" ; bacnet:value "153"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-max-days a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-max-days a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-max-days" ; bacnet:value "155"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-max-uses a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-max-uses a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-max-uses" ; bacnet:value "156"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-not-provisioned a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-not-provisioned a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-not-provisioned" ; bacnet:value "150"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-not-yet-active a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-not-yet-active a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-not-yet-active" ; bacnet:value "151"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-credential-unassigned a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-credential-unassigned a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-credential-unassigned" ; bacnet:value "149"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-deny-all a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-deny-all a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-deny-all" ; bacnet:value "128"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-incorrect-accompaniment a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-incorrect-accompaniment a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-incorrect-accompaniment" ; bacnet:value "160"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-incorrect-authentication-factor a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-incorrect-authentication-factor a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-incorrect-authentication-factor" ; bacnet:value "132"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-lockout a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-lockout a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-lockout" ; bacnet:value "161"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-lower-occupancy-limit a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-lower-occupancy-limit a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-lower-occupancy-limit" ; bacnet:value "141"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-max-attempts a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-max-attempts a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-max-attempts" ; bacnet:value "140"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-no-access-rights a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-no-access-rights a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-no-access-rights" ; bacnet:value "135"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-no-accompaniment a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-no-accompaniment a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-no-accompaniment" ; bacnet:value "159"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-other a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-other a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-other" ; bacnet:value "164"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-out-of-time-range a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-out-of-time-range a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-out-of-time-range" ; bacnet:value "136"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-passback a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-passback a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-passback" ; bacnet:value "138"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-point-no-access-rights a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-point-no-access-rights a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-point-no-access-rights" ; bacnet:value "134"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-threat-level a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-threat-level a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-threat-level" ; bacnet:value "137"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-unexpected-location-usage a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-unexpected-location-usage a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-unexpected-location-usage" ; bacnet:value "139"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-unknown-credential a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-unknown-credential a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-unknown-credential" ; bacnet:value "129"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-upper-occupancy-limit a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-upper-occupancy-limit a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-upper-occupancy-limit" ; bacnet:value "142"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-verification-failed a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-verification-failed a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-verification-failed" ; bacnet:value "162"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-verification-timeout a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-verification-timeout a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-verification-timeout" ; bacnet:value "163"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-denied-zone-no-access-rights a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.denied-zone-no-access-rights a bacnet:AccessEventEnumerationValue ; bacnet:name "denied-zone-no-access-rights" ; bacnet:value "133"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-duress a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.duress a bacnet:AccessEventEnumerationValue ; bacnet:name "duress" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-granted a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.granted a bacnet:AccessEventEnumerationValue ; bacnet:name "granted" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-locked-by-higher-priority a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.locked-by-higher-priority a bacnet:AccessEventEnumerationValue ; bacnet:name "locked-by-higher-priority" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-lockout-max-attempts a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.lockout-max-attempts a bacnet:AccessEventEnumerationValue ; bacnet:name "lockout-max-attempts" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-lockout-other a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.lockout-other a bacnet:AccessEventEnumerationValue ; bacnet:name "lockout-other" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-lockout-relinquished a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.lockout-relinquished a bacnet:AccessEventEnumerationValue ; bacnet:name "lockout-relinquished" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-muster a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.muster a bacnet:AccessEventEnumerationValue ; bacnet:name "muster" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-no-entry-after-grant a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.no-entry-after-grant a bacnet:AccessEventEnumerationValue ; bacnet:name "no-entry-after-grant" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-none a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.none a bacnet:AccessEventEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-out-of-service a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.out-of-service a bacnet:AccessEventEnumerationValue ; bacnet:name "out-of-service" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-out-of-service-relinquished a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.out-of-service-relinquished a bacnet:AccessEventEnumerationValue ; bacnet:name "out-of-service-relinquished" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-passback-detected a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.passback-detected a bacnet:AccessEventEnumerationValue ; bacnet:name "passback-detected" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-trace a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.trace a bacnet:AccessEventEnumerationValue ; bacnet:name "trace" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AccessEvent-verification-required a bacnet:AccessEventEnumerationValue ; +bacnet:AccessEvent.verification-required a bacnet:AccessEventEnumerationValue ; bacnet:name "verification-required" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:AccessPassbackMode-hard-passback a bacnet:AccessPassbackModeEnumerationValue ; +bacnet:AccessPassbackMode.hard-passback a bacnet:AccessPassbackModeEnumerationValue ; bacnet:name "hard-passback" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessPassbackMode-passback-off a bacnet:AccessPassbackModeEnumerationValue ; +bacnet:AccessPassbackMode.passback-off a bacnet:AccessPassbackModeEnumerationValue ; bacnet:name "passback-off" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessPassbackMode-soft-passback a bacnet:AccessPassbackModeEnumerationValue ; +bacnet:AccessPassbackMode.soft-passback a bacnet:AccessPassbackModeEnumerationValue ; bacnet:name "soft-passback" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessUserType-asset a bacnet:AccessUserTypeEnumerationValue ; +bacnet:AccessUserType.asset a bacnet:AccessUserTypeEnumerationValue ; bacnet:name "asset" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessUserType-group a bacnet:AccessUserTypeEnumerationValue ; +bacnet:AccessUserType.group a bacnet:AccessUserTypeEnumerationValue ; bacnet:name "group" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessUserType-person a bacnet:AccessUserTypeEnumerationValue ; +bacnet:AccessUserType.person a bacnet:AccessUserTypeEnumerationValue ; bacnet:name "person" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-above-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.above-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "above-upper-limit" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-at-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.at-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "at-lower-limit" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-at-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.at-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "at-upper-limit" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-below-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.below-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "below-lower-limit" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-disabled a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.disabled a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "disabled" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-normal a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.normal a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AccessZoneOccupancyState-not-supported a bacnet:AccessZoneOccupancyStateEnumerationValue ; +bacnet:AccessZoneOccupancyState.not-supported a bacnet:AccessZoneOccupancyStateEnumerationValue ; bacnet:name "not-supported" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:Action-direct a bacnet:ActionEnumerationValue ; +bacnet:Action.direct a bacnet:ActionEnumerationValue ; bacnet:name "direct" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Action-reverse a bacnet:ActionEnumerationValue ; +bacnet:Action.reverse a bacnet:ActionEnumerationValue ; bacnet:name "reverse" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AssignedLandingCallsLandingCalls a bacnet:SequenceOf ; - bacnet:memberType bacnet:AssignedLandingCallsLandingCallsSequence . +bacnet:AssignedLandingCalls.LandingCalls a bacnet:SequenceOf ; + bacnet:memberType bacnet:AssignedLandingCalls.LandingCallsSequence . -bacnet:AuditLevel-audit-all a bacnet:AuditLevelEnumerationValue ; +bacnet:AuditLevel.audit-all a bacnet:AuditLevelEnumerationValue ; bacnet:name "audit-all" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuditLevel-audit-config a bacnet:AuditLevelEnumerationValue ; +bacnet:AuditLevel.audit-config a bacnet:AuditLevelEnumerationValue ; bacnet:name "audit-config" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuditLevel-default a bacnet:AuditLevelEnumerationValue ; +bacnet:AuditLevel.default a bacnet:AuditLevelEnumerationValue ; bacnet:name "default" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AuditLevel-none a bacnet:AuditLevelEnumerationValue ; +bacnet:AuditLevel.none a bacnet:AuditLevelEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . bacnet:AuditLogQueryParameters a sh:NodeShape ; - rdfs:subClassOf bacnet:Choice . + rdfs:label "AuditLogQueryParameters" ; + rdfs:subClassOf bacnet:Choice ; + sh:xone ( [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AuditLogQueryParameters.ByTarget ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:by-target ] ] [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AuditLogQueryParameters.BySource ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:by-source ] ] ) . bacnet:AuditLogRecordResult a sh:NodeShape ; + rdfs:label "AuditLogRecordResult" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:AuditLogRecord ; @@ -15555,2048 +16482,1954 @@ bacnet:AuditLogRecordResult a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:sequence-number ] . -bacnet:AuditNotification a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 255 ; - sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:invoke-id ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyReference ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-property ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:source-comment ], - [ a sh:PropertyShape ; - sh:class bacnet:Recipient ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:target-device ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-timestamp ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-priority ], - [ a sh:PropertyShape ; - sh:class bacnet:Recipient ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:source-device ], - [ a sh:PropertyShape ; - sh:class bacnet:AuditOperationEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:operation ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:source-object ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:class bacnet:Error ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:result ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 255 ; - sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:source-user-role ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-comment ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:source-timestamp ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:current-value ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:target-object ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 65535 ; - sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:source-user-id ] . - -bacnet:AuditOperation-acknowledge-alarm a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.acknowledge-alarm a bacnet:AuditOperationEnumerationValue ; bacnet:name "acknowledge-alarm" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-auditing-failure a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.auditing-failure a bacnet:AuditOperationEnumerationValue ; bacnet:name "auditing-failure" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-create a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.create a bacnet:AuditOperationEnumerationValue ; bacnet:name "create" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-delete a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.delete a bacnet:AuditOperationEnumerationValue ; bacnet:name "delete" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-device-backup a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.device-backup a bacnet:AuditOperationEnumerationValue ; bacnet:name "device-backup" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-device-disable-comm a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.device-disable-comm a bacnet:AuditOperationEnumerationValue ; bacnet:name "device-disable-comm" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-device-enable-comm a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.device-enable-comm a bacnet:AuditOperationEnumerationValue ; bacnet:name "device-enable-comm" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-device-reset a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.device-reset a bacnet:AuditOperationEnumerationValue ; bacnet:name "device-reset" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-device-restore a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.device-restore a bacnet:AuditOperationEnumerationValue ; bacnet:name "device-restore" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-general a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.general a bacnet:AuditOperationEnumerationValue ; bacnet:name "general" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-life-safety a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.life-safety a bacnet:AuditOperationEnumerationValue ; bacnet:name "life-safety" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-network-changes a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.network-changes a bacnet:AuditOperationEnumerationValue ; bacnet:name "network-changes" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-notification a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.notification a bacnet:AuditOperationEnumerationValue ; bacnet:name "notification" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-read a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.read a bacnet:AuditOperationEnumerationValue ; bacnet:name "read" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-subscription a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.subscription a bacnet:AuditOperationEnumerationValue ; bacnet:name "subscription" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:AuditOperation-write a bacnet:AuditOperationEnumerationValue ; +bacnet:AuditOperation.write a bacnet:AuditOperationEnumerationValue ; bacnet:name "write" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuditOperationFlags-acknowledge-alarm a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.acknowledge-alarm a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "5"^^xsd:nonNegativeInteger ; bacnet:name "acknowledge-alarm" . -bacnet:AuditOperationFlags-auditing-failure a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.auditing-failure a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "13"^^xsd:nonNegativeInteger ; bacnet:name "auditing-failure" . -bacnet:AuditOperationFlags-create a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.create a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "create" . -bacnet:AuditOperationFlags-delete a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.delete a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "delete" . -bacnet:AuditOperationFlags-device-backup a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.device-backup a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "9"^^xsd:nonNegativeInteger ; bacnet:name "device-backup" . -bacnet:AuditOperationFlags-device-disable-comm a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.device-disable-comm a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "6"^^xsd:nonNegativeInteger ; bacnet:name "device-disable-comm" . -bacnet:AuditOperationFlags-device-enable-comm a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.device-enable-comm a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "7"^^xsd:nonNegativeInteger ; bacnet:name "device-enable-comm" . -bacnet:AuditOperationFlags-device-reset a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.device-reset a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "8"^^xsd:nonNegativeInteger ; bacnet:name "device-reset" . -bacnet:AuditOperationFlags-device-restore a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.device-restore a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "10"^^xsd:nonNegativeInteger ; bacnet:name "device-restore" . -bacnet:AuditOperationFlags-general a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.general a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "15"^^xsd:nonNegativeInteger ; bacnet:name "general" . -bacnet:AuditOperationFlags-life-safety a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.life-safety a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "4"^^xsd:nonNegativeInteger ; bacnet:name "life-safety" . -bacnet:AuditOperationFlags-network-changes a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.network-changes a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "14"^^xsd:nonNegativeInteger ; bacnet:name "network-changes" . -bacnet:AuditOperationFlags-notification a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.notification a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "12"^^xsd:nonNegativeInteger ; bacnet:name "notification" . -bacnet:AuditOperationFlags-read a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.read a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "read" . -bacnet:AuditOperationFlags-subscription a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.subscription a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "11"^^xsd:nonNegativeInteger ; bacnet:name "subscription" . -bacnet:AuditOperationFlags-write a bacnet:AuditOperationFlagsNamedBits ; +bacnet:AuditOperationFlags.write a bacnet:AuditOperationFlagsNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "write" . -bacnet:AuthenticationFactorType-aba-track2 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.aba-track2 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "aba-track2" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-cbeff-a a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.cbeff-a a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "cbeff-a" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-cbeff-b a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.cbeff-b a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "cbeff-b" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-cbeff-c a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.cbeff-c a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "cbeff-c" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-chuid a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.chuid a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "chuid" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-chuid-full a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.chuid-full a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "chuid-full" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-custom a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.custom a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "custom" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-error a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.error a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "error" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-facility16-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.facility16-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "facility16-card32" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-facility32-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.facility32-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "facility32-card32" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-fasc-n a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.fasc-n a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "fasc-n" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-fasc-n-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.fasc-n-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "fasc-n-bcd" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-fasc-n-large a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.fasc-n-large a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "fasc-n-large" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-fasc-n-large-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.fasc-n-large-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "fasc-n-large-bcd" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-gsa75 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.gsa75 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "gsa75" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-guid a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.guid a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "guid" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-simple-alpha-numeric a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.simple-alpha-numeric a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "simple-alpha-numeric" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-simple-number16 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.simple-number16 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "simple-number16" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-simple-number32 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.simple-number32 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "simple-number32" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-simple-number56 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.simple-number56 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "simple-number56" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-undefined a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.undefined a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "undefined" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-user-password a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.user-password a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "user-password" ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-wiegand26 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.wiegand26 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "wiegand26" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-wiegand37 a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.wiegand37 a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "wiegand37" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:AuthenticationFactorType-wiegand37-facility a bacnet:AuthenticationFactorTypeEnumerationValue ; +bacnet:AuthenticationFactorType.wiegand37-facility a bacnet:AuthenticationFactorTypeEnumerationValue ; bacnet:name "wiegand37-facility" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:AuthenticationPolicyPolicy a bacnet:SequenceOf ; - bacnet:memberType bacnet:AuthenticationPolicyPolicySequence . +bacnet:AuthenticationPolicy.Policy a bacnet:SequenceOf ; + bacnet:memberType bacnet:AuthenticationPolicy.PolicySequence . -bacnet:AuthenticationStatus-disabled a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.disabled a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "disabled" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-in-progress a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.in-progress a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "in-progress" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-not-ready a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.not-ready a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "not-ready" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-ready a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.ready a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "ready" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-waiting-for-accompaniment a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.waiting-for-accompaniment a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "waiting-for-accompaniment" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-waiting-for-authentication-factor a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.waiting-for-authentication-factor a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "waiting-for-authentication-factor" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AuthenticationStatus-waiting-for-verification a bacnet:AuthenticationStatusEnumerationValue ; +bacnet:AuthenticationStatus.waiting-for-verification a bacnet:AuthenticationStatusEnumerationValue ; bacnet:name "waiting-for-verification" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-access-rights a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.access-rights a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "access-rights" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-authorization-delay a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.authorization-delay a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "authorization-delay" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-deny a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.deny a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "deny" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-lockout a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.lockout a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "lockout" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-occupancy-check a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.occupancy-check a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "occupancy-check" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-passback a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.passback a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "passback" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AuthorizationExemption-verification a bacnet:AuthorizationExemptionEnumerationValue ; +bacnet:AuthorizationExemption.verification a bacnet:AuthorizationExemptionEnumerationValue ; bacnet:name "verification" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-authorization-delayed a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.authorization-delayed a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "authorization-delayed" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-authorize a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.authorize a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "authorize" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-deny-all a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.deny-all a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "deny-all" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-grant-active a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.grant-active a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "grant-active" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-none a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.none a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "none" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:AuthorizationMode-verification-required a bacnet:AuthorizationModeEnumerationValue ; +bacnet:AuthorizationMode.verification-required a bacnet:AuthorizationModeEnumerationValue ; bacnet:name "verification-required" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:BackupState-backup-failure a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.backup-failure a bacnet:BackupStateEnumerationValue ; bacnet:name "backup-failure" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:BackupState-idle a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.idle a bacnet:BackupStateEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:BackupState-performing-a-backup a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.performing-a-backup a bacnet:BackupStateEnumerationValue ; bacnet:name "performing-a-backup" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:BackupState-performing-a-restore a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.performing-a-restore a bacnet:BackupStateEnumerationValue ; bacnet:name "performing-a-restore" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:BackupState-preparing-for-backup a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.preparing-for-backup a bacnet:BackupStateEnumerationValue ; bacnet:name "preparing-for-backup" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:BackupState-preparing-for-restore a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.preparing-for-restore a bacnet:BackupStateEnumerationValue ; bacnet:name "preparing-for-restore" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:BackupState-restore-failure a bacnet:BackupStateEnumerationValue ; +bacnet:BackupState.restore-failure a bacnet:BackupStateEnumerationValue ; bacnet:name "restore-failure" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-off a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.off a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "off" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-on a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.on a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "on" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-stop a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.stop a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "stop" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-warn a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.warn a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "warn" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-warn-off a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.warn-off a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "warn-off" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:BinaryLightingPV-warn-relinquish a bacnet:BinaryLightingPVEnumerationValue ; +bacnet:BinaryLightingPV.warn-relinquish a bacnet:BinaryLightingPVEnumerationValue ; bacnet:name "warn-relinquish" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:BinaryPV-active a bacnet:BinaryPVEnumerationValue ; +bacnet:BinaryPV.active a bacnet:BinaryPVEnumerationValue ; bacnet:name "active" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:BinaryPV-inactive a bacnet:BinaryPVEnumerationValue ; +bacnet:BinaryPV.inactive a bacnet:BinaryPVEnumerationValue ; bacnet:name "inactive" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecifications a bacnet:SequenceOf ; - bacnet:memberType bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequence . +bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecifications a bacnet:SequenceOf ; + bacnet:memberType bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence . -bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequenceListOfCovReferences a bacnet:SequenceOf ; - bacnet:memberType bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence . +bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferences a bacnet:SequenceOf ; + bacnet:memberType bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence . -bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotifications a bacnet:SequenceOf ; - bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence . +bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotifications a bacnet:SequenceOf ; + bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence . -bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValues a bacnet:SequenceOf ; - bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence . +bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValues a bacnet:SequenceOf ; + bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence . -bacnet:ConfirmedServiceChoice-acknowledge-alarm a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.acknowledge-alarm a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "acknowledge-alarm" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-add-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.add-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "add-list-element" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-atomic-read-file a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.atomic-read-file a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "atomic-read-file" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-atomic-write-file a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.atomic-write-file a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "atomic-write-file" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-confirmed-cov-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.confirmed-cov-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "confirmed-cov-notification" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-confirmed-cov-notification-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.confirmed-cov-notification-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "confirmed-cov-notification-multiple" ; bacnet:value "31"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-confirmed-event-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.confirmed-event-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "confirmed-event-notification" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-confirmed-private-transfer a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.confirmed-private-transfer a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "confirmed-private-transfer" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-confirmed-text-message a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.confirmed-text-message a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "confirmed-text-message" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-create-object a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.create-object a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "create-object" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-delete-object a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.delete-object a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "delete-object" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-device-communication-control a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.device-communication-control a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "device-communication-control" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-get-alarm-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.get-alarm-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "get-alarm-summary" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-get-enrollment-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.get-enrollment-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "get-enrollment-summary" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-get-event-information a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.get-event-information a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "get-event-information" ; bacnet:value "29"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-life-safety-operation a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.life-safety-operation a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "life-safety-operation" ; bacnet:value "27"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-read-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.read-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "read-property" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-read-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.read-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "read-property-multiple" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-read-range a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.read-range a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "read-range" ; bacnet:value "26"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-reinitialize-device a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.reinitialize-device a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "reinitialize-device" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-remove-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.remove-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "remove-list-element" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-subscribe-cov a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.subscribe-cov a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "subscribe-cov" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-subscribe-cov-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.subscribe-cov-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "subscribe-cov-property" ; bacnet:value "28"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-subscribe-cov-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.subscribe-cov-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "subscribe-cov-property-multiple" ; bacnet:value "30"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-vt-close a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.vt-close a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "vt-close" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-vt-data a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.vt-data a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "vt-data" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-vt-open a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.vt-open a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "vt-open" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-write-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.write-property a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "write-property" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:ConfirmedServiceChoice-write-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; +bacnet:ConfirmedServiceChoice.write-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ; bacnet:name "write-property-multiple" ; bacnet:value "16"^^xsd:nonNegativeInteger . bacnet:CreateObjectACK a bacnet:ObjectIdentifier . -bacnet:DaysOfWeek-friday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.friday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "4"^^xsd:nonNegativeInteger ; bacnet:name "friday" . -bacnet:DaysOfWeek-monday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.monday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "monday" . -bacnet:DaysOfWeek-saturday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.saturday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "5"^^xsd:nonNegativeInteger ; bacnet:name "saturday" . -bacnet:DaysOfWeek-sunday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.sunday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "6"^^xsd:nonNegativeInteger ; bacnet:name "sunday" . -bacnet:DaysOfWeek-thursday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.thursday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "thursday" . -bacnet:DaysOfWeek-tuesday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.tuesday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "tuesday" . -bacnet:DaysOfWeek-wednesday a bacnet:DaysOfWeekNamedBits ; +bacnet:DaysOfWeek.wednesday a bacnet:DaysOfWeekNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "wednesday" . -bacnet:DeviceStatus-backup-in-progress a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.backup-in-progress a bacnet:DeviceStatusEnumerationValue ; bacnet:name "backup-in-progress" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:DeviceStatus-download-in-progress a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.download-in-progress a bacnet:DeviceStatusEnumerationValue ; bacnet:name "download-in-progress" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:DeviceStatus-download-required a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.download-required a bacnet:DeviceStatusEnumerationValue ; bacnet:name "download-required" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:DeviceStatus-non-operational a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.non-operational a bacnet:DeviceStatusEnumerationValue ; bacnet:name "non-operational" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:DeviceStatus-operational a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.operational a bacnet:DeviceStatusEnumerationValue ; bacnet:name "operational" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:DeviceStatus-operational-read-only a bacnet:DeviceStatusEnumerationValue ; +bacnet:DeviceStatus.operational-read-only a bacnet:DeviceStatusEnumerationValue ; bacnet:name "operational-read-only" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-alarm a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.alarm a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "alarm" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-door-fault a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.door-fault a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "door-fault" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-door-open-too-long a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.door-open-too-long a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "door-open-too-long" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-egress-open a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.egress-open a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "egress-open" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-forced-open a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.forced-open a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "forced-open" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-free-access a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.free-access a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "free-access" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-lock-down a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.lock-down a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "lock-down" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-normal a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.normal a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:DoorAlarmState-tamper a bacnet:DoorAlarmStateEnumerationValue ; +bacnet:DoorAlarmState.tamper a bacnet:DoorAlarmStateEnumerationValue ; bacnet:name "tamper" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:DoorSecuredStatus-secured a bacnet:DoorSecuredStatusEnumerationValue ; +bacnet:DoorSecuredStatus.secured a bacnet:DoorSecuredStatusEnumerationValue ; bacnet:name "secured" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:DoorSecuredStatus-unknown a bacnet:DoorSecuredStatusEnumerationValue ; +bacnet:DoorSecuredStatus.unknown a bacnet:DoorSecuredStatusEnumerationValue ; bacnet:name "unknown" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:DoorSecuredStatus-unsecured a bacnet:DoorSecuredStatusEnumerationValue ; +bacnet:DoorSecuredStatus.unsecured a bacnet:DoorSecuredStatusEnumerationValue ; bacnet:name "unsecured" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-closed a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.closed a bacnet:DoorStatusEnumerationValue ; bacnet:name "closed" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-closing a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.closing a bacnet:DoorStatusEnumerationValue ; bacnet:name "closing" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-door-fault a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.door-fault a bacnet:DoorStatusEnumerationValue ; bacnet:name "door-fault" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-limited-opened a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.limited-opened a bacnet:DoorStatusEnumerationValue ; bacnet:name "limited-opened" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-none a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.none a bacnet:DoorStatusEnumerationValue ; bacnet:name "none" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-opened a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.opened a bacnet:DoorStatusEnumerationValue ; bacnet:name "opened" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-opening a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.opening a bacnet:DoorStatusEnumerationValue ; bacnet:name "opening" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-safety-locked a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.safety-locked a bacnet:DoorStatusEnumerationValue ; bacnet:name "safety-locked" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-unknown a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.unknown a bacnet:DoorStatusEnumerationValue ; bacnet:name "unknown" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:DoorStatus-unused a bacnet:DoorStatusEnumerationValue ; +bacnet:DoorStatus.unused a bacnet:DoorStatusEnumerationValue ; bacnet:name "unused" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:DoorValue-extended-pulse-unlock a bacnet:DoorValueEnumerationValue ; +bacnet:DoorValue.extended-pulse-unlock a bacnet:DoorValueEnumerationValue ; bacnet:name "extended-pulse-unlock" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:DoorValue-lock a bacnet:DoorValueEnumerationValue ; +bacnet:DoorValue.lock a bacnet:DoorValueEnumerationValue ; bacnet:name "lock" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:DoorValue-pulse-unlock a bacnet:DoorValueEnumerationValue ; +bacnet:DoorValue.pulse-unlock a bacnet:DoorValueEnumerationValue ; bacnet:name "pulse-unlock" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:DoorValue-unlock a bacnet:DoorValueEnumerationValue ; +bacnet:DoorValue.unlock a bacnet:DoorValueEnumerationValue ; bacnet:name "unlock" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ampere-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ampere-seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ampere-seconds" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ampere-square-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ampere-square-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ampere-square-hours" ; bacnet:value "246"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ampere-square-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ampere-square-meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ampere-square-meters" ; bacnet:value "169"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-amperes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.amperes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "amperes" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-amperes-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.amperes-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "amperes-per-meter" ; bacnet:value "167"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-amperes-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.amperes-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "amperes-per-square-meter" ; bacnet:value "168"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-bars a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.bars a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "bars" ; bacnet:value "55"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-becquerels a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.becquerels a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "becquerels" ; bacnet:value "222"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-btus a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.btus a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "btus" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "btus-per-hour" ; bacnet:value "50"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-btus-per-pound a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.btus-per-pound a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "btus-per-pound" ; bacnet:value "117"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-btus-per-pound-dry-air a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.btus-per-pound-dry-air a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "btus-per-pound-dry-air" ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-candelas a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.candelas a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "candelas" ; bacnet:value "179"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-candelas-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.candelas-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "candelas-per-square-meter" ; bacnet:value "180"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-centimeters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.centimeters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "centimeters" ; bacnet:value "118"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-centimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.centimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "centimeters-of-mercury" ; bacnet:value "60"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-centimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.centimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "centimeters-of-water" ; bacnet:value "57"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-feet a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-feet a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-feet" ; bacnet:value "79"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-feet-per-day" ; bacnet:value "248"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-feet-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-feet-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-feet-per-hour" ; bacnet:value "191"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-feet-per-minute" ; bacnet:value "84"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-feet-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-feet-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-feet-per-second" ; bacnet:value "142"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-meters" ; bacnet:value "80"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-meters-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-meters-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-meters-per-day" ; bacnet:value "249"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-meters-per-hour" ; bacnet:value "135"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-meters-per-minute" ; bacnet:value "165"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cubic-meters-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cubic-meters-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cubic-meters-per-second" ; bacnet:value "85"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency1 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency1 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency1" ; bacnet:value "105"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency10 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency10 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency10" ; bacnet:value "114"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency2 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency2 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency2" ; bacnet:value "106"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency3 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency3 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency3" ; bacnet:value "107"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency4 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency4 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency4" ; bacnet:value "108"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency5 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency5 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency5" ; bacnet:value "109"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency6 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency6 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency6" ; bacnet:value "110"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency7 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency7 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency7" ; bacnet:value "111"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency8 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency8 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency8" ; bacnet:value "112"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-currency9 a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.currency9 a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "currency9" ; bacnet:value "113"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cycles-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cycles-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cycles-per-hour" ; bacnet:value "25"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-cycles-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.cycles-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "cycles-per-minute" ; bacnet:value "26"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-days a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.days a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "days" ; bacnet:value "70"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-decibels a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.decibels a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "decibels" ; bacnet:value "199"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-decibels-a a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.decibels-a a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "decibels-a" ; bacnet:value "232"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-decibels-millivolt a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.decibels-millivolt a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "decibels-millivolt" ; bacnet:value "200"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-decibels-volt a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.decibels-volt a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "decibels-volt" ; bacnet:value "201"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degree-days-celsius a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degree-days-celsius a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degree-days-celsius" ; bacnet:value "65"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degree-days-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degree-days-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degree-days-fahrenheit" ; bacnet:value "66"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-angular a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-angular a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-angular" ; bacnet:value "90"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-celsius a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-celsius a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-celsius" ; bacnet:value "62"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-celsius-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-celsius-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-celsius-per-hour" ; bacnet:value "91"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-celsius-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-celsius-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-celsius-per-minute" ; bacnet:value "92"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-fahrenheit" ; bacnet:value "64"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-fahrenheit-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-fahrenheit-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-fahrenheit-per-hour" ; bacnet:value "93"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-fahrenheit-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-fahrenheit-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-fahrenheit-per-minute" ; bacnet:value "94"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-kelvin" ; bacnet:value "63"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-kelvin-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-kelvin-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-kelvin-per-hour" ; bacnet:value "181"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-kelvin-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-kelvin-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-kelvin-per-minute" ; bacnet:value "182"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-degrees-phase a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.degrees-phase a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "degrees-phase" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-delta-degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.delta-degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "delta-degrees-fahrenheit" ; bacnet:value "120"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-delta-degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.delta-degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "delta-degrees-kelvin" ; bacnet:value "121"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-farads a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.farads a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "farads" ; bacnet:value "170"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-feet a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.feet a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "feet" ; bacnet:value "33"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "feet-per-minute" ; bacnet:value "77"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-feet-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.feet-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "feet-per-second" ; bacnet:value "76"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-foot-candles a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.foot-candles a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "foot-candles" ; bacnet:value "38"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams" ; bacnet:value "195"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-of-water-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-of-water-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-of-water-per-kilogram-dry-air" ; bacnet:value "28"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-cubic-centimeter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-cubic-centimeter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-cubic-centimeter" ; bacnet:value "221"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-cubic-meter" ; bacnet:value "217"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-gram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-gram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-gram" ; bacnet:value "208"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-kilogram" ; bacnet:value "210"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-liter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-liter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-liter" ; bacnet:value "214"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-milliliter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-milliliter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-milliliter" ; bacnet:value "213"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-minute" ; bacnet:value "155"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-second" ; bacnet:value "154"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-grams-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.grams-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "grams-per-square-meter" ; bacnet:value "235"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-gray a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.gray a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "gray" ; bacnet:value "225"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-hectopascals a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.hectopascals a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "hectopascals" ; bacnet:value "133"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-henrys a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.henrys a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "henrys" ; bacnet:value "171"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-hertz a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.hertz a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "hertz" ; bacnet:value "27"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-horsepower a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.horsepower a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "horsepower" ; bacnet:value "51"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "hours" ; bacnet:value "71"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-hundredths-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.hundredths-seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "hundredths-seconds" ; bacnet:value "158"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-imperial-gallons a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.imperial-gallons a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "imperial-gallons" ; bacnet:value "81"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-imperial-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.imperial-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "imperial-gallons-per-minute" ; bacnet:value "86"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-inches a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.inches a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "inches" ; bacnet:value "32"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-inches-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.inches-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "inches-of-mercury" ; bacnet:value "61"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-inches-of-water a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.inches-of-water a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "inches-of-water" ; bacnet:value "58"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joule-per-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joule-per-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joule-per-hours" ; bacnet:value "247"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joule-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joule-seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joule-seconds" ; bacnet:value "183"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joules a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joules a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joules" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joules-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joules-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joules-per-cubic-meter" ; bacnet:value "251"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joules-per-degree-kelvin" ; bacnet:value "127"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joules-per-kilogram-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joules-per-kilogram-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joules-per-kilogram-degree-kelvin" ; bacnet:value "128"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-joules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.joules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "joules-per-kilogram-dry-air" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilo-btus a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilo-btus a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilo-btus" ; bacnet:value "147"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilo-btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilo-btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilo-btus-per-hour" ; bacnet:value "157"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilobecquerels a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilobecquerels a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilobecquerels" ; bacnet:value "223"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms" ; bacnet:value "39"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms-per-cubic-meter" ; bacnet:value "186"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms-per-hour" ; bacnet:value "44"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms-per-kilogram" ; bacnet:value "209"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms-per-minute" ; bacnet:value "43"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilograms-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilograms-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilograms-per-second" ; bacnet:value "42"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilohertz a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilohertz a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilohertz" ; bacnet:value "129"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilohms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilohms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilohms" ; bacnet:value "122"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilojoules a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilojoules a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilojoules" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilojoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilojoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilojoules-per-degree-kelvin" ; bacnet:value "151"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilojoules-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilojoules-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilojoules-per-kilogram" ; bacnet:value "125"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilojoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilojoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilojoules-per-kilogram-dry-air" ; bacnet:value "149"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilometers a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilometers a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilometers" ; bacnet:value "193"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilometers-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilometers-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilometers-per-hour" ; bacnet:value "75"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilopascals a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilopascals a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilopascals" ; bacnet:value "54"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilovolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilovolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilovolt-ampere-hours" ; bacnet:value "240"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilovolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilovolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilovolt-ampere-hours-reactive" ; bacnet:value "243"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilovolt-amperes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilovolt-amperes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilovolt-amperes" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilovolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilovolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilovolt-amperes-reactive" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilovolts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilovolts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilovolts" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilowatt-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilowatt-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilowatt-hours" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilowatt-hours-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilowatt-hours-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilowatt-hours-per-square-foot" ; bacnet:value "138"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilowatt-hours-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilowatt-hours-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilowatt-hours-per-square-meter" ; bacnet:value "137"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilowatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilowatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilowatt-hours-reactive" ; bacnet:value "204"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-kilowatts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.kilowatts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "kilowatts" ; bacnet:value "48"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-liters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.liters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "liters" ; bacnet:value "82"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-liters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.liters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "liters-per-hour" ; bacnet:value "136"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-liters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.liters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "liters-per-minute" ; bacnet:value "88"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-liters-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.liters-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "liters-per-second" ; bacnet:value "87"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-lumens a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.lumens a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "lumens" ; bacnet:value "36"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-luxes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.luxes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "luxes" ; bacnet:value "37"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-mega-btus a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.mega-btus a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "mega-btus" ; bacnet:value "148"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megabecquerels a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megabecquerels a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megabecquerels" ; bacnet:value "224"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megahertz a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megahertz a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megahertz" ; bacnet:value "130"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megajoules a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megajoules a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megajoules" ; bacnet:value "126"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megajoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megajoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megajoules-per-degree-kelvin" ; bacnet:value "152"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megajoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megajoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megajoules-per-kilogram-dry-air" ; bacnet:value "150"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megajoules-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megajoules-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megajoules-per-square-foot" ; bacnet:value "140"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megajoules-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megajoules-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megajoules-per-square-meter" ; bacnet:value "139"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megavolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megavolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megavolt-ampere-hours" ; bacnet:value "241"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megavolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megavolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megavolt-ampere-hours-reactive" ; bacnet:value "244"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megavolt-amperes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megavolt-amperes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megavolt-amperes" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megavolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megavolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megavolt-amperes-reactive" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megavolts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megavolts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megavolts" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megawatt-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megawatt-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megawatt-hours" ; bacnet:value "146"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megawatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megawatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megawatt-hours-reactive" ; bacnet:value "205"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megawatts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megawatts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megawatts" ; bacnet:value "49"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-megohms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.megohms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "megohms" ; bacnet:value "123"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "meters" ; bacnet:value "31"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "meters-per-hour" ; bacnet:value "164"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "meters-per-minute" ; bacnet:value "163"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-meters-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.meters-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "meters-per-second" ; bacnet:value "74"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-meters-per-second-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.meters-per-second-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "meters-per-second-per-second" ; bacnet:value "166"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-micrograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.micrograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "micrograms-per-cubic-meter" ; bacnet:value "219"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-micrograms-per-liter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.micrograms-per-liter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "micrograms-per-liter" ; bacnet:value "216"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-microgray a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.microgray a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "microgray" ; bacnet:value "227"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-micrometers a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.micrometers a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "micrometers" ; bacnet:value "194"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-microsiemens a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.microsiemens a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "microsiemens" ; bacnet:value "190"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-microsieverts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.microsieverts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "microsieverts" ; bacnet:value "230"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-microsieverts-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.microsieverts-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "microsieverts-per-hour" ; bacnet:value "231"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-miles-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.miles-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "miles-per-hour" ; bacnet:value "78"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliamperes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliamperes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliamperes" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millibars a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millibars a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millibars" ; bacnet:value "134"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligrams a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligrams a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligrams" ; bacnet:value "196"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligrams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligrams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligrams-per-cubic-meter" ; bacnet:value "218"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligrams-per-gram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligrams-per-gram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligrams-per-gram" ; bacnet:value "211"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligrams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligrams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligrams-per-kilogram" ; bacnet:value "212"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligrams-per-liter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligrams-per-liter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligrams-per-liter" ; bacnet:value "215"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milligray a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milligray a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milligray" ; bacnet:value "226"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliliters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliliters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliliters" ; bacnet:value "197"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliliters-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliliters-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliliters-per-second" ; bacnet:value "198"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millimeters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millimeters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millimeters" ; bacnet:value "30"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millimeters-of-mercury" ; bacnet:value "59"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millimeters-of-water" ; bacnet:value "206"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millimeters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millimeters-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millimeters-per-minute" ; bacnet:value "162"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millimeters-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millimeters-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millimeters-per-second" ; bacnet:value "161"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliohms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliohms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliohms" ; bacnet:value "145"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-million-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.million-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "million-standard-cubic-feet-per-day" ; bacnet:value "47809"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-million-standard-cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.million-standard-cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "million-standard-cubic-feet-per-minute" ; bacnet:value "254"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millirems a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millirems a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millirems" ; bacnet:value "47814"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millirems-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millirems-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millirems-per-hour" ; bacnet:value "47815"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliseconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliseconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliseconds" ; bacnet:value "159"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millisiemens a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millisiemens a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millisiemens" ; bacnet:value "202"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millisieverts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millisieverts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millisieverts" ; bacnet:value "229"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-millivolts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.millivolts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "millivolts" ; bacnet:value "124"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-milliwatts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.milliwatts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "milliwatts" ; bacnet:value "132"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-minutes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.minutes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "minutes" ; bacnet:value "72"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-minutes-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.minutes-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "minutes-per-degree-kelvin" ; bacnet:value "236"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-mole-percent a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.mole-percent a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "mole-percent" ; bacnet:value "252"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-months a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.months a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "months" ; bacnet:value "68"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-nanograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.nanograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "nanograms-per-cubic-meter" ; bacnet:value "220"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-nephelometric-turbidity-unit a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.nephelometric-turbidity-unit a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "nephelometric-turbidity-unit" ; bacnet:value "233"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-newton a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.newton a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "newton" ; bacnet:value "153"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-newton-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.newton-meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "newton-meters" ; bacnet:value "160"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-newton-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.newton-seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "newton-seconds" ; bacnet:value "187"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-newtons-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.newtons-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "newtons-per-meter" ; bacnet:value "188"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-no-units a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.no-units a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "no-units" ; bacnet:value "95"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ohm-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ohm-meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ohm-meters" ; bacnet:value "172"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ohms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ohms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ohms" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ohms-meter-squared-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ohms-meter-squared-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ohms-meter-squared-per-meter" ; bacnet:value "237"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pH a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pH a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pH" ; bacnet:value "234"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-parts-per-billion a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.parts-per-billion a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "parts-per-billion" ; bacnet:value "97"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-parts-per-million a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.parts-per-million a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "parts-per-million" ; bacnet:value "96"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pascal-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pascal-seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pascal-seconds" ; bacnet:value "253"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pascals a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pascals a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pascals" ; bacnet:value "53"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "per-hour" ; bacnet:value "131"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-per-mille a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.per-mille a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "per-mille" ; bacnet:value "207"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "per-minute" ; bacnet:value "100"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "per-second" ; bacnet:value "101"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-percent a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.percent a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "percent" ; bacnet:value "98"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-percent-obscuration-per-foot a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.percent-obscuration-per-foot a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "percent-obscuration-per-foot" ; bacnet:value "143"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-percent-obscuration-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.percent-obscuration-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "percent-obscuration-per-meter" ; bacnet:value "144"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-percent-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.percent-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "percent-per-second" ; bacnet:value "99"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-percent-relative-humidity a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.percent-relative-humidity a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "percent-relative-humidity" ; bacnet:value "29"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-force-per-square-inch a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-force-per-square-inch a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-force-per-square-inch" ; bacnet:value "56"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-mass a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-mass a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-mass" ; bacnet:value "40"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-mass-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-mass-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-mass-per-day" ; bacnet:value "47812"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-mass-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-mass-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-mass-per-hour" ; bacnet:value "46"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-mass-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-mass-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-mass-per-minute" ; bacnet:value "45"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-pounds-mass-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.pounds-mass-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "pounds-mass-per-second" ; bacnet:value "119"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-power-factor a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.power-factor a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "power-factor" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-psi-per-degree-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.psi-per-degree-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "psi-per-degree-fahrenheit" ; bacnet:value "102"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-radians a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.radians a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "radians" ; bacnet:value "103"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-radians-per-second a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.radians-per-second a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "radians-per-second" ; bacnet:value "184"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-revolutions-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.revolutions-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "revolutions-per-minute" ; bacnet:value "104"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-seconds a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.seconds a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "seconds" ; bacnet:value "73"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-siemens a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.siemens a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "siemens" ; bacnet:value "173"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-siemens-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.siemens-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "siemens-per-meter" ; bacnet:value "174"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-sieverts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.sieverts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "sieverts" ; bacnet:value "228"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-square-centimeters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.square-centimeters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "square-centimeters" ; bacnet:value "116"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-square-feet a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.square-feet a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "square-feet" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-square-inches a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.square-inches a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "square-inches" ; bacnet:value "115"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-square-meters a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.square-meters a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "square-meters" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-square-meters-per-newton a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.square-meters-per-newton a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "square-meters-per-newton" ; bacnet:value "185"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "standard-cubic-feet-per-day" ; bacnet:value "47808"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-teslas a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.teslas a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "teslas" ; bacnet:value "175"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-therms a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.therms a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "therms" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-thousand-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.thousand-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "thousand-cubic-feet-per-day" ; bacnet:value "47810"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-thousand-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.thousand-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "thousand-standard-cubic-feet-per-day" ; bacnet:value "47811"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-ton-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.ton-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "ton-hours" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-tons a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.tons a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "tons" ; bacnet:value "41"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-tons-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.tons-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "tons-per-hour" ; bacnet:value "156"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-tons-refrigeration a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.tons-refrigeration a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "tons-refrigeration" ; bacnet:value "52"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-us-gallons a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.us-gallons a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "us-gallons" ; bacnet:value "83"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-us-gallons-per-hour a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.us-gallons-per-hour a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "us-gallons-per-hour" ; bacnet:value "192"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-us-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.us-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "us-gallons-per-minute" ; bacnet:value "89"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volt-ampere-hours" ; bacnet:value "239"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volt-ampere-hours-reactive" ; bacnet:value "242"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volt-amperes a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volt-amperes a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volt-amperes" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volt-amperes-reactive" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volt-square-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volt-square-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volt-square-hours" ; bacnet:value "245"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volts" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volts-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volts-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volts-per-degree-kelvin" ; bacnet:value "176"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-volts-per-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.volts-per-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "volts-per-meter" ; bacnet:value "177"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watt-hours a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watt-hours a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watt-hours" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watt-hours-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watt-hours-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watt-hours-per-cubic-meter" ; bacnet:value "250"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watt-hours-reactive" ; bacnet:value "203"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watts a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watts a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watts" ; bacnet:value "47"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watts-per-meter-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watts-per-meter-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watts-per-meter-per-degree-kelvin" ; bacnet:value "189"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watts-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watts-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watts-per-square-foot" ; bacnet:value "34"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watts-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watts-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watts-per-square-meter" ; bacnet:value "35"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-watts-per-square-meter-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.watts-per-square-meter-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "watts-per-square-meter-degree-kelvin" ; bacnet:value "141"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-webers a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.webers a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "webers" ; bacnet:value "178"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-weeks a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.weeks a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "weeks" ; bacnet:value "69"^^xsd:nonNegativeInteger . -bacnet:EngineeringUnits-years a bacnet:EngineeringUnitsEnumerationValue ; +bacnet:EngineeringUnits.years a bacnet:EngineeringUnitsEnumerationValue ; bacnet:name "years" ; bacnet:value "67"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-comb-plate-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.comb-plate-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "comb-plate-fault" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-controller-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.controller-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "controller-fault" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-controller-supply-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.controller-supply-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "controller-supply-fault" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-drive-and-motor-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.drive-and-motor-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "drive-and-motor-fault" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-drive-temperature-exceeded a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.drive-temperature-exceeded a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "drive-temperature-exceeded" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-mechanical-component-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.mechanical-component-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "mechanical-component-fault" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-overspeed-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.overspeed-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "overspeed-fault" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-power-supply-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.power-supply-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "power-supply-fault" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EscalatorFault-safety-device-fault a bacnet:EscalatorFaultEnumerationValue ; +bacnet:EscalatorFault.safety-device-fault a bacnet:EscalatorFaultEnumerationValue ; bacnet:name "safety-device-fault" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-down a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.down a bacnet:EscalatorModeEnumerationValue ; bacnet:name "down" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-inspection a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.inspection a bacnet:EscalatorModeEnumerationValue ; bacnet:name "inspection" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-out-of-service a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.out-of-service a bacnet:EscalatorModeEnumerationValue ; bacnet:name "out-of-service" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-stop a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.stop a bacnet:EscalatorModeEnumerationValue ; bacnet:name "stop" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-unknown a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.unknown a bacnet:EscalatorModeEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EscalatorMode-up a bacnet:EscalatorModeEnumerationValue ; +bacnet:EscalatorMode.up a bacnet:EscalatorModeEnumerationValue ; bacnet:name "up" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-down-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.down-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "down-rated-speed" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-down-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.down-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "down-reduced-speed" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-stopped a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.stopped a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "stopped" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-unknown a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.unknown a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-up-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.up-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "up-rated-speed" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EscalatorOperationDirection-up-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; +bacnet:EscalatorOperationDirection.up-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ; bacnet:name "up-reduced-speed" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EventParameterExtendedParameters a bacnet:SequenceOf ; - bacnet:memberType bacnet:EventParameterExtendedParametersChoice . +bacnet:EventParameter.Extended.Parameters a bacnet:SequenceOf ; + bacnet:memberType bacnet:EventParameter.Extended.ParametersChoice . -bacnet:EventState-fault a bacnet:EventStateEnumerationValue ; +bacnet:EventState.fault a bacnet:EventStateEnumerationValue ; bacnet:name "fault" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EventState-high-limit a bacnet:EventStateEnumerationValue ; +bacnet:EventState.high-limit a bacnet:EventStateEnumerationValue ; bacnet:name "high-limit" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EventState-life-safety-alarm a bacnet:EventStateEnumerationValue ; +bacnet:EventState.life-safety-alarm a bacnet:EventStateEnumerationValue ; bacnet:name "life-safety-alarm" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EventState-low-limit a bacnet:EventStateEnumerationValue ; +bacnet:EventState.low-limit a bacnet:EventStateEnumerationValue ; bacnet:name "low-limit" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EventState-normal a bacnet:EventStateEnumerationValue ; +bacnet:EventState.normal a bacnet:EventStateEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EventState-offnormal a bacnet:EventStateEnumerationValue ; +bacnet:EventState.offnormal a bacnet:EventStateEnumerationValue ; bacnet:name "offnormal" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EventTransitionBits-to-fault a bacnet:EventTransitionBitsNamedBits ; +bacnet:EventTransitionBits.to-fault a bacnet:EventTransitionBitsNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "to-fault" . -bacnet:EventTransitionBits-to-normal a bacnet:EventTransitionBitsNamedBits ; +bacnet:EventTransitionBits.to-normal a bacnet:EventTransitionBitsNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "to-normal" . -bacnet:EventTransitionBits-to-offnormal a bacnet:EventTransitionBitsNamedBits ; +bacnet:EventTransitionBits.to-offnormal a bacnet:EventTransitionBitsNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "to-offnormal" . -bacnet:EventType-access-event a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.access-event a bacnet:EventTypeEnumerationValue ; bacnet:name "access-event" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:EventType-buffer-ready a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.buffer-ready a bacnet:EventTypeEnumerationValue ; bacnet:name "buffer-ready" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-bitstring a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-bitstring a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-bitstring" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-characterstring a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-characterstring a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-characterstring" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-discrete-value a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-discrete-value a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-discrete-value" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-life-safety a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-life-safety a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-life-safety" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-reliability a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-reliability a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-reliability" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-state a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-state a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-state" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-status-flags a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-status-flags a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-status-flags" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-timer a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-timer a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-timer" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:EventType-change-of-value a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.change-of-value a bacnet:EventTypeEnumerationValue ; bacnet:name "change-of-value" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:EventType-command-failure a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.command-failure a bacnet:EventTypeEnumerationValue ; bacnet:name "command-failure" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:EventType-double-out-of-range a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.double-out-of-range a bacnet:EventTypeEnumerationValue ; bacnet:name "double-out-of-range" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:EventType-extended a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.extended a bacnet:EventTypeEnumerationValue ; bacnet:name "extended" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:EventType-floating-limit a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.floating-limit a bacnet:EventTypeEnumerationValue ; bacnet:name "floating-limit" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:EventType-none a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.none a bacnet:EventTypeEnumerationValue ; bacnet:name "none" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:EventType-out-of-range a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.out-of-range a bacnet:EventTypeEnumerationValue ; bacnet:name "out-of-range" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:EventType-signed-out-of-range a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.signed-out-of-range a bacnet:EventTypeEnumerationValue ; bacnet:name "signed-out-of-range" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:EventType-unsigned-out-of-range a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.unsigned-out-of-range a bacnet:EventTypeEnumerationValue ; bacnet:name "unsigned-out-of-range" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:EventType-unsigned-range a bacnet:EventTypeEnumerationValue ; +bacnet:EventType.unsigned-range a bacnet:EventTypeEnumerationValue ; bacnet:name "unsigned-range" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:FaultParameterFaultExtendedParameters a bacnet:SequenceOf ; - bacnet:memberType bacnet:FaultParameterFaultExtendedParametersChoice . +bacnet:FaultParameter.FaultExtended.Parameters a bacnet:SequenceOf ; + bacnet:memberType bacnet:FaultParameter.FaultExtended.ParametersChoice . -bacnet:FaultType-fault-characterstring a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-characterstring a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-characterstring" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-extended a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-extended a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-extended" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-life-safety a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-life-safety a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-life-safety" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-listed a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-listed a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-listed" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-out-of-range a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-out-of-range a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-out-of-range" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-state a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-state a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-state" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:FaultType-fault-status-flags a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.fault-status-flags a bacnet:FaultTypeEnumerationValue ; bacnet:name "fault-status-flags" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:FaultType-none a bacnet:FaultTypeEnumerationValue ; +bacnet:FaultType.none a bacnet:FaultTypeEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:FileAccessMethod-record-access a bacnet:FileAccessMethodEnumerationValue ; +bacnet:FileAccessMethod.record-access a bacnet:FileAccessMethodEnumerationValue ; bacnet:name "record-access" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:FileAccessMethod-stream-access a bacnet:FileAccessMethodEnumerationValue ; +bacnet:FileAccessMethod.stream-access a bacnet:FileAccessMethodEnumerationValue ; bacnet:name "stream-access" ; bacnet:value "1"^^xsd:nonNegativeInteger . @@ -17606,816 +18439,819 @@ bacnet:GetAlarmSummaryACK a bacnet:SequenceOf ; bacnet:GetEnrollmentSummaryACK a bacnet:SequenceOf ; bacnet:memberType bacnet:GetEnrollmentSummaryACKSequence . -bacnet:GetEventInformationACKListOfEventSummaries a bacnet:SequenceOf ; - bacnet:memberType bacnet:GetEventInformationACKListOfEventSummariesSequence . +bacnet:GetEventInformationACK.ListOfEventSummaries a bacnet:SequenceOf ; + bacnet:memberType bacnet:GetEventInformationACK.ListOfEventSummariesSequence . -bacnet:IPMode-bbmd a bacnet:IPModeEnumerationValue ; +bacnet:IPMode.bbmd a bacnet:IPModeEnumerationValue ; bacnet:name "bbmd" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:IPMode-foreign a bacnet:IPModeEnumerationValue ; +bacnet:IPMode.foreign a bacnet:IPModeEnumerationValue ; bacnet:name "foreign" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:IPMode-normal a bacnet:IPModeEnumerationValue ; +bacnet:IPMode.normal a bacnet:IPModeEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LandingDoorStatusLandingDoors a bacnet:SequenceOf ; - bacnet:memberType bacnet:LandingDoorStatusLandingDoorsSequence . +bacnet:LandingDoorStatus.LandingDoors a bacnet:SequenceOf ; + bacnet:memberType bacnet:LandingDoorStatus.LandingDoorsSequence . -bacnet:LifeSafetyMode-armed a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.armed a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "armed" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-automatic-release-disabled a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.automatic-release-disabled a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "automatic-release-disabled" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-default a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.default a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "default" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-disabled a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.disabled a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "disabled" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-disarmed a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.disarmed a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "disarmed" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-disconnected a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.disconnected a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "disconnected" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-enabled a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.enabled a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "enabled" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-fast a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.fast a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "fast" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-manned a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.manned a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "manned" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-off a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.off a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "off" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-on a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.on a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "on" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-prearmed a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.prearmed a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "prearmed" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-slow a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.slow a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "slow" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-test a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.test a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "test" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyMode-unmanned a bacnet:LifeSafetyModeEnumerationValue ; +bacnet:LifeSafetyMode.unmanned a bacnet:LifeSafetyModeEnumerationValue ; bacnet:name "unmanned" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-none a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.none a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-reset a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.reset a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "reset" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-reset-alarm a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.reset-alarm a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "reset-alarm" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-reset-fault a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.reset-fault a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "reset-fault" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-silence a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.silence a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "silence" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-silence-audible a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.silence-audible a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "silence-audible" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-silence-visual a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.silence-visual a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "silence-visual" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-unsilence a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.unsilence a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "unsilence" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-unsilence-audible a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.unsilence-audible a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "unsilence-audible" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyOperation-unsilence-visual a bacnet:LifeSafetyOperationEnumerationValue ; +bacnet:LifeSafetyOperation.unsilence-visual a bacnet:LifeSafetyOperationEnumerationValue ; bacnet:name "unsilence-visual" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-abnormal a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.abnormal a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "abnormal" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-active a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.active a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "active" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "alarm" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-blocked a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.blocked a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "blocked" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-delayed a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.delayed a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "delayed" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-duress a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.duress a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "duress" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-emergency-power a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.emergency-power a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "emergency-power" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-fault a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.fault a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "fault" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-fault-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.fault-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "fault-alarm" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-fault-pre-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.fault-pre-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "fault-pre-alarm" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-general-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.general-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "general-alarm" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-holdup a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.holdup a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "holdup" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-local-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.local-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "local-alarm" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-not-ready a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.not-ready a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "not-ready" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-pre-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.pre-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "pre-alarm" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-quiet a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.quiet a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "quiet" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-supervisory a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.supervisory a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "supervisory" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-tamper a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.tamper a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "tamper" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-tamper-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.tamper-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "tamper-alarm" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-test-active a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.test-active a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "test-active" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-test-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.test-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "test-alarm" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-test-fault a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.test-fault a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "test-fault" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-test-fault-alarm a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.test-fault-alarm a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "test-fault-alarm" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:LifeSafetyState-test-supervisory a bacnet:LifeSafetyStateEnumerationValue ; +bacnet:LifeSafetyState.test-supervisory a bacnet:LifeSafetyStateEnumerationValue ; bacnet:name "test-supervisory" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-down a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.down a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "down" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-none a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.none a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "none" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-stopped a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.stopped a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "stopped" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-unknown a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.unknown a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-up a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.up a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "up" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LiftCarDirection-up-and-down a bacnet:LiftCarDirectionEnumerationValue ; +bacnet:LiftCarDirection.up-and-down a bacnet:LiftCarDirectionEnumerationValue ; bacnet:name "up-and-down" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LiftCarDoorCommand-close a bacnet:LiftCarDoorCommandEnumerationValue ; +bacnet:LiftCarDoorCommand.close a bacnet:LiftCarDoorCommandEnumerationValue ; bacnet:name "close" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftCarDoorCommand-none a bacnet:LiftCarDoorCommandEnumerationValue ; +bacnet:LiftCarDoorCommand.none a bacnet:LiftCarDoorCommandEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftCarDoorCommand-open a bacnet:LiftCarDoorCommandEnumerationValue ; +bacnet:LiftCarDoorCommand.open a bacnet:LiftCarDoorCommandEnumerationValue ; bacnet:name "open" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-accelerate a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.accelerate a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "accelerate" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-braking a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.braking a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "braking" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-decelerate a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.decelerate a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "decelerate" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-multi-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.multi-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "multi-floor-jump" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-rated-speed a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.rated-speed a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "rated-speed" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-single-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.single-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "single-floor-jump" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-stationary a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.stationary a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "stationary" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-three-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.three-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "three-floor-jump" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-two-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.two-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "two-floor-jump" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LiftCarDriveStatus-unknown a bacnet:LiftCarDriveStatusEnumerationValue ; +bacnet:LiftCarDriveStatus.unknown a bacnet:LiftCarDriveStatusEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-attendant-control a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.attendant-control a bacnet:LiftCarModeEnumerationValue ; bacnet:name "attendant-control" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-cabinet-recall a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.cabinet-recall a bacnet:LiftCarModeEnumerationValue ; bacnet:name "cabinet-recall" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-earthquake-operation a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.earthquake-operation a bacnet:LiftCarModeEnumerationValue ; bacnet:name "earthquake-operation" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-emergency-power a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.emergency-power a bacnet:LiftCarModeEnumerationValue ; bacnet:name "emergency-power" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-fire-operation a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.fire-operation a bacnet:LiftCarModeEnumerationValue ; bacnet:name "fire-operation" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-firefighter-control a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.firefighter-control a bacnet:LiftCarModeEnumerationValue ; bacnet:name "firefighter-control" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-homing a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.homing a bacnet:LiftCarModeEnumerationValue ; bacnet:name "homing" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-inspection a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.inspection a bacnet:LiftCarModeEnumerationValue ; bacnet:name "inspection" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-normal a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.normal a bacnet:LiftCarModeEnumerationValue ; bacnet:name "normal" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-occupant-evacuation a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.occupant-evacuation a bacnet:LiftCarModeEnumerationValue ; bacnet:name "occupant-evacuation" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-out-of-service a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.out-of-service a bacnet:LiftCarModeEnumerationValue ; bacnet:name "out-of-service" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-parking a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.parking a bacnet:LiftCarModeEnumerationValue ; bacnet:name "parking" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-unknown a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.unknown a bacnet:LiftCarModeEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftCarMode-vip a bacnet:LiftCarModeEnumerationValue ; +bacnet:LiftCarMode.vip a bacnet:LiftCarModeEnumerationValue ; bacnet:name "vip" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftFault-call-button-stuck a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.call-button-stuck a bacnet:LiftFaultEnumerationValue ; bacnet:name "call-button-stuck" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LiftFault-car-stopped-outside-landing-zone a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.car-stopped-outside-landing-zone a bacnet:LiftFaultEnumerationValue ; bacnet:name "car-stopped-outside-landing-zone" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LiftFault-controller-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.controller-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "controller-fault" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftFault-controller-supply-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.controller-supply-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "controller-supply-fault" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:LiftFault-door-closing-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.door-closing-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "door-closing-fault" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LiftFault-door-opening-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.door-opening-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "door-opening-fault" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LiftFault-drive-and-motor-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.drive-and-motor-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "drive-and-motor-fault" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftFault-drive-temperature-exceeded a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.drive-temperature-exceeded a bacnet:LiftFaultEnumerationValue ; bacnet:name "drive-temperature-exceeded" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:LiftFault-governor-and-safety-gear-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.governor-and-safety-gear-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "governor-and-safety-gear-fault" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftFault-lift-shaft-device-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.lift-shaft-device-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "lift-shaft-device-fault" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LiftFault-load-measurement-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.load-measurement-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "load-measurement-fault" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:LiftFault-position-lost a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.position-lost a bacnet:LiftFaultEnumerationValue ; bacnet:name "position-lost" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:LiftFault-power-supply-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.power-supply-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "power-supply-fault" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LiftFault-runtime-limit-exceeded a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.runtime-limit-exceeded a bacnet:LiftFaultEnumerationValue ; bacnet:name "runtime-limit-exceeded" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:LiftFault-safety-interlock-fault a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.safety-interlock-fault a bacnet:LiftFaultEnumerationValue ; bacnet:name "safety-interlock-fault" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LiftFault-self-test-failure a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.self-test-failure a bacnet:LiftFaultEnumerationValue ; bacnet:name "self-test-failure" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:LiftFault-start-failure a bacnet:LiftFaultEnumerationValue ; +bacnet:LiftFault.start-failure a bacnet:LiftFaultEnumerationValue ; bacnet:name "start-failure" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-down-peak a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.down-peak a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "down-peak" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-emergency-power a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.emergency-power a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "emergency-power" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-four-way a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.four-way a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "four-way" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-normal a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.normal a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "normal" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-two-way a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.two-way a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "two-way" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-unknown a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.unknown a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LiftGroupMode-up-peak a bacnet:LiftGroupModeEnumerationValue ; +bacnet:LiftGroupMode.up-peak a bacnet:LiftGroupModeEnumerationValue ; bacnet:name "up-peak" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LightingInProgress-fade-active a bacnet:LightingInProgressEnumerationValue ; +bacnet:LightingInProgress.fade-active a bacnet:LightingInProgressEnumerationValue ; bacnet:name "fade-active" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LightingInProgress-idle a bacnet:LightingInProgressEnumerationValue ; +bacnet:LightingInProgress.idle a bacnet:LightingInProgressEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LightingInProgress-not-controlled a bacnet:LightingInProgressEnumerationValue ; +bacnet:LightingInProgress.not-controlled a bacnet:LightingInProgressEnumerationValue ; bacnet:name "not-controlled" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LightingInProgress-other a bacnet:LightingInProgressEnumerationValue ; +bacnet:LightingInProgress.other a bacnet:LightingInProgressEnumerationValue ; bacnet:name "other" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LightingInProgress-ramp-active a bacnet:LightingInProgressEnumerationValue ; +bacnet:LightingInProgress.ramp-active a bacnet:LightingInProgressEnumerationValue ; bacnet:name "ramp-active" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-fade-to a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.fade-to a bacnet:LightingOperationEnumerationValue ; bacnet:name "fade-to" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-none a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.none a bacnet:LightingOperationEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-ramp-to a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.ramp-to a bacnet:LightingOperationEnumerationValue ; bacnet:name "ramp-to" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-step-down a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.step-down a bacnet:LightingOperationEnumerationValue ; bacnet:name "step-down" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-step-off a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.step-off a bacnet:LightingOperationEnumerationValue ; bacnet:name "step-off" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-step-on a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.step-on a bacnet:LightingOperationEnumerationValue ; bacnet:name "step-on" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-step-up a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.step-up a bacnet:LightingOperationEnumerationValue ; bacnet:name "step-up" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-stop a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.stop a bacnet:LightingOperationEnumerationValue ; bacnet:name "stop" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-warn a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.warn a bacnet:LightingOperationEnumerationValue ; bacnet:name "warn" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-warn-off a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.warn-off a bacnet:LightingOperationEnumerationValue ; bacnet:name "warn-off" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:LightingOperation-warn-relinquish a bacnet:LightingOperationEnumerationValue ; +bacnet:LightingOperation.warn-relinquish a bacnet:LightingOperationEnumerationValue ; bacnet:name "warn-relinquish" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:LightingTransition-fade a bacnet:LightingTransitionEnumerationValue ; +bacnet:LightingTransition.fade a bacnet:LightingTransitionEnumerationValue ; bacnet:name "fade" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LightingTransition-none a bacnet:LightingTransitionEnumerationValue ; +bacnet:LightingTransition.none a bacnet:LightingTransitionEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LightingTransition-ramp a bacnet:LightingTransitionEnumerationValue ; +bacnet:LightingTransition.ramp a bacnet:LightingTransitionEnumerationValue ; bacnet:name "ramp" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LimitEnable-high-limit-enable a bacnet:LimitEnableNamedBits ; +bacnet:LimitEnable.high-limit-enable a bacnet:LimitEnableNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "high-limit-enable" . -bacnet:LimitEnable-low-limit-enable a bacnet:LimitEnableNamedBits ; +bacnet:LimitEnable.low-limit-enable a bacnet:LimitEnableNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "low-limit-enable" . -bacnet:LockStatus-lock-fault a bacnet:LockStatusEnumerationValue ; +bacnet:LockStatus.lock-fault a bacnet:LockStatusEnumerationValue ; bacnet:name "lock-fault" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:LockStatus-locked a bacnet:LockStatusEnumerationValue ; +bacnet:LockStatus.locked a bacnet:LockStatusEnumerationValue ; bacnet:name "locked" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LockStatus-unknown a bacnet:LockStatusEnumerationValue ; +bacnet:LockStatus.unknown a bacnet:LockStatusEnumerationValue ; bacnet:name "unknown" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:LockStatus-unlocked a bacnet:LockStatusEnumerationValue ; +bacnet:LockStatus.unlocked a bacnet:LockStatusEnumerationValue ; bacnet:name "unlocked" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LockStatus-unused a bacnet:LockStatusEnumerationValue ; +bacnet:LockStatus.unused a bacnet:LockStatusEnumerationValue ; bacnet:name "unused" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:LogDataLogData a bacnet:SequenceOf ; - bacnet:memberType bacnet:LogDataLogDataChoice . +bacnet:LogData.LogData a bacnet:SequenceOf ; + bacnet:memberType bacnet:LogData.LogDataChoice . -bacnet:LogStatus-buffer-purged a bacnet:LogStatusNamedBits ; +bacnet:LogStatus.buffer-purged a bacnet:LogStatusNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "buffer-purged" . -bacnet:LogStatus-log-disabled a bacnet:LogStatusNamedBits ; +bacnet:LogStatus.log-disabled a bacnet:LogStatusNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "log-disabled" . -bacnet:LogStatus-log-interrupted a bacnet:LogStatusNamedBits ; +bacnet:LogStatus.log-interrupted a bacnet:LogStatusNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "log-interrupted" . -bacnet:LoggingType-cov a bacnet:LoggingTypeEnumerationValue ; +bacnet:LoggingType.cov a bacnet:LoggingTypeEnumerationValue ; bacnet:name "cov" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:LoggingType-polled a bacnet:LoggingTypeEnumerationValue ; +bacnet:LoggingType.polled a bacnet:LoggingTypeEnumerationValue ; bacnet:name "polled" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:LoggingType-triggered a bacnet:LoggingTypeEnumerationValue ; +bacnet:LoggingType.triggered a bacnet:LoggingTypeEnumerationValue ; bacnet:name "triggered" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Maintenance-need-service-inoperative a bacnet:MaintenanceEnumerationValue ; +bacnet:Maintenance.need-service-inoperative a bacnet:MaintenanceEnumerationValue ; bacnet:name "need-service-inoperative" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:Maintenance-need-service-operational a bacnet:MaintenanceEnumerationValue ; +bacnet:Maintenance.need-service-operational a bacnet:MaintenanceEnumerationValue ; bacnet:name "need-service-operational" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Maintenance-none a bacnet:MaintenanceEnumerationValue ; +bacnet:Maintenance.none a bacnet:MaintenanceEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Maintenance-periodic-test a bacnet:MaintenanceEnumerationValue ; +bacnet:Maintenance.periodic-test a bacnet:MaintenanceEnumerationValue ; bacnet:name "periodic-test" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:NetworkNumberQuality-configured a bacnet:NetworkNumberQualityEnumerationValue ; +bacnet:NetworkNumberQuality.configured a bacnet:NetworkNumberQualityEnumerationValue ; bacnet:name "configured" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:NetworkNumberQuality-learned a bacnet:NetworkNumberQualityEnumerationValue ; +bacnet:NetworkNumberQuality.learned a bacnet:NetworkNumberQualityEnumerationValue ; bacnet:name "learned" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:NetworkNumberQuality-learned-configured a bacnet:NetworkNumberQualityEnumerationValue ; +bacnet:NetworkNumberQuality.learned-configured a bacnet:NetworkNumberQualityEnumerationValue ; bacnet:name "learned-configured" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:NetworkNumberQuality-unknown a bacnet:NetworkNumberQualityEnumerationValue ; +bacnet:NetworkNumberQuality.unknown a bacnet:NetworkNumberQualityEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-discard-changes a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.discard-changes a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "discard-changes" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-disconnect a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.disconnect a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "disconnect" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-idle a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.idle a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-renew-dhcp a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.renew-dhcp a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "renew-dhcp" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-renew-fd-registration a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.renew-fd-registration a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "renew-fd-registration" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-restart-autonegotiation a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.restart-autonegotiation a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "restart-autonegotiation" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-restart-port a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.restart-port a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "restart-port" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:NetworkPortCommand-restart-slave-discovery a bacnet:NetworkPortCommandEnumerationValue ; +bacnet:NetworkPortCommand.restart-slave-discovery a bacnet:NetworkPortCommandEnumerationValue ; bacnet:name "restart-slave-discovery" ; bacnet:value "3"^^xsd:nonNegativeInteger . bacnet:NetworkSecurityPolicy a sh:NodeShape ; + rdfs:label "NetworkSecurityPolicy" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:SecurityPolicyEnumerationValue ; sh:maxCount 1 ; - sh:maxInclusive 255 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:port-id ], + sh:path bacnet:security-level ], [ a sh:PropertyShape ; - sh:class bacnet:SecurityPolicyEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 255 ; sh:minCount 1 ; - sh:path bacnet:security-level ] . + sh:minInclusive 0 ; + sh:path bacnet:port-id ] . -bacnet:NetworkType-arcnet a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.arcnet a bacnet:NetworkTypeEnumerationValue ; bacnet:name "arcnet" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:NetworkType-ethernet a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.ethernet a bacnet:NetworkTypeEnumerationValue ; bacnet:name "ethernet" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:NetworkType-ipv4 a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.ipv4 a bacnet:NetworkTypeEnumerationValue ; bacnet:name "ipv4" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:NetworkType-ipv6 a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.ipv6 a bacnet:NetworkTypeEnumerationValue ; bacnet:name "ipv6" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:NetworkType-lontalk a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.lontalk a bacnet:NetworkTypeEnumerationValue ; bacnet:name "lontalk" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:NetworkType-mstp a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.mstp a bacnet:NetworkTypeEnumerationValue ; bacnet:name "mstp" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:NetworkType-ptp a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.ptp a bacnet:NetworkTypeEnumerationValue ; bacnet:name "ptp" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:NetworkType-serial a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.serial a bacnet:NetworkTypeEnumerationValue ; bacnet:name "serial" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:NetworkType-virtual a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.virtual a bacnet:NetworkTypeEnumerationValue ; bacnet:name "virtual" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:NetworkType-zigbee a bacnet:NetworkTypeEnumerationValue ; +bacnet:NetworkType.zigbee a bacnet:NetworkTypeEnumerationValue ; bacnet:name "zigbee" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:NodeType-area a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.area a bacnet:NodeTypeEnumerationValue ; bacnet:name "area" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:NodeType-building a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.building a bacnet:NodeTypeEnumerationValue ; bacnet:name "building" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:NodeType-collection a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.collection a bacnet:NodeTypeEnumerationValue ; bacnet:name "collection" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:NodeType-device a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.device a bacnet:NodeTypeEnumerationValue ; bacnet:name "device" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:NodeType-equipment a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.equipment a bacnet:NodeTypeEnumerationValue ; bacnet:name "equipment" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:NodeType-floor a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.floor a bacnet:NodeTypeEnumerationValue ; bacnet:name "floor" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:NodeType-functional a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.functional a bacnet:NodeTypeEnumerationValue ; bacnet:name "functional" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:NodeType-member a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.member a bacnet:NodeTypeEnumerationValue ; bacnet:name "member" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:NodeType-module a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.module a bacnet:NodeTypeEnumerationValue ; bacnet:name "module" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:NodeType-network a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.network a bacnet:NodeTypeEnumerationValue ; bacnet:name "network" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:NodeType-organizational a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.organizational a bacnet:NodeTypeEnumerationValue ; bacnet:name "organizational" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:NodeType-other a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.other a bacnet:NodeTypeEnumerationValue ; bacnet:name "other" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:NodeType-point a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.point a bacnet:NodeTypeEnumerationValue ; bacnet:name "point" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:NodeType-property a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.property a bacnet:NodeTypeEnumerationValue ; bacnet:name "property" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:NodeType-protocol a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.protocol a bacnet:NodeTypeEnumerationValue ; bacnet:name "protocol" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:NodeType-room a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.room a bacnet:NodeTypeEnumerationValue ; bacnet:name "room" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:NodeType-section a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.section a bacnet:NodeTypeEnumerationValue ; bacnet:name "section" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:NodeType-subsystem a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.subsystem a bacnet:NodeTypeEnumerationValue ; bacnet:name "subsystem" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:NodeType-system a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.system a bacnet:NodeTypeEnumerationValue ; bacnet:name "system" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:NodeType-tree a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.tree a bacnet:NodeTypeEnumerationValue ; bacnet:name "tree" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:NodeType-unknown a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.unknown a bacnet:NodeTypeEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:NodeType-zone a bacnet:NodeTypeEnumerationValue ; +bacnet:NodeType.zone a bacnet:NodeTypeEnumerationValue ; bacnet:name "zone" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:NotificationParametersComplexEventType a bacnet:SequenceOf ; +bacnet:NotificationParameters.ComplexEventType a bacnet:SequenceOf ; bacnet:memberType bacnet:PropertyValue . -bacnet:NotificationParametersExtendedParameters a bacnet:SequenceOf ; - bacnet:memberType bacnet:NotificationParametersExtendedParametersChoice . +bacnet:NotificationParameters.Extended.Parameters a bacnet:SequenceOf ; + bacnet:memberType bacnet:NotificationParameters.Extended.ParametersChoice . -bacnet:NotifyType-ack-notification a bacnet:NotifyTypeEnumerationValue ; +bacnet:NotifyType.ack-notification a bacnet:NotifyTypeEnumerationValue ; bacnet:name "ack-notification" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:NotifyType-alarm a bacnet:NotifyTypeEnumerationValue ; +bacnet:NotifyType.alarm a bacnet:NotifyTypeEnumerationValue ; bacnet:name "alarm" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:NotifyType-event a bacnet:NotifyTypeEnumerationValue ; +bacnet:NotifyType.event a bacnet:NotifyTypeEnumerationValue ; bacnet:name "event" ; bacnet:value "1"^^xsd:nonNegativeInteger . bacnet:ObjectPropertyValue a sh:NodeShape ; + rdfs:label "ObjectPropertyValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "any datatype appropriate for the specified property"@en ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-value ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:priority ], + sh:minCount 1 ; + sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; bacnet:comment "used only with array datatype if omitted with an array the entire array is referenced"@en ; sh:datatype xsd:nonNegativeInteger ; @@ -18423,262 +19259,262 @@ bacnet:ObjectPropertyValue a sh:NodeShape ; sh:minCount 0 ; sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + bacnet:comment "any datatype appropriate for the specified property"@en ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:property-value ], [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ] . + sh:minCount 0 ; + sh:path bacnet:priority ] . -bacnet:ObjectType-network-security a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.network-security a bacnet:ObjectTypeEnumerationValue ; bacnet:name "network-security" ; bacnet:value "38"^^xsd:nonNegativeInteger . -bacnet:ObjectTypesSupported-access-credential a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-credential a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "32"^^xsd:nonNegativeInteger ; bacnet:name "access-credential" . -bacnet:ObjectTypesSupported-access-door a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-door a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "30"^^xsd:nonNegativeInteger ; bacnet:name "access-door" . -bacnet:ObjectTypesSupported-access-point a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-point a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "33"^^xsd:nonNegativeInteger ; bacnet:name "access-point" . -bacnet:ObjectTypesSupported-access-rights a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-rights a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "34"^^xsd:nonNegativeInteger ; bacnet:name "access-rights" . -bacnet:ObjectTypesSupported-access-user a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-user a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "35"^^xsd:nonNegativeInteger ; bacnet:name "access-user" . -bacnet:ObjectTypesSupported-access-zone a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.access-zone a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "36"^^xsd:nonNegativeInteger ; bacnet:name "access-zone" . -bacnet:ObjectTypesSupported-accumulator a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.accumulator a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "23"^^xsd:nonNegativeInteger ; bacnet:name "accumulator" . -bacnet:ObjectTypesSupported-alert-enrollment a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.alert-enrollment a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "52"^^xsd:nonNegativeInteger ; bacnet:name "alert-enrollment" . -bacnet:ObjectTypesSupported-analog-input a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.analog-input a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "analog-input" . -bacnet:ObjectTypesSupported-analog-output a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.analog-output a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "analog-output" . -bacnet:ObjectTypesSupported-analog-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.analog-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "analog-value" . -bacnet:ObjectTypesSupported-averaging a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.averaging a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "18"^^xsd:nonNegativeInteger ; bacnet:name "averaging" . -bacnet:ObjectTypesSupported-binary-input a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.binary-input a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "binary-input" . -bacnet:ObjectTypesSupported-binary-lighting-output a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.binary-lighting-output a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "55"^^xsd:nonNegativeInteger ; bacnet:name "binary-lighting-output" . -bacnet:ObjectTypesSupported-binary-output a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.binary-output a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "4"^^xsd:nonNegativeInteger ; bacnet:name "binary-output" . -bacnet:ObjectTypesSupported-binary-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.binary-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "5"^^xsd:nonNegativeInteger ; bacnet:name "binary-value" . -bacnet:ObjectTypesSupported-bitstring-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.bitstring-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "39"^^xsd:nonNegativeInteger ; bacnet:name "bitstring-value" . -bacnet:ObjectTypesSupported-calendar a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.calendar a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "6"^^xsd:nonNegativeInteger ; bacnet:name "calendar" . -bacnet:ObjectTypesSupported-channel a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.channel a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "53"^^xsd:nonNegativeInteger ; bacnet:name "channel" . -bacnet:ObjectTypesSupported-characterstring-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.characterstring-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "40"^^xsd:nonNegativeInteger ; bacnet:name "characterstring-value" . -bacnet:ObjectTypesSupported-command a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.command a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "7"^^xsd:nonNegativeInteger ; bacnet:name "command" . -bacnet:ObjectTypesSupported-credential-data-input a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.credential-data-input a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "37"^^xsd:nonNegativeInteger ; bacnet:name "credential-data-input" . -bacnet:ObjectTypesSupported-date-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.date-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "42"^^xsd:nonNegativeInteger ; bacnet:name "date-value" . -bacnet:ObjectTypesSupported-datepattern-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.datepattern-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "41"^^xsd:nonNegativeInteger ; bacnet:name "datepattern-value" . -bacnet:ObjectTypesSupported-datetime-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.datetime-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "44"^^xsd:nonNegativeInteger ; bacnet:name "datetime-value" . -bacnet:ObjectTypesSupported-datetimepattern-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.datetimepattern-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "43"^^xsd:nonNegativeInteger ; bacnet:name "datetimepattern-value" . -bacnet:ObjectTypesSupported-device a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.device a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "8"^^xsd:nonNegativeInteger ; bacnet:name "device" . -bacnet:ObjectTypesSupported-elevator-group a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.elevator-group a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "57"^^xsd:nonNegativeInteger ; bacnet:name "elevator-group" . -bacnet:ObjectTypesSupported-escalator a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.escalator a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "58"^^xsd:nonNegativeInteger ; bacnet:name "escalator" . -bacnet:ObjectTypesSupported-event-enrollment a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.event-enrollment a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "9"^^xsd:nonNegativeInteger ; bacnet:name "event-enrollment" . -bacnet:ObjectTypesSupported-event-log a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.event-log a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "25"^^xsd:nonNegativeInteger ; bacnet:name "event-log" . -bacnet:ObjectTypesSupported-file a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.file a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "10"^^xsd:nonNegativeInteger ; bacnet:name "file" . -bacnet:ObjectTypesSupported-global-group a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.global-group a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "26"^^xsd:nonNegativeInteger ; bacnet:name "global-group" . -bacnet:ObjectTypesSupported-group a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.group a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "11"^^xsd:nonNegativeInteger ; bacnet:name "group" . -bacnet:ObjectTypesSupported-integer-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.integer-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "45"^^xsd:nonNegativeInteger ; bacnet:name "integer-value" . -bacnet:ObjectTypesSupported-large-analog-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.large-analog-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "46"^^xsd:nonNegativeInteger ; bacnet:name "large-analog-value" . -bacnet:ObjectTypesSupported-life-safety-point a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.life-safety-point a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "21"^^xsd:nonNegativeInteger ; bacnet:name "life-safety-point" . -bacnet:ObjectTypesSupported-life-safety-zone a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.life-safety-zone a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "22"^^xsd:nonNegativeInteger ; bacnet:name "life-safety-zone" . -bacnet:ObjectTypesSupported-lift a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.lift a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "59"^^xsd:nonNegativeInteger ; bacnet:name "lift" . -bacnet:ObjectTypesSupported-lighting-output a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.lighting-output a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "54"^^xsd:nonNegativeInteger ; bacnet:name "lighting-output" . -bacnet:ObjectTypesSupported-load-control a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.load-control a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "28"^^xsd:nonNegativeInteger ; bacnet:name "load-control" . -bacnet:ObjectTypesSupported-loop a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.loop a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "12"^^xsd:nonNegativeInteger ; bacnet:name "loop" . -bacnet:ObjectTypesSupported-multi-state-input a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.multi-state-input a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "13"^^xsd:nonNegativeInteger ; bacnet:name "multi-state-input" . -bacnet:ObjectTypesSupported-multi-state-output a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.multi-state-output a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "14"^^xsd:nonNegativeInteger ; bacnet:name "multi-state-output" . -bacnet:ObjectTypesSupported-multi-state-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.multi-state-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "19"^^xsd:nonNegativeInteger ; bacnet:name "multi-state-value" . -bacnet:ObjectTypesSupported-network-port a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.network-port a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "56"^^xsd:nonNegativeInteger ; bacnet:name "network-port" . -bacnet:ObjectTypesSupported-network-security a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.network-security a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "38"^^xsd:nonNegativeInteger ; bacnet:name "network-security" . -bacnet:ObjectTypesSupported-notification-class a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.notification-class a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "15"^^xsd:nonNegativeInteger ; bacnet:name "notification-class" . -bacnet:ObjectTypesSupported-notification-forwarder a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.notification-forwarder a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "51"^^xsd:nonNegativeInteger ; bacnet:name "notification-forwarder" . -bacnet:ObjectTypesSupported-octetstring-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.octetstring-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "47"^^xsd:nonNegativeInteger ; bacnet:name "octetstring-value" . -bacnet:ObjectTypesSupported-positive-integer-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.positive-integer-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "48"^^xsd:nonNegativeInteger ; bacnet:name "positive-integer-value" . -bacnet:ObjectTypesSupported-program a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.program a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "16"^^xsd:nonNegativeInteger ; bacnet:name "program" . -bacnet:ObjectTypesSupported-pulse-converter a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.pulse-converter a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "24"^^xsd:nonNegativeInteger ; bacnet:name "pulse-converter" . -bacnet:ObjectTypesSupported-schedule a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.schedule a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "17"^^xsd:nonNegativeInteger ; bacnet:name "schedule" . -bacnet:ObjectTypesSupported-structured-view a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.structured-view a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "29"^^xsd:nonNegativeInteger ; bacnet:name "structured-view" . -bacnet:ObjectTypesSupported-time-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.time-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "50"^^xsd:nonNegativeInteger ; bacnet:name "time-value" . -bacnet:ObjectTypesSupported-timepattern-value a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.timepattern-value a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "49"^^xsd:nonNegativeInteger ; bacnet:name "timepattern-value" . -bacnet:ObjectTypesSupported-timer a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.timer a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "31"^^xsd:nonNegativeInteger ; bacnet:name "timer" . -bacnet:ObjectTypesSupported-trend-log a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.trend-log a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "20"^^xsd:nonNegativeInteger ; bacnet:name "trend-log" . -bacnet:ObjectTypesSupported-trend-log-multiple a bacnet:ObjectTypesSupportedNamedBits ; +bacnet:ObjectTypesSupported.trend-log-multiple a bacnet:ObjectTypesSupportedNamedBits ; bacnet:bit "27"^^xsd:nonNegativeInteger ; bacnet:name "trend-log-multiple" . bacnet:PDU a sh:NodeShape ; + rdfs:label "PDU" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:class bacnet:ConfirmedRequestPDU ; @@ -18714,2308 +19550,2771 @@ bacnet:PDU a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:abort-pdu ] ] ) . -bacnet:Polarity-normal a bacnet:PolarityEnumerationValue ; +bacnet:Polarity.normal a bacnet:PolarityEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Polarity-reverse a bacnet:PolarityEnumerationValue ; +bacnet:Polarity.reverse a bacnet:PolarityEnumerationValue ; bacnet:name "reverse" ; bacnet:value "1"^^xsd:nonNegativeInteger . bacnet:PriorityArray a bacnet:Array ; bacnet:memberType bacnet:PriorityValue . -bacnet:PriorityFilter-automatic-life-safety a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.automatic-life-safety a bacnet:PriorityFilterNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "automatic-life-safety" . -bacnet:PriorityFilter-critical-equipment-controls a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.critical-equipment-controls a bacnet:PriorityFilterNamedBits ; bacnet:bit "4"^^xsd:nonNegativeInteger ; bacnet:name "critical-equipment-controls" . -bacnet:PriorityFilter-manual-life-safety a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.manual-life-safety a bacnet:PriorityFilterNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "manual-life-safety" . -bacnet:PriorityFilter-manual-operator a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.manual-operator a bacnet:PriorityFilterNamedBits ; bacnet:bit "7"^^xsd:nonNegativeInteger ; bacnet:name "manual-operator" . -bacnet:PriorityFilter-minimum-on-off a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.minimum-on-off a bacnet:PriorityFilterNamedBits ; bacnet:bit "5"^^xsd:nonNegativeInteger ; bacnet:name "minimum-on-off" . -bacnet:PriorityFilter-priority-10 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-10 a bacnet:PriorityFilterNamedBits ; bacnet:bit "9"^^xsd:nonNegativeInteger ; bacnet:name "priority-10" . -bacnet:PriorityFilter-priority-11 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-11 a bacnet:PriorityFilterNamedBits ; bacnet:bit "10"^^xsd:nonNegativeInteger ; bacnet:name "priority-11" . -bacnet:PriorityFilter-priority-12 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-12 a bacnet:PriorityFilterNamedBits ; bacnet:bit "11"^^xsd:nonNegativeInteger ; bacnet:name "priority-12" . -bacnet:PriorityFilter-priority-13 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-13 a bacnet:PriorityFilterNamedBits ; bacnet:bit "12"^^xsd:nonNegativeInteger ; bacnet:name "priority-13" . -bacnet:PriorityFilter-priority-14 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-14 a bacnet:PriorityFilterNamedBits ; bacnet:bit "13"^^xsd:nonNegativeInteger ; bacnet:name "priority-14" . -bacnet:PriorityFilter-priority-15 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-15 a bacnet:PriorityFilterNamedBits ; bacnet:bit "14"^^xsd:nonNegativeInteger ; bacnet:name "priority-15" . -bacnet:PriorityFilter-priority-16 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-16 a bacnet:PriorityFilterNamedBits ; bacnet:bit "15"^^xsd:nonNegativeInteger ; bacnet:name "priority-16" . -bacnet:PriorityFilter-priority-3 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-3 a bacnet:PriorityFilterNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "priority-3" . -bacnet:PriorityFilter-priority-4 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-4 a bacnet:PriorityFilterNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "priority-4" . -bacnet:PriorityFilter-priority-7 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-7 a bacnet:PriorityFilterNamedBits ; bacnet:bit "6"^^xsd:nonNegativeInteger ; bacnet:name "priority-7" . -bacnet:PriorityFilter-priority-9 a bacnet:PriorityFilterNamedBits ; +bacnet:PriorityFilter.priority-9 a bacnet:PriorityFilterNamedBits ; bacnet:bit "8"^^xsd:nonNegativeInteger ; bacnet:name "priority-9" . -bacnet:ProgramError-internal a bacnet:ProgramErrorEnumerationValue ; +bacnet:ProgramError.internal a bacnet:ProgramErrorEnumerationValue ; bacnet:name "internal" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ProgramError-load-failed a bacnet:ProgramErrorEnumerationValue ; +bacnet:ProgramError.load-failed a bacnet:ProgramErrorEnumerationValue ; bacnet:name "load-failed" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ProgramError-normal a bacnet:ProgramErrorEnumerationValue ; +bacnet:ProgramError.normal a bacnet:ProgramErrorEnumerationValue ; bacnet:name "normal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ProgramError-other a bacnet:ProgramErrorEnumerationValue ; +bacnet:ProgramError.other a bacnet:ProgramErrorEnumerationValue ; bacnet:name "other" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:ProgramError-program a bacnet:ProgramErrorEnumerationValue ; +bacnet:ProgramError.program a bacnet:ProgramErrorEnumerationValue ; bacnet:name "program" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-halt a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.halt a bacnet:ProgramRequestEnumerationValue ; bacnet:name "halt" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-load a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.load a bacnet:ProgramRequestEnumerationValue ; bacnet:name "load" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-ready a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.ready a bacnet:ProgramRequestEnumerationValue ; bacnet:name "ready" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-restart a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.restart a bacnet:ProgramRequestEnumerationValue ; bacnet:name "restart" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-run a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.run a bacnet:ProgramRequestEnumerationValue ; bacnet:name "run" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ProgramRequest-unload a bacnet:ProgramRequestEnumerationValue ; +bacnet:ProgramRequest.unload a bacnet:ProgramRequestEnumerationValue ; bacnet:name "unload" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:ProgramState-halted a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.halted a bacnet:ProgramStateEnumerationValue ; bacnet:name "halted" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:ProgramState-idle a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.idle a bacnet:ProgramStateEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ProgramState-loading a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.loading a bacnet:ProgramStateEnumerationValue ; bacnet:name "loading" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ProgramState-running a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.running a bacnet:ProgramStateEnumerationValue ; bacnet:name "running" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ProgramState-unloading a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.unloading a bacnet:ProgramStateEnumerationValue ; bacnet:name "unloading" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:ProgramState-waiting a bacnet:ProgramStateEnumerationValue ; +bacnet:ProgramState.waiting a bacnet:ProgramStateEnumerationValue ; bacnet:name "waiting" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-absentee-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.absentee-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "absentee-limit" ; + bacnet:predicate bacnet:absentee-limit ; bacnet:value "244"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-accepted-modes a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.accepted-modes a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "accepted-modes" ; + bacnet:predicate bacnet:accepted-modes ; bacnet:value "175"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-alarm-events a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-alarm-events a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-alarm-events" ; + bacnet:predicate bacnet:access-alarm-events ; bacnet:value "245"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-doors a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-doors a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-doors" ; + bacnet:predicate bacnet:access-doors ; bacnet:value "246"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-event a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-event a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-event" ; + bacnet:predicate bacnet:access-event ; bacnet:value "247"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-event-authentication-factor a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-event-authentication-factor a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-event-authentication-factor" ; + bacnet:predicate bacnet:access-event-authentication-factor ; bacnet:value "248"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-event-credential a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-event-credential a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-event-credential" ; + bacnet:predicate bacnet:access-event-credential ; bacnet:value "249"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-event-tag a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-event-tag a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-event-tag" ; + bacnet:predicate bacnet:access-event-tag ; bacnet:value "322"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-event-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-event-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-event-time" ; + bacnet:predicate bacnet:access-event-time ; bacnet:value "250"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-access-transaction-events a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.access-transaction-events a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "access-transaction-events" ; + bacnet:predicate bacnet:access-transaction-events ; bacnet:value "251"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-accompaniment a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.accompaniment a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "accompaniment" ; + bacnet:predicate bacnet:accompaniment ; bacnet:value "252"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-accompaniment-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.accompaniment-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "accompaniment-time" ; + bacnet:predicate bacnet:accompaniment-time ; bacnet:value "253"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ack-required a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ack-required a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ack-required" ; + bacnet:predicate bacnet:ack-required ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-acked-transitions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.acked-transitions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "acked-transitions" ; + bacnet:predicate bacnet:acked-transitions ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-action a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.action a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "action" ; + bacnet:predicate bacnet:action ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-action-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.action-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "action-text" ; + bacnet:predicate bacnet:action-text ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-activation-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.activation-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "activation-time" ; + bacnet:predicate bacnet:activation-time ; bacnet:value "254"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-active-authentication-policy a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.active-authentication-policy a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "active-authentication-policy" ; + bacnet:predicate bacnet:active-authentication-policy ; bacnet:value "255"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-active-cov-multiple-subscriptions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.active-cov-multiple-subscriptions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "active-cov-multiple-subscriptions" ; + bacnet:predicate bacnet:active-cov-multiple-subscriptions ; bacnet:value "481"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-active-cov-subscriptions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.active-cov-subscriptions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "active-cov-subscriptions" ; + bacnet:predicate bacnet:active-cov-subscriptions ; bacnet:value "152"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-active-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.active-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "active-text" ; + bacnet:predicate bacnet:active-text ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-active-vt-sessions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.active-vt-sessions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "active-vt-sessions" ; + bacnet:predicate bacnet:active-vt-sessions ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-actual-shed-level a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.actual-shed-level a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "actual-shed-level" ; + bacnet:predicate bacnet:actual-shed-level ; bacnet:value "212"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-adjust-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.adjust-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "adjust-value" ; + bacnet:predicate bacnet:adjust-value ; bacnet:value "176"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-alarm-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.alarm-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "alarm-value" ; + bacnet:predicate bacnet:alarm-value ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-alarm-values a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.alarm-values a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "alarm-values" ; + bacnet:predicate bacnet:alarm-values ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-align-intervals a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.align-intervals a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "align-intervals" ; + bacnet:predicate bacnet:align-intervals ; bacnet:value "193"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-all a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.all a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "all" ; + bacnet:predicate bacnet:all ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-all-writes-successful a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.all-writes-successful a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "all-writes-successful" ; + bacnet:predicate bacnet:all-writes-successful ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-allow-group-delay-inhibit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.allow-group-delay-inhibit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "allow-group-delay-inhibit" ; + bacnet:predicate bacnet:allow-group-delay-inhibit ; bacnet:value "365"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-apdu-length a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.apdu-length a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "apdu-length" ; + bacnet:predicate bacnet:apdu-length ; bacnet:value "399"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-apdu-segment-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.apdu-segment-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "apdu-segment-timeout" ; + bacnet:predicate bacnet:apdu-segment-timeout ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-apdu-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.apdu-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "apdu-timeout" ; + bacnet:predicate bacnet:apdu-timeout ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-application-software-version a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.application-software-version a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "application-software-version" ; + bacnet:predicate bacnet:application-software-version ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-archive a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.archive a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "archive" ; + bacnet:predicate bacnet:archive ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-assigned-access-rights a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.assigned-access-rights a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "assigned-access-rights" ; + bacnet:predicate bacnet:assigned-access-rights ; bacnet:value "256"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-assigned-landing-calls a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.assigned-landing-calls a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "assigned-landing-calls" ; + bacnet:predicate bacnet:assigned-landing-calls ; bacnet:value "447"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-attempted-samples a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.attempted-samples a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "attempted-samples" ; + bacnet:predicate bacnet:attempted-samples ; bacnet:value "124"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authentication-factors a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authentication-factors a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authentication-factors" ; + bacnet:predicate bacnet:authentication-factors ; bacnet:value "257"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authentication-policy-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authentication-policy-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authentication-policy-list" ; + bacnet:predicate bacnet:authentication-policy-list ; bacnet:value "258"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authentication-policy-names a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authentication-policy-names a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authentication-policy-names" ; + bacnet:predicate bacnet:authentication-policy-names ; bacnet:value "259"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authentication-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authentication-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authentication-status" ; + bacnet:predicate bacnet:authentication-status ; bacnet:value "260"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authorization-exemptions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authorization-exemptions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authorization-exemptions" ; + bacnet:predicate bacnet:authorization-exemptions ; bacnet:value "364"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-authorization-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.authorization-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "authorization-mode" ; + bacnet:predicate bacnet:authorization-mode ; bacnet:value "261"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-auto-slave-discovery a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.auto-slave-discovery a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "auto-slave-discovery" ; + bacnet:predicate bacnet:auto-slave-discovery ; bacnet:value "169"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-average-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.average-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "average-value" ; + bacnet:predicate bacnet:average-value ; bacnet:value "125"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-backup-and-restore-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.backup-and-restore-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "backup-and-restore-state" ; + bacnet:predicate bacnet:backup-and-restore-state ; bacnet:value "338"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-backup-failure-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.backup-failure-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "backup-failure-timeout" ; + bacnet:predicate bacnet:backup-failure-timeout ; bacnet:value "153"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-backup-preparation-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.backup-preparation-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "backup-preparation-time" ; + bacnet:predicate bacnet:backup-preparation-time ; bacnet:value "339"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ip-global-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ip-global-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ip-global-address" ; + bacnet:predicate bacnet:bacnet-ip-global-address ; bacnet:value "407"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ip-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ip-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ip-mode" ; + bacnet:predicate bacnet:bacnet-ip-mode ; bacnet:value "408"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ip-multicast-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ip-multicast-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ip-multicast-address" ; + bacnet:predicate bacnet:bacnet-ip-multicast-address ; bacnet:value "409"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ip-nat-traversal a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ip-nat-traversal a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ip-nat-traversal" ; + bacnet:predicate bacnet:bacnet-ip-nat-traversal ; bacnet:value "410"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ip-udp-port a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ip-udp-port a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ip-udp-port" ; + bacnet:predicate bacnet:bacnet-ip-udp-port ; bacnet:value "412"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ipv6-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ipv6-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ipv6-mode" ; + bacnet:predicate bacnet:bacnet-ipv6-mode ; bacnet:value "435"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ipv6-multicast-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ipv6-multicast-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ipv6-multicast-address" ; + bacnet:predicate bacnet:bacnet-ipv6-multicast-address ; bacnet:value "440"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bacnet-ipv6-udp-port a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bacnet-ipv6-udp-port a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bacnet-ipv6-udp-port" ; + bacnet:predicate bacnet:bacnet-ipv6-udp-port ; bacnet:value "438"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-base-device-security-policy a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.base-device-security-policy a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "base-device-security-policy" ; + bacnet:predicate bacnet:base-device-security-policy ; bacnet:value "327"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bbmd-accept-fd-registration a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bbmd-accept-fd-registration a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bbmd-accept-fd-registration" ; + bacnet:predicate bacnet:bbmd-accept-fd-registration ; bacnet:value "413"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bbmd-broadcast-distribution-table a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bbmd-broadcast-distribution-table a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bbmd-broadcast-distribution-table" ; + bacnet:predicate bacnet:bbmd-broadcast-distribution-table ; bacnet:value "414"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bbmd-foreign-device-table a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bbmd-foreign-device-table a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bbmd-foreign-device-table" ; + bacnet:predicate bacnet:bbmd-foreign-device-table ; bacnet:value "415"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-belongs-to a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.belongs-to a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "belongs-to" ; + bacnet:predicate bacnet:belongs-to ; bacnet:value "262"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bias a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bias a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bias" ; + bacnet:predicate bacnet:bias ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bit-mask a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bit-mask a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bit-mask" ; + bacnet:predicate bacnet:bit-mask ; bacnet:value "342"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-bit-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.bit-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "bit-text" ; + bacnet:predicate bacnet:bit-text ; bacnet:value "343"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-blink-warn-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.blink-warn-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "blink-warn-enable" ; + bacnet:predicate bacnet:blink-warn-enable ; bacnet:value "373"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-buffer-size a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.buffer-size a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "buffer-size" ; + bacnet:predicate bacnet:buffer-size ; bacnet:value "126"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-assigned-direction a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-assigned-direction a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-assigned-direction" ; + bacnet:predicate bacnet:car-assigned-direction ; bacnet:value "448"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-door-command a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-door-command a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-door-command" ; + bacnet:predicate bacnet:car-door-command ; bacnet:value "449"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-door-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-door-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-door-status" ; + bacnet:predicate bacnet:car-door-status ; bacnet:value "450"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-door-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-door-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-door-text" ; + bacnet:predicate bacnet:car-door-text ; bacnet:value "451"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-door-zone a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-door-zone a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-door-zone" ; + bacnet:predicate bacnet:car-door-zone ; bacnet:value "452"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-drive-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-drive-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-drive-status" ; + bacnet:predicate bacnet:car-drive-status ; bacnet:value "453"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-load a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-load a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-load" ; + bacnet:predicate bacnet:car-load ; bacnet:value "454"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-load-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-load-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-load-units" ; + bacnet:predicate bacnet:car-load-units ; bacnet:value "455"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-mode" ; + bacnet:predicate bacnet:car-mode ; bacnet:value "456"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-moving-direction a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-moving-direction a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-moving-direction" ; + bacnet:predicate bacnet:car-moving-direction ; bacnet:value "457"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-car-position a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.car-position a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "car-position" ; + bacnet:predicate bacnet:car-position ; bacnet:value "458"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-change-of-state-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.change-of-state-count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "change-of-state-count" ; + bacnet:predicate bacnet:change-of-state-count ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-change-of-state-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.change-of-state-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "change-of-state-time" ; + bacnet:predicate bacnet:change-of-state-time ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-changes-pending a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.changes-pending a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "changes-pending" ; + bacnet:predicate bacnet:changes-pending ; bacnet:value "416"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-channel-number a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.channel-number a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "channel-number" ; + bacnet:predicate bacnet:channel-number ; bacnet:value "366"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-client-cov-increment a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.client-cov-increment a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "client-cov-increment" ; + bacnet:predicate bacnet:client-cov-increment ; bacnet:value "127"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-command a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.command a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "command" ; + bacnet:predicate bacnet:command ; bacnet:value "417"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-command-time-array a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.command-time-array a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "command-time-array" ; + bacnet:predicate bacnet:command-time-array ; bacnet:value "430"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-configuration-files a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.configuration-files a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "configuration-files" ; + bacnet:predicate bacnet:configuration-files ; bacnet:value "154"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-control-groups a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.control-groups a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "control-groups" ; + bacnet:predicate bacnet:control-groups ; bacnet:value "367"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-controlled-variable-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.controlled-variable-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "controlled-variable-reference" ; + bacnet:predicate bacnet:controlled-variable-reference ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-controlled-variable-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.controlled-variable-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "controlled-variable-units" ; + bacnet:predicate bacnet:controlled-variable-units ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-controlled-variable-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.controlled-variable-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "controlled-variable-value" ; + bacnet:predicate bacnet:controlled-variable-value ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "count" ; + bacnet:predicate bacnet:count ; bacnet:value "177"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-count-before-change a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.count-before-change a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "count-before-change" ; + bacnet:predicate bacnet:count-before-change ; bacnet:value "178"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-count-change-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.count-change-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "count-change-time" ; + bacnet:predicate bacnet:count-change-time ; bacnet:value "179"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-cov-increment a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.cov-increment a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "cov-increment" ; + bacnet:predicate bacnet:cov-increment ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-cov-period a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.cov-period a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "cov-period" ; + bacnet:predicate bacnet:cov-period ; bacnet:value "180"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-cov-resubscription-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.cov-resubscription-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "cov-resubscription-interval" ; + bacnet:predicate bacnet:cov-resubscription-interval ; bacnet:value "128"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-covu-period a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.covu-period a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "covu-period" ; + bacnet:predicate bacnet:covu-period ; bacnet:value "349"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-covu-recipients a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.covu-recipients a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "covu-recipients" ; + bacnet:predicate bacnet:covu-recipients ; bacnet:value "350"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-credential-disable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.credential-disable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "credential-disable" ; + bacnet:predicate bacnet:credential-disable ; bacnet:value "263"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-credential-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.credential-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "credential-status" ; + bacnet:predicate bacnet:credential-status ; bacnet:value "264"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-credentials a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.credentials a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "credentials" ; + bacnet:predicate bacnet:credentials ; bacnet:value "265"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-credentials-in-zone a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.credentials-in-zone a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "credentials-in-zone" ; + bacnet:predicate bacnet:credentials-in-zone ; bacnet:value "266"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-current-command-priority a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.current-command-priority a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "current-command-priority" ; + bacnet:predicate bacnet:current-command-priority ; bacnet:value "431"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-database-revision a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.database-revision a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "database-revision" ; + bacnet:predicate bacnet:database-revision ; bacnet:value "155"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-date-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.date-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "date-list" ; + bacnet:predicate bacnet:date-list ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-daylight-savings-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.daylight-savings-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "daylight-savings-status" ; + bacnet:predicate bacnet:daylight-savings-status ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-days-remaining a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.days-remaining a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "days-remaining" ; + bacnet:predicate bacnet:days-remaining ; bacnet:value "267"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-deadband a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.deadband a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "deadband" ; + bacnet:predicate bacnet:deadband ; bacnet:value "25"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-default-fade-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.default-fade-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "default-fade-time" ; + bacnet:predicate bacnet:default-fade-time ; bacnet:value "374"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-default-ramp-rate a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.default-ramp-rate a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "default-ramp-rate" ; + bacnet:predicate bacnet:default-ramp-rate ; bacnet:value "375"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-default-step-increment a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.default-step-increment a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "default-step-increment" ; + bacnet:predicate bacnet:default-step-increment ; bacnet:value "376"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-default-subordinate-relationship a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.default-subordinate-relationship a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "default-subordinate-relationship" ; + bacnet:predicate bacnet:default-subordinate-relationship ; bacnet:value "490"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-default-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.default-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "default-timeout" ; + bacnet:predicate bacnet:default-timeout ; bacnet:value "393"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-deployed-profile-location a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.deployed-profile-location a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "deployed-profile-location" ; + bacnet:predicate bacnet:deployed-profile-location ; bacnet:value "484"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-derivative-constant a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.derivative-constant a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "derivative-constant" ; + bacnet:predicate bacnet:derivative-constant ; bacnet:value "26"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-derivative-constant-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.derivative-constant-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "derivative-constant-units" ; + bacnet:predicate bacnet:derivative-constant-units ; bacnet:value "27"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-description a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.description a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "description" ; + bacnet:predicate bacnet:description ; bacnet:value "28"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-description-of-halt a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.description-of-halt a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "description-of-halt" ; + bacnet:predicate bacnet:description-of-halt ; bacnet:value "29"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-device-address-binding a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.device-address-binding a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "device-address-binding" ; + bacnet:predicate bacnet:device-address-binding ; bacnet:value "30"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-device-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.device-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "device-type" ; + bacnet:predicate bacnet:device-type ; bacnet:value "31"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-direct-reading a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.direct-reading a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "direct-reading" ; + bacnet:predicate bacnet:direct-reading ; bacnet:value "156"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-distribution-key-revision a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.distribution-key-revision a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "distribution-key-revision" ; + bacnet:predicate bacnet:distribution-key-revision ; bacnet:value "328"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-do-not-hide a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.do-not-hide a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "do-not-hide" ; + bacnet:predicate bacnet:do-not-hide ; bacnet:value "329"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-alarm-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-alarm-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-alarm-state" ; + bacnet:predicate bacnet:door-alarm-state ; bacnet:value "226"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-extended-pulse-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-extended-pulse-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-extended-pulse-time" ; + bacnet:predicate bacnet:door-extended-pulse-time ; bacnet:value "227"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-members a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-members a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-members" ; + bacnet:predicate bacnet:door-members ; bacnet:value "228"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-open-too-long-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-open-too-long-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-open-too-long-time" ; + bacnet:predicate bacnet:door-open-too-long-time ; bacnet:value "229"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-pulse-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-pulse-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-pulse-time" ; + bacnet:predicate bacnet:door-pulse-time ; bacnet:value "230"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-status" ; + bacnet:predicate bacnet:door-status ; bacnet:value "231"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-door-unlock-delay-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.door-unlock-delay-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "door-unlock-delay-time" ; + bacnet:predicate bacnet:door-unlock-delay-time ; bacnet:value "232"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-duty-window a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.duty-window a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "duty-window" ; + bacnet:predicate bacnet:duty-window ; bacnet:value "213"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-effective-period a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.effective-period a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "effective-period" ; + bacnet:predicate bacnet:effective-period ; bacnet:value "32"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-egress-active a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.egress-active a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "egress-active" ; + bacnet:predicate bacnet:egress-active ; bacnet:value "386"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-egress-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.egress-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "egress-time" ; + bacnet:predicate bacnet:egress-time ; bacnet:value "377"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-elapsed-active-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.elapsed-active-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "elapsed-active-time" ; + bacnet:predicate bacnet:elapsed-active-time ; bacnet:value "33"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-elevator-group a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.elevator-group a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "elevator-group" ; + bacnet:predicate bacnet:elevator-group ; bacnet:value "459"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "enable" ; + bacnet:predicate bacnet:enable ; bacnet:value "133"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-energy-meter a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.energy-meter a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "energy-meter" ; + bacnet:predicate bacnet:energy-meter ; bacnet:value "460"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-energy-meter-ref a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.energy-meter-ref a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "energy-meter-ref" ; + bacnet:predicate bacnet:energy-meter-ref ; bacnet:value "461"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-entry-points a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.entry-points a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "entry-points" ; + bacnet:predicate bacnet:entry-points ; bacnet:value "268"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-error-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.error-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "error-limit" ; + bacnet:predicate bacnet:error-limit ; bacnet:value "34"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-escalator-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.escalator-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "escalator-mode" ; + bacnet:predicate bacnet:escalator-mode ; bacnet:value "462"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-algorithm-inhibit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-algorithm-inhibit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-algorithm-inhibit" ; + bacnet:predicate bacnet:event-algorithm-inhibit ; bacnet:value "354"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-algorithm-inhibit-ref a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-algorithm-inhibit-ref a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-algorithm-inhibit-ref" ; + bacnet:predicate bacnet:event-algorithm-inhibit-ref ; bacnet:value "355"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-detection-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-detection-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-detection-enable" ; + bacnet:predicate bacnet:event-detection-enable ; bacnet:value "353"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-enable" ; + bacnet:predicate bacnet:event-enable ; bacnet:value "35"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-message-texts a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-message-texts a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-message-texts" ; + bacnet:predicate bacnet:event-message-texts ; bacnet:value "351"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-message-texts-config a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-message-texts-config a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-message-texts-config" ; + bacnet:predicate bacnet:event-message-texts-config ; bacnet:value "352"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-parameters a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-parameters a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-parameters" ; + bacnet:predicate bacnet:event-parameters ; bacnet:value "83"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-state" ; + bacnet:predicate bacnet:event-state ; bacnet:value "36"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-time-stamps a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-time-stamps a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-time-stamps" ; + bacnet:predicate bacnet:event-time-stamps ; bacnet:value "130"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-event-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.event-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "event-type" ; + bacnet:predicate bacnet:event-type ; bacnet:value "37"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-exception-schedule a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.exception-schedule a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "exception-schedule" ; + bacnet:predicate bacnet:exception-schedule ; bacnet:value "38"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-execution-delay a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.execution-delay a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "execution-delay" ; + bacnet:predicate bacnet:execution-delay ; bacnet:value "368"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-exit-points a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.exit-points a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "exit-points" ; + bacnet:predicate bacnet:exit-points ; bacnet:value "269"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-expected-shed-level a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.expected-shed-level a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "expected-shed-level" ; + bacnet:predicate bacnet:expected-shed-level ; bacnet:value "214"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-expiration-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.expiration-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "expiration-time" ; + bacnet:predicate bacnet:expiration-time ; bacnet:value "270"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-extended-time-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.extended-time-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "extended-time-enable" ; + bacnet:predicate bacnet:extended-time-enable ; bacnet:value "271"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-failed-attempt-events a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.failed-attempt-events a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "failed-attempt-events" ; + bacnet:predicate bacnet:failed-attempt-events ; bacnet:value "272"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-failed-attempts a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.failed-attempts a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "failed-attempts" ; + bacnet:predicate bacnet:failed-attempts ; bacnet:value "273"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-failed-attempts-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.failed-attempts-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "failed-attempts-time" ; + bacnet:predicate bacnet:failed-attempts-time ; bacnet:value "274"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-high-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-high-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-high-limit" ; + bacnet:predicate bacnet:fault-high-limit ; bacnet:value "388"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-low-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-low-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-low-limit" ; + bacnet:predicate bacnet:fault-low-limit ; bacnet:value "389"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-parameters a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-parameters a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-parameters" ; + bacnet:predicate bacnet:fault-parameters ; bacnet:value "358"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-signals a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-signals a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-signals" ; + bacnet:predicate bacnet:fault-signals ; bacnet:value "463"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-type" ; + bacnet:predicate bacnet:fault-type ; bacnet:value "359"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fault-values a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fault-values a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fault-values" ; + bacnet:predicate bacnet:fault-values ; bacnet:value "39"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fd-bbmd-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fd-bbmd-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fd-bbmd-address" ; + bacnet:predicate bacnet:fd-bbmd-address ; bacnet:value "418"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-fd-subscription-lifetime a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.fd-subscription-lifetime a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "fd-subscription-lifetime" ; + bacnet:predicate bacnet:fd-subscription-lifetime ; bacnet:value "419"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-feedback-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.feedback-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "feedback-value" ; + bacnet:predicate bacnet:feedback-value ; bacnet:value "40"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-file-access-method a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.file-access-method a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "file-access-method" ; + bacnet:predicate bacnet:file-access-method ; bacnet:value "41"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-file-size a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.file-size a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "file-size" ; + bacnet:predicate bacnet:file-size ; bacnet:value "42"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-file-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.file-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "file-type" ; + bacnet:predicate bacnet:file-type ; bacnet:value "43"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-firmware-revision a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.firmware-revision a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "firmware-revision" ; + bacnet:predicate bacnet:firmware-revision ; bacnet:value "44"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-floor-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.floor-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "floor-text" ; + bacnet:predicate bacnet:floor-text ; bacnet:value "464"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-full-duty-baseline a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.full-duty-baseline a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "full-duty-baseline" ; + bacnet:predicate bacnet:full-duty-baseline ; bacnet:value "215"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-global-id a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.global-id a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "global-id" ; + bacnet:predicate bacnet:global-id ; bacnet:value "465"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-global-identifier a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.global-identifier a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "global-identifier" ; + bacnet:predicate bacnet:global-identifier ; bacnet:value "323"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-group-member-names a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.group-member-names a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "group-member-names" ; + bacnet:predicate bacnet:group-member-names ; bacnet:value "346"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-group-members a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.group-members a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "group-members" ; + bacnet:predicate bacnet:group-members ; bacnet:value "345"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-group-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.group-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "group-mode" ; + bacnet:predicate bacnet:group-mode ; bacnet:value "467"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-high-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.high-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "high-limit" ; + bacnet:predicate bacnet:high-limit ; bacnet:value "45"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-higher-deck a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.higher-deck a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "higher-deck" ; + bacnet:predicate bacnet:higher-deck ; bacnet:value "468"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-in-process a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.in-process a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "in-process" ; + bacnet:predicate bacnet:in-process ; bacnet:value "47"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-in-progress a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.in-progress a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "in-progress" ; + bacnet:predicate bacnet:in-progress ; bacnet:value "378"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-inactive-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.inactive-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "inactive-text" ; + bacnet:predicate bacnet:inactive-text ; bacnet:value "46"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-initial-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.initial-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "initial-timeout" ; + bacnet:predicate bacnet:initial-timeout ; bacnet:value "394"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-input-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.input-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "input-reference" ; + bacnet:predicate bacnet:input-reference ; bacnet:value "181"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-installation-id a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.installation-id a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "installation-id" ; + bacnet:predicate bacnet:installation-id ; bacnet:value "469"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-instance-of a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.instance-of a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "instance-of" ; + bacnet:predicate bacnet:instance-of ; bacnet:value "48"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-instantaneous-power a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.instantaneous-power a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "instantaneous-power" ; + bacnet:predicate bacnet:instantaneous-power ; bacnet:value "379"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-integral-constant a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.integral-constant a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "integral-constant" ; + bacnet:predicate bacnet:integral-constant ; bacnet:value "49"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-integral-constant-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.integral-constant-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "integral-constant-units" ; + bacnet:predicate bacnet:integral-constant-units ; bacnet:value "50"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-interface-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.interface-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "interface-value" ; + bacnet:predicate bacnet:interface-value ; bacnet:value "387"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-interval-offset a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.interval-offset a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "interval-offset" ; + bacnet:predicate bacnet:interval-offset ; bacnet:value "195"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-address" ; + bacnet:predicate bacnet:ip-address ; bacnet:value "400"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-default-gateway a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-default-gateway a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-default-gateway" ; + bacnet:predicate bacnet:ip-default-gateway ; bacnet:value "401"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-dhcp-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-dhcp-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-dhcp-enable" ; + bacnet:predicate bacnet:ip-dhcp-enable ; bacnet:value "402"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-dhcp-lease-time" ; + bacnet:predicate bacnet:ip-dhcp-lease-time ; bacnet:value "403"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-dhcp-lease-time-remaining" ; + bacnet:predicate bacnet:ip-dhcp-lease-time-remaining ; bacnet:value "404"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-dhcp-server" ; + bacnet:predicate bacnet:ip-dhcp-server ; bacnet:value "405"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-dns-server a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-dns-server a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-dns-server" ; + bacnet:predicate bacnet:ip-dns-server ; bacnet:value "406"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ip-subnet-mask a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ip-subnet-mask a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ip-subnet-mask" ; + bacnet:predicate bacnet:ip-subnet-mask ; bacnet:value "411"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-address" ; + bacnet:predicate bacnet:ipv6-address ; bacnet:value "436"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-auto-addressing-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-auto-addressing-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-auto-addressing-enable" ; + bacnet:predicate bacnet:ipv6-auto-addressing-enable ; bacnet:value "442"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-default-gateway a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-default-gateway a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-default-gateway" ; + bacnet:predicate bacnet:ipv6-default-gateway ; bacnet:value "439"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-dhcp-lease-time" ; + bacnet:predicate bacnet:ipv6-dhcp-lease-time ; bacnet:value "443"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-dhcp-lease-time-remaining" ; + bacnet:predicate bacnet:ipv6-dhcp-lease-time-remaining ; bacnet:value "444"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-dhcp-server" ; + bacnet:predicate bacnet:ipv6-dhcp-server ; bacnet:value "445"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-dns-server a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-dns-server a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-dns-server" ; + bacnet:predicate bacnet:ipv6-dns-server ; bacnet:value "441"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-prefix-length a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-prefix-length a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-prefix-length" ; + bacnet:predicate bacnet:ipv6-prefix-length ; bacnet:value "437"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-ipv6-zone-index a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.ipv6-zone-index a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "ipv6-zone-index" ; + bacnet:predicate bacnet:ipv6-zone-index ; bacnet:value "446"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-is-utc a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.is-utc a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "is-utc" ; + bacnet:predicate bacnet:is-utc ; bacnet:value "344"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-key-sets a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.key-sets a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "key-sets" ; + bacnet:predicate bacnet:key-sets ; bacnet:value "330"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-landing-call-control a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.landing-call-control a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "landing-call-control" ; + bacnet:predicate bacnet:landing-call-control ; bacnet:value "471"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-landing-calls a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.landing-calls a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "landing-calls" ; + bacnet:predicate bacnet:landing-calls ; bacnet:value "470"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-landing-door-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.landing-door-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "landing-door-status" ; + bacnet:predicate bacnet:landing-door-status ; bacnet:value "472"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-access-event a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-access-event a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-access-event" ; + bacnet:predicate bacnet:last-access-event ; bacnet:value "275"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-access-point a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-access-point a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-access-point" ; + bacnet:predicate bacnet:last-access-point ; bacnet:value "276"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-command-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-command-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-command-time" ; + bacnet:predicate bacnet:last-command-time ; bacnet:value "432"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-credential-added a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-credential-added a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-credential-added" ; + bacnet:predicate bacnet:last-credential-added ; bacnet:value "277"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-credential-added-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-credential-added-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-credential-added-time" ; + bacnet:predicate bacnet:last-credential-added-time ; bacnet:value "278"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-credential-removed a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-credential-removed a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-credential-removed" ; + bacnet:predicate bacnet:last-credential-removed ; bacnet:value "279"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-credential-removed-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-credential-removed-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-credential-removed-time" ; + bacnet:predicate bacnet:last-credential-removed-time ; bacnet:value "280"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-key-server a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-key-server a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-key-server" ; + bacnet:predicate bacnet:last-key-server ; bacnet:value "331"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-notify-record a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-notify-record a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-notify-record" ; + bacnet:predicate bacnet:last-notify-record ; bacnet:value "173"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-priority a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-priority a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-priority" ; + bacnet:predicate bacnet:last-priority ; bacnet:value "369"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-restart-reason a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-restart-reason a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-restart-reason" ; + bacnet:predicate bacnet:last-restart-reason ; bacnet:value "196"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-restore-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-restore-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-restore-time" ; + bacnet:predicate bacnet:last-restore-time ; bacnet:value "157"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-state-change a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-state-change a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-state-change" ; + bacnet:predicate bacnet:last-state-change ; bacnet:value "395"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-last-use-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.last-use-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "last-use-time" ; + bacnet:predicate bacnet:last-use-time ; bacnet:value "281"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-life-safety-alarm-values a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.life-safety-alarm-values a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "life-safety-alarm-values" ; + bacnet:predicate bacnet:life-safety-alarm-values ; bacnet:value "166"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lighting-command a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lighting-command a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lighting-command" ; + bacnet:predicate bacnet:lighting-command ; bacnet:value "380"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lighting-command-default-priority a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lighting-command-default-priority a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lighting-command-default-priority" ; + bacnet:predicate bacnet:lighting-command-default-priority ; bacnet:value "381"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-limit-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.limit-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "limit-enable" ; + bacnet:predicate bacnet:limit-enable ; bacnet:value "52"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-limit-monitoring-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.limit-monitoring-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "limit-monitoring-interval" ; + bacnet:predicate bacnet:limit-monitoring-interval ; bacnet:value "182"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-link-speed a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.link-speed a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "link-speed" ; + bacnet:predicate bacnet:link-speed ; bacnet:value "420"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-link-speed-autonegotiate a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.link-speed-autonegotiate a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "link-speed-autonegotiate" ; + bacnet:predicate bacnet:link-speed-autonegotiate ; bacnet:value "422"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-link-speeds a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.link-speeds a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "link-speeds" ; + bacnet:predicate bacnet:link-speeds ; bacnet:value "421"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-list-of-group-members a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.list-of-group-members a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "list-of-group-members" ; + bacnet:predicate bacnet:list-of-group-members ; bacnet:value "53"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-list-of-object-property-references a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.list-of-object-property-references a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "list-of-object-property-references" ; + bacnet:predicate bacnet:list-of-object-property-references ; bacnet:value "54"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-local-date a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.local-date a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "local-date" ; + bacnet:predicate bacnet:local-date ; bacnet:value "56"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-local-forwarding-only a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.local-forwarding-only a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "local-forwarding-only" ; + bacnet:predicate bacnet:local-forwarding-only ; bacnet:value "360"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-local-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.local-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "local-time" ; + bacnet:predicate bacnet:local-time ; bacnet:value "57"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-location a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.location a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "location" ; + bacnet:predicate bacnet:location ; bacnet:value "58"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lock-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lock-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lock-status" ; + bacnet:predicate bacnet:lock-status ; bacnet:value "233"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lockout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lockout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lockout" ; + bacnet:predicate bacnet:lockout ; bacnet:value "282"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lockout-relinquish-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lockout-relinquish-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lockout-relinquish-time" ; + bacnet:predicate bacnet:lockout-relinquish-time ; bacnet:value "283"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-log-buffer a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.log-buffer a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "log-buffer" ; + bacnet:predicate bacnet:log-buffer ; bacnet:value "131"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-log-device-object-property a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.log-device-object-property a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "log-device-object-property" ; + bacnet:predicate bacnet:log-device-object-property ; bacnet:value "132"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-log-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.log-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "log-interval" ; + bacnet:predicate bacnet:log-interval ; bacnet:value "134"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-logging-object a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.logging-object a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "logging-object" ; + bacnet:predicate bacnet:logging-object ; bacnet:value "183"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-logging-record a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.logging-record a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "logging-record" ; + bacnet:predicate bacnet:logging-record ; bacnet:value "184"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-logging-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.logging-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "logging-type" ; + bacnet:predicate bacnet:logging-type ; bacnet:value "197"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-low-diff-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.low-diff-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "low-diff-limit" ; + bacnet:predicate bacnet:low-diff-limit ; bacnet:value "390"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-low-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.low-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "low-limit" ; + bacnet:predicate bacnet:low-limit ; bacnet:value "59"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-lower-deck a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.lower-deck a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "lower-deck" ; + bacnet:predicate bacnet:lower-deck ; bacnet:value "473"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-mac-address a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.mac-address a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "mac-address" ; + bacnet:predicate bacnet:mac-address ; bacnet:value "423"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-machine-room-id a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.machine-room-id a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "machine-room-id" ; + bacnet:predicate bacnet:machine-room-id ; bacnet:value "474"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-maintenance-required a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.maintenance-required a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "maintenance-required" ; + bacnet:predicate bacnet:maintenance-required ; bacnet:value "158"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-making-car-call a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.making-car-call a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "making-car-call" ; + bacnet:predicate bacnet:making-car-call ; bacnet:value "475"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-manipulated-variable-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.manipulated-variable-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "manipulated-variable-reference" ; + bacnet:predicate bacnet:manipulated-variable-reference ; bacnet:value "60"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-manual-slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.manual-slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "manual-slave-address-binding" ; + bacnet:predicate bacnet:manual-slave-address-binding ; bacnet:value "170"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-masked-alarm-values a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.masked-alarm-values a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "masked-alarm-values" ; + bacnet:predicate bacnet:masked-alarm-values ; bacnet:value "234"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-actual-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-actual-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-actual-value" ; + bacnet:predicate bacnet:max-actual-value ; bacnet:value "382"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-apdu-length-accepted a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-apdu-length-accepted a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-apdu-length-accepted" ; + bacnet:predicate bacnet:max-apdu-length-accepted ; bacnet:value "62"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-failed-attempts a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-failed-attempts a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-failed-attempts" ; + bacnet:predicate bacnet:max-failed-attempts ; bacnet:value "285"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-info-frames a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-info-frames a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-info-frames" ; + bacnet:predicate bacnet:max-info-frames ; bacnet:value "63"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-master a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-master a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-master" ; + bacnet:predicate bacnet:max-master ; bacnet:value "64"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-pres-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-pres-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-pres-value" ; + bacnet:predicate bacnet:max-pres-value ; bacnet:value "65"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-max-segments-accepted a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.max-segments-accepted a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "max-segments-accepted" ; + bacnet:predicate bacnet:max-segments-accepted ; bacnet:value "167"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-maximum-output a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.maximum-output a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "maximum-output" ; + bacnet:predicate bacnet:maximum-output ; bacnet:value "61"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-maximum-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.maximum-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "maximum-value" ; + bacnet:predicate bacnet:maximum-value ; bacnet:value "135"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-maximum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.maximum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "maximum-value-timestamp" ; + bacnet:predicate bacnet:maximum-value-timestamp ; bacnet:value "149"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-member-of a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.member-of a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "member-of" ; + bacnet:predicate bacnet:member-of ; bacnet:value "159"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-member-status-flags a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.member-status-flags a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "member-status-flags" ; + bacnet:predicate bacnet:member-status-flags ; bacnet:value "347"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-members a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.members a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "members" ; + bacnet:predicate bacnet:members ; bacnet:value "286"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-min-actual-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.min-actual-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "min-actual-value" ; + bacnet:predicate bacnet:min-actual-value ; bacnet:value "383"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-min-pres-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.min-pres-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "min-pres-value" ; + bacnet:predicate bacnet:min-pres-value ; bacnet:value "69"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-minimum-off-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.minimum-off-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "minimum-off-time" ; + bacnet:predicate bacnet:minimum-off-time ; bacnet:value "66"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-minimum-on-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.minimum-on-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "minimum-on-time" ; + bacnet:predicate bacnet:minimum-on-time ; bacnet:value "67"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-minimum-output a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.minimum-output a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "minimum-output" ; + bacnet:predicate bacnet:minimum-output ; bacnet:value "68"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-minimum-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.minimum-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "minimum-value" ; + bacnet:predicate bacnet:minimum-value ; bacnet:value "136"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-minimum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.minimum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "minimum-value-timestamp" ; + bacnet:predicate bacnet:minimum-value-timestamp ; bacnet:value "150"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "mode" ; + bacnet:predicate bacnet:mode ; bacnet:value "160"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-model-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.model-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "model-name" ; + bacnet:predicate bacnet:model-name ; bacnet:value "70"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-modification-date a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.modification-date a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "modification-date" ; + bacnet:predicate bacnet:modification-date ; bacnet:value "71"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-muster-point a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.muster-point a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "muster-point" ; + bacnet:predicate bacnet:muster-point ; bacnet:value "287"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-negative-access-rules a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.negative-access-rules a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "negative-access-rules" ; + bacnet:predicate bacnet:negative-access-rules ; bacnet:value "288"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-network-access-security-policies a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.network-access-security-policies a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "network-access-security-policies" ; + bacnet:predicate bacnet:network-access-security-policies ; bacnet:value "332"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-network-interface-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.network-interface-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "network-interface-name" ; + bacnet:predicate bacnet:network-interface-name ; bacnet:value "424"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-network-number a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.network-number a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "network-number" ; + bacnet:predicate bacnet:network-number ; bacnet:value "425"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-network-number-quality a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.network-number-quality a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "network-number-quality" ; + bacnet:predicate bacnet:network-number-quality ; bacnet:value "426"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-network-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.network-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "network-type" ; + bacnet:predicate bacnet:network-type ; bacnet:value "427"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-next-stopping-floor a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.next-stopping-floor a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "next-stopping-floor" ; + bacnet:predicate bacnet:next-stopping-floor ; bacnet:value "476"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-node-subtype a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.node-subtype a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "node-subtype" ; + bacnet:predicate bacnet:node-subtype ; bacnet:value "207"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-node-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.node-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "node-type" ; + bacnet:predicate bacnet:node-type ; bacnet:value "208"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-notification-class a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.notification-class a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "notification-class" ; + bacnet:predicate bacnet:notification-class ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-notification-threshold a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.notification-threshold a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "notification-threshold" ; + bacnet:predicate bacnet:notification-threshold ; bacnet:value "137"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-notify-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.notify-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "notify-type" ; + bacnet:predicate bacnet:notify-type ; bacnet:value "72"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-number-of-apdu-retries a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.number-of-apdu-retries a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "number-of-apdu-retries" ; + bacnet:predicate bacnet:number-of-apdu-retries ; bacnet:value "73"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-number-of-authentication-policies a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.number-of-authentication-policies a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "number-of-authentication-policies" ; + bacnet:predicate bacnet:number-of-authentication-policies ; bacnet:value "289"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-number-of-states a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.number-of-states a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "number-of-states" ; + bacnet:predicate bacnet:number-of-states ; bacnet:value "74"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-object-identifier a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.object-identifier a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "object-identifier" ; + bacnet:predicate bacnet:object-identifier ; bacnet:value "75"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-object-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.object-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "object-list" ; + bacnet:predicate bacnet:object-list ; bacnet:value "76"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-object-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.object-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "object-name" ; + bacnet:predicate bacnet:object-name ; bacnet:value "77"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-object-property-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.object-property-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "object-property-reference" ; + bacnet:predicate bacnet:object-property-reference ; bacnet:value "78"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-object-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.object-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "object-type" ; + bacnet:predicate bacnet:object-type ; bacnet:value "79"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-count" ; + bacnet:predicate bacnet:occupancy-count ; bacnet:value "290"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-count-adjust a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-count-adjust a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-count-adjust" ; + bacnet:predicate bacnet:occupancy-count-adjust ; bacnet:value "291"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-count-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-count-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-count-enable" ; + bacnet:predicate bacnet:occupancy-count-enable ; bacnet:value "292"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-lower-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-lower-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-lower-limit" ; + bacnet:predicate bacnet:occupancy-lower-limit ; bacnet:value "294"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-lower-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-lower-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-lower-limit-enforced" ; + bacnet:predicate bacnet:occupancy-lower-limit-enforced ; bacnet:value "295"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-state" ; + bacnet:predicate bacnet:occupancy-state ; bacnet:value "296"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-upper-limit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-upper-limit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-upper-limit" ; + bacnet:predicate bacnet:occupancy-upper-limit ; bacnet:value "297"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-occupancy-upper-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.occupancy-upper-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "occupancy-upper-limit-enforced" ; + bacnet:predicate bacnet:occupancy-upper-limit-enforced ; bacnet:value "298"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-operation-direction a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.operation-direction a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "operation-direction" ; + bacnet:predicate bacnet:operation-direction ; bacnet:value "477"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-operation-expected a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.operation-expected a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "operation-expected" ; + bacnet:predicate bacnet:operation-expected ; bacnet:value "161"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-optional a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.optional a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "optional" ; + bacnet:predicate bacnet:optional ; bacnet:value "80"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-out-of-service a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.out-of-service a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "out-of-service" ; + bacnet:predicate bacnet:out-of-service ; bacnet:value "81"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-output-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.output-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "output-units" ; + bacnet:predicate bacnet:output-units ; bacnet:value "82"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-packet-reorder-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.packet-reorder-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "packet-reorder-time" ; + bacnet:predicate bacnet:packet-reorder-time ; bacnet:value "333"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-passback-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.passback-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "passback-mode" ; + bacnet:predicate bacnet:passback-mode ; bacnet:value "300"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-passback-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.passback-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "passback-timeout" ; + bacnet:predicate bacnet:passback-timeout ; bacnet:value "301"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-passenger-alarm a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.passenger-alarm a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "passenger-alarm" ; + bacnet:predicate bacnet:passenger-alarm ; bacnet:value "478"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-polarity a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.polarity a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "polarity" ; + bacnet:predicate bacnet:polarity ; bacnet:value "84"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-port-filter a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.port-filter a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "port-filter" ; + bacnet:predicate bacnet:port-filter ; bacnet:value "363"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-positive-access-rules a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.positive-access-rules a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "positive-access-rules" ; + bacnet:predicate bacnet:positive-access-rules ; bacnet:value "302"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-power a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.power a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "power" ; + bacnet:predicate bacnet:power ; bacnet:value "384"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-power-mode a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.power-mode a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "power-mode" ; + bacnet:predicate bacnet:power-mode ; bacnet:value "479"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-prescale a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.prescale a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "prescale" ; + bacnet:predicate bacnet:prescale ; bacnet:value "185"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-present-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.present-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "present-value" ; + bacnet:predicate bacnet:present-value ; bacnet:value "85"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-priority a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.priority a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "priority" ; + bacnet:predicate bacnet:priority ; bacnet:value "86"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-priority-array a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.priority-array a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "priority-array" ; + bacnet:predicate bacnet:priority-array ; bacnet:value "87"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-priority-for-writing a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.priority-for-writing a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "priority-for-writing" ; + bacnet:predicate bacnet:priority-for-writing ; bacnet:value "88"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-process-identifier a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.process-identifier a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "process-identifier" ; + bacnet:predicate bacnet:process-identifier ; bacnet:value "89"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-process-identifier-filter a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.process-identifier-filter a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "process-identifier-filter" ; + bacnet:predicate bacnet:process-identifier-filter ; bacnet:value "361"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-profile-location a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.profile-location a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "profile-location" ; + bacnet:predicate bacnet:profile-location ; bacnet:value "485"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-profile-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.profile-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "profile-name" ; + bacnet:predicate bacnet:profile-name ; bacnet:value "168"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-program-change a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.program-change a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "program-change" ; + bacnet:predicate bacnet:program-change ; bacnet:value "90"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-program-location a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.program-location a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "program-location" ; + bacnet:predicate bacnet:program-location ; bacnet:value "91"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-program-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.program-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "program-state" ; + bacnet:predicate bacnet:program-state ; bacnet:value "92"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-property-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.property-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "property-list" ; + bacnet:predicate bacnet:property-list ; bacnet:value "371"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-proportional-constant a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.proportional-constant a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "proportional-constant" ; + bacnet:predicate bacnet:proportional-constant ; bacnet:value "93"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-proportional-constant-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.proportional-constant-units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "proportional-constant-units" ; + bacnet:predicate bacnet:proportional-constant-units ; bacnet:value "94"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-protocol-level a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.protocol-level a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "protocol-level" ; + bacnet:predicate bacnet:protocol-level ; bacnet:value "482"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-protocol-object-types-supported a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.protocol-object-types-supported a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "protocol-object-types-supported" ; + bacnet:predicate bacnet:protocol-object-types-supported ; bacnet:value "96"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-protocol-revision a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.protocol-revision a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "protocol-revision" ; + bacnet:predicate bacnet:protocol-revision ; bacnet:value "139"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-protocol-services-supported a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.protocol-services-supported a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "protocol-services-supported" ; + bacnet:predicate bacnet:protocol-services-supported ; bacnet:value "97"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-protocol-version a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.protocol-version a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "protocol-version" ; + bacnet:predicate bacnet:protocol-version ; bacnet:value "98"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-pulse-rate a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.pulse-rate a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "pulse-rate" ; + bacnet:predicate bacnet:pulse-rate ; bacnet:value "186"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-read-only a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.read-only a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "read-only" ; + bacnet:predicate bacnet:read-only ; bacnet:value "99"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-reason-for-disable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.reason-for-disable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "reason-for-disable" ; + bacnet:predicate bacnet:reason-for-disable ; bacnet:value "303"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-reason-for-halt a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.reason-for-halt a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "reason-for-halt" ; + bacnet:predicate bacnet:reason-for-halt ; bacnet:value "100"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-recipient-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.recipient-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "recipient-list" ; + bacnet:predicate bacnet:recipient-list ; bacnet:value "102"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-record-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.record-count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "record-count" ; + bacnet:predicate bacnet:record-count ; bacnet:value "141"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-records-since-notification a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.records-since-notification a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "records-since-notification" ; + bacnet:predicate bacnet:records-since-notification ; bacnet:value "140"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-reference-port a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.reference-port a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "reference-port" ; + bacnet:predicate bacnet:reference-port ; bacnet:value "483"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-registered-car-call a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.registered-car-call a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "registered-car-call" ; + bacnet:predicate bacnet:registered-car-call ; bacnet:value "480"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-reliability a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.reliability a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "reliability" ; + bacnet:predicate bacnet:reliability ; bacnet:value "103"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-reliability-evaluation-inhibit a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.reliability-evaluation-inhibit a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "reliability-evaluation-inhibit" ; + bacnet:predicate bacnet:reliability-evaluation-inhibit ; bacnet:value "357"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-relinquish-default a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.relinquish-default a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "relinquish-default" ; + bacnet:predicate bacnet:relinquish-default ; bacnet:value "104"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-represents a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.represents a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "represents" ; + bacnet:predicate bacnet:represents ; bacnet:value "491"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-requested-shed-level a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.requested-shed-level a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "requested-shed-level" ; + bacnet:predicate bacnet:requested-shed-level ; bacnet:value "218"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-requested-update-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.requested-update-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "requested-update-interval" ; + bacnet:predicate bacnet:requested-update-interval ; bacnet:value "348"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-required a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.required a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "required" ; + bacnet:predicate bacnet:required ; bacnet:value "105"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-resolution a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.resolution a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "resolution" ; + bacnet:predicate bacnet:resolution ; bacnet:value "106"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-restart-notification-recipients a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.restart-notification-recipients a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "restart-notification-recipients" ; + bacnet:predicate bacnet:restart-notification-recipients ; bacnet:value "202"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-restore-completion-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.restore-completion-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "restore-completion-time" ; + bacnet:predicate bacnet:restore-completion-time ; bacnet:value "340"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-restore-preparation-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.restore-preparation-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "restore-preparation-time" ; + bacnet:predicate bacnet:restore-preparation-time ; bacnet:value "341"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-routing-table a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.routing-table a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "routing-table" ; + bacnet:predicate bacnet:routing-table ; bacnet:value "428"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-scale a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.scale a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "scale" ; + bacnet:predicate bacnet:scale ; bacnet:value "187"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-scale-factor a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.scale-factor a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "scale-factor" ; + bacnet:predicate bacnet:scale-factor ; bacnet:value "188"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-schedule-default a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.schedule-default a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "schedule-default" ; + bacnet:predicate bacnet:schedule-default ; bacnet:value "174"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-secured-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.secured-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "secured-status" ; + bacnet:predicate bacnet:secured-status ; bacnet:value "235"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-security-pdu-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.security-pdu-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "security-pdu-timeout" ; + bacnet:predicate bacnet:security-pdu-timeout ; bacnet:value "334"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-security-time-window a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.security-time-window a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "security-time-window" ; + bacnet:predicate bacnet:security-time-window ; bacnet:value "335"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-segmentation-supported a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.segmentation-supported a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "segmentation-supported" ; + bacnet:predicate bacnet:segmentation-supported ; bacnet:value "107"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-serial-number a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.serial-number a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "serial-number" ; + bacnet:predicate bacnet:serial-number ; bacnet:value "372"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-setpoint a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.setpoint a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "setpoint" ; + bacnet:predicate bacnet:setpoint ; bacnet:value "108"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-setpoint-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.setpoint-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "setpoint-reference" ; + bacnet:predicate bacnet:setpoint-reference ; bacnet:value "109"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-setting a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.setting a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "setting" ; + bacnet:predicate bacnet:setting ; bacnet:value "162"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-shed-duration a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.shed-duration a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "shed-duration" ; + bacnet:predicate bacnet:shed-duration ; bacnet:value "219"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-shed-level-descriptions a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.shed-level-descriptions a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "shed-level-descriptions" ; + bacnet:predicate bacnet:shed-level-descriptions ; bacnet:value "220"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-shed-levels a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.shed-levels a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "shed-levels" ; + bacnet:predicate bacnet:shed-levels ; bacnet:value "221"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-silenced a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.silenced a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "silenced" ; + bacnet:predicate bacnet:silenced ; bacnet:value "163"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "slave-address-binding" ; + bacnet:predicate bacnet:slave-address-binding ; bacnet:value "171"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-slave-proxy-enable a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.slave-proxy-enable a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "slave-proxy-enable" ; + bacnet:predicate bacnet:slave-proxy-enable ; bacnet:value "172"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-start-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.start-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "start-time" ; + bacnet:predicate bacnet:start-time ; bacnet:value "142"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-state-change-values a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.state-change-values a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "state-change-values" ; + bacnet:predicate bacnet:state-change-values ; bacnet:value "396"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-state-description a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.state-description a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "state-description" ; + bacnet:predicate bacnet:state-description ; bacnet:value "222"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-state-text a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.state-text a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "state-text" ; + bacnet:predicate bacnet:state-text ; bacnet:value "110"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-status-flags a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.status-flags a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "status-flags" ; + bacnet:predicate bacnet:status-flags ; bacnet:value "111"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-stop-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.stop-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "stop-time" ; + bacnet:predicate bacnet:stop-time ; bacnet:value "143"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-stop-when-full a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.stop-when-full a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "stop-when-full" ; + bacnet:predicate bacnet:stop-when-full ; bacnet:value "144"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-strike-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.strike-count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "strike-count" ; + bacnet:predicate bacnet:strike-count ; bacnet:value "391"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-structured-object-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.structured-object-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "structured-object-list" ; + bacnet:predicate bacnet:structured-object-list ; bacnet:value "209"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subordinate-annotations a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subordinate-annotations a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subordinate-annotations" ; + bacnet:predicate bacnet:subordinate-annotations ; bacnet:value "210"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subordinate-list a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subordinate-list a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subordinate-list" ; + bacnet:predicate bacnet:subordinate-list ; bacnet:value "211"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subordinate-node-types a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subordinate-node-types a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subordinate-node-types" ; + bacnet:predicate bacnet:subordinate-node-types ; bacnet:value "487"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subordinate-relationships a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subordinate-relationships a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subordinate-relationships" ; + bacnet:predicate bacnet:subordinate-relationships ; bacnet:value "489"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subordinate-tags a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subordinate-tags a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subordinate-tags" ; + bacnet:predicate bacnet:subordinate-tags ; bacnet:value "488"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-subscribed-recipients a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.subscribed-recipients a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "subscribed-recipients" ; + bacnet:predicate bacnet:subscribed-recipients ; bacnet:value "362"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-supported-format-classes a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.supported-format-classes a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "supported-format-classes" ; + bacnet:predicate bacnet:supported-format-classes ; bacnet:value "305"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-supported-formats a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.supported-formats a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "supported-formats" ; + bacnet:predicate bacnet:supported-formats ; bacnet:value "304"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-supported-security-algorithms a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.supported-security-algorithms a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "supported-security-algorithms" ; + bacnet:predicate bacnet:supported-security-algorithms ; bacnet:value "336"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-system-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.system-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "system-status" ; + bacnet:predicate bacnet:system-status ; bacnet:value "112"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-tags a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.tags a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "tags" ; + bacnet:predicate bacnet:tags ; bacnet:value "486"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-threat-authority a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.threat-authority a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "threat-authority" ; + bacnet:predicate bacnet:threat-authority ; bacnet:value "306"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-threat-level a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.threat-level a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "threat-level" ; + bacnet:predicate bacnet:threat-level ; bacnet:value "307"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-delay a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-delay a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-delay" ; + bacnet:predicate bacnet:time-delay ; bacnet:value "113"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-delay-normal a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-delay-normal a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-delay-normal" ; + bacnet:predicate bacnet:time-delay-normal ; bacnet:value "356"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-of-active-time-reset a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-of-active-time-reset a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-of-active-time-reset" ; + bacnet:predicate bacnet:time-of-active-time-reset ; bacnet:value "114"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-of-device-restart a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-of-device-restart a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-of-device-restart" ; + bacnet:predicate bacnet:time-of-device-restart ; bacnet:value "203"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-of-state-count-reset a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-of-state-count-reset a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-of-state-count-reset" ; + bacnet:predicate bacnet:time-of-state-count-reset ; bacnet:value "115"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-of-strike-count-reset a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-of-strike-count-reset a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-of-strike-count-reset" ; + bacnet:predicate bacnet:time-of-strike-count-reset ; bacnet:value "392"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-synchronization-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-synchronization-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-synchronization-interval" ; + bacnet:predicate bacnet:time-synchronization-interval ; bacnet:value "204"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "time-synchronization-recipients" ; + bacnet:predicate bacnet:time-synchronization-recipients ; bacnet:value "116"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-timer-running a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.timer-running a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "timer-running" ; + bacnet:predicate bacnet:timer-running ; bacnet:value "397"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-timer-state a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.timer-state a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "timer-state" ; + bacnet:predicate bacnet:timer-state ; bacnet:value "398"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-total-record-count a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.total-record-count a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "total-record-count" ; + bacnet:predicate bacnet:total-record-count ; bacnet:value "145"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-trace-flag a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.trace-flag a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "trace-flag" ; + bacnet:predicate bacnet:trace-flag ; bacnet:value "308"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-tracking-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.tracking-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "tracking-value" ; + bacnet:predicate bacnet:tracking-value ; bacnet:value "164"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-transaction-notification-class a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.transaction-notification-class a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "transaction-notification-class" ; + bacnet:predicate bacnet:transaction-notification-class ; bacnet:value "309"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-transition a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.transition a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "transition" ; + bacnet:predicate bacnet:transition ; bacnet:value "385"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-trigger a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.trigger a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "trigger" ; + bacnet:predicate bacnet:trigger ; bacnet:value "205"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-units a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.units a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "units" ; + bacnet:predicate bacnet:units ; bacnet:value "117"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-update-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.update-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "update-interval" ; + bacnet:predicate bacnet:update-interval ; bacnet:value "118"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-update-key-set-timeout a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.update-key-set-timeout a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "update-key-set-timeout" ; + bacnet:predicate bacnet:update-key-set-timeout ; bacnet:value "337"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-update-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.update-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "update-time" ; + bacnet:predicate bacnet:update-time ; bacnet:value "189"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-user-external-identifier a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.user-external-identifier a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "user-external-identifier" ; + bacnet:predicate bacnet:user-external-identifier ; bacnet:value "310"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-user-information-reference a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.user-information-reference a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "user-information-reference" ; + bacnet:predicate bacnet:user-information-reference ; bacnet:value "311"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-user-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.user-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "user-name" ; + bacnet:predicate bacnet:user-name ; bacnet:value "317"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-user-type a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.user-type a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "user-type" ; + bacnet:predicate bacnet:user-type ; bacnet:value "318"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-uses-remaining a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.uses-remaining a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "uses-remaining" ; + bacnet:predicate bacnet:uses-remaining ; bacnet:value "319"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-utc-offset a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.utc-offset a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "utc-offset" ; + bacnet:predicate bacnet:utc-offset ; bacnet:value "119"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-utc-time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.utc-time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "utc-time-synchronization-recipients" ; + bacnet:predicate bacnet:utc-time-synchronization-recipients ; bacnet:value "206"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-valid-samples a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.valid-samples a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "valid-samples" ; + bacnet:predicate bacnet:valid-samples ; bacnet:value "146"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-value-before-change a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.value-before-change a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "value-before-change" ; + bacnet:predicate bacnet:value-before-change ; bacnet:value "190"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-value-change-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.value-change-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "value-change-time" ; + bacnet:predicate bacnet:value-change-time ; bacnet:value "192"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-value-set a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.value-set a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "value-set" ; + bacnet:predicate bacnet:value-set ; bacnet:value "191"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-value-source a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.value-source a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "value-source" ; + bacnet:predicate bacnet:value-source ; bacnet:value "433"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-value-source-array a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.value-source-array a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "value-source-array" ; + bacnet:predicate bacnet:value-source-array ; bacnet:value "434"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-variance-value a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.variance-value a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "variance-value" ; + bacnet:predicate bacnet:variance-value ; bacnet:value "151"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-vendor-identifier a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.vendor-identifier a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "vendor-identifier" ; + bacnet:predicate bacnet:vendor-identifier ; bacnet:value "120"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-vendor-name a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.vendor-name a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "vendor-name" ; + bacnet:predicate bacnet:vendor-name ; bacnet:value "121"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-verification-time a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.verification-time a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "verification-time" ; + bacnet:predicate bacnet:verification-time ; bacnet:value "326"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-virtual-mac-address-table a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.virtual-mac-address-table a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "virtual-mac-address-table" ; + bacnet:predicate bacnet:virtual-mac-address-table ; bacnet:value "429"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-vt-classes-supported a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.vt-classes-supported a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "vt-classes-supported" ; + bacnet:predicate bacnet:vt-classes-supported ; bacnet:value "122"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-weekly-schedule a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.weekly-schedule a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "weekly-schedule" ; + bacnet:predicate bacnet:weekly-schedule ; bacnet:value "123"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-window-interval a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.window-interval a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "window-interval" ; + bacnet:predicate bacnet:window-interval ; bacnet:value "147"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-window-samples a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.window-samples a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "window-samples" ; + bacnet:predicate bacnet:window-samples ; bacnet:value "148"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-write-status a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.write-status a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "write-status" ; + bacnet:predicate bacnet:write-status ; bacnet:value "370"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-zone-from a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.zone-from a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "zone-from" ; + bacnet:predicate bacnet:zone-from ; bacnet:value "320"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-zone-members a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.zone-members a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "zone-members" ; + bacnet:predicate bacnet:zone-members ; bacnet:value "165"^^xsd:nonNegativeInteger . -bacnet:PropertyIdentifier-zone-to a bacnet:PropertyIdentifierEnumerationValue ; +bacnet:PropertyIdentifier.zone-to a bacnet:PropertyIdentifierEnumerationValue ; bacnet:name "zone-to" ; + bacnet:predicate bacnet:zone-to ; bacnet:value "321"^^xsd:nonNegativeInteger . -bacnet:ProtocolLevel-bacnet-application a bacnet:ProtocolLevelEnumerationValue ; +bacnet:ProtocolLevel.bacnet-application a bacnet:ProtocolLevelEnumerationValue ; bacnet:name "bacnet-application" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ProtocolLevel-non-bacnet-application a bacnet:ProtocolLevelEnumerationValue ; +bacnet:ProtocolLevel.non-bacnet-application a bacnet:ProtocolLevelEnumerationValue ; bacnet:name "non-bacnet-application" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ProtocolLevel-physical a bacnet:ProtocolLevelEnumerationValue ; +bacnet:ProtocolLevel.physical a bacnet:ProtocolLevelEnumerationValue ; bacnet:name "physical" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ProtocolLevel-protocol a bacnet:ProtocolLevelEnumerationValue ; +bacnet:ProtocolLevel.protocol a bacnet:ProtocolLevelEnumerationValue ; bacnet:name "protocol" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ReadAccessResultListOfResults a bacnet:SequenceOf ; - bacnet:memberType bacnet:ReadAccessResultListOfResultsSequence . +bacnet:ReadAccessResult.ListOfResults a bacnet:SequenceOf ; + bacnet:memberType bacnet:ReadAccessResult.ListOfResultsSequence . -bacnet:RejectReason-buffer-overflow a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.buffer-overflow a bacnet:RejectReasonEnumerationValue ; bacnet:name "buffer-overflow" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:RejectReason-inconsistent-parameters a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.inconsistent-parameters a bacnet:RejectReasonEnumerationValue ; bacnet:name "inconsistent-parameters" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:RejectReason-invalid-parameter-data-type a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.invalid-parameter-data-type a bacnet:RejectReasonEnumerationValue ; bacnet:name "invalid-parameter-data-type" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:RejectReason-invalid-tag a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.invalid-tag a bacnet:RejectReasonEnumerationValue ; bacnet:name "invalid-tag" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:RejectReason-missing-required-parameter a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.missing-required-parameter a bacnet:RejectReasonEnumerationValue ; bacnet:name "missing-required-parameter" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:RejectReason-other a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.other a bacnet:RejectReasonEnumerationValue ; bacnet:name "other" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:RejectReason-parameter-out-of-range a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.parameter-out-of-range a bacnet:RejectReasonEnumerationValue ; bacnet:name "parameter-out-of-range" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:RejectReason-too-many-arguments a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.too-many-arguments a bacnet:RejectReasonEnumerationValue ; bacnet:name "too-many-arguments" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:RejectReason-undefined-enumeration a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.undefined-enumeration a bacnet:RejectReasonEnumerationValue ; bacnet:name "undefined-enumeration" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:RejectReason-unrecognized-service a bacnet:RejectReasonEnumerationValue ; +bacnet:RejectReason.unrecognized-service a bacnet:RejectReasonEnumerationValue ; bacnet:name "unrecognized-service" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:Relationship-adjusted-by a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.adjusted-by a bacnet:RelationshipEnumerationValue ; bacnet:name "adjusted-by" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:Relationship-adjusts a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.adjusts a bacnet:RelationshipEnumerationValue ; bacnet:name "adjusts" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:Relationship-commanded-by a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.commanded-by a bacnet:RelationshipEnumerationValue ; bacnet:name "commanded-by" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:Relationship-commands a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.commands a bacnet:RelationshipEnumerationValue ; bacnet:name "commands" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:Relationship-contained-by a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.contained-by a bacnet:RelationshipEnumerationValue ; bacnet:name "contained-by" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:Relationship-contains a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.contains a bacnet:RelationshipEnumerationValue ; bacnet:name "contains" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Relationship-default a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.default a bacnet:RelationshipEnumerationValue ; bacnet:name "default" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:Relationship-egress a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.egress a bacnet:RelationshipEnumerationValue ; bacnet:name "egress" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:Relationship-ingress a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.ingress a bacnet:RelationshipEnumerationValue ; bacnet:name "ingress" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-air a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-air" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-cool-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-cool-air a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-cool-air" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-cool-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-cool-water a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-cool-water" ; bacnet:value "27"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-gas a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-gas a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-gas" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-hot-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-hot-air a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-hot-air" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-hot-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-hot-water a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-hot-water" ; bacnet:value "25"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-power a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-power a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-power" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-steam a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-steam a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-steam" ; bacnet:value "29"^^xsd:nonNegativeInteger . -bacnet:Relationship-receives-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.receives-water a bacnet:RelationshipEnumerationValue ; bacnet:name "receives-water" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-air a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-air" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-cool-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-cool-air a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-cool-air" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-cool-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-cool-water a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-cool-water" ; bacnet:value "26"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-gas a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-gas a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-gas" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-hot-air a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-hot-air a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-hot-air" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-hot-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-hot-water a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-hot-water" ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-power a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-power a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-power" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-steam a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-steam a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-steam" ; bacnet:value "28"^^xsd:nonNegativeInteger . -bacnet:Relationship-supplies-water a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.supplies-water a bacnet:RelationshipEnumerationValue ; bacnet:name "supplies-water" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:Relationship-unknown a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.unknown a bacnet:RelationshipEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Relationship-used-by a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.used-by a bacnet:RelationshipEnumerationValue ; bacnet:name "used-by" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:Relationship-uses a bacnet:RelationshipEnumerationValue ; +bacnet:Relationship.uses a bacnet:RelationshipEnumerationValue ; bacnet:name "uses" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:Reliability-activation-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.activation-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "activation-failure" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:Reliability-communication-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.communication-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "communication-failure" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:Reliability-configuration-error a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.configuration-error a bacnet:ReliabilityEnumerationValue ; bacnet:name "configuration-error" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:Reliability-faults-listed a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.faults-listed a bacnet:ReliabilityEnumerationValue ; bacnet:name "faults-listed" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:Reliability-lamp-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.lamp-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "lamp-failure" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:Reliability-member-fault a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.member-fault a bacnet:ReliabilityEnumerationValue ; bacnet:name "member-fault" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:Reliability-monitored-object-fault a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.monitored-object-fault a bacnet:ReliabilityEnumerationValue ; bacnet:name "monitored-object-fault" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:Reliability-multi-state-fault a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.multi-state-fault a bacnet:ReliabilityEnumerationValue ; bacnet:name "multi-state-fault" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:Reliability-no-fault-detected a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.no-fault-detected a bacnet:ReliabilityEnumerationValue ; bacnet:name "no-fault-detected" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Reliability-no-output a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.no-output a bacnet:ReliabilityEnumerationValue ; bacnet:name "no-output" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:Reliability-no-sensor a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.no-sensor a bacnet:ReliabilityEnumerationValue ; bacnet:name "no-sensor" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:Reliability-open-loop a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.open-loop a bacnet:ReliabilityEnumerationValue ; bacnet:name "open-loop" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:Reliability-over-range a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.over-range a bacnet:ReliabilityEnumerationValue ; bacnet:name "over-range" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Reliability-process-error a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.process-error a bacnet:ReliabilityEnumerationValue ; bacnet:name "process-error" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:Reliability-proprietary-command-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.proprietary-command-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "proprietary-command-failure" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:Reliability-referenced-object-fault a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.referenced-object-fault a bacnet:ReliabilityEnumerationValue ; bacnet:name "referenced-object-fault" ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:Reliability-renew-dhcp-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.renew-dhcp-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "renew-dhcp-failure" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:Reliability-renew-fd-registration-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.renew-fd-registration-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "renew-fd-registration-failure" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:Reliability-restart-auto-negotiation-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.restart-auto-negotiation-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "restart-auto-negotiation-failure" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:Reliability-restart-failure a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.restart-failure a bacnet:ReliabilityEnumerationValue ; bacnet:name "restart-failure" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:Reliability-shorted-loop a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.shorted-loop a bacnet:ReliabilityEnumerationValue ; bacnet:name "shorted-loop" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:Reliability-tripped a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.tripped a bacnet:ReliabilityEnumerationValue ; bacnet:name "tripped" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:Reliability-under-range a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.under-range a bacnet:ReliabilityEnumerationValue ; bacnet:name "under-range" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:Reliability-unreliable-other a bacnet:ReliabilityEnumerationValue ; +bacnet:Reliability.unreliable-other a bacnet:ReliabilityEnumerationValue ; bacnet:name "unreliable-other" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:RestartReason-activate-changes a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.activate-changes a bacnet:RestartReasonEnumerationValue ; bacnet:name "activate-changes" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:RestartReason-coldstart a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.coldstart a bacnet:RestartReasonEnumerationValue ; bacnet:name "coldstart" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:RestartReason-detected-power-lost a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.detected-power-lost a bacnet:RestartReasonEnumerationValue ; bacnet:name "detected-power-lost" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:RestartReason-detected-powered-off a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.detected-powered-off a bacnet:RestartReasonEnumerationValue ; bacnet:name "detected-powered-off" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:RestartReason-hardware-watchdog a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.hardware-watchdog a bacnet:RestartReasonEnumerationValue ; bacnet:name "hardware-watchdog" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:RestartReason-software-watchdog a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.software-watchdog a bacnet:RestartReasonEnumerationValue ; bacnet:name "software-watchdog" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:RestartReason-suspended a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.suspended a bacnet:RestartReasonEnumerationValue ; bacnet:name "suspended" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:RestartReason-unknown a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.unknown a bacnet:RestartReasonEnumerationValue ; bacnet:name "unknown" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:RestartReason-warmstart a bacnet:RestartReasonEnumerationValue ; +bacnet:RestartReason.warmstart a bacnet:RestartReasonEnumerationValue ; bacnet:name "warmstart" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ResultFlags-first-item a bacnet:ResultFlagsNamedBits ; +bacnet:ResultFlags.first-item a bacnet:ResultFlagsNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "first-item" . -bacnet:ResultFlags-last-item a bacnet:ResultFlagsNamedBits ; +bacnet:ResultFlags.last-item a bacnet:ResultFlagsNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "last-item" . -bacnet:ResultFlags-more-items a bacnet:ResultFlagsNamedBits ; +bacnet:ResultFlags.more-items a bacnet:ResultFlagsNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "more-items" . bacnet:SecurityKeySet a sh:NodeShape ; + rdfs:label "SecurityKeySet" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + bacnet:comment "UTC time, all wild if unknown"@en ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:key-ids ], + sh:path bacnet:expiration-time ], [ a sh:PropertyShape ; bacnet:comment "UTC time, all wild if unknown"@en ; sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:activation-time ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:key-ids ], [ a sh:PropertyShape ; bacnet:comment "0 if key set is not configured"@en ; sh:datatype xsd:nonNegativeInteger ; @@ -21023,354 +22322,345 @@ bacnet:SecurityKeySet a sh:NodeShape ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:key-revision ], - [ a sh:PropertyShape ; - bacnet:comment "UTC time, all wild if unknown"@en ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:expiration-time ] ; + sh:path bacnet:key-revision ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:KeyIdentifier ; - sh:path ( bacnet:key-ids [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:key-ids [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:key-ids ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:key-ids ] ] ) . -bacnet:SecurityLevel-encrypted a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.encrypted a bacnet:SecurityLevelEnumerationValue ; bacnet:name "encrypted" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:SecurityLevel-encrypted-end-to-end a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.encrypted-end-to-end a bacnet:SecurityLevelEnumerationValue ; bacnet:name "encrypted-end-to-end" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:SecurityLevel-incapable a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.incapable a bacnet:SecurityLevelEnumerationValue ; bacnet:name "incapable" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:SecurityLevel-plain a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.plain a bacnet:SecurityLevelEnumerationValue ; bacnet:name "plain" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:SecurityLevel-signed a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.signed a bacnet:SecurityLevelEnumerationValue ; bacnet:name "signed" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:SecurityLevel-signed-end-to-end a bacnet:SecurityLevelEnumerationValue ; +bacnet:SecurityLevel.signed-end-to-end a bacnet:SecurityLevelEnumerationValue ; bacnet:name "signed-end-to-end" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:SecurityPolicy-encrypted-trusted a bacnet:SecurityPolicyEnumerationValue ; +bacnet:SecurityPolicy.encrypted-trusted a bacnet:SecurityPolicyEnumerationValue ; bacnet:name "encrypted-trusted" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:SecurityPolicy-plain-non-trusted a bacnet:SecurityPolicyEnumerationValue ; +bacnet:SecurityPolicy.plain-non-trusted a bacnet:SecurityPolicyEnumerationValue ; bacnet:name "plain-non-trusted" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:SecurityPolicy-plain-trusted a bacnet:SecurityPolicyEnumerationValue ; +bacnet:SecurityPolicy.plain-trusted a bacnet:SecurityPolicyEnumerationValue ; bacnet:name "plain-trusted" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:SecurityPolicy-signed-trusted a bacnet:SecurityPolicyEnumerationValue ; +bacnet:SecurityPolicy.signed-trusted a bacnet:SecurityPolicyEnumerationValue ; bacnet:name "signed-trusted" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Segmentation-no-segmentation a bacnet:SegmentationEnumerationValue ; +bacnet:Segmentation.no-segmentation a bacnet:SegmentationEnumerationValue ; bacnet:name "no-segmentation" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:Segmentation-segmented-both a bacnet:SegmentationEnumerationValue ; +bacnet:Segmentation.segmented-both a bacnet:SegmentationEnumerationValue ; bacnet:name "segmented-both" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:Segmentation-segmented-receive a bacnet:SegmentationEnumerationValue ; +bacnet:Segmentation.segmented-receive a bacnet:SegmentationEnumerationValue ; bacnet:name "segmented-receive" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:Segmentation-segmented-transmit a bacnet:SegmentationEnumerationValue ; +bacnet:Segmentation.segmented-transmit a bacnet:SegmentationEnumerationValue ; bacnet:name "segmented-transmit" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ServicesSupported-acknowledge-alarm a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.acknowledge-alarm a bacnet:ServicesSupportedNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "acknowledge-alarm" . -bacnet:ServicesSupported-add-list-element a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.add-list-element a bacnet:ServicesSupportedNamedBits ; bacnet:bit "8"^^xsd:nonNegativeInteger ; bacnet:name "add-list-element" . -bacnet:ServicesSupported-atomic-read-file a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.atomic-read-file a bacnet:ServicesSupportedNamedBits ; bacnet:bit "6"^^xsd:nonNegativeInteger ; bacnet:name "atomic-read-file" . -bacnet:ServicesSupported-atomic-write-file a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.atomic-write-file a bacnet:ServicesSupportedNamedBits ; bacnet:bit "7"^^xsd:nonNegativeInteger ; bacnet:name "atomic-write-file" . -bacnet:ServicesSupported-confirmed-cov-notification a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.confirmed-cov-notification a bacnet:ServicesSupportedNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "confirmed-cov-notification" . -bacnet:ServicesSupported-confirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.confirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ; bacnet:bit "42"^^xsd:nonNegativeInteger ; bacnet:name "confirmed-cov-notification-multiple" . -bacnet:ServicesSupported-confirmed-event-notification a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.confirmed-event-notification a bacnet:ServicesSupportedNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "confirmed-event-notification" . -bacnet:ServicesSupported-confirmed-private-transfer a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.confirmed-private-transfer a bacnet:ServicesSupportedNamedBits ; bacnet:bit "18"^^xsd:nonNegativeInteger ; bacnet:name "confirmed-private-transfer" . -bacnet:ServicesSupported-confirmed-text-message a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.confirmed-text-message a bacnet:ServicesSupportedNamedBits ; bacnet:bit "19"^^xsd:nonNegativeInteger ; bacnet:name "confirmed-text-message" . -bacnet:ServicesSupported-create-object a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.create-object a bacnet:ServicesSupportedNamedBits ; bacnet:bit "10"^^xsd:nonNegativeInteger ; bacnet:name "create-object" . -bacnet:ServicesSupported-delete-object a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.delete-object a bacnet:ServicesSupportedNamedBits ; bacnet:bit "11"^^xsd:nonNegativeInteger ; bacnet:name "delete-object" . -bacnet:ServicesSupported-device-communication-control a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.device-communication-control a bacnet:ServicesSupportedNamedBits ; bacnet:bit "17"^^xsd:nonNegativeInteger ; bacnet:name "device-communication-control" . -bacnet:ServicesSupported-get-alarm-summary a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.get-alarm-summary a bacnet:ServicesSupportedNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "get-alarm-summary" . -bacnet:ServicesSupported-get-enrollment-summary a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.get-enrollment-summary a bacnet:ServicesSupportedNamedBits ; bacnet:bit "4"^^xsd:nonNegativeInteger ; bacnet:name "get-enrollment-summary" . -bacnet:ServicesSupported-get-event-information a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.get-event-information a bacnet:ServicesSupportedNamedBits ; bacnet:bit "39"^^xsd:nonNegativeInteger ; bacnet:name "get-event-information" . -bacnet:ServicesSupported-i-am a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.i-am a bacnet:ServicesSupportedNamedBits ; bacnet:bit "26"^^xsd:nonNegativeInteger ; bacnet:name "i-am" . -bacnet:ServicesSupported-i-have a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.i-have a bacnet:ServicesSupportedNamedBits ; bacnet:bit "27"^^xsd:nonNegativeInteger ; bacnet:name "i-have" . -bacnet:ServicesSupported-life-safety-operation a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.life-safety-operation a bacnet:ServicesSupportedNamedBits ; bacnet:bit "37"^^xsd:nonNegativeInteger ; bacnet:name "life-safety-operation" . -bacnet:ServicesSupported-read-property a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.read-property a bacnet:ServicesSupportedNamedBits ; bacnet:bit "12"^^xsd:nonNegativeInteger ; bacnet:name "read-property" . -bacnet:ServicesSupported-read-property-multiple a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.read-property-multiple a bacnet:ServicesSupportedNamedBits ; bacnet:bit "14"^^xsd:nonNegativeInteger ; bacnet:name "read-property-multiple" . -bacnet:ServicesSupported-read-range a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.read-range a bacnet:ServicesSupportedNamedBits ; bacnet:bit "35"^^xsd:nonNegativeInteger ; bacnet:name "read-range" . -bacnet:ServicesSupported-reinitialize-device a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.reinitialize-device a bacnet:ServicesSupportedNamedBits ; bacnet:bit "20"^^xsd:nonNegativeInteger ; bacnet:name "reinitialize-device" . -bacnet:ServicesSupported-remove-list-element a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.remove-list-element a bacnet:ServicesSupportedNamedBits ; bacnet:bit "9"^^xsd:nonNegativeInteger ; bacnet:name "remove-list-element" . -bacnet:ServicesSupported-subscribe-cov a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.subscribe-cov a bacnet:ServicesSupportedNamedBits ; bacnet:bit "5"^^xsd:nonNegativeInteger ; bacnet:name "subscribe-cov" . -bacnet:ServicesSupported-subscribe-cov-property a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.subscribe-cov-property a bacnet:ServicesSupportedNamedBits ; bacnet:bit "38"^^xsd:nonNegativeInteger ; bacnet:name "subscribe-cov-property" . -bacnet:ServicesSupported-subscribe-cov-property-multiple a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.subscribe-cov-property-multiple a bacnet:ServicesSupportedNamedBits ; bacnet:bit "41"^^xsd:nonNegativeInteger ; bacnet:name "subscribe-cov-property-multiple" . -bacnet:ServicesSupported-time-synchronization a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.time-synchronization a bacnet:ServicesSupportedNamedBits ; bacnet:bit "32"^^xsd:nonNegativeInteger ; bacnet:name "time-synchronization" . -bacnet:ServicesSupported-unconfirmed-cov-notification a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.unconfirmed-cov-notification a bacnet:ServicesSupportedNamedBits ; bacnet:bit "28"^^xsd:nonNegativeInteger ; bacnet:name "unconfirmed-cov-notification" . -bacnet:ServicesSupported-unconfirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.unconfirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ; bacnet:bit "43"^^xsd:nonNegativeInteger ; bacnet:name "unconfirmed-cov-notification-multiple" . -bacnet:ServicesSupported-unconfirmed-event-notification a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.unconfirmed-event-notification a bacnet:ServicesSupportedNamedBits ; bacnet:bit "29"^^xsd:nonNegativeInteger ; bacnet:name "unconfirmed-event-notification" . -bacnet:ServicesSupported-unconfirmed-private-transfer a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.unconfirmed-private-transfer a bacnet:ServicesSupportedNamedBits ; bacnet:bit "30"^^xsd:nonNegativeInteger ; bacnet:name "unconfirmed-private-transfer" . -bacnet:ServicesSupported-unconfirmed-text-message a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.unconfirmed-text-message a bacnet:ServicesSupportedNamedBits ; bacnet:bit "31"^^xsd:nonNegativeInteger ; bacnet:name "unconfirmed-text-message" . -bacnet:ServicesSupported-utc-time-synchronization a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.utc-time-synchronization a bacnet:ServicesSupportedNamedBits ; bacnet:bit "36"^^xsd:nonNegativeInteger ; bacnet:name "utc-time-synchronization" . -bacnet:ServicesSupported-vt-close a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.vt-close a bacnet:ServicesSupportedNamedBits ; bacnet:bit "22"^^xsd:nonNegativeInteger ; bacnet:name "vt-close" . -bacnet:ServicesSupported-vt-data a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.vt-data a bacnet:ServicesSupportedNamedBits ; bacnet:bit "23"^^xsd:nonNegativeInteger ; bacnet:name "vt-data" . -bacnet:ServicesSupported-vt-open a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.vt-open a bacnet:ServicesSupportedNamedBits ; bacnet:bit "21"^^xsd:nonNegativeInteger ; bacnet:name "vt-open" . -bacnet:ServicesSupported-who-has a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.who-has a bacnet:ServicesSupportedNamedBits ; bacnet:bit "33"^^xsd:nonNegativeInteger ; bacnet:name "who-has" . -bacnet:ServicesSupported-who-is a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.who-is a bacnet:ServicesSupportedNamedBits ; bacnet:bit "34"^^xsd:nonNegativeInteger ; bacnet:name "who-is" . -bacnet:ServicesSupported-write-group a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.write-group a bacnet:ServicesSupportedNamedBits ; bacnet:bit "40"^^xsd:nonNegativeInteger ; bacnet:name "write-group" . -bacnet:ServicesSupported-write-property a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.write-property a bacnet:ServicesSupportedNamedBits ; bacnet:bit "15"^^xsd:nonNegativeInteger ; bacnet:name "write-property" . -bacnet:ServicesSupported-write-property-multiple a bacnet:ServicesSupportedNamedBits ; +bacnet:ServicesSupported.write-property-multiple a bacnet:ServicesSupportedNamedBits ; bacnet:bit "16"^^xsd:nonNegativeInteger ; bacnet:name "write-property-multiple" . -bacnet:ShedState-shed-compliant a bacnet:ShedStateEnumerationValue ; +bacnet:ShedState.shed-compliant a bacnet:ShedStateEnumerationValue ; bacnet:name "shed-compliant" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ShedState-shed-inactive a bacnet:ShedStateEnumerationValue ; +bacnet:ShedState.shed-inactive a bacnet:ShedStateEnumerationValue ; bacnet:name "shed-inactive" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ShedState-shed-non-compliant a bacnet:ShedStateEnumerationValue ; +bacnet:ShedState.shed-non-compliant a bacnet:ShedStateEnumerationValue ; bacnet:name "shed-non-compliant" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ShedState-shed-request-pending a bacnet:ShedStateEnumerationValue ; +bacnet:ShedState.shed-request-pending a bacnet:ShedStateEnumerationValue ; bacnet:name "shed-request-pending" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:SilencedState-all-silenced a bacnet:SilencedStateEnumerationValue ; +bacnet:SilencedState.all-silenced a bacnet:SilencedStateEnumerationValue ; bacnet:name "all-silenced" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:SilencedState-audible-silenced a bacnet:SilencedStateEnumerationValue ; +bacnet:SilencedState.audible-silenced a bacnet:SilencedStateEnumerationValue ; bacnet:name "audible-silenced" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:SilencedState-unsilenced a bacnet:SilencedStateEnumerationValue ; +bacnet:SilencedState.unsilenced a bacnet:SilencedStateEnumerationValue ; bacnet:name "unsilenced" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:SilencedState-visible-silenced a bacnet:SilencedStateEnumerationValue ; +bacnet:SilencedState.visible-silenced a bacnet:SilencedStateEnumerationValue ; bacnet:name "visible-silenced" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:StatusFlags-fault a bacnet:StatusFlagsNamedBits ; +bacnet:StatusFlags.fault a bacnet:StatusFlagsNamedBits ; bacnet:bit "1"^^xsd:nonNegativeInteger ; bacnet:name "fault" . -bacnet:StatusFlags-in-alarm a bacnet:StatusFlagsNamedBits ; +bacnet:StatusFlags.in-alarm a bacnet:StatusFlagsNamedBits ; bacnet:bit "0"^^xsd:nonNegativeInteger ; bacnet:name "in-alarm" . -bacnet:StatusFlags-out-of-service a bacnet:StatusFlagsNamedBits ; +bacnet:StatusFlags.out-of-service a bacnet:StatusFlagsNamedBits ; bacnet:bit "3"^^xsd:nonNegativeInteger ; bacnet:name "out-of-service" . -bacnet:StatusFlags-overridden a bacnet:StatusFlagsNamedBits ; +bacnet:StatusFlags.overridden a bacnet:StatusFlagsNamedBits ; bacnet:bit "2"^^xsd:nonNegativeInteger ; bacnet:name "overridden" . -bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecifications a bacnet:SequenceOf ; - bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequence . +bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecifications a bacnet:SequenceOf ; + bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence . -bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequenceListOfCovReferences a bacnet:SequenceOf ; - bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence . +bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferences a bacnet:SequenceOf ; + bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence . -bacnet:TimerState-expired a bacnet:TimerStateEnumerationValue ; +bacnet:TimerState.expired a bacnet:TimerStateEnumerationValue ; bacnet:name "expired" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:TimerState-idle a bacnet:TimerStateEnumerationValue ; +bacnet:TimerState.idle a bacnet:TimerStateEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:TimerState-running a bacnet:TimerStateEnumerationValue ; +bacnet:TimerState.running a bacnet:TimerStateEnumerationValue ; bacnet:name "running" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-expired-to-idle a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.expired-to-idle a bacnet:TimerTransitionEnumerationValue ; bacnet:name "expired-to-idle" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-expired-to-running a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.expired-to-running a bacnet:TimerTransitionEnumerationValue ; bacnet:name "expired-to-running" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-forced-to-expired a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.forced-to-expired a bacnet:TimerTransitionEnumerationValue ; bacnet:name "forced-to-expired" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-idle-to-running a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.idle-to-running a bacnet:TimerTransitionEnumerationValue ; bacnet:name "idle-to-running" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-none a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.none a bacnet:TimerTransitionEnumerationValue ; bacnet:name "none" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-running-to-expired a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.running-to-expired a bacnet:TimerTransitionEnumerationValue ; bacnet:name "running-to-expired" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-running-to-idle a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.running-to-idle a bacnet:TimerTransitionEnumerationValue ; bacnet:name "running-to-idle" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:TimerTransition-running-to-running a bacnet:TimerTransitionEnumerationValue ; +bacnet:TimerTransition.running-to-running a bacnet:TimerTransitionEnumerationValue ; bacnet:name "running-to-running" ; bacnet:value "3"^^xsd:nonNegativeInteger . bacnet:UnconfirmedCOVNotificationMultipleRequest a sh:NodeShape ; + rdfs:label "UnconfirmedCOVNotificationMultipleRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:list-of-cov-notifications ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:timestamp ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-remaining ], + sh:path bacnet:list-of-cov-notifications ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -21378,6 +22668,11 @@ bacnet:UnconfirmedCOVNotificationMultipleRequest a sh:NodeShape ; sh:minCount 1 ; sh:minInclusive 0 ; sh:path bacnet:subscriber-process-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -21385,116 +22680,119 @@ bacnet:UnconfirmedCOVNotificationMultipleRequest a sh:NodeShape ; sh:path bacnet:initiating-device-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence ; - sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence ; + sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-cov-notifications ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-cov-notifications ] ] ) . -bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotifications a bacnet:SequenceOf ; - bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence . +bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotifications a bacnet:SequenceOf ; + bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence . -bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValues a bacnet:SequenceOf ; - bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence . +bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValues a bacnet:SequenceOf ; + bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence . -bacnet:UnconfirmedServiceChoice-i-am a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.i-am a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "i-am" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-i-have a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.i-have a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "i-have" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "time-synchronization" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-unconfirmed-cov-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.unconfirmed-cov-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "unconfirmed-cov-notification" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-unconfirmed-cov-notification-multiple a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.unconfirmed-cov-notification-multiple a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "unconfirmed-cov-notification-multiple" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-unconfirmed-event-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.unconfirmed-event-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "unconfirmed-event-notification" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-unconfirmed-private-transfer a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.unconfirmed-private-transfer a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "unconfirmed-private-transfer" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-unconfirmed-text-message a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.unconfirmed-text-message a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "unconfirmed-text-message" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-utc-time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.utc-time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "utc-time-synchronization" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-who-has a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.who-has a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "who-has" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-who-is a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.who-is a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "who-is" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:UnconfirmedServiceChoice-write-group a bacnet:UnconfirmedServiceChoiceEnumerationValue ; +bacnet:UnconfirmedServiceChoice.write-group a bacnet:UnconfirmedServiceChoiceEnumerationValue ; bacnet:name "write-group" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:VTClass-ansi-x3-64 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.ansi-x3-64 a bacnet:VTClassEnumerationValue ; bacnet:name "ansi-x3-64" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:VTClass-dec-vt100 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.dec-vt100 a bacnet:VTClassEnumerationValue ; bacnet:name "dec-vt100" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:VTClass-dec-vt220 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.dec-vt220 a bacnet:VTClassEnumerationValue ; bacnet:name "dec-vt220" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:VTClass-dec-vt52 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.dec-vt52 a bacnet:VTClassEnumerationValue ; bacnet:name "dec-vt52" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:VTClass-default-terminal a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.default-terminal a bacnet:VTClassEnumerationValue ; bacnet:name "default-terminal" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:VTClass-hp-700-94 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.hp-700-94 a bacnet:VTClassEnumerationValue ; bacnet:name "hp-700-94" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:VTClass-ibm-3130 a bacnet:VTClassEnumerationValue ; +bacnet:VTClass.ibm-3130 a bacnet:VTClassEnumerationValue ; bacnet:name "ibm-3130" ; bacnet:value "6"^^xsd:nonNegativeInteger . bacnet:WeekNDay a sh:NodeShape ; + rdfs:label "WeekNDay" ; bacnet:comment "first octet: month (1..14), 1 =January, 13 = odd months, 14 = even months, X'FF' = any month; second octet: weekOfMonth where: 1 = days numbered 1-7, 2 = days numbered 8-14, 3 = days numbered 15-21, 4 = days numbered 22-28, 5 = days numbered 29-31, 6 = last 7 days of this month, X'FF' = any week of this month; third octet: dayOfWeek (1..7) where 1 = Monday... 7 = Sunday, X'FF' = any day of week"@en ; bacnet:maximumLength 3 ; bacnet:minimumLength 3 ; rdfs:subClassOf bacnet:OctetString . -bacnet:WriteStatus-failed a bacnet:WriteStatusEnumerationValue ; +bacnet:WriteStatus.failed a bacnet:WriteStatusEnumerationValue ; bacnet:name "failed" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:WriteStatus-idle a bacnet:WriteStatusEnumerationValue ; +bacnet:WriteStatus.idle a bacnet:WriteStatusEnumerationValue ; bacnet:name "idle" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:WriteStatus-in-progress a bacnet:WriteStatusEnumerationValue ; +bacnet:WriteStatus.in-progress a bacnet:WriteStatusEnumerationValue ; bacnet:name "in-progress" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:WriteStatus-successful a bacnet:WriteStatusEnumerationValue ; +bacnet:WriteStatus.successful a bacnet:WriteStatusEnumerationValue ; bacnet:name "successful" ; bacnet:value "2"^^xsd:nonNegativeInteger . bacnet:AbortPDU a sh:NodeShape ; + rdfs:label "AbortPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:AbortReasonEnumerationValue ; @@ -21502,15 +22800,15 @@ bacnet:AbortPDU a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:abort-reason ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:hasValue "7"^^xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:server ], + sh:path bacnet:pdu-type ], [ a sh:PropertyShape ; - sh:hasValue "7"^^xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:pdu-type ], + sh:path bacnet:server ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -21518,8 +22816,14 @@ bacnet:AbortPDU a sh:NodeShape ; sh:path bacnet:original-invoke-id ] . bacnet:AccumulatorRecord a sh:NodeShape ; + rdfs:label "AccumulatorRecord" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:present-value ], + [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; @@ -21534,41 +22838,37 @@ bacnet:AccumulatorRecord a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:timestamp ; - sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:present-value ] . + sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . bacnet:AcknowledgeAlarmRequest a sh:NodeShape ; + rdfs:label "AcknowledgeAlarmRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:acknowledgment-source ], + sh:path bacnet:time-of-acknowledgment ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:timestamp ], + sh:path bacnet:event-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-of-acknowledgment ], + sh:path bacnet:acknowledgment-source ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:event-state-acknowledged ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:timestamp ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -21578,6 +22878,7 @@ bacnet:AcknowledgeAlarmRequest a sh:NodeShape ; sh:path bacnet:acknowledging-process-identifier ] . bacnet:ActionCommand a sh:NodeShape ; + rdfs:label "ActionCommand" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -21586,25 +22887,26 @@ bacnet:ActionCommand a sh:NodeShape ; sh:path bacnet:device-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; + bacnet:comment "used only when property is commandable"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-value ], + sh:minCount 0 ; + sh:path bacnet:priority ], [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], + sh:minCount 0 ; + sh:path bacnet:post-delay ], [ a sh:PropertyShape ; - bacnet:comment "used only when property is commandable"@en ; + bacnet:comment "used only with array datatype"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority ], + sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:write-successful ], + sh:path bacnet:property-value ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -21612,23 +22914,23 @@ bacnet:ActionCommand a sh:NodeShape ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:post-delay ], + sh:minCount 1 ; + sh:path bacnet:quit-on-failure ], [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype"@en ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:minCount 1 ; + sh:path bacnet:write-successful ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:quit-on-failure ] . + sh:path bacnet:property-identifier ] . bacnet:ActionList a sh:NodeShape ; + rdfs:label "ActionList" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -21636,18 +22938,18 @@ bacnet:ActionList a sh:NodeShape ; sh:path bacnet:action ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ActionCommand ; - sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:action ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:action ] ] ) . bacnet:AddListElementRequest a sh:NodeShape ; + rdfs:label "AddListElementRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype"@en ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:minCount 1 ; + sh:path bacnet:list-of-elements ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -21660,99 +22962,110 @@ bacnet:AddListElementRequest a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; + bacnet:comment "used only with array datatype"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:list-of-elements ] . + sh:minCount 0 ; + sh:path bacnet:property-array-index ] . bacnet:AssignedAccessRights a sh:NodeShape ; + rdfs:label "AssignedAccessRights" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:assigned-access-rights ], + sh:path bacnet:enable ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:enable ] . + sh:path bacnet:assigned-access-rights ] . bacnet:AssignedLandingCalls a sh:NodeShape ; + rdfs:label "AssignedLandingCalls" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:landing-calls ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AssignedLandingCallsLandingCallsSequence ; - sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AssignedLandingCalls.LandingCallsSequence ; + sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:landing-calls ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:landing-calls ] ] ) . bacnet:AtomicReadFileACK a sh:NodeShape ; + rdfs:label "AtomicReadFileACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:class bacnet:AtomicReadFileACK.AccessMethod ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:end-of-file ], + sh:path bacnet:access-method ], [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileACKAccessMethod ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:access-method ] . + sh:path bacnet:end-of-file ] . -bacnet:AtomicReadFileACKAccessMethod a sh:NodeShape ; +bacnet:AtomicReadFileACK.AccessMethod a sh:NodeShape ; + rdfs:label "AtomicReadFileACK.AccessMethod" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileACKAccessMethodStreamAccess ; + sh:class bacnet:AtomicReadFileACK.AccessMethod.StreamAccess ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileACKAccessMethodRecordAccess ; + sh:class bacnet:AtomicReadFileACK.AccessMethod.RecordAccess ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:record-access ] ] ) . -bacnet:AtomicReadFileACKAccessMethodRecordAccess a sh:NodeShape ; +bacnet:AtomicReadFileACK.AccessMethod.RecordAccess a sh:NodeShape ; + rdfs:label "AtomicReadFileACK.AccessMethod.RecordAccess" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-record-data ], + sh:path bacnet:file-start-record ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:returned-record-count ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-start-record ] ; + sh:path bacnet:file-record-data ] ; sh:xone ( [ sh:property [ sh:datatype xsd:hexBinary ; sh:minCount 1 ; - sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:file-record-data ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:file-record-data ] ] ) . -bacnet:AtomicReadFileACKAccessMethodStreamAccess a sh:NodeShape ; +bacnet:AtomicReadFileACK.AccessMethod.StreamAccess a sh:NodeShape ; + rdfs:label "AtomicReadFileACK.AccessMethod.StreamAccess" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-start-position ], + sh:path bacnet:file-data ], [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-data ] . + sh:path bacnet:file-start-position ] . bacnet:AtomicReadFileRequest a sh:NodeShape ; + rdfs:label "AtomicReadFileRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileRequestAccessMethod ; + sh:class bacnet:AtomicReadFileRequest.AccessMethod ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:access-method ], @@ -21763,121 +23076,333 @@ bacnet:AtomicReadFileRequest a sh:NodeShape ; sh:path bacnet:file-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . -bacnet:AtomicReadFileRequestAccessMethod a sh:NodeShape ; +bacnet:AtomicReadFileRequest.AccessMethod a sh:NodeShape ; + rdfs:label "AtomicReadFileRequest.AccessMethod" ; + rdfs:subClassOf bacnet:Choice ; + sh:xone ( [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AtomicReadFileRequest.AccessMethod.StreamAccess ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AtomicReadFileRequest.AccessMethod.RecordAccess ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:record-access ] ] ) . + +bacnet:AtomicReadFileRequest.AccessMethod.RecordAccess a sh:NodeShape ; + rdfs:label "AtomicReadFileRequest.AccessMethod.RecordAccess" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-record ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:requested-record-count ] . + +bacnet:AtomicReadFileRequest.AccessMethod.StreamAccess a sh:NodeShape ; + rdfs:label "AtomicReadFileRequest.AccessMethod.StreamAccess" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-position ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:requested-octet-count ] . + +bacnet:AtomicWriteFileACK a sh:NodeShape ; + rdfs:label "AtomicWriteFileACK" ; + rdfs:subClassOf bacnet:Choice ; + sh:xone ( [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-position ] ] [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-record ] ] ) . + +bacnet:AtomicWriteFileRequest a sh:NodeShape ; + rdfs:label "AtomicWriteFileRequest" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:AtomicWriteFileRequest.AccessMethod ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:access-method ] . + +bacnet:AtomicWriteFileRequest.AccessMethod a sh:NodeShape ; + rdfs:label "AtomicWriteFileRequest.AccessMethod" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileRequestAccessMethodStreamAccess ; + sh:class bacnet:AtomicWriteFileRequest.AccessMethod.StreamAccess ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AtomicWriteFileRequest.AccessMethod.RecordAccess ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:record-access ] ] ) . + +bacnet:AtomicWriteFileRequest.AccessMethod.RecordAccess a sh:NodeShape ; + rdfs:label "AtomicWriteFileRequest.AccessMethod.RecordAccess" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-record ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:record-count ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-record-data ] ; + sh:xone ( [ sh:property [ sh:datatype xsd:hexBinary ; + sh:minCount 1 ; + sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:file-record-data ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:file-record-data ] ] ) . + +bacnet:AtomicWriteFileRequest.AccessMethod.StreamAccess a sh:NodeShape ; + rdfs:label "AtomicWriteFileRequest.AccessMethod.StreamAccess" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:hexBinary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-data ], + [ a sh:PropertyShape ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:file-start-position ] . + +bacnet:AuditLogQueryParameters.BySource a sh:NodeShape ; + rdfs:label "AuditLogQueryParameters.BySource" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:successful-actions-only ], + [ a sh:PropertyShape ; + sh:class bacnet:Address ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:source-device-address ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:operations ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:source-device-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:source-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:operations ] ] ) . + +bacnet:AuditLogQueryParameters.ByTarget a sh:NodeShape ; + rdfs:label "AuditLogQueryParameters.ByTarget" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:successful-actions-only ], + [ a sh:PropertyShape ; + sh:class bacnet:Address ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-device-address ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:operations ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:target-device-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-property-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:priority ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-array-index ] ; + sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:operations ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:operations ] ] ) . + +bacnet:AuditLogRecord.LogDatum a sh:NodeShape ; + rdfs:label "AuditLogRecord.LogDatum" ; + rdfs:subClassOf bacnet:Choice ; + sh:xone ( [ a sh:NodeShape ; + sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicReadFileRequestAccessMethodRecordAccess ; + sh:path bacnet:log-status ] ; + sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ; + sh:class bacnet:AuditNotification ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:record-access ] ] ) . + sh:path bacnet:audit-notification ] ] [ sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:time-change ] ] ) . -bacnet:AtomicReadFileRequestAccessMethodRecordAccess a sh:NodeShape ; +bacnet:AuditNotification a sh:NodeShape ; + rdfs:label "AuditNotification" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:class bacnet:AuditOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-start-record ], + sh:path bacnet:operation ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:Error ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:requested-record-count ] . - -bacnet:AtomicReadFileRequestAccessMethodStreamAccess a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:minCount 0 ; + sh:path bacnet:result ], + [ a sh:PropertyShape ; + sh:class bacnet:Recipient ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-start-position ], + sh:path bacnet:source-device ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:requested-octet-count ] . - -bacnet:AtomicWriteFileACK a sh:NodeShape ; - rdfs:subClassOf bacnet:Choice ; - sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-start-position ] ] [ sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-start-record ] ] ) . - -bacnet:AtomicWriteFileRequest a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicWriteFileRequestAccessMethod ; + sh:maxInclusive 65535 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:source-user-id ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:access-method ], + sh:minCount 0 ; + sh:path bacnet:target-comment ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:current-value ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyReference ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-property ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . - -bacnet:AtomicWriteFileRequestAccessMethod a sh:NodeShape ; - rdfs:subClassOf bacnet:Choice ; - sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicWriteFileRequestAccessMethodStreamAccess ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:AtomicWriteFileRequestAccessMethodRecordAccess ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:record-access ] ] ) . - -bacnet:AtomicWriteFileRequestAccessMethodRecordAccess a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; + sh:minCount 0 ; + sh:path bacnet:target-object ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:record-count ], + sh:maxInclusive 255 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:source-user-role ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-start-record ], + sh:minCount 0 ; + sh:path bacnet:target-priority ], [ a sh:PropertyShape ; + sh:class bacnet:Recipient ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:file-record-data ] ; - sh:xone ( [ sh:property [ sh:datatype xsd:hexBinary ; - sh:minCount 1 ; - sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:file-record-data ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:file-record-data ] ] ) . - -bacnet:AtomicWriteFileRequestAccessMethodStreamAccess a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; + sh:path bacnet:target-device ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-data ], + sh:minCount 0 ; + sh:path bacnet:target-timestamp ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:file-start-position ] . - -bacnet:AuditLogRecordLogDatum a sh:NodeShape ; - rdfs:subClassOf bacnet:Choice . + sh:minCount 0 ; + sh:path bacnet:source-comment ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:target-value ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 255 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:invoke-id ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:source-timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:source-object ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:AuthenticationFactorFormat a sh:NodeShape ; + rdfs:label "AuthenticationFactorFormat" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -21886,42 +23411,45 @@ bacnet:AuthenticationFactorFormat a sh:NodeShape ; sh:minCount 0 ; sh:minInclusive 0 ; sh:path bacnet:vendor-id ], - [ a sh:PropertyShape ; - sh:class bacnet:AuthenticationFactorTypeEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:format-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 65535 ; sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:vendor-format ] . + sh:path bacnet:vendor-format ], + [ a sh:PropertyShape ; + sh:class bacnet:AuthenticationFactorTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:format-type ] . bacnet:AuthenticationPolicy a sh:NodeShape ; + rdfs:label "AuthenticationPolicy" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:timeout ], + sh:path bacnet:policy ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:order-enforced ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:policy ] ; + sh:path bacnet:timeout ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:AuthenticationPolicyPolicySequence ; - sh:path ( bacnet:policy [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:AuthenticationPolicy.PolicySequence ; + sh:path ( bacnet:policy [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:policy ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:policy ] ] ) . bacnet:BDTEntry a sh:NodeShape ; + rdfs:label "BDTEntry" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:HostNPort ; @@ -21936,6 +23464,7 @@ bacnet:BDTEntry a sh:NodeShape ; sh:path bacnet:broadcast-mask ] . bacnet:COVMultipleSubscription a sh:NodeShape ; + rdfs:label "COVMultipleSubscription" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -21946,11 +23475,6 @@ bacnet:COVMultipleSubscription a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:max-notification-delay ], - [ a sh:PropertyShape ; - sh:class bacnet:RecipientProcess ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:recipient ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; @@ -21960,36 +23484,43 @@ bacnet:COVMultipleSubscription a sh:NodeShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-remaining ] ; + sh:path bacnet:time-remaining ], + [ a sh:PropertyShape ; + sh:class bacnet:RecipientProcess ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:recipient ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequence ; - sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence ; + sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-cov-subscription-specifications ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-cov-subscription-specifications ] ] ) . bacnet:COVSubscription a sh:NodeShape ; + rdfs:label "COVSubscription" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:issue-confirmed-notifications ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:time-remaining ], - [ a sh:PropertyShape ; bacnet:comment "used only with monitored properties with a numeric datatype"@en ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:cov-increment ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:issue-confirmed-notifications ], [ a sh:PropertyShape ; sh:class bacnet:RecipientProcess ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:recipient ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; sh:maxCount 1 ; @@ -21997,57 +23528,67 @@ bacnet:COVSubscription a sh:NodeShape ; sh:path bacnet:monitored-property-reference ] . bacnet:ComplexACKPDU a sh:NodeShape ; + rdfs:label "ComplexACKPDU" ; bacnet:comment ""@en ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "only if segmented messages"@en ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ConfirmedServiceACK ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:sequence-number ], + sh:minCount 1 ; + sh:path bacnet:service-ack ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:invoke-id ], + sh:path bacnet:more-follows ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:more-follows ], + sh:path bacnet:segmented-message ], [ a sh:PropertyShape ; - sh:class bacnet:ConfirmedServiceACK ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:service-ack ], + sh:path bacnet:invoke-id ], + [ a sh:PropertyShape ; + sh:hasValue "3"^^xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:pdu-type ], [ a sh:PropertyShape ; bacnet:comment "only if segmented messages"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:proposed-window-size ], + sh:path bacnet:sequence-number ], [ a sh:PropertyShape ; sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:service-ack-choice ], [ a sh:PropertyShape ; - sh:hasValue "3"^^xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:pdu-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + bacnet:comment "only if segmented messages"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:segmented-message ] . + sh:minCount 0 ; + sh:path bacnet:proposed-window-size ] . bacnet:ConfirmedCOVNotificationMultipleRequest a sh:NodeShape ; + rdfs:label "ConfirmedCOVNotificationMultipleRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:subscriber-process-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-cov-notifications ], + sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -22055,17 +23596,9 @@ bacnet:ConfirmedCOVNotificationMultipleRequest a sh:NodeShape ; sh:path bacnet:initiating-device-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:time-remaining ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:subscriber-process-identifier ], + sh:path bacnet:list-of-cov-notifications ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -22073,21 +23606,16 @@ bacnet:ConfirmedCOVNotificationMultipleRequest a sh:NodeShape ; sh:path bacnet:timestamp ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence ; - sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:list-of-cov-notifications ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:list-of-cov-notifications ] ] ) . - -bacnet:ConfirmedCOVNotificationRequest a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:subscriber-process-identifier ], - [ a sh:PropertyShape ; + sh:node bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence ; + sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:list-of-cov-notifications ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:list-of-cov-notifications ] ] ) . + +bacnet:ConfirmedCOVNotificationRequest a sh:NodeShape ; + rdfs:label "ConfirmedCOVNotificationRequest" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:list-of-values ], @@ -22107,16 +23635,29 @@ bacnet:ConfirmedCOVNotificationRequest a sh:NodeShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-remaining ] ; + sh:path bacnet:time-remaining ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:subscriber-process-identifier ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-values ] ] ) . bacnet:ConfirmedPrivateTransferACK a sh:NodeShape ; + rdfs:label "ConfirmedPrivateTransferACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:result-block ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; @@ -22127,21 +23668,20 @@ bacnet:ConfirmedPrivateTransferACK a sh:NodeShape ; sh:maxInclusive 65535 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:vendor-id ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:result-block ] . + sh:path bacnet:vendor-id ] . bacnet:ConfirmedPrivateTransferError a sh:NodeShape ; + rdfs:label "ConfirmedPrivateTransferError" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:error-parameters ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:vendor-id ], + sh:path bacnet:service-number ], [ a sh:PropertyShape ; sh:class bacnet:Error ; sh:maxCount 1 ; @@ -22150,24 +23690,23 @@ bacnet:ConfirmedPrivateTransferError a sh:NodeShape ; [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:path bacnet:service-number ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:error-parameters ] . + sh:minInclusive 0 ; + sh:path bacnet:vendor-id ] . bacnet:ConfirmedPrivateTransferRequest a sh:NodeShape ; + rdfs:label "ConfirmedPrivateTransferRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:service-parameters ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:service-number ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:service-parameters ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -22177,54 +23716,46 @@ bacnet:ConfirmedPrivateTransferRequest a sh:NodeShape ; sh:path bacnet:vendor-id ] . bacnet:ConfirmedRequestPDU a sh:NodeShape ; + rdfs:label "ConfirmedRequestPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + bacnet:comment "only if segmented messages"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:segmented-response-accepted ], + sh:minCount 0 ; + sh:path bacnet:proposed-window-size ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + bacnet:comment "as per 20.1.2.5"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:segmented-message ], + sh:path bacnet:max-apdu-length-accepted ], [ a sh:PropertyShape ; sh:class bacnet:ConfirmedServiceRequest ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:service-request ], [ a sh:PropertyShape ; - sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:service-choice ], + sh:path bacnet:segmented-message ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:invoke-id ], + sh:path bacnet:more-follows ], [ a sh:PropertyShape ; sh:hasValue "0"^^xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:pdu-type ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:more-follows ], [ a sh:PropertyShape ; bacnet:comment "only if segmented messages"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:sequence-number ], - [ a sh:PropertyShape ; - bacnet:comment "only if segmented messages"@en ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:proposed-window-size ], [ a sh:PropertyShape ; bacnet:comment "as per 20.1.2.4"@en ; sh:datatype xsd:nonNegativeInteger ; @@ -22232,13 +23763,23 @@ bacnet:ConfirmedRequestPDU a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:max-segments-accepted ], [ a sh:PropertyShape ; - bacnet:comment "as per 20.1.2.5"@en ; + sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:service-choice ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:segmented-response-accepted ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:max-apdu-length-accepted ] . + sh:path bacnet:invoke-id ] . bacnet:ConfirmedServiceACK a sh:NodeShape ; + rdfs:label "ConfirmedServiceACK" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -22247,7 +23788,8 @@ bacnet:ConfirmedServiceACK a sh:NodeShape ; sh:path bacnet:get-alarm-summary ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:GetAlarmSummaryACKSequence ; - sh:path ( bacnet:get-alarm-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:get-alarm-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:get-alarm-summary ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:get-alarm-summary ] ] ) ] [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -22256,7 +23798,8 @@ bacnet:ConfirmedServiceACK a sh:NodeShape ; sh:path bacnet:get-enrollment-summary ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:GetEnrollmentSummaryACKSequence ; - sh:path ( bacnet:get-enrollment-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:get-enrollment-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:get-enrollment-summary ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:get-enrollment-summary ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:GetEventInformationACK ; @@ -22302,6 +23845,7 @@ bacnet:ConfirmedServiceACK a sh:NodeShape ; sh:path bacnet:vt-data ] ] ) . bacnet:ConfirmedServiceRequest a sh:NodeShape ; + rdfs:label "ConfirmedServiceRequest" ; bacnet:comment "Other services will be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the ConfirmedPrivateTransfer service. See Clause 23."@en ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; @@ -22419,30 +23963,32 @@ bacnet:ConfirmedServiceRequest a sh:NodeShape ; sh:path bacnet:vt-data ] ] ) . bacnet:ConfirmedTextMessageRequest a sh:NodeShape ; + rdfs:label "ConfirmedTextMessageRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:EnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:message-priority ], + [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:message ], + sh:path bacnet:text-message-parseSource-device ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:ConfirmedTextMessageRequestMessageClass ; + sh:class bacnet:ConfirmedTextMessageRequest.MessageClass ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:message-class ], - [ a sh:PropertyShape ; - sh:class bacnet:EnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:message-priority ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:text-message-parseSource-device ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:path bacnet:message ] . -bacnet:ConfirmedTextMessageRequestMessageClass a sh:NodeShape ; +bacnet:ConfirmedTextMessageRequest.MessageClass a sh:NodeShape ; + rdfs:label "ConfirmedTextMessageRequest.MessageClass" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22455,6 +24001,7 @@ bacnet:ConfirmedTextMessageRequestMessageClass a sh:NodeShape ; sh:path bacnet:character ] ] ) . bacnet:CreateObjectError a sh:NodeShape ; + rdfs:label "CreateObjectError" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:Error ; @@ -22468,23 +24015,26 @@ bacnet:CreateObjectError a sh:NodeShape ; sh:path bacnet:first-failed-element-number ] . bacnet:CreateObjectRequest a sh:NodeShape ; + rdfs:label "CreateObjectRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:list-of-initial-values ], [ a sh:PropertyShape ; - sh:class bacnet:CreateObjectRequestObjectSpecifier ; + sh:class bacnet:CreateObjectRequest.ObjectSpecifier ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-specifier ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:list-of-initial-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-initial-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-initial-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-initial-values ] ] ) . -bacnet:CreateObjectRequestObjectSpecifier a sh:NodeShape ; +bacnet:CreateObjectRequest.ObjectSpecifier a sh:NodeShape ; + rdfs:label "CreateObjectRequest.ObjectSpecifier" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:class bacnet:ObjectTypeEnumerationValue ; @@ -22498,6 +24048,7 @@ bacnet:CreateObjectRequestObjectSpecifier a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] ) . bacnet:CredentialAuthenticationFactor a sh:NodeShape ; + rdfs:label "CredentialAuthenticationFactor" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:AuthenticationFactor ; @@ -22511,6 +24062,7 @@ bacnet:CredentialAuthenticationFactor a sh:NodeShape ; sh:path bacnet:disable ] . bacnet:DailySchedule a sh:NodeShape ; + rdfs:label "DailySchedule" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -22518,11 +24070,13 @@ bacnet:DailySchedule a sh:NodeShape ; sh:path bacnet:day-schedule ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeValue ; - sh:path ( bacnet:day-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:day-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:day-schedule ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:day-schedule ] ] ) . bacnet:DeleteObjectRequest a sh:NodeShape ; + rdfs:label "DeleteObjectRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -22532,8 +24086,14 @@ bacnet:DeleteObjectRequest a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:DeviceCommunicationControlRequest a sh:NodeShape ; + rdfs:label "DeviceCommunicationControlRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:EnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:enable-disable ], + [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; @@ -22544,14 +24104,10 @@ bacnet:DeviceCommunicationControlRequest a sh:NodeShape ; sh:maxInclusive 65535 ; sh:minCount 0 ; sh:minInclusive 0 ; - sh:path bacnet:time-duration ], - [ a sh:PropertyShape ; - sh:class bacnet:EnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable-disable ] . + sh:path bacnet:time-duration ] . bacnet:DeviceObjectPropertyValue a sh:NodeShape ; + rdfs:label "DeviceObjectPropertyValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22559,14 +24115,16 @@ bacnet:DeviceObjectPropertyValue a sh:NodeShape ; sh:minCount 0 ; sh:path bacnet:array-index ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:value ], + sh:path bacnet:device-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-identifier ; + sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:class bacnet:PropertyIdentifierEnumerationValue ; @@ -22574,15 +24132,19 @@ bacnet:DeviceObjectPropertyValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:path bacnet:value ] . bacnet:ErrorPDU a sh:NodeShape ; + rdfs:label "ErrorPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:error-choice ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; @@ -22596,27 +24158,24 @@ bacnet:ErrorPDU a sh:NodeShape ; sh:hasValue "5"^^xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:pdu-type ], - [ a sh:PropertyShape ; - sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:error-choice ] . + sh:path bacnet:pdu-type ] . bacnet:EventLogRecord a sh:NodeShape ; + rdfs:label "EventLogRecord" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventLogRecordLogDatum ; + sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:log-datum ], + sh:path bacnet:timestamp ], [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; + sh:class bacnet:EventLogRecord.LogDatum ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:timestamp ] . + sh:path bacnet:log-datum ] . -bacnet:EventLogRecordLogDatum a sh:NodeShape ; +bacnet:EventLogRecord.LogDatum a sh:NodeShape ; + rdfs:label "EventLogRecord.LogDatum" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -22625,7 +24184,8 @@ bacnet:EventLogRecordLogDatum a sh:NodeShape ; sh:path bacnet:log-status ] ; sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:ConfirmedEventNotificationRequest ; @@ -22638,6 +24198,7 @@ bacnet:EventLogRecordLogDatum a sh:NodeShape ; sh:path bacnet:time-change ] ] ) . bacnet:EventNotificationSubscription a sh:NodeShape ; + rdfs:label "EventNotificationSubscription" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22647,15 +24208,15 @@ bacnet:EventNotificationSubscription a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:process-identifier ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:Recipient ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-remaining ], + sh:path bacnet:recipient ], [ a sh:PropertyShape ; - sh:class bacnet:Recipient ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:recipient ], + sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; @@ -22663,70 +24224,71 @@ bacnet:EventNotificationSubscription a sh:NodeShape ; sh:path bacnet:issue-confirmed-notifications ] . bacnet:EventParameter a sh:NodeShape ; + rdfs:label "EventParameter" ; bacnet:comment "CHOICE [6] has been intentionally omitted. It parallels the complex-event-type CHOICE [6] of the BACnetNotificationParameters production which was introduced to allow the addition of proprietary event algorithms whose event parameters are not necessarily network-visible. CHOICE [19] has been intentionally omitted. It parallels the change-of-reliability event type CHOICE[19] of the BACnetNotificationParameters production which was introduced for the notification of event state changes to FAULT and from FAULT, which does not have event parameters."@en ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfBitstring ; + sh:class bacnet:EventParameter.ChangeOfBitstring ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-bitstring ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfState ; + sh:class bacnet:EventParameter.ChangeOfState ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-state ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfValue ; + sh:class bacnet:EventParameter.ChangeOfValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-value ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterCommandFailure ; + sh:class bacnet:EventParameter.CommandFailure ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:command-failure ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterFloatingLimit ; + sh:class bacnet:EventParameter.FloatingLimit ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:floating-limit ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterOutOfRange ; + sh:class bacnet:EventParameter.OutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfLifeSafety ; + sh:class bacnet:EventParameter.ChangeOfLifeSafety ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-life-safety ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterExtended ; + sh:class bacnet:EventParameter.Extended ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:extended ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterBufferReady ; + sh:class bacnet:EventParameter.BufferReady ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:buffer-ready ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterUnsignedRange ; + sh:class bacnet:EventParameter.UnsignedRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:unsigned-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterAccessEvent ; + sh:class bacnet:EventParameter.AccessEvent ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:access-event ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterDoubleOutOfRange ; + sh:class bacnet:EventParameter.DoubleOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:double-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterSignedOutOfRange ; + sh:class bacnet:EventParameter.SignedOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:signed-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterUnsignedOutOfRange ; + sh:class bacnet:EventParameter.UnsignedOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:unsigned-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfCharacterstring ; + sh:class bacnet:EventParameter.ChangeOfCharacterstring ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-characterstring ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfStatusFlags ; + sh:class bacnet:EventParameter.ChangeOfStatusFlags ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-status-flags ] ] [ sh:property [ a sh:PropertyShape ; @@ -22734,33 +24296,36 @@ bacnet:EventParameter a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfDiscreteValue ; + sh:class bacnet:EventParameter.ChangeOfDiscreteValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-discrete-value ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfTimer ; + sh:class bacnet:EventParameter.ChangeOfTimer ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-timer ] ] ) . -bacnet:EventParameterAccessEvent a sh:NodeShape ; +bacnet:EventParameter.AccessEvent a sh:NodeShape ; + rdfs:label "EventParameter.AccessEvent" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-access-events ], + sh:path bacnet:access-event-time-reference ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:access-event-time-reference ] ; + sh:path bacnet:list-of-access-events ] ; sh:xone ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:list-of-access-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-access-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-access-events ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-access-events ] ] ) . -bacnet:EventParameterBufferReady a sh:NodeShape ; +bacnet:EventParameter.BufferReady a sh:NodeShape ; + rdfs:label "EventParameter.BufferReady" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22775,33 +24340,37 @@ bacnet:EventParameterBufferReady a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:notification-threshold ] . -bacnet:EventParameterChangeOfBitstring a sh:NodeShape ; +bacnet:EventParameter.ChangeOfBitstring a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfBitstring" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:bitmask ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:list-of-bitstring-values ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ] ; + sh:path bacnet:bitmask ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:bitmask ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:bitmask ] ] ), - ( [ sh:property [ sh:class bacnet:NamedBits ; + sh:path ( bacnet:list-of-bitstring-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:list-of-bitstring-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:list-of-bitstring-values ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:list-of-bitstring-values ] ] ) . + sh:path bacnet:list-of-bitstring-values ] ] ), + ( [ sh:property [ sh:class bacnet:NamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:bitmask ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:bitmask ] ] ) . -bacnet:EventParameterChangeOfCharacterstring a sh:NodeShape ; +bacnet:EventParameter.ChangeOfCharacterstring a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfCharacterstring" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -22814,11 +24383,13 @@ bacnet:EventParameterChangeOfCharacterstring a sh:NodeShape ; sh:path bacnet:time-delay ] ; sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-alarm-values ] ] ) . -bacnet:EventParameterChangeOfDiscreteValue a sh:NodeShape ; +bacnet:EventParameter.ChangeOfDiscreteValue a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfDiscreteValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22826,55 +24397,61 @@ bacnet:EventParameterChangeOfDiscreteValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:time-delay ] . -bacnet:EventParameterChangeOfLifeSafety a sh:NodeShape ; +bacnet:EventParameter.ChangeOfLifeSafety a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfLifeSafety" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-life-safety-alarm-values ], + sh:path bacnet:mode-property-reference ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:list-of-alarm-values ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:list-of-life-safety-alarm-values ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:mode-property-reference ] ; + sh:path bacnet:time-delay ] ; sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:list-of-life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-life-safety-alarm-values ] ] ), ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-alarm-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-alarm-values ] ] ) . -bacnet:EventParameterChangeOfState a sh:NodeShape ; +bacnet:EventParameter.ChangeOfState a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfState" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-values ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ] ; + sh:path bacnet:list-of-values ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyStates ; - sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-values ] ] ) . -bacnet:EventParameterChangeOfStatusFlags a sh:NodeShape ; +bacnet:EventParameter.ChangeOfStatusFlags a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfStatusFlags" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -22887,36 +24464,40 @@ bacnet:EventParameterChangeOfStatusFlags a sh:NodeShape ; sh:path bacnet:time-delay ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:selected-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:selected-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:selected-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:selected-flags ] ] ) . -bacnet:EventParameterChangeOfTimer a sh:NodeShape ; +bacnet:EventParameter.ChangeOfTimer a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfTimer" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectReference ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:update-time-reference ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:update-time-reference ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:alarm-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:TimerStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:alarm-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:alarm-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:alarm-value ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:alarm-value ] ] ) . -bacnet:EventParameterChangeOfValue a sh:NodeShape ; +bacnet:EventParameter.ChangeOfValue a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventParameterChangeOfValueCovCriteria ; + sh:class bacnet:EventParameter.ChangeOfValue.CovCriteria ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:cov-criteria ], @@ -22926,7 +24507,8 @@ bacnet:EventParameterChangeOfValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:time-delay ] . -bacnet:EventParameterChangeOfValueCovCriteria a sh:NodeShape ; +bacnet:EventParameter.ChangeOfValue.CovCriteria a sh:NodeShape ; + rdfs:label "EventParameter.ChangeOfValue.CovCriteria" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -22935,7 +24517,8 @@ bacnet:EventParameterChangeOfValueCovCriteria a sh:NodeShape ; sh:path bacnet:bitmask ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitmask ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitmask ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -22943,7 +24526,8 @@ bacnet:EventParameterChangeOfValueCovCriteria a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:referenced-property-increment ] ] ) . -bacnet:EventParameterCommandFailure a sh:NodeShape ; +bacnet:EventParameter.CommandFailure a sh:NodeShape ; + rdfs:label "EventParameter.CommandFailure" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -22956,18 +24540,19 @@ bacnet:EventParameterCommandFailure a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:feedback-property-reference ] . -bacnet:EventParameterDoubleOutOfRange a sh:NodeShape ; +bacnet:EventParameter.DoubleOutOfRange a sh:NodeShape ; + rdfs:label "EventParameter.DoubleOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-limit ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; sh:datatype xsd:double ; sh:maxCount 1 ; @@ -22979,7 +24564,8 @@ bacnet:EventParameterDoubleOutOfRange a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:high-limit ] . -bacnet:EventParameterExtended a sh:NodeShape ; +bacnet:EventParameter.Extended a sh:NodeShape ; + rdfs:label "EventParameter.Extended" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -22998,63 +24584,67 @@ bacnet:EventParameterExtended a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:extended-event-type ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:EventParameterExtendedParametersChoice ; - sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:EventParameter.Extended.ParametersChoice ; + sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:parameters ] ] ) . -bacnet:EventParameterFloatingLimit a sh:NodeShape ; +bacnet:EventParameter.FloatingLimit a sh:NodeShape ; + rdfs:label "EventParameter.FloatingLimit" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-diff-limit ], + sh:path bacnet:high-diff-limit ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:high-diff-limit ], + sh:path bacnet:low-diff-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:time-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:setpoint-reference ], [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:setpoint-reference ] . + sh:path bacnet:deadband ] . -bacnet:EventParameterOutOfRange a sh:NodeShape ; +bacnet:EventParameter.OutOfRange a sh:NodeShape ; + rdfs:label "EventParameter.OutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-limit ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:high-limit ] . + sh:path bacnet:low-limit ] . -bacnet:EventParameterSignedOutOfRange a sh:NodeShape ; +bacnet:EventParameter.SignedOutOfRange a sh:NodeShape ; + rdfs:label "EventParameter.SignedOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -23067,66 +24657,63 @@ bacnet:EventParameterSignedOutOfRange a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:high-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-limit ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ] . + sh:path bacnet:low-limit ] . -bacnet:EventParameterUnsignedOutOfRange a sh:NodeShape ; +bacnet:EventParameter.UnsignedOutOfRange a sh:NodeShape ; + rdfs:label "EventParameter.UnsignedOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:high-limit ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:low-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-limit ] . + sh:path bacnet:high-limit ] . -bacnet:EventParameterUnsignedRange a sh:NodeShape ; +bacnet:EventParameter.UnsignedRange a sh:NodeShape ; + rdfs:label "EventParameter.UnsignedRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-delay ], + sh:path bacnet:high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:low-limit ], + sh:path bacnet:time-delay ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:high-limit ] . + sh:path bacnet:low-limit ] . bacnet:FDTEntry a sh:NodeShape ; + rdfs:label "FDTEntry" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "the 6-octet B/IP or 18-octet B/IPv6 address of the registrant"@en ; - sh:datatype xsd:hexBinary ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:bacnetip-address ], - [ a sh:PropertyShape ; bacnet:comment "time to live in seconds at time of registration"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -23134,6 +24721,12 @@ bacnet:FDTEntry a sh:NodeShape ; sh:minCount 1 ; sh:minInclusive 0 ; sh:path bacnet:time-to-live ], + [ a sh:PropertyShape ; + bacnet:comment "the 6-octet B/IP or 18-octet B/IPv6 address of the registrant"@en ; + sh:datatype xsd:hexBinary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:bacnetip-address ], [ a sh:PropertyShape ; bacnet:comment "remaining time to live in seconds, incl. grace period"@en ; sh:datatype xsd:nonNegativeInteger ; @@ -23144,42 +24737,44 @@ bacnet:FDTEntry a sh:NodeShape ; sh:path bacnet:remaining-time-to-live ] . bacnet:FaultParameter a sh:NodeShape ; + rdfs:label "FaultParameter" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultCharacterstring ; + sh:class bacnet:FaultParameter.FaultCharacterstring ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-characterstring ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultExtended ; + sh:class bacnet:FaultParameter.FaultExtended ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-extended ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultLifeSafety ; + sh:class bacnet:FaultParameter.FaultLifeSafety ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-life-safety ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultState ; + sh:class bacnet:FaultParameter.FaultState ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-state ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultStatusFlags ; + sh:class bacnet:FaultParameter.FaultStatusFlags ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-status-flags ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultOutOfRange ; + sh:class bacnet:FaultParameter.FaultOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultListed ; + sh:class bacnet:FaultParameter.FaultListed ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:fault-listed ] ] ) . -bacnet:FaultParameterFaultCharacterstring a sh:NodeShape ; +bacnet:FaultParameter.FaultCharacterstring a sh:NodeShape ; + rdfs:label "FaultParameter.FaultCharacterstring" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -23187,35 +24782,39 @@ bacnet:FaultParameterFaultCharacterstring a sh:NodeShape ; sh:path bacnet:list-of-fault-values ] ; sh:xone ( [ sh:property [ sh:datatype xsd:string ; sh:minCount 1 ; - sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-fault-values ] ] ) . -bacnet:FaultParameterFaultExtended a sh:NodeShape ; +bacnet:FaultParameter.FaultExtended a sh:NodeShape ; + rdfs:label "FaultParameter.FaultExtended" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:vendor-id ], + sh:path bacnet:parameters ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:parameters ], + sh:path bacnet:extended-fault-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:path bacnet:extended-fault-type ] ; + sh:minInclusive 0 ; + sh:path bacnet:vendor-id ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:FaultParameterFaultExtendedParametersChoice ; - sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:FaultParameter.FaultExtended.ParametersChoice ; + sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:parameters ] ] ) . -bacnet:FaultParameterFaultLifeSafety a sh:NodeShape ; +bacnet:FaultParameter.FaultLifeSafety a sh:NodeShape ; + rdfs:label "FaultParameter.FaultLifeSafety" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:DeviceObjectPropertyReference ; @@ -23228,11 +24827,13 @@ bacnet:FaultParameterFaultLifeSafety a sh:NodeShape ; sh:path bacnet:list-of-fault-values ] ; sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:minCount 1 ; - sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-fault-values ] ] ) . -bacnet:FaultParameterFaultListed a sh:NodeShape ; +bacnet:FaultParameter.FaultListed a sh:NodeShape ; + rdfs:label "FaultParameter.FaultListed" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:DeviceObjectPropertyReference ; @@ -23240,20 +24841,22 @@ bacnet:FaultParameterFaultListed a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:fault-list-reference ] . -bacnet:FaultParameterFaultOutOfRange a sh:NodeShape ; +bacnet:FaultParameter.FaultOutOfRange a sh:NodeShape ; + rdfs:label "FaultParameter.FaultOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultOutOfRangeMinNormalValue ; + sh:class bacnet:FaultParameter.FaultOutOfRange.MaxNormalValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:min-normal-value ], + sh:path bacnet:max-normal-value ], [ a sh:PropertyShape ; - sh:class bacnet:FaultParameterFaultOutOfRangeMaxNormalValue ; + sh:class bacnet:FaultParameter.FaultOutOfRange.MinNormalValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:max-normal-value ] . + sh:path bacnet:min-normal-value ] . -bacnet:FaultParameterFaultOutOfRangeMaxNormalValue a sh:NodeShape ; +bacnet:FaultParameter.FaultOutOfRange.MaxNormalValue a sh:NodeShape ; + rdfs:label "FaultParameter.FaultOutOfRange.MaxNormalValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -23273,7 +24876,8 @@ bacnet:FaultParameterFaultOutOfRangeMaxNormalValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:integer ] ] ) . -bacnet:FaultParameterFaultOutOfRangeMinNormalValue a sh:NodeShape ; +bacnet:FaultParameter.FaultOutOfRange.MinNormalValue a sh:NodeShape ; + rdfs:label "FaultParameter.FaultOutOfRange.MinNormalValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -23293,7 +24897,8 @@ bacnet:FaultParameterFaultOutOfRangeMinNormalValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:integer ] ] ) . -bacnet:FaultParameterFaultState a sh:NodeShape ; +bacnet:FaultParameter.FaultState a sh:NodeShape ; + rdfs:label "FaultParameter.FaultState" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -23301,11 +24906,13 @@ bacnet:FaultParameterFaultState a sh:NodeShape ; sh:path bacnet:list-of-fault-values ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyStates ; - sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-fault-values ] ] ) . -bacnet:FaultParameterFaultStatusFlags a sh:NodeShape ; +bacnet:FaultParameter.FaultStatusFlags a sh:NodeShape ; + rdfs:label "FaultParameter.FaultStatusFlags" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:DeviceObjectPropertyReference ; @@ -23314,19 +24921,25 @@ bacnet:FaultParameterFaultStatusFlags a sh:NodeShape ; sh:path bacnet:status-flags-reference ] . bacnet:GetEnrollmentSummaryRequest a sh:NodeShape ; + rdfs:label "GetEnrollmentSummaryRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:EnumerationValue ; + sh:class bacnet:RecipientProcess ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-state-filter ], + sh:path bacnet:enrollment-filter ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:EnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:acknowledgment-filter ], + [ a sh:PropertyShape ; + sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:notification-class-filter ], + sh:path bacnet:event-state-filter ], [ a sh:PropertyShape ; - sh:class bacnet:GetEnrollmentSummaryRequestPriorityFilter ; + sh:class bacnet:GetEnrollmentSummaryRequest.PriorityFilter ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:priority-filter ], @@ -23336,17 +24949,13 @@ bacnet:GetEnrollmentSummaryRequest a sh:NodeShape ; sh:minCount 0 ; sh:path bacnet:event-type-filter ], [ a sh:PropertyShape ; - sh:class bacnet:RecipientProcess ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:enrollment-filter ], - [ a sh:PropertyShape ; - sh:class bacnet:EnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:acknowledgment-filter ] . + sh:path bacnet:notification-class-filter ] . -bacnet:GetEnrollmentSummaryRequestPriorityFilter a sh:NodeShape ; +bacnet:GetEnrollmentSummaryRequest.PriorityFilter a sh:NodeShape ; + rdfs:label "GetEnrollmentSummaryRequest.PriorityFilter" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -23364,23 +24973,26 @@ bacnet:GetEnrollmentSummaryRequestPriorityFilter a sh:NodeShape ; sh:path bacnet:min-priority ] . bacnet:GetEventInformationACK a sh:NodeShape ; + rdfs:label "GetEventInformationACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-event-summaries ], + sh:path bacnet:more-events ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:more-events ] ; + sh:path bacnet:list-of-event-summaries ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:GetEventInformationACKListOfEventSummariesSequence ; - sh:path ( bacnet:list-of-event-summaries [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:GetEventInformationACK.ListOfEventSummariesSequence ; + sh:path ( bacnet:list-of-event-summaries [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-event-summaries ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-event-summaries ] ] ) . bacnet:GetEventInformationRequest a sh:NodeShape ; + rdfs:label "GetEventInformationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -23390,8 +25002,16 @@ bacnet:GetEventInformationRequest a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:GroupChannelValue a sh:NodeShape ; + rdfs:label "GroupChannelValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 65535 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:channel ], + [ a sh:PropertyShape ; sh:class bacnet:ChannelValue ; sh:maxCount 1 ; sh:minCount 1 ; @@ -23400,16 +25020,10 @@ bacnet:GroupChannelValue a sh:NodeShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:overriding-priority ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 65535 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:channel ] . + sh:path bacnet:overriding-priority ] . bacnet:HostAddress a sh:NodeShape ; + rdfs:label "HostAddress" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -23428,13 +25042,9 @@ bacnet:HostAddress a sh:NodeShape ; sh:path bacnet:name ] ] ) . bacnet:IAmRequest a sh:NodeShape ; + rdfs:label "IAmRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:max-apdu-length-accepted ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; @@ -23451,9 +25061,15 @@ bacnet:IAmRequest a sh:NodeShape ; sh:maxInclusive 65535 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:vendor-id ] . + sh:path bacnet:vendor-id ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:max-apdu-length-accepted ] . bacnet:IHaveRequest a sh:NodeShape ; + rdfs:label "IHaveRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -23474,6 +25090,7 @@ bacnet:IHaveRequest a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:KeyIdentifier a sh:NodeShape ; + rdfs:label "KeyIdentifier" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -23490,7 +25107,8 @@ bacnet:KeyIdentifier a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:algorithm ] . -bacnet:LandingCallStatusCommand a sh:NodeShape ; +bacnet:LandingCallStatus.Command a sh:NodeShape ; + rdfs:label "LandingCallStatus.Command" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:class bacnet:LiftCarDirectionEnumerationValue ; @@ -23505,30 +25123,27 @@ bacnet:LandingCallStatusCommand a sh:NodeShape ; sh:path bacnet:destination ] ] ) . bacnet:LandingDoorStatus a sh:NodeShape ; + rdfs:label "LandingDoorStatus" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:landing-doors ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LandingDoorStatusLandingDoorsSequence ; - sh:path ( bacnet:landing-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:LandingDoorStatus.LandingDoorsSequence ; + sh:path ( bacnet:landing-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:landing-doors ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:landing-doors ] ] ) . bacnet:LifeSafetyOperationRequest a sh:NodeShape ; + rdfs:label "LifeSafetyOperationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyOperationEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:request ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:minCount 1 ; + sh:path bacnet:requesting-source ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -23537,12 +25152,19 @@ bacnet:LifeSafetyOperationRequest a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:requesting-process-identifier ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:LifeSafetyOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:requesting-source ] . + sh:path bacnet:request ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:LiftCarCallList a sh:NodeShape ; + rdfs:label "LiftCarCallList" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -23553,6 +25175,7 @@ bacnet:LiftCarCallList a sh:NodeShape ; sh:path bacnet:landing-doors ] . bacnet:LogData a sh:NodeShape ; + rdfs:label "LogData" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -23561,7 +25184,8 @@ bacnet:LogData a sh:NodeShape ; sh:path bacnet:log-status ] ; sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:log-status ] ] ) ] [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -23569,8 +25193,9 @@ bacnet:LogData a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:log-data ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:LogDataLogDataChoice ; - sh:path ( bacnet:log-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:LogData.LogDataChoice ; + sh:path ( bacnet:log-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:log-data ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:log-data ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -23579,6 +25204,7 @@ bacnet:LogData a sh:NodeShape ; sh:path bacnet:time-change ] ] ) . bacnet:LogMultipleRecord a sh:NodeShape ; + rdfs:label "LogMultipleRecord" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:LogData ; @@ -23592,28 +25218,31 @@ bacnet:LogMultipleRecord a sh:NodeShape ; sh:path bacnet:timestamp ] . bacnet:LogRecord a sh:NodeShape ; + rdfs:label "LogRecord" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:status-flags ], - [ a sh:PropertyShape ; sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:timestamp ], [ a sh:PropertyShape ; - sh:class bacnet:LogRecordLogDatum ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; + sh:class bacnet:LogRecord.LogDatum ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:log-datum ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:LogRecordLogDatum a sh:NodeShape ; +bacnet:LogRecord.LogDatum a sh:NodeShape ; + rdfs:label "LogRecord.LogDatum" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -23622,7 +25251,8 @@ bacnet:LogRecordLogDatum a sh:NodeShape ; sh:path bacnet:log-status ] ; sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:boolean ; @@ -23651,7 +25281,8 @@ bacnet:LogRecordLogDatum a sh:NodeShape ; sh:path bacnet:bitstring-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring-value ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring-value ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -23671,6 +25302,7 @@ bacnet:LogRecordLogDatum a sh:NodeShape ; sh:path bacnet:any-value ] ] ) . bacnet:NameValueCollection a sh:NodeShape ; + rdfs:label "NameValueCollection" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -23678,13 +25310,19 @@ bacnet:NameValueCollection a sh:NodeShape ; sh:path bacnet:members ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:NameValue ; - sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:members ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:members ] ] ) . -bacnet:NotificationParametersAccessEvent a sh:NodeShape ; +bacnet:NotificationParameters.AccessEvent a sh:NodeShape ; + rdfs:label "NotificationParameters.AccessEvent" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; @@ -23694,15 +25332,6 @@ bacnet:NotificationParametersAccessEvent a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:authentication-factor ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:access-event-tag ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:class bacnet:AccessEventEnumerationValue ; sh:maxCount 1 ; @@ -23712,21 +25341,23 @@ bacnet:NotificationParametersAccessEvent a sh:NodeShape ; sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:access-credential ] ; + sh:path bacnet:access-credential ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:access-event-tag ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersBufferReady a sh:NodeShape ; +bacnet:NotificationParameters.BufferReady a sh:NodeShape ; + rdfs:label "NotificationParameters.BufferReady" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:DeviceObjectPropertyReference ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:buffer-property ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; @@ -23739,30 +25370,39 @@ bacnet:NotificationParametersBufferReady a sh:NodeShape ; sh:maxInclusive 4294967295 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:previous-notification ] . + sh:path bacnet:previous-notification ], + [ a sh:PropertyShape ; + sh:class bacnet:DeviceObjectPropertyReference ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:buffer-property ] . -bacnet:NotificationParametersChangeOfBitstring a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfBitstring a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfBitstring" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:referenced-bitstring ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ] ; - sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; + sh:path bacnet:referenced-bitstring ] ; + sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:referenced-bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:referenced-bitstring ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:referenced-bitstring ] ] ), - ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:status-flags ] ] ) . + sh:path bacnet:status-flags ] ] ), + ( [ sh:property [ sh:class bacnet:NamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:referenced-bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:referenced-bitstring ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:referenced-bitstring ] ] ) . -bacnet:NotificationParametersChangeOfCharacterstring a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfCharacterstring a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfCharacterstring" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -23770,38 +25410,42 @@ bacnet:NotificationParametersChangeOfCharacterstring a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:changed-value ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:alarm-value ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:alarm-value ] ; + sh:path bacnet:status-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfDiscreteValue a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfDiscreteValue a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfDiscreteValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfDiscreteValueNewValue ; + sh:class bacnet:NotificationParameters.ChangeOfDiscreteValue.NewValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:new-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfDiscreteValueNewValue a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfDiscreteValue.NewValue a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfDiscreteValue.NewValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:boolean ; @@ -23848,77 +25492,85 @@ bacnet:NotificationParametersChangeOfDiscreteValueNewValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:datetime ] ] ) . -bacnet:NotificationParametersChangeOfLifeSafety a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfLifeSafety a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfLifeSafety" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyModeEnumerationValue ; + sh:class bacnet:LifeSafetyStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:new-mode ], + sh:path bacnet:new-state ], [ a sh:PropertyShape ; + sh:class bacnet:LifeSafetyModeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:new-mode ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyStateEnumerationValue ; + sh:class bacnet:LifeSafetyOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:new-state ], + sh:path bacnet:operation-expected ], [ a sh:PropertyShape ; - sh:class bacnet:LifeSafetyOperationEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:operation-expected ] ; + sh:path bacnet:status-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfReliability a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfReliability a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfReliability" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ], [ a sh:PropertyShape ; - sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reliability ], + sh:path bacnet:property-values ], [ a sh:PropertyShape ; + sh:class bacnet:ReliabilityEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-values ] ; + sh:path bacnet:reliability ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:property-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:property-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:property-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:property-values ] ] ) . -bacnet:NotificationParametersChangeOfState a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfState a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfState" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:PropertyStates ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:new-state ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:class bacnet:PropertyStates ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ] ; + sh:path bacnet:new-state ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfStatusFlags a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfStatusFlags a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfStatusFlags" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "depends on referenced property"@en ; @@ -23931,36 +25583,38 @@ bacnet:NotificationParametersChangeOfStatusFlags a sh:NodeShape ; sh:path bacnet:referenced-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:referenced-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:referenced-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:referenced-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:referenced-flags ] ] ) . -bacnet:NotificationParametersChangeOfTimer a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfTimer a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfTimer" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:status-flags ], + [ a sh:PropertyShape ; sh:class bacnet:DateTime ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:expiration-time ], + [ a sh:PropertyShape ; + sh:class bacnet:DateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:update-time ], [ a sh:PropertyShape ; sh:class bacnet:TimerTransitionEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:last-state-change ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:class bacnet:TimerStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-timer ], - [ a sh:PropertyShape ; - sh:class bacnet:DateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:update-time ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -23968,14 +25622,16 @@ bacnet:NotificationParametersChangeOfTimer a sh:NodeShape ; sh:path bacnet:initial-timeout ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfValue a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfValue a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfValueNewValue ; + sh:class bacnet:NotificationParameters.ChangeOfValue.NewValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:new-value ], @@ -23985,11 +25641,13 @@ bacnet:NotificationParametersChangeOfValue a sh:NodeShape ; sh:path bacnet:status-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersChangeOfValueNewValue a sh:NodeShape ; +bacnet:NotificationParameters.ChangeOfValue.NewValue a sh:NodeShape ; + rdfs:label "NotificationParameters.ChangeOfValue.NewValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ a sh:NodeShape ; sh:property [ a sh:PropertyShape ; @@ -23998,7 +25656,8 @@ bacnet:NotificationParametersChangeOfValueNewValue a sh:NodeShape ; sh:path bacnet:changed-bits ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:changed-bits [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:changed-bits [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:changed-bits ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:changed-bits ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -24006,17 +25665,18 @@ bacnet:NotificationParametersChangeOfValueNewValue a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:changed-value ] ] ) . -bacnet:NotificationParametersCommandFailure a sh:NodeShape ; +bacnet:NotificationParameters.CommandFailure a sh:NodeShape ; + rdfs:label "NotificationParameters.CommandFailure" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "depends on ref property"@en ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:command-value ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + bacnet:comment "depends on ref property"@en ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:command-value ], [ a sh:PropertyShape ; bacnet:comment "depends on ref property"@en ; sh:maxCount 1 ; @@ -24024,11 +25684,13 @@ bacnet:NotificationParametersCommandFailure a sh:NodeShape ; sh:path bacnet:feedback-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersDoubleOutOfRange a sh:NodeShape ; +bacnet:NotificationParameters.DoubleOutOfRange a sh:NodeShape ; + rdfs:label "NotificationParameters.DoubleOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:double ; @@ -24039,89 +25701,95 @@ bacnet:NotificationParametersDoubleOutOfRange a sh:NodeShape ; sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:exceeded-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:exceeded-limit ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; + sh:datatype xsd:double ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ] ; + sh:path bacnet:deadband ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersExtended a sh:NodeShape ; +bacnet:NotificationParameters.Extended a sh:NodeShape ; + rdfs:label "NotificationParameters.Extended" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:path bacnet:parameters ], + sh:minInclusive 0 ; + sh:path bacnet:vendor-id ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:extended-event-type ], + sh:path bacnet:parameters ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:vendor-id ] ; + sh:path bacnet:extended-event-type ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:NotificationParametersExtendedParametersChoice ; - sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:NotificationParameters.Extended.ParametersChoice ; + sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:parameters ] ] ) . -bacnet:NotificationParametersFloatingLimit a sh:NodeShape ; +bacnet:NotificationParameters.FloatingLimit a sh:NodeShape ; + rdfs:label "NotificationParameters.FloatingLimit" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:reference-value ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:error-limit ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:setpoint-value ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reference-value ] ; + sh:path bacnet:setpoint-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersOutOfRange a sh:NodeShape ; +bacnet:NotificationParameters.OutOfRange a sh:NodeShape ; + rdfs:label "NotificationParameters.OutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:exceeded-limit ], [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:exceeded-limit ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; @@ -24129,11 +25797,13 @@ bacnet:NotificationParametersOutOfRange a sh:NodeShape ; sh:path bacnet:exceeding-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersSignedOutOfRange a sh:NodeShape ; +bacnet:NotificationParameters.SignedOutOfRange a sh:NodeShape ; + rdfs:label "NotificationParameters.SignedOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:integer ; @@ -24141,53 +25811,57 @@ bacnet:NotificationParametersSignedOutOfRange a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:exceeding-value ], [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:exceeded-limit ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:integer ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ], + sh:path bacnet:exceeded-limit ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:status-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersUnsignedOutOfRange a sh:NodeShape ; +bacnet:NotificationParameters.UnsignedOutOfRange a sh:NodeShape ; + rdfs:label "NotificationParameters.UnsignedOutOfRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:status-flags ], + sh:path bacnet:exceeded-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:exceeding-value ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:exceeded-limit ], + sh:path bacnet:status-flags ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ] ; + sh:path bacnet:exceeding-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . -bacnet:NotificationParametersUnsignedRange a sh:NodeShape ; +bacnet:NotificationParameters.UnsignedRange a sh:NodeShape ; + rdfs:label "NotificationParameters.UnsignedRange" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -24205,11 +25879,13 @@ bacnet:NotificationParametersUnsignedRange a sh:NodeShape ; sh:path bacnet:status-flags ] ; sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:status-flags ] ] ) . bacnet:ObjectSelector a sh:NodeShape ; + rdfs:label "ObjectSelector" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -24226,283 +25902,286 @@ bacnet:ObjectSelector a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:object-type ] ] ) . -bacnet:ObjectType-access-credential a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-credential a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-credential" ; bacnet:value "32"^^xsd:nonNegativeInteger . -bacnet:ObjectType-access-door a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-door a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-door" ; bacnet:value "30"^^xsd:nonNegativeInteger . -bacnet:ObjectType-access-point a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-point a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-point" ; bacnet:value "33"^^xsd:nonNegativeInteger . -bacnet:ObjectType-access-rights a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-rights a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-rights" ; bacnet:value "34"^^xsd:nonNegativeInteger . -bacnet:ObjectType-access-user a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-user a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-user" ; bacnet:value "35"^^xsd:nonNegativeInteger . -bacnet:ObjectType-access-zone a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.access-zone a bacnet:ObjectTypeEnumerationValue ; bacnet:name "access-zone" ; bacnet:value "36"^^xsd:nonNegativeInteger . -bacnet:ObjectType-accumulator a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.accumulator a bacnet:ObjectTypeEnumerationValue ; bacnet:name "accumulator" ; bacnet:value "23"^^xsd:nonNegativeInteger . -bacnet:ObjectType-alert-enrollment a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.alert-enrollment a bacnet:ObjectTypeEnumerationValue ; bacnet:name "alert-enrollment" ; bacnet:value "52"^^xsd:nonNegativeInteger . -bacnet:ObjectType-analog-input a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.analog-input a bacnet:ObjectTypeEnumerationValue ; bacnet:name "analog-input" ; bacnet:value "0"^^xsd:nonNegativeInteger . -bacnet:ObjectType-analog-output a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.analog-output a bacnet:ObjectTypeEnumerationValue ; bacnet:name "analog-output" ; bacnet:value "1"^^xsd:nonNegativeInteger . -bacnet:ObjectType-analog-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.analog-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "analog-value" ; bacnet:value "2"^^xsd:nonNegativeInteger . -bacnet:ObjectType-audit-log a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.audit-log a bacnet:ObjectTypeEnumerationValue ; bacnet:name "audit-log" ; bacnet:value "61"^^xsd:nonNegativeInteger . -bacnet:ObjectType-audit-reporter a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.audit-reporter a bacnet:ObjectTypeEnumerationValue ; bacnet:name "audit-reporter" ; bacnet:value "62"^^xsd:nonNegativeInteger . -bacnet:ObjectType-averaging a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.averaging a bacnet:ObjectTypeEnumerationValue ; bacnet:name "averaging" ; bacnet:value "18"^^xsd:nonNegativeInteger . -bacnet:ObjectType-binary-input a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.binary-input a bacnet:ObjectTypeEnumerationValue ; bacnet:name "binary-input" ; bacnet:value "3"^^xsd:nonNegativeInteger . -bacnet:ObjectType-binary-lighting-output a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.binary-lighting-output a bacnet:ObjectTypeEnumerationValue ; bacnet:name "binary-lighting-output" ; bacnet:value "55"^^xsd:nonNegativeInteger . -bacnet:ObjectType-binary-output a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.binary-output a bacnet:ObjectTypeEnumerationValue ; bacnet:name "binary-output" ; bacnet:value "4"^^xsd:nonNegativeInteger . -bacnet:ObjectType-binary-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.binary-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "binary-value" ; bacnet:value "5"^^xsd:nonNegativeInteger . -bacnet:ObjectType-bitstring-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.bitstring-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "bitstring-value" ; bacnet:value "39"^^xsd:nonNegativeInteger . -bacnet:ObjectType-calendar a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.calendar a bacnet:ObjectTypeEnumerationValue ; bacnet:name "calendar" ; bacnet:value "6"^^xsd:nonNegativeInteger . -bacnet:ObjectType-channel a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.channel a bacnet:ObjectTypeEnumerationValue ; bacnet:name "channel" ; bacnet:value "53"^^xsd:nonNegativeInteger . -bacnet:ObjectType-characterstring-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.characterstring-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "characterstring-value" ; bacnet:value "40"^^xsd:nonNegativeInteger . -bacnet:ObjectType-command a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.command a bacnet:ObjectTypeEnumerationValue ; bacnet:name "command" ; bacnet:value "7"^^xsd:nonNegativeInteger . -bacnet:ObjectType-credential-data-input a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.credential-data-input a bacnet:ObjectTypeEnumerationValue ; bacnet:name "credential-data-input" ; bacnet:value "37"^^xsd:nonNegativeInteger . -bacnet:ObjectType-date-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.date-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "date-value" ; bacnet:value "42"^^xsd:nonNegativeInteger . -bacnet:ObjectType-datepattern-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.datepattern-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "datepattern-value" ; bacnet:value "41"^^xsd:nonNegativeInteger . -bacnet:ObjectType-datetime-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.datetime-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "datetime-value" ; bacnet:value "44"^^xsd:nonNegativeInteger . -bacnet:ObjectType-datetimepattern-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.datetimepattern-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "datetimepattern-value" ; bacnet:value "43"^^xsd:nonNegativeInteger . -bacnet:ObjectType-device a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.device a bacnet:ObjectTypeEnumerationValue ; bacnet:name "device" ; bacnet:value "8"^^xsd:nonNegativeInteger . -bacnet:ObjectType-elevator-group a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.elevator-group a bacnet:ObjectTypeEnumerationValue ; bacnet:name "elevator-group" ; bacnet:value "57"^^xsd:nonNegativeInteger . -bacnet:ObjectType-escalator a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.escalator a bacnet:ObjectTypeEnumerationValue ; bacnet:name "escalator" ; bacnet:value "58"^^xsd:nonNegativeInteger . -bacnet:ObjectType-event-enrollment a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.event-enrollment a bacnet:ObjectTypeEnumerationValue ; bacnet:name "event-enrollment" ; bacnet:value "9"^^xsd:nonNegativeInteger . -bacnet:ObjectType-event-log a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.event-log a bacnet:ObjectTypeEnumerationValue ; bacnet:name "event-log" ; bacnet:value "25"^^xsd:nonNegativeInteger . -bacnet:ObjectType-file a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.file a bacnet:ObjectTypeEnumerationValue ; bacnet:name "file" ; bacnet:value "10"^^xsd:nonNegativeInteger . -bacnet:ObjectType-global-group a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.global-group a bacnet:ObjectTypeEnumerationValue ; bacnet:name "global-group" ; bacnet:value "26"^^xsd:nonNegativeInteger . -bacnet:ObjectType-group a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.group a bacnet:ObjectTypeEnumerationValue ; bacnet:name "group" ; bacnet:value "11"^^xsd:nonNegativeInteger . -bacnet:ObjectType-integer-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.integer-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "integer-value" ; bacnet:value "45"^^xsd:nonNegativeInteger . -bacnet:ObjectType-large-analog-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.large-analog-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "large-analog-value" ; bacnet:value "46"^^xsd:nonNegativeInteger . -bacnet:ObjectType-life-safety-point a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.life-safety-point a bacnet:ObjectTypeEnumerationValue ; bacnet:name "life-safety-point" ; bacnet:value "21"^^xsd:nonNegativeInteger . -bacnet:ObjectType-life-safety-zone a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.life-safety-zone a bacnet:ObjectTypeEnumerationValue ; bacnet:name "life-safety-zone" ; bacnet:value "22"^^xsd:nonNegativeInteger . -bacnet:ObjectType-lift a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.lift a bacnet:ObjectTypeEnumerationValue ; bacnet:name "lift" ; bacnet:value "59"^^xsd:nonNegativeInteger . -bacnet:ObjectType-lighting-output a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.lighting-output a bacnet:ObjectTypeEnumerationValue ; bacnet:name "lighting-output" ; bacnet:value "54"^^xsd:nonNegativeInteger . -bacnet:ObjectType-load-control a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.load-control a bacnet:ObjectTypeEnumerationValue ; bacnet:name "load-control" ; bacnet:value "28"^^xsd:nonNegativeInteger . -bacnet:ObjectType-loop a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.loop a bacnet:ObjectTypeEnumerationValue ; bacnet:name "loop" ; bacnet:value "12"^^xsd:nonNegativeInteger . -bacnet:ObjectType-multi-state-input a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.multi-state-input a bacnet:ObjectTypeEnumerationValue ; bacnet:name "multi-state-input" ; bacnet:value "13"^^xsd:nonNegativeInteger . -bacnet:ObjectType-multi-state-output a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.multi-state-output a bacnet:ObjectTypeEnumerationValue ; bacnet:name "multi-state-output" ; bacnet:value "14"^^xsd:nonNegativeInteger . -bacnet:ObjectType-multi-state-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.multi-state-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "multi-state-value" ; bacnet:value "19"^^xsd:nonNegativeInteger . -bacnet:ObjectType-network-port a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.network-port a bacnet:ObjectTypeEnumerationValue ; bacnet:name "network-port" ; bacnet:value "56"^^xsd:nonNegativeInteger . -bacnet:ObjectType-notification-class a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.notification-class a bacnet:ObjectTypeEnumerationValue ; bacnet:name "notification-class" ; bacnet:value "15"^^xsd:nonNegativeInteger . -bacnet:ObjectType-notification-forwarder a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.notification-forwarder a bacnet:ObjectTypeEnumerationValue ; bacnet:name "notification-forwarder" ; bacnet:value "51"^^xsd:nonNegativeInteger . -bacnet:ObjectType-octetstring-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.octetstring-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "octetstring-value" ; bacnet:value "47"^^xsd:nonNegativeInteger . -bacnet:ObjectType-positive-integer-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.positive-integer-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "positive-integer-value" ; bacnet:value "48"^^xsd:nonNegativeInteger . -bacnet:ObjectType-program a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.program a bacnet:ObjectTypeEnumerationValue ; bacnet:name "program" ; bacnet:value "16"^^xsd:nonNegativeInteger . -bacnet:ObjectType-pulse-converter a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.pulse-converter a bacnet:ObjectTypeEnumerationValue ; bacnet:name "pulse-converter" ; bacnet:value "24"^^xsd:nonNegativeInteger . -bacnet:ObjectType-schedule a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.schedule a bacnet:ObjectTypeEnumerationValue ; bacnet:name "schedule" ; bacnet:value "17"^^xsd:nonNegativeInteger . -bacnet:ObjectType-staging a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.staging a bacnet:ObjectTypeEnumerationValue ; bacnet:name "staging" ; bacnet:value "60"^^xsd:nonNegativeInteger . -bacnet:ObjectType-structured-view a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.structured-view a bacnet:ObjectTypeEnumerationValue ; bacnet:name "structured-view" ; bacnet:value "29"^^xsd:nonNegativeInteger . -bacnet:ObjectType-time-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.time-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "time-value" ; bacnet:value "50"^^xsd:nonNegativeInteger . -bacnet:ObjectType-timepattern-value a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.timepattern-value a bacnet:ObjectTypeEnumerationValue ; bacnet:name "timepattern-value" ; bacnet:value "49"^^xsd:nonNegativeInteger . -bacnet:ObjectType-timer a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.timer a bacnet:ObjectTypeEnumerationValue ; bacnet:name "timer" ; bacnet:value "31"^^xsd:nonNegativeInteger . -bacnet:ObjectType-trend-log a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.trend-log a bacnet:ObjectTypeEnumerationValue ; bacnet:name "trend-log" ; bacnet:value "20"^^xsd:nonNegativeInteger . -bacnet:ObjectType-trend-log-multiple a bacnet:ObjectTypeEnumerationValue ; +bacnet:ObjectType.trend-log-multiple a bacnet:ObjectTypeEnumerationValue ; bacnet:name "trend-log-multiple" ; bacnet:value "27"^^xsd:nonNegativeInteger . bacnet:PortPermission a sh:NodeShape ; + rdfs:label "PortPermission" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; - sh:maxInclusive 255 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:port-id ], + sh:path bacnet:enabled ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 255 ; sh:minCount 1 ; - sh:path bacnet:enabled ] . + sh:minInclusive 0 ; + sh:path bacnet:port-id ] . bacnet:Prescale a sh:NodeShape ; + rdfs:label "Prescale" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:modulo-divide ], + sh:path bacnet:multiplier ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:multiplier ] . + sh:path bacnet:modulo-divide ] . bacnet:ProcessIdSelection a sh:NodeShape ; + rdfs:label "ProcessIdSelection" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -24517,13 +26196,9 @@ bacnet:ProcessIdSelection a sh:NodeShape ; sh:path bacnet:null-value ] ] ) . bacnet:PropertyAccessResult a sh:NodeShape ; + rdfs:label "PropertyAccessResult" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:PropertyAccessResultAccessResult ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:access-result ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; @@ -24534,20 +26209,26 @@ bacnet:PropertyAccessResult a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-identifier ], - [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype; if omitted with an array then the entire array is referenced"@en ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyAccessResult.AccessResult ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:access-result ], + [ a sh:PropertyShape ; + bacnet:comment "used only with array datatype; if omitted with an array then the entire array is referenced"@en ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:property-array-index ] . -bacnet:PropertyAccessResultAccessResult a sh:NodeShape ; +bacnet:PropertyAccessResult.AccessResult a sh:NodeShape ; + rdfs:label "PropertyAccessResult.AccessResult" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -24558,7 +26239,8 @@ bacnet:PropertyAccessResultAccessResult a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:property-access-error ] ] ) . -bacnet:ReadAccessResultListOfResultsSequenceReadResult a sh:NodeShape ; +bacnet:ReadAccessResult.ListOfResultsSequence.ReadResult a sh:NodeShape ; + rdfs:label "ReadAccessResult.ListOfResultsSequence.ReadResult" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -24570,8 +26252,15 @@ bacnet:ReadAccessResultListOfResultsSequenceReadResult a sh:NodeShape ; sh:path bacnet:property-access-error ] ] ) . bacnet:ReadPropertyACK a sh:NodeShape ; + rdfs:label "ReadPropertyACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; @@ -24581,18 +26270,13 @@ bacnet:ReadPropertyACK a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-identifier ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-value ] . bacnet:ReadPropertyMultipleACK a sh:NodeShape ; + rdfs:label "ReadPropertyMultipleACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -24600,11 +26284,13 @@ bacnet:ReadPropertyMultipleACK a sh:NodeShape ; sh:path bacnet:list-of-read-access-results ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ReadAccessResult ; - sh:path ( bacnet:list-of-read-access-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-read-access-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-read-access-results ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-read-access-results ] ] ) . bacnet:ReadPropertyMultipleRequest a sh:NodeShape ; + rdfs:label "ReadPropertyMultipleRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -24612,18 +26298,15 @@ bacnet:ReadPropertyMultipleRequest a sh:NodeShape ; sh:path bacnet:list-of-read-access-specs ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:ReadAccessSpecification ; - sh:path ( bacnet:list-of-read-access-specs [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-read-access-specs [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-read-access-specs ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-read-access-specs ] ] ) . bacnet:ReadPropertyRequest a sh:NodeShape ; + rdfs:label "ReadPropertyRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; @@ -24634,21 +26317,27 @@ bacnet:ReadPropertyRequest a sh:NodeShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:property-array-index ] . + sh:path bacnet:property-array-index ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ] . bacnet:ReadRangeACK a sh:NodeShape ; + rdfs:label "ReadRangeACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype"@en ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:property-array-index ], - [ a sh:PropertyShape ; sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; @@ -24658,76 +26347,81 @@ bacnet:ReadRangeACK a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:item-data ], [ a sh:PropertyShape ; - bacnet:comment "used only if 'Item Count' > 0 and the request was either of type 'By Sequence Number' or 'By Time'"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 0 ; - sh:minInclusive 0 ; - sh:path bacnet:first-sequence-number ], + sh:minCount 1 ; + sh:path bacnet:item-count ], [ a sh:PropertyShape ; + bacnet:comment "used only with array datatype"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:item-count ], + sh:minCount 0 ; + sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + bacnet:comment "used only if 'Item Count' > 0 and the request was either of type 'By Sequence Number' or 'By Time'"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; + sh:maxInclusive 4294967295 ; + sh:minCount 0 ; + sh:minInclusive 0 ; + sh:path bacnet:first-sequence-number ] ; sh:xone ( [ sh:property [ sh:class bacnet:ResultFlagsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:result-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:result-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:result-flags ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:result-flags ] ] ), ( [ sh:property [ sh:minCount 1 ; - sh:path ( bacnet:item-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:item-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:item-data ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:item-data ] ] ) . bacnet:ReadRangeRequest a sh:NodeShape ; + rdfs:label "ReadRangeRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype"@en ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:ReadRangeRequest.Range ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:path bacnet:range ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; - sh:class bacnet:ReadRangeRequestRange ; + bacnet:comment "used only with array datatype"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:range ], + sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ] . + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . -bacnet:ReadRangeRequestRange a sh:NodeShape ; +bacnet:ReadRangeRequest.Range a sh:NodeShape ; + rdfs:label "ReadRangeRequest.Range" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:ReadRangeRequestRangeByPosition ; + sh:class bacnet:ReadRangeRequest.Range.ByPosition ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:by-position ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:ReadRangeRequestRangeBySequenceNumber ; + sh:class bacnet:ReadRangeRequest.Range.BySequenceNumber ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:by-sequence-number ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:ReadRangeRequestRangeByTime ; + sh:class bacnet:ReadRangeRequest.Range.ByTime ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:by-time ] ] ) . -bacnet:ReadRangeRequestRangeByPosition a sh:NodeShape ; +bacnet:ReadRangeRequest.Range.ByPosition a sh:NodeShape ; + rdfs:label "ReadRangeRequest.Range.ByPosition" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:integer ; @@ -24742,22 +26436,24 @@ bacnet:ReadRangeRequestRangeByPosition a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:reference-index ] . -bacnet:ReadRangeRequestRangeBySequenceNumber a sh:NodeShape ; +bacnet:ReadRangeRequest.Range.BySequenceNumber a sh:NodeShape ; + rdfs:label "ReadRangeRequest.Range.BySequenceNumber" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 32767 ; sh:minCount 1 ; - sh:minInclusive -32768 ; - sh:path bacnet:count ], + sh:path bacnet:reference-sequence-number ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:integer ; sh:maxCount 1 ; + sh:maxInclusive 32767 ; sh:minCount 1 ; - sh:path bacnet:reference-sequence-number ] . + sh:minInclusive -32768 ; + sh:path bacnet:count ] . -bacnet:ReadRangeRequestRangeByTime a sh:NodeShape ; +bacnet:ReadRangeRequest.Range.ByTime a sh:NodeShape ; + rdfs:label "ReadRangeRequest.Range.ByTime" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -24774,6 +26470,7 @@ bacnet:ReadRangeRequestRangeByTime a sh:NodeShape ; sh:path bacnet:count ] . bacnet:ReinitializeDeviceRequest a sh:NodeShape ; + rdfs:label "ReinitializeDeviceRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -24787,13 +26484,9 @@ bacnet:ReinitializeDeviceRequest a sh:NodeShape ; sh:path bacnet:reinitialized-state-of-device ] . bacnet:RejectPDU a sh:NodeShape ; + rdfs:label "RejectPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:hasValue "6"^^xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:pdu-type ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; @@ -24802,16 +26495,21 @@ bacnet:RejectPDU a sh:NodeShape ; sh:class bacnet:RejectReasonEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:reject-reason ] . + sh:path bacnet:reject-reason ], + [ a sh:PropertyShape ; + sh:hasValue "6"^^xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:pdu-type ] . bacnet:RemoveListElementRequest a sh:NodeShape ; + rdfs:label "RemoveListElementRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "used only with array datatypes"@en ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:minCount 1 ; + sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -24819,23 +26517,20 @@ bacnet:RemoveListElementRequest a sh:NodeShape ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-identifier ], + sh:path bacnet:list-of-elements ], [ a sh:PropertyShape ; + bacnet:comment "used only with array datatypes"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:list-of-elements ] . + sh:minCount 0 ; + sh:path bacnet:property-array-index ] . bacnet:RouterEntry a sh:NodeShape ; + rdfs:label "RouterEntry" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:hexBinary ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:mac-address ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 65535 ; @@ -24849,6 +26544,11 @@ bacnet:RouterEntry a sh:NodeShape ; sh:minCount 0 ; sh:minInclusive 0 ; sh:path bacnet:performance-index ], + [ a sh:PropertyShape ; + sh:datatype xsd:hexBinary ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:mac-address ], [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; @@ -24856,6 +26556,7 @@ bacnet:RouterEntry a sh:NodeShape ; sh:path bacnet:status ] . bacnet:Scale a sh:NodeShape ; + rdfs:label "Scale" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -24868,8 +26569,14 @@ bacnet:Scale a sh:NodeShape ; sh:path bacnet:integer-scale ] ] ) . bacnet:SegmentACKPDU a sh:NodeShape ; + rdfs:label "SegmentACKPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:sequence-number ], + [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; @@ -24879,28 +26586,24 @@ bacnet:SegmentACKPDU a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:original-invoke-id ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:negative-ack ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:sequence-number ], + sh:path bacnet:actual-window-size ], [ a sh:PropertyShape ; - sh:hasValue "4"^^xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:pdu-type ], + sh:path bacnet:negative-ack ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:hasValue "4"^^xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:actual-window-size ] . + sh:path bacnet:pdu-type ] . bacnet:SetpointReference a sh:NodeShape ; + rdfs:label "SetpointReference" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:ObjectPropertyReference ; @@ -24909,17 +26612,18 @@ bacnet:SetpointReference a sh:NodeShape ; sh:path bacnet:setpoint-reference ] . bacnet:SimpleACKPDU a sh:NodeShape ; + rdfs:label "SimpleACKPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:hasValue "2"^^xsd:nonNegativeInteger ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:pdu-type ], + sh:path bacnet:invoke-id ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:hasValue "2"^^xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:invoke-id ], + sh:path bacnet:pdu-type ], [ a sh:PropertyShape ; sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ; sh:maxCount 1 ; @@ -24927,28 +26631,31 @@ bacnet:SimpleACKPDU a sh:NodeShape ; sh:path bacnet:service-ack-choice ] . bacnet:SpecialEvent a sh:NodeShape ; + rdfs:label "SpecialEvent" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:SpecialEventPeriod ; + sh:class bacnet:SpecialEvent.Period ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:period ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-priority ], + sh:path bacnet:list-of-time-values ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-time-values ] ; + sh:path bacnet:event-priority ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeValue ; - sh:path ( bacnet:list-of-time-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-time-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-time-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-time-values ] ] ) . -bacnet:SpecialEventPeriod a sh:NodeShape ; +bacnet:SpecialEvent.Period a sh:NodeShape ; + rdfs:label "SpecialEvent.Period" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -24962,40 +26669,44 @@ bacnet:SpecialEventPeriod a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ] ) . bacnet:StageLimitValue a sh:NodeShape ; + rdfs:label "StageLimitValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:values ], + sh:path bacnet:deadband ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:limit ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:deadband ] ; + sh:path bacnet:values ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:values ] ] ) . bacnet:SubscribeCOVPropertyMultipleError a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyMultipleError" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:class bacnet:Error ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:error-type ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:SubscribeCOVPropertyMultipleErrorFirstFailedSubscription ; + sh:class bacnet:SubscribeCOVPropertyMultipleError.FirstFailedSubscription ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:first-failed-subscription ] ] ) . -bacnet:SubscribeCOVPropertyMultipleErrorFirstFailedSubscription a sh:NodeShape ; +bacnet:SubscribeCOVPropertyMultipleError.FirstFailedSubscription a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyMultipleError.FirstFailedSubscription" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25004,28 +26715,24 @@ bacnet:SubscribeCOVPropertyMultipleErrorFirstFailedSubscription a sh:NodeShape ; sh:path bacnet:monitored-object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:PropertyReference ; + sh:class bacnet:Error ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:monitored-property-reference ], + sh:path bacnet:error-type ], [ a sh:PropertyShape ; - sh:class bacnet:Error ; + sh:class bacnet:PropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:error-type ] . + sh:path bacnet:monitored-property-reference ] . bacnet:SubscribeCOVPropertyMultipleRequest a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyMultipleRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:max-notification-delay ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:issue-confirmed-notifications ], + sh:path bacnet:lifetime ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -25034,38 +26741,30 @@ bacnet:SubscribeCOVPropertyMultipleRequest a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:subscriber-process-identifier ], [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:list-of-cov-subscription-specifications ], + sh:minCount 0 ; + sh:path bacnet:max-notification-delay ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:lifetime ] ; + sh:path bacnet:issue-confirmed-notifications ], + [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:list-of-cov-subscription-specifications ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequence ; - sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence ; + sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-cov-subscription-specifications ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-cov-subscription-specifications ] ] ) . bacnet:SubscribeCOVPropertyRequest a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:lifetime ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyReference ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:monitored-property-identifier ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], - [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; @@ -25076,27 +26775,45 @@ bacnet:SubscribeCOVPropertyRequest a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:monitored-object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyReference ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:monitored-property-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:lifetime ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:subscriber-process-identifier ] . + sh:path bacnet:subscriber-process-identifier ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:cov-increment ] . bacnet:SubscribeCOVRequest a sh:NodeShape ; + rdfs:label "SubscribeCOVRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:lifetime ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:monitored-object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:subscriber-process-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; @@ -25105,12 +26822,11 @@ bacnet:SubscribeCOVRequest a sh:NodeShape ; [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:subscriber-process-identifier ] . + sh:minCount 0 ; + sh:path bacnet:lifetime ] . bacnet:TimeSynchronizationRequest a sh:NodeShape ; + rdfs:label "TimeSynchronizationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25120,6 +26836,7 @@ bacnet:TimeSynchronizationRequest a sh:NodeShape ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . bacnet:TimerStateChangeValue a sh:NodeShape ; + rdfs:label "TimerStateChangeValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -25160,7 +26877,8 @@ bacnet:TimerStateChangeValue a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; @@ -25199,6 +26917,7 @@ bacnet:TimerStateChangeValue a sh:NodeShape ; sh:path bacnet:lighting-command ] ] ) . bacnet:UTCTimeSynchronizationRequest a sh:NodeShape ; + rdfs:label "UTCTimeSynchronizationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25208,6 +26927,7 @@ bacnet:UTCTimeSynchronizationRequest a sh:NodeShape ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . bacnet:UnconfirmedCOVNotificationRequest a sh:NodeShape ; + rdfs:label "UnconfirmedCOVNotificationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -25216,17 +26936,17 @@ bacnet:UnconfirmedCOVNotificationRequest a sh:NodeShape ; sh:minCount 1 ; sh:minInclusive 0 ; sh:path bacnet:subscriber-process-identifier ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:initiating-device-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:time-remaining ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -25239,18 +26959,15 @@ bacnet:UnconfirmedCOVNotificationRequest a sh:NodeShape ; sh:path bacnet:list-of-values ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-values ] ] ) . bacnet:UnconfirmedEventNotificationRequest a sh:NodeShape ; + rdfs:label "UnconfirmedEventNotificationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:notification-class ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 255 ; @@ -25258,27 +26975,16 @@ bacnet:UnconfirmedEventNotificationRequest a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:priority ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:ack-required ], - [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:EventTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:to-state ], + sh:path bacnet:event-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:initiating-device-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:event-object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -25287,39 +26993,60 @@ bacnet:UnconfirmedEventNotificationRequest a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:process-identifier ], [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; + sh:class bacnet:NotificationParameters ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-values ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:timestamp ], + sh:path bacnet:event-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:class bacnet:NotificationParameters ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:event-values ], + sh:path bacnet:message-text ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:notification-class ], + [ a sh:PropertyShape ; + sh:class bacnet:TimeStamp ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:timestamp ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:message-text ], + sh:path bacnet:ack-required ], [ a sh:PropertyShape ; sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:from-state ], [ a sh:PropertyShape ; - sh:class bacnet:EventTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-type ] . + sh:path bacnet:to-state ] . bacnet:UnconfirmedPrivateTransferRequest a sh:NodeShape ; + rdfs:label "UnconfirmedPrivateTransferRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:service-parameters ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; @@ -25330,13 +27057,10 @@ bacnet:UnconfirmedPrivateTransferRequest a sh:NodeShape ; sh:maxInclusive 65535 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:vendor-id ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:service-parameters ] . + sh:path bacnet:vendor-id ] . bacnet:UnconfirmedRequestPDU a sh:NodeShape ; + rdfs:label "UnconfirmedRequestPDU" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:UnconfirmedServiceRequest ; @@ -25355,6 +27079,7 @@ bacnet:UnconfirmedRequestPDU a sh:NodeShape ; sh:path bacnet:service-choice ] . bacnet:UnconfirmedServiceRequest a sh:NodeShape ; + rdfs:label "UnconfirmedServiceRequest" ; bacnet:comment "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the UnconfirmedPrivateTransfer service. See Clause 23."@en ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; @@ -25408,12 +27133,18 @@ bacnet:UnconfirmedServiceRequest a sh:NodeShape ; sh:path bacnet:unconfirmed-cov-notification-multiple ] ] ) . bacnet:UnconfirmedTextMessageRequest a sh:NodeShape ; + rdfs:label "UnconfirmedTextMessageRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:message ], + [ a sh:PropertyShape ; + sh:class bacnet:EnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:message-priority ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -25421,17 +27152,13 @@ bacnet:UnconfirmedTextMessageRequest a sh:NodeShape ; sh:path bacnet:text-message-parseSource-device ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:UnconfirmedTextMessageRequestMessageClass ; + sh:class bacnet:UnconfirmedTextMessageRequest.MessageClass ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:message-class ], - [ a sh:PropertyShape ; - sh:class bacnet:EnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:message-priority ] . + sh:path bacnet:message-class ] . -bacnet:UnconfirmedTextMessageRequestMessageClass a sh:NodeShape ; +bacnet:UnconfirmedTextMessageRequest.MessageClass a sh:NodeShape ; + rdfs:label "UnconfirmedTextMessageRequest.MessageClass" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -25444,19 +27171,21 @@ bacnet:UnconfirmedTextMessageRequestMessageClass a sh:NodeShape ; sh:path bacnet:character ] ] ) . bacnet:VMACEntry a sh:NodeShape ; + rdfs:label "VMACEntry" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:native-mac-address ], + sh:path bacnet:virtual-mac-address ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:virtual-mac-address ] . + sh:path bacnet:native-mac-address ] . bacnet:VTCloseError a sh:NodeShape ; + rdfs:label "VTCloseError" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -25471,11 +27200,13 @@ bacnet:VTCloseError a sh:NodeShape ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path ( bacnet:list-of-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-vt-session-identifiers ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-vt-session-identifiers ] ] ) . bacnet:VTCloseRequest a sh:NodeShape ; + rdfs:label "VTCloseRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -25485,11 +27216,13 @@ bacnet:VTCloseRequest a sh:NodeShape ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path ( bacnet:list-of-remote-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-remote-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-remote-vt-session-identifiers ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-remote-vt-session-identifiers ] ] ) . bacnet:VTDataACK a sh:NodeShape ; + rdfs:label "VTDataACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:boolean ; @@ -25504,19 +27237,20 @@ bacnet:VTDataACK a sh:NodeShape ; sh:path bacnet:accepted-octet-count ] . bacnet:VTDataRequest a sh:NodeShape ; + rdfs:label "VTDataRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 255 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:vt-session-identifier ], + sh:path bacnet:vt-data-flag ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 255 ; sh:minCount 1 ; - sh:path bacnet:vt-data-flag ], + sh:minInclusive 0 ; + sh:path bacnet:vt-session-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; @@ -25524,6 +27258,7 @@ bacnet:VTDataRequest a sh:NodeShape ; sh:path bacnet:vt-new-data ] . bacnet:VTOpenACK a sh:NodeShape ; + rdfs:label "VTOpenACK" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -25534,6 +27269,7 @@ bacnet:VTOpenACK a sh:NodeShape ; sh:path bacnet:remote-vt-session-identifier ] . bacnet:VTOpenRequest a sh:NodeShape ; + rdfs:label "VTOpenRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:VTClassEnumerationValue ; @@ -25549,6 +27285,7 @@ bacnet:VTOpenRequest a sh:NodeShape ; sh:path bacnet:local-vt-session-identifier ] . bacnet:VTSession a sh:NodeShape ; + rdfs:label "VTSession" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -25556,47 +27293,50 @@ bacnet:VTSession a sh:NodeShape ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:local-vt-session-id ], + sh:path bacnet:remote-vt-session-id ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:Address ; sh:maxCount 1 ; - sh:maxInclusive 255 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:remote-vt-session-id ], + sh:path bacnet:remote-vt-address ], [ a sh:PropertyShape ; - sh:class bacnet:Address ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 255 ; sh:minCount 1 ; - sh:path bacnet:remote-vt-address ] . + sh:minInclusive 0 ; + sh:path bacnet:local-vt-session-id ] . bacnet:WhoHasRequest a sh:NodeShape ; + rdfs:label "WhoHasRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:WhoHasRequestLimits ; + sh:class bacnet:WhoHasRequest.Limits ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:limits ], [ a sh:PropertyShape ; - sh:class bacnet:WhoHasRequestObject ; + sh:class bacnet:WhoHasRequest.Object ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object ] . -bacnet:WhoHasRequestLimits a sh:NodeShape ; +bacnet:WhoHasRequest.Limits a sh:NodeShape ; + rdfs:label "WhoHasRequest.Limits" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-instance-range-low-limit ], + sh:path bacnet:device-instance-range-high-limit ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-instance-range-high-limit ] . + sh:path bacnet:device-instance-range-low-limit ] . -bacnet:WhoHasRequestObject a sh:NodeShape ; +bacnet:WhoHasRequest.Object a sh:NodeShape ; + rdfs:label "WhoHasRequest.Object" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25610,6 +27350,7 @@ bacnet:WhoHasRequestObject a sh:NodeShape ; sh:path bacnet:object-name ] ] ) . bacnet:WhoIsRequest a sh:NodeShape ; + rdfs:label "WhoIsRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "must be used as a pair, see 16.10"@en ; @@ -25625,24 +27366,27 @@ bacnet:WhoIsRequest a sh:NodeShape ; sh:path bacnet:device-instance-range-high-limit ] . bacnet:WriteAccessSpecification a sh:NodeShape ; + rdfs:label "WriteAccessSpecification" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-properties ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; + sh:path bacnet:list-of-properties ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:list-of-properties [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-properties [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-properties ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-properties ] ] ) . bacnet:WritePropertyMultipleError a sh:NodeShape ; + rdfs:label "WritePropertyMultipleError" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:Error ; @@ -25656,6 +27400,7 @@ bacnet:WritePropertyMultipleError a sh:NodeShape ; sh:path bacnet:first-failed-write-attempt ] . bacnet:WritePropertyMultipleRequest a sh:NodeShape ; + rdfs:label "WritePropertyMultipleRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -25663,89 +27408,94 @@ bacnet:WritePropertyMultipleRequest a sh:NodeShape ; sh:path bacnet:list-of-write-access-specifications ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:WriteAccessSpecification ; - sh:path ( bacnet:list-of-write-access-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-write-access-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-write-access-specifications ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-write-access-specifications ] ] ) . bacnet:WritePropertyRequest a sh:NodeShape ; + rdfs:label "WritePropertyRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ], + [ a sh:PropertyShape ; + bacnet:comment "used only when property is commandable"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:path bacnet:priority ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - bacnet:comment "used only when property is commandable"@en ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:priority ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:property-value ], [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; + bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ] . + sh:minCount 0 ; + sh:path bacnet:property-array-index ] . bacnet:AccessRule a sh:NodeShape ; + rdfs:label "AccessRule" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:location-specifier ], + sh:path bacnet:time-range-specifier ], [ a sh:PropertyShape ; bacnet:comment "to be present if locationSpecifier has the value 'specified'"@en ; sh:class bacnet:DeviceObjectReference ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:location ], + [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:enable ], [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:time-range-specifier ], + sh:path bacnet:location-specifier ], [ a sh:PropertyShape ; bacnet:comment "to be present if timeRangeSpecifier has the value 'specified'"@en ; sh:class bacnet:DeviceObjectPropertyReference ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:time-range ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:enable ] . + sh:path bacnet:time-range ] . -bacnet:AssignedLandingCallsLandingCallsSequence a sh:NodeShape ; +bacnet:AssignedLandingCalls.LandingCallsSequence a sh:NodeShape ; + rdfs:label "AssignedLandingCalls.LandingCallsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:LiftCarDirectionEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:direction ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:floor-number ] . + sh:path bacnet:floor-number ], + [ a sh:PropertyShape ; + sh:class bacnet:LiftCarDirectionEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:direction ] . bacnet:AuditLogRecord a sh:NodeShape ; + rdfs:label "AuditLogRecord" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:AuditLogRecordLogDatum ; + sh:class bacnet:AuditLogRecord.LogDatum ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:log-datum ], @@ -25756,7 +27506,8 @@ bacnet:AuditLogRecord a sh:NodeShape ; sh:path bacnet:assigned-access-rights ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . -bacnet:AuthenticationPolicyPolicySequence a sh:NodeShape ; +bacnet:AuthenticationPolicy.PolicySequence a sh:NodeShape ; + rdfs:label "AuthenticationPolicy.PolicySequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -25769,25 +27520,28 @@ bacnet:AuthenticationPolicyPolicySequence a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:credential-data-input ] . -bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ; +bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ; + rdfs:label "COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:monitored-object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:list-of-cov-references ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-cov-references ] ; + sh:path bacnet:monitored-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence ; - sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence ; + sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-cov-references ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-cov-references ] ] ) . -bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence a sh:NodeShape ; +bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence a sh:NodeShape ; + rdfs:label "COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -25806,6 +27560,7 @@ bacnet:COVMultipleSubscriptionListOfCovSubscriptionSpecificationsSequenceListOfC sh:path bacnet:monitored-property ] . bacnet:CalendarEntry a sh:NodeShape ; + rdfs:label "CalendarEntry" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25824,6 +27579,7 @@ bacnet:CalendarEntry a sh:NodeShape ; sh:pattern "^([1-9][0-9]*|[*]),([1-9][0-9]*|[*]),([1-9][0-9]*|[*])$" ] ] ) . bacnet:ChangeListError a sh:NodeShape ; + rdfs:label "ChangeListError" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:Error ; @@ -25837,6 +27593,7 @@ bacnet:ChangeListError a sh:NodeShape ; sh:path bacnet:first-failed-element-number ] . bacnet:ChannelValue a sh:NodeShape ; + rdfs:label "ChannelValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -25886,7 +27643,8 @@ bacnet:ChannelValue a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -25905,6 +27663,7 @@ bacnet:ChannelValue a sh:NodeShape ; sh:path bacnet:lighting-command ] ] ) . bacnet:ClientCOV a sh:NodeShape ; + rdfs:label "ClientCOV" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; @@ -25916,7 +27675,8 @@ bacnet:ClientCOV a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:default-increment ] ] ) . -bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence a sh:NodeShape ; +bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence a sh:NodeShape ; + rdfs:label "ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -25929,64 +27689,57 @@ bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence a s sh:path bacnet:monitored-object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence ; - sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence ; + sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-values ] ] ) . -bacnet:ConfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence a sh:NodeShape ; +bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence a sh:NodeShape ; + rdfs:label "ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-of-change ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], + sh:minCount 1 ; + sh:path bacnet:property-value ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:property-value ], + sh:path bacnet:property-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:property-array-index ], + sh:path bacnet:time-of-change ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:minCount 0 ; + sh:path bacnet:property-array-index ] . bacnet:ConfirmedEventNotificationRequest a sh:NodeShape ; + rdfs:label "ConfirmedEventNotificationRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:from-state ], - [ a sh:PropertyShape ; - sh:class bacnet:TimeStamp ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:timestamp ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:path bacnet:notification-class ], + sh:minInclusive 0 ; + sh:path bacnet:process-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:process-identifier ], + sh:path bacnet:notification-class ], [ a sh:PropertyShape ; - sh:class bacnet:EventTypeEnumerationValue ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-type ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -25994,45 +27747,56 @@ bacnet:ConfirmedEventNotificationRequest a sh:NodeShape ; sh:path bacnet:event-object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ack-required ], + sh:path bacnet:message-text ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:to-state ], + sh:path bacnet:initiating-device-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:TimeStamp ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:notify-type ], + sh:path bacnet:timestamp ], [ a sh:PropertyShape ; - sh:class bacnet:NotificationParameters ; + sh:class bacnet:EventTypeEnumerationValue ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:event-values ], + sh:minCount 1 ; + sh:path bacnet:event-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:message-text ], + sh:path bacnet:ack-required ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:initiating-device-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:to-state ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:priority ] . + sh:path bacnet:priority ], + [ a sh:PropertyShape ; + sh:class bacnet:NotificationParameters ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:event-values ], + [ a sh:PropertyShape ; + sh:class bacnet:EventStateEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:from-state ] . bacnet:DateRange a sh:NodeShape ; + rdfs:label "DateRange" ; bacnet:comment "see Clause 20.2.12 for restrictions"@en ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; @@ -26049,56 +27813,60 @@ bacnet:DateRange a sh:NodeShape ; sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$" ] . bacnet:Destination a sh:NodeShape ; + rdfs:label "Destination" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 4294967295 ; sh:minCount 1 ; - sh:path bacnet:valid-days ], + sh:minInclusive 0 ; + sh:path bacnet:process-identifier ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:transitions ], + sh:path bacnet:issue-confirmed-notifications ], + [ a sh:PropertyShape ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:from-time ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:issue-confirmed-notifications ], + sh:path bacnet:transitions ], [ a sh:PropertyShape ; sh:class bacnet:Recipient ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:recipient ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 4294967295 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:process-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:from-time ; + sh:path bacnet:to-time ; sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:to-time ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] ; - sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:path bacnet:valid-days ] ; + sh:xone ( [ sh:property [ sh:class bacnet:DaysOfWeekNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; - sh:path bacnet:transitions ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:transitions ] ] ), - ( [ sh:property [ sh:class bacnet:DaysOfWeekNamedBits ; + sh:path ( bacnet:valid-days [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; sh:minCount 1 ; - sh:path ( bacnet:valid-days [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; sh:path bacnet:valid-days ] ] [ sh:property [ sh:maxCount 0 ; - sh:path bacnet:valid-days ] ] ) . + sh:path bacnet:valid-days ] ] ), + ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; + sh:minCount 1 ; + sh:path ( bacnet:transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; + sh:path bacnet:transitions ] ] [ sh:property [ sh:maxCount 0 ; + sh:path bacnet:transitions ] ] ) . -bacnet:EventParameterExtendedParametersChoice a sh:NodeShape ; +bacnet:EventParameter.Extended.ParametersChoice a sh:NodeShape ; + rdfs:label "EventParameter.Extended.ParametersChoice" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26139,7 +27907,8 @@ bacnet:EventParameterExtendedParametersChoice a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; @@ -26166,7 +27935,8 @@ bacnet:EventParameterExtendedParametersChoice a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:reference ] ] ) . -bacnet:FaultParameterFaultExtendedParametersChoice a sh:NodeShape ; +bacnet:FaultParameter.FaultExtended.ParametersChoice a sh:NodeShape ; + rdfs:label "FaultParameter.FaultExtended.ParametersChoice" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26207,7 +27977,8 @@ bacnet:FaultParameterFaultExtendedParametersChoice a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; @@ -26235,35 +28006,38 @@ bacnet:FaultParameterFaultExtendedParametersChoice a sh:NodeShape ; sh:path bacnet:reference ] ] ) . bacnet:GetAlarmSummaryACKSequence a sh:NodeShape ; + rdfs:label "GetAlarmSummaryACKSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:acknowledged-transitions ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:alarm-state ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; + sh:path bacnet:alarm-state ] ; sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acknowledged-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acknowledged-transitions ] ] ) . bacnet:GetEnrollmentSummaryACKSequence a sh:NodeShape ; + rdfs:label "GetEnrollmentSummaryACKSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; + sh:class bacnet:EventTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-type ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -26277,10 +28051,10 @@ bacnet:GetEnrollmentSummaryACKSequence a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:priority ], [ a sh:PropertyShape ; - sh:class bacnet:EventTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-type ], + sh:path bacnet:event-state ], [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; @@ -26288,97 +28062,105 @@ bacnet:GetEnrollmentSummaryACKSequence a sh:NodeShape ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . -bacnet:GetEventInformationACKListOfEventSummariesSequence a sh:NodeShape ; +bacnet:GetEventInformationACK.ListOfEventSummariesSequence a sh:NodeShape ; + rdfs:label "GetEventInformationACK.ListOfEventSummariesSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:acknowledged-transitions ], [ a sh:PropertyShape ; + sh:class bacnet:NotifyTypeEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-timestamps ], + sh:path bacnet:notify-type ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:event-timestamps ], [ a sh:PropertyShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:event-enable ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-priorities ], + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:event-state ], + sh:path bacnet:event-priorities ], [ a sh:PropertyShape ; - sh:class bacnet:NotifyTypeEnumerationValue ; + sh:class bacnet:EventStateEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:notify-type ] ; + sh:path bacnet:event-state ] ; sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ; sh:minCount 1 ; - sh:path ( bacnet:event-priorities [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-priorities [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-priorities ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-priorities ] ] ), ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:TimeStamp ; - sh:path ( bacnet:event-timestamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-timestamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-timestamps ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-timestamps ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:acknowledged-transitions ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:acknowledged-transitions ] ] ), ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:event-enable ] ] ) . bacnet:LandingCallStatus a sh:NodeShape ; + rdfs:label "LandingCallStatus" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:maxInclusive 255 ; - sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:floor-number ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:floor-text ], [ a sh:PropertyShape ; - sh:class bacnet:LandingCallStatusCommand ; + sh:class bacnet:LandingCallStatus.Command ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:command ] . - -bacnet:LandingDoorStatusLandingDoorsSequence a sh:NodeShape ; - rdfs:subClassOf bacnet:Sequence ; - sh:property [ a sh:PropertyShape ; + sh:path bacnet:command ], + [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 255 ; sh:minCount 1 ; sh:minInclusive 0 ; - sh:path bacnet:floor-number ], - [ a sh:PropertyShape ; + sh:path bacnet:floor-number ] . + +bacnet:LandingDoorStatus.LandingDoorsSequence a sh:NodeShape ; + rdfs:label "LandingDoorStatus.LandingDoorsSequence" ; + rdfs:subClassOf bacnet:Sequence ; + sh:property [ a sh:PropertyShape ; sh:class bacnet:DoorStatusEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:door-status ] . + sh:path bacnet:door-status ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; + sh:maxCount 1 ; + sh:maxInclusive 255 ; + sh:minCount 1 ; + sh:minInclusive 0 ; + sh:path bacnet:floor-number ] . -bacnet:LogDataLogDataChoice a sh:NodeShape ; +bacnet:LogData.LogDataChoice a sh:NodeShape ; + rdfs:label "LogData.LogDataChoice" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:boolean ; @@ -26411,7 +28193,8 @@ bacnet:LogDataLogDataChoice a sh:NodeShape ; sh:path bacnet:bitstring-value ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring-value ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring-value ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26427,30 +28210,31 @@ bacnet:LogDataLogDataChoice a sh:NodeShape ; sh:path bacnet:any-value ] ] ) . bacnet:NotificationParameters a sh:NodeShape ; + rdfs:label "NotificationParameters" ; bacnet:comment "CHOICE [20] has been intentionally omitted. It parallels the 'none' event type CHOICE[20] of the BACnetEventParameter production which was introduced for the case an object does not apply an event algorithm"@en ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfBitstring ; + sh:class bacnet:NotificationParameters.ChangeOfBitstring ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-bitstring ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfState ; + sh:class bacnet:NotificationParameters.ChangeOfState ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-state ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfValue ; + sh:class bacnet:NotificationParameters.ChangeOfValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-value ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersCommandFailure ; + sh:class bacnet:NotificationParameters.CommandFailure ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:command-failure ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersFloatingLimit ; + sh:class bacnet:NotificationParameters.FloatingLimit ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:floating-limit ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersOutOfRange ; + sh:class bacnet:NotificationParameters.OutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:out-of-range ] ] [ a sh:NodeShape ; @@ -26460,63 +28244,65 @@ bacnet:NotificationParameters a sh:NodeShape ; sh:path bacnet:complex-event-type ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyValue ; - sh:path ( bacnet:complex-event-type [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:complex-event-type [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:complex-event-type ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:complex-event-type ] ] ) ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfLifeSafety ; + sh:class bacnet:NotificationParameters.ChangeOfLifeSafety ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-life-safety ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersExtended ; + sh:class bacnet:NotificationParameters.Extended ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:extended ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersBufferReady ; + sh:class bacnet:NotificationParameters.BufferReady ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:buffer-ready ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersUnsignedRange ; + sh:class bacnet:NotificationParameters.UnsignedRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:unsigned-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersAccessEvent ; + sh:class bacnet:NotificationParameters.AccessEvent ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:access-event ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersDoubleOutOfRange ; + sh:class bacnet:NotificationParameters.DoubleOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:double-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersSignedOutOfRange ; + sh:class bacnet:NotificationParameters.SignedOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:signed-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersUnsignedOutOfRange ; + sh:class bacnet:NotificationParameters.UnsignedOutOfRange ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:unsigned-out-of-range ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfCharacterstring ; + sh:class bacnet:NotificationParameters.ChangeOfCharacterstring ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-characterstring ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfStatusFlags ; + sh:class bacnet:NotificationParameters.ChangeOfStatusFlags ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-status-flags ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfReliability ; + sh:class bacnet:NotificationParameters.ChangeOfReliability ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-reliability ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfDiscreteValue ; + sh:class bacnet:NotificationParameters.ChangeOfDiscreteValue ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-discrete-value ] ] [ sh:property [ a sh:PropertyShape ; - sh:class bacnet:NotificationParametersChangeOfTimer ; + sh:class bacnet:NotificationParameters.ChangeOfTimer ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:change-of-timer ] ] ) . -bacnet:NotificationParametersExtendedParametersChoice a sh:NodeShape ; +bacnet:NotificationParameters.Extended.ParametersChoice a sh:NodeShape ; + rdfs:label "NotificationParameters.Extended.ParametersChoice" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26557,7 +28343,8 @@ bacnet:NotificationParametersExtendedParametersChoice a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:class bacnet:EnumerationValue ; @@ -26585,6 +28372,7 @@ bacnet:NotificationParametersExtendedParametersChoice a sh:NodeShape ; sh:path bacnet:property-value ] ] ) . bacnet:OptionalBinaryPV a sh:NodeShape ; + rdfs:label "OptionalBinaryPV" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26597,6 +28385,7 @@ bacnet:OptionalBinaryPV a sh:NodeShape ; sh:path bacnet:binary-pv ] ] ) . bacnet:OptionalCharacterString a sh:NodeShape ; + rdfs:label "OptionalCharacterString" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26609,6 +28398,7 @@ bacnet:OptionalCharacterString a sh:NodeShape ; sh:path bacnet:characterstring ] ] ) . bacnet:ReadAccessResult a sh:NodeShape ; + rdfs:label "ReadAccessResult" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:maxCount 1 ; @@ -26621,12 +28411,14 @@ bacnet:ReadAccessResult a sh:NodeShape ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:ReadAccessResultListOfResultsSequence ; - sh:path ( bacnet:list-of-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:ReadAccessResult.ListOfResultsSequence ; + sh:path ( bacnet:list-of-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-results ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-results ] ] ) . -bacnet:ReadAccessResultListOfResultsSequence a sh:NodeShape ; +bacnet:ReadAccessResult.ListOfResultsSequence a sh:NodeShape ; + rdfs:label "ReadAccessResult.ListOfResultsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ; @@ -26640,66 +28432,72 @@ bacnet:ReadAccessResultListOfResultsSequence a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; - sh:class bacnet:ReadAccessResultListOfResultsSequenceReadResult ; + sh:class bacnet:ReadAccessResult.ListOfResultsSequence.ReadResult ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:read-result ] . bacnet:ReadAccessSpecification a sh:NodeShape ; + rdfs:label "ReadAccessSpecification" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:list-of-property-references ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-property-references ] ; + sh:path bacnet:object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:PropertyReference ; - sh:path ( bacnet:list-of-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:list-of-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-property-references ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-property-references ] ] ) . -bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ; +bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:monitored-object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + sh:path bacnet:list-of-cov-references ], [ a sh:PropertyShape ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:list-of-cov-references ] ; + sh:path bacnet:monitored-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence ; - sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence ; + sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-cov-references ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-cov-references ] ] ) . -bacnet:SubscribeCOVPropertyMultipleRequestListOfCovSubscriptionSpecificationsSequenceListOfCovReferencesSequence a sh:NodeShape ; +bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence a sh:NodeShape ; + rdfs:label "SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:timestamped ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:cov-increment ], [ a sh:PropertyShape ; sh:class bacnet:PropertyReference ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:monitored-property ] . + sh:path bacnet:monitored-property ], + [ a sh:PropertyShape ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:cov-increment ] . bacnet:TimeValue a sh:NodeShape ; + rdfs:label "TimeValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "any primitive datatype; complex types cannot be decoded"@en ; @@ -26713,7 +28511,8 @@ bacnet:TimeValue a sh:NodeShape ; sh:path bacnet:time ; sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . -bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence a sh:NodeShape ; +bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence a sh:NodeShape ; + rdfs:label "UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -26726,42 +28525,40 @@ bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequence a sh:minCount 1 ; sh:path bacnet:list-of-values ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; - sh:node bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence ; - sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:node bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence ; + sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:list-of-values ] ] ) . -bacnet:UnconfirmedCOVNotificationMultipleRequestListOfCovNotificationsSequenceListOfValuesSequence a sh:NodeShape ; +bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence a sh:NodeShape ; + rdfs:label "UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], + sh:minCount 0 ; + sh:path bacnet:time-of-change ; + sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ], [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:value ], + sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:property-array-index ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:time-of-change ; - sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . + sh:minCount 1 ; + sh:path bacnet:value ] . bacnet:WriteGroupRequest a sh:NodeShape ; + rdfs:label "WriteGroupRequest" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:inhibit-delay ], - [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:maxInclusive 4294967295 ; @@ -26769,75 +28566,84 @@ bacnet:WriteGroupRequest a sh:NodeShape ; sh:minInclusive 0 ; sh:path bacnet:group-number ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:write-priority ], + sh:path bacnet:change-list ], [ a sh:PropertyShape ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:inhibit-delay ], + [ a sh:PropertyShape ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:change-list ] ; + sh:path bacnet:write-priority ] ; sh:xone ( [ sh:property [ sh:minCount 1 ; sh:node bacnet:GroupChannelValue ; - sh:path ( bacnet:change-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:change-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:change-list ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:change-list ] ] ) . bacnet:AddressBinding a sh:NodeShape ; + rdfs:label "AddressBinding" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:Address ; + sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-address ], + sh:path bacnet:device-object-identifier ; + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], [ a sh:PropertyShape ; - sh:datatype xsd:string ; + sh:class bacnet:Address ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:device-object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:path bacnet:device-address ] . bacnet:HostNPort a sh:NodeShape ; + rdfs:label "HostNPort" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:class bacnet:HostAddress ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:port ], + sh:path bacnet:host ], [ a sh:PropertyShape ; - sh:class bacnet:HostAddress ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:host ] . + sh:path bacnet:port ] . bacnet:LightingCommand a sh:NodeShape ; + rdfs:label "LightingCommand" ; bacnet:comment "Note that the combination of level, ramp-rate, step-increment, and fade-time fields is dependent on the specific lighting operation. See Table 12-67"@en ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:ramp-rate ], + sh:path bacnet:step-increment ], [ a sh:PropertyShape ; sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:target-level ], [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; + sh:datatype xsd:float ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority ], + sh:path bacnet:ramp-rate ], [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:fade-time ], [ a sh:PropertyShape ; - sh:datatype xsd:float ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:step-increment ], + sh:path bacnet:priority ], [ a sh:PropertyShape ; sh:class bacnet:LightingOperationEnumerationValue ; sh:maxCount 1 ; @@ -26845,6 +28651,7 @@ bacnet:LightingCommand a sh:NodeShape ; sh:path bacnet:operation ] . bacnet:OptionalREAL a sh:NodeShape ; + rdfs:label "OptionalREAL" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -26857,6 +28664,7 @@ bacnet:OptionalREAL a sh:NodeShape ; sh:path bacnet:real ] ] ) . bacnet:PropertyStates a sh:NodeShape ; + rdfs:label "PropertyStates" ; bacnet:comment "This production represents the possible datatypes for properties that have discrete or enumerated values. The choice must be consistent with the datatype of the property referenced in the Event Enrollment Object. Tag values 0-63 are reserved for prototype by ASHRAE. Tag values of 64-254 may be used by others to accommodate vendor specific properties that have discrete or enumerated values, subject to the constraints described in Clause 23."@en ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; @@ -27096,6 +28904,7 @@ bacnet:PropertyStates a sh:NodeShape ; sh:path bacnet:extended-value ] ] ) . bacnet:RecipientProcess a sh:NodeShape ; + rdfs:label "RecipientProcess" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:class bacnet:Recipient ; @@ -27111,6 +28920,7 @@ bacnet:RecipientProcess a sh:NodeShape ; sh:path bacnet:process-identifier ] . bacnet:ShedLevel a sh:NodeShape ; + rdfs:label "ShedLevel" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:nonNegativeInteger ; @@ -27126,57 +28936,61 @@ bacnet:ShedLevel a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:amount ] ] ) . -bacnet:Address a sh:NodeShape ; +bacnet:AuthenticationFactor a sh:NodeShape ; + rdfs:label "AuthenticationFactor" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "A string of length 0 indicates a broadcast"@en ; + bacnet:comment "for encoding of values into this octet string see ANNEX P"@en ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:mac-address ], + sh:path bacnet:value ], [ a sh:PropertyShape ; - bacnet:comment "A value of 0 indicates the local network"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; - sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:minInclusive 0 ; - sh:path bacnet:network-number ] . + sh:path bacnet:format-class ], + [ a sh:PropertyShape ; + sh:class bacnet:AuthenticationFactorTypeEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:format-type ] . -bacnet:AuthenticationFactor a sh:NodeShape ; +bacnet:Address a sh:NodeShape ; + rdfs:label "Address" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:AuthenticationFactorTypeEnumerationValue ; + bacnet:comment "A value of 0 indicates the local network"@en ; + sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; + sh:maxInclusive 65535 ; sh:minCount 1 ; - sh:path bacnet:format-type ], + sh:minInclusive 0 ; + sh:path bacnet:network-number ], [ a sh:PropertyShape ; - bacnet:comment "for encoding of values into this octet string see ANNEX P"@en ; + bacnet:comment "A string of length 0 indicates a broadcast"@en ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:value ], - [ a sh:PropertyShape ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:format-class ] . + sh:path bacnet:mac-address ] . bacnet:PropertyReference a sh:NodeShape ; + rdfs:label "PropertyReference" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ], + [ a sh:PropertyShape ; bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:property-array-index ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ] . + sh:path bacnet:property-array-index ] . bacnet:PropertyValue a sh:NodeShape ; + rdfs:label "PropertyValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "any datatype appropriate for the specified property"@en ; @@ -27189,19 +29003,20 @@ bacnet:PropertyValue a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:property-array-index ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; bacnet:comment "used only when property is commandable"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; sh:minCount 0 ; - sh:path bacnet:priority ] . + sh:path bacnet:priority ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ] . bacnet:Recipient a sh:NodeShape ; + rdfs:label "Recipient" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -27215,6 +29030,7 @@ bacnet:Recipient a sh:NodeShape ; sh:path bacnet:address ] ] ) . bacnet:DeviceObjectPropertyReference a sh:NodeShape ; + rdfs:label "DeviceObjectPropertyReference" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -27222,11 +29038,6 @@ bacnet:DeviceObjectPropertyReference a sh:NodeShape ; sh:minCount 1 ; sh:path bacnet:object-identifier ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], - [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], [ a sh:PropertyShape ; bacnet:comment "used only with array datatype if omitted with an array then the entire array is referenced"@en ; sh:datatype xsd:nonNegativeInteger ; @@ -27238,9 +29049,15 @@ bacnet:DeviceObjectPropertyReference a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 0 ; sh:path bacnet:device-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ] . bacnet:OptionalPriorityFilter a sh:NodeShape ; + rdfs:label "OptionalPriorityFilter" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -27253,11 +29070,13 @@ bacnet:OptionalPriorityFilter a sh:NodeShape ; sh:path bacnet:filter ] ; sh:xone ( [ sh:property [ sh:class bacnet:PriorityFilterNamedBits ; sh:minCount 1 ; - sh:path ( bacnet:filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:filter ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:filter ] ] ) ] ) . bacnet:PriorityValue a sh:NodeShape ; + rdfs:label "PriorityValue" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -27307,7 +29126,8 @@ bacnet:PriorityValue a sh:NodeShape ; sh:path bacnet:bitstring ] ; sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ; sh:minCount 1 ; - sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:minCount 1 ; + sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ; + sh:minCount 1 ; sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ; sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -27329,6 +29149,7 @@ bacnet:PriorityValue a sh:NodeShape ; sh:path bacnet:datetime ] ] ) . bacnet:OptionalUnsigned a sh:NodeShape ; + rdfs:label "OptionalUnsigned" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -27341,6 +29162,7 @@ bacnet:OptionalUnsigned a sh:NodeShape ; sh:path bacnet:unsigned ] ] ) . bacnet:DeviceObjectReference a sh:NodeShape ; + rdfs:label "DeviceObjectReference" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; @@ -27356,22 +29178,23 @@ bacnet:DeviceObjectReference a sh:NodeShape ; sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . bacnet:Error a sh:NodeShape ; + rdfs:label "Error" ; bacnet:comment "NOTE: The valid combinations of error-class and error-code are defined in Clause 18."@en, "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. See Clause 23."@en ; rdfs:subClassOf bacnet:Choice, bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "%Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23"@en ; + bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:error-class ], + sh:path bacnet:error-code ], [ a sh:PropertyShape ; - bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ; + bacnet:comment "%Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23"@en ; sh:class bacnet:EnumerationValue ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:error-code ] ; + sh:path bacnet:error-class ] ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:class bacnet:Error ; sh:maxCount 1 ; @@ -27499,13 +29322,9 @@ bacnet:Error a sh:NodeShape ; sh:path bacnet:vt-data ] ] ) . bacnet:ObjectPropertyReference a sh:NodeShape ; + rdfs:label "ObjectPropertyReference" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - sh:class bacnet:PropertyIdentifierEnumerationValue ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path bacnet:property-identifier ], - [ a sh:PropertyShape ; bacnet:comment "used only with array datatype if omitted with an array the entire array is referenced"@en ; sh:datatype xsd:nonNegativeInteger ; sh:maxCount 1 ; @@ -27516,9 +29335,15 @@ bacnet:ObjectPropertyReference a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:path bacnet:object-identifier ; - sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ] . + sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" ], + [ a sh:PropertyShape ; + sh:class bacnet:PropertyIdentifierEnumerationValue ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:path bacnet:property-identifier ] . bacnet:DateTime a sh:NodeShape ; + rdfs:label "DateTime" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; bacnet:comment "see Clause 20.2.12 for restrictions"@en ; @@ -27536,6 +29361,7 @@ bacnet:DateTime a sh:NodeShape ; sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$" ] . bacnet:ValueSource a sh:NodeShape ; + rdfs:label "ValueSource" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:hasValue bacnet:Null ; @@ -27552,19 +29378,21 @@ bacnet:ValueSource a sh:NodeShape ; sh:path bacnet:address ] ] ) . bacnet:NameValue a sh:NodeShape ; + rdfs:label "NameValue" ; rdfs:subClassOf bacnet:Sequence ; sh:property [ a sh:PropertyShape ; - bacnet:comment "value is limited to primitve datatypes and BACnetDateTime"@en ; - sh:maxCount 1 ; - sh:minCount 0 ; - sh:path bacnet:value ], - [ a sh:PropertyShape ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:minCount 1 ; - sh:path bacnet:name ] . + sh:path bacnet:name ], + [ a sh:PropertyShape ; + bacnet:comment "value is limited to primitve datatypes and BACnetDateTime"@en ; + sh:maxCount 1 ; + sh:minCount 0 ; + sh:path bacnet:value ] . bacnet:TimeStamp a sh:NodeShape ; + rdfs:label "TimeStamp" ; rdfs:subClassOf bacnet:Choice ; sh:xone ( [ sh:property [ a sh:PropertyShape ; sh:datatype xsd:string ; diff --git a/ontologies/brickpatches.ttl b/ontologies/brickpatches.ttl index 47701be..0311466 100644 --- a/ontologies/brickpatches.ttl +++ b/ontologies/brickpatches.ttl @@ -1,887 +1,1500 @@ +# baseURI: https://w3id.org/rec/brickpatches +# imports: https://brickschema.org/schema/1.4/Brick +# imports: https://w3id.org/rec + +@prefix : . @prefix brick: . -@prefix bsh: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix rec: . @prefix sh: . @prefix xsd: . +@prefix bsh: . -brick:Ablutions_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ablutions_Room" . - -brick:Absolute_Humidity_Sensor a owl:Class, - sh:NodeShape ; - rdfs:label "Absolute Humidity Sensor" ; - rdfs:subClassOf brick:Humidity_Sensor ; - sh:property [ a sh:PropertyShape ; - sh:class rec:AbsoluteHumidityObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Adjust_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Air_Grains_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Air_Quality_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Alarm sh:property [ a sh:PropertyShape ; - sh:class rec:ExceptionEvent ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Angle_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:AngleObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Atrium owl:deprecated true ; +brick:Ablutions_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ablutions_Room" ; +. +brick:Absolute_Humidity_Sensor + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Absolute Humidity Sensor" ; + rdfs:subClassOf brick:Humidity_Sensor ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:AbsoluteHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Adjust_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Air_Grains_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Air_Quality_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Alarm + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:ExceptionEvent ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Angle_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Atrium + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Atrium" ; - brick:isReplacedBy rec:Atrium . - -brick:Auditorium owl:deprecated true ; + brick:isReplacedBy rec:Atrium ; +. +brick:Auditorium + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Auditorium" ; - brick:isReplacedBy rec:Auditorium . - -brick:Basement owl:deprecated true ; + brick:isReplacedBy rec:Auditorium ; +. +brick:Basement + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BasementLevel" ; - brick:isReplacedBy rec:BasementLevel . - -brick:Battery_Room owl:deprecated true ; + brick:isReplacedBy rec:BasementLevel ; +. +brick:Battery_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; - brick:isReplacedBy rec:ElectricityRoom . - -brick:Bench_Space owl:deprecated true ; + brick:isReplacedBy rec:ElectricityRoom ; +. +brick:Bench_Space + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider creating a rec:Zone that is part of a rec:Stadium" ; - brick:isReplacedBy rec:Zone . - -brick:Break_Room owl:deprecated true ; + brick:isReplacedBy rec:Zone ; +. +brick:Break_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ; - brick:isReplacedBy rec:StaffRoom . - -brick:Breakroom owl:deprecated true ; + brick:isReplacedBy rec:StaffRoom ; +. +brick:Breakroom + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ; - brick:isReplacedBy rec:StaffRoom . - -brick:Broadcast_Room owl:deprecated true ; + brick:isReplacedBy rec:StaffRoom ; +. +brick:Broadcast_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ; - brick:isReplacedBy rec:RecordingRoom . - -brick:Building owl:deprecated true ; + brick:isReplacedBy rec:RecordingRoom ; +. +brick:Building + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Building" ; - brick:isReplacedBy rec:Building . - -brick:Cafeteria owl:deprecated true ; + brick:isReplacedBy rec:Building ; +. +brick:Cafeteria + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CafeteriaRoom" ; - brick:isReplacedBy rec:CafeteriaRoom . - -brick:Capacity_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Cold_Box owl:deprecated true ; + brick:isReplacedBy rec:CafeteriaRoom ; +. +brick:Capacity_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Cold_Box + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ; - brick:isReplacedBy rec:Laboratory . - -brick:Command sh:property [ a sh:PropertyShape ; - sh:class rec:ActuationEvent ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Common_Space owl:deprecated true ; + brick:isReplacedBy rec:Laboratory ; +. +brick:Collection + rdfs:subClassOf rec:Collection ; +. +brick:Command + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:ActuationEvent ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Common_Space + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ; - brick:isReplacedBy rec:Space . - -brick:Concession owl:deprecated true ; + brick:isReplacedBy rec:Space ; +. +brick:Concession + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ; - brick:isReplacedBy rec:FoodHandlingRoom . - -brick:Conductivity_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Conference_Room owl:deprecated true ; + brick:isReplacedBy rec:FoodHandlingRoom ; +. +brick:Conductivity_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Conference_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ConferenceRoom" ; - brick:isReplacedBy rec:ConferenceRoom . - -brick:Contact_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:BooleanValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Control_Room owl:deprecated true ; + brick:isReplacedBy rec:ConferenceRoom ; +. +brick:Contact_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Control_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ; - brick:isReplacedBy rec:SecurityRoom . - -brick:Copy_Room owl:deprecated true ; + brick:isReplacedBy rec:SecurityRoom ; +. +brick:Copy_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CopyingRoom" ; - brick:isReplacedBy rec:CopyingRoom . - -brick:Cubicle owl:deprecated true ; + brick:isReplacedBy rec:CopyingRoom ; +. +brick:Cubicle + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workspace perhaps with a rec:Desk" ; - brick:isReplacedBy rec:Workspace . - -brick:Current_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:ElectricCurrentObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Demand_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:PowerObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Detention_Room owl:deprecated true . - -brick:Dewpoint_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:TemperatureObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Differential_Temperature_Setpoint a sh:NodeShape . - -brick:Direction_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:AngleObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Distribution_Frame owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; - brick:isReplacedBy rec:CableRoom . - -brick:Duration_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:TimeSpanObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Electrical_Room owl:deprecated true ; + brick:isReplacedBy rec:Workspace ; +. +brick:Current_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:ElectricCurrentObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Demand_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Detention_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Dewpoint_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Differential_Temperature_Setpoint + rdf:type sh:NodeShape ; +. +brick:Direction_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:AngleObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Distribution_Frame + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:isReplacedBy rec:CableRoom ; +. +brick:Duration_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:TimeSpanObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Electrical_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; - brick:isReplacedBy rec:ElectricityRoom . - -brick:Elevator_Shaft owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; - brick:isReplacedBy rec:ElevatorShaft . - -brick:Elevator_Space owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; - brick:isReplacedBy rec:ElevatorShaft . - -brick:Employee_Entrance_Lobby owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; - brick:isReplacedBy rec:ServiceEntrance . - -brick:Enclosed_Office owl:deprecated true ; + brick:isReplacedBy rec:ElectricityRoom ; +. +brick:Elevator_Shaft + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; + brick:isReplacedBy rec:ElevatorShaft ; +. +brick:Elevator_Space + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ; + brick:isReplacedBy rec:ElevatorShaft ; +. +brick:Employee_Entrance_Lobby + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; + brick:isReplacedBy rec:ServiceEntrance ; +. +brick:Enclosed_Office + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Worksapce" ; - brick:isReplacedBy rec:Workspace . - -brick:Energy_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:EnergyObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Energy_Zone owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ; - brick:isReplacedBy rec:Zone . - -brick:Enthalpy_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Entrance owl:deprecated true ; + brick:isReplacedBy rec:Workspace ; +. +brick:Energy_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:EnergyObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Energy_Zone + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ; + brick:isReplacedBy rec:Zone ; +. +brick:Enthalpy_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Entrance + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Entrance" ; - brick:isReplacedBy rec:Entrance . - -brick:Environment_Box owl:deprecated true . - -brick:Equipment_Room owl:deprecated true ; + brick:isReplacedBy rec:Entrance ; +. +brick:Environment_Box + owl:deprecated "true"^^xsd:boolean ; +. +brick:Equipment + rdfs:subClassOf rec:Asset ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:feeds ; + sh:name "feeds" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isFedBy ; + sh:name "is fed by" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Equipment_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; - brick:isReplacedBy rec:UtilitiesRoom . - -brick:Exercise_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ExerciseRoom" ; - brick:isReplacedBy rec:ExerciseRoom . - -brick:Field_Of_Play owl:deprecated true . - -brick:Fire_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:BooleanValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Fire_Zone owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; - brick:isReplacedBy rec:ServiceEntrance . - -brick:First_Aid_Room owl:deprecated true . - -brick:Floor owl:deprecated true ; + brick:isReplacedBy rec:UtilitiesRoom ; +. +brick:Exercise_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ExerciseRoom" ; + brick:isReplacedBy rec:ExerciseRoom ; +. +brick:Field_Of_Play + owl:deprecated "true"^^xsd:boolean ; +. +brick:Fire_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Fire_Zone + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ; + brick:isReplacedBy rec:ServiceEntrance ; +. +brick:First_Aid_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Floor + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ; - brick:isReplacedBy rec:Level . - -brick:Flow_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:VolumeFlowRateObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Food_Service_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ; - brick:isReplacedBy rec:FoodHandlingRoom . - -brick:Freezer owl:deprecated true . - -brick:Frequency_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:FrequencyObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Frost_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:BooleanValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Furniture owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Furniture" ; - brick:isReplacedBy rec:Furniture . - -brick:Gas_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Gatehouse owl:deprecated true . - -brick:Generation_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Generator_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; - brick:isReplacedBy rec:ElectricityRoom . - -brick:HVAC_Zone owl:deprecated true ; + brick:isReplacedBy rec:Level ; +. +brick:Flow_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:VolumeFlowRateObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Food_Service_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ; + brick:isReplacedBy rec:FoodHandlingRoom ; +. +brick:Freezer + owl:deprecated "true"^^xsd:boolean ; +. +brick:Frequency_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:FrequencyObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Frost_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Furniture + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Furniture" ; + brick:isReplacedBy rec:Furniture ; +. +brick:Gas_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Gatehouse + owl:deprecated "true"^^xsd:boolean ; +. +brick:Generation_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Generator_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ; + brick:isReplacedBy rec:ElectricityRoom ; +. +brick:HVAC_Zone + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HVACZone" ; - brick:isReplacedBy rec:HVACZone . - -brick:Hail_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Hallway owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Hallway" ; - brick:isReplacedBy rec:Hallway . - -brick:Hazardous_Materials_Storage owl:deprecated true . - -brick:Heat_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Hospitality_Box owl:deprecated true . - -brick:Hot_Box owl:deprecated true . - -brick:IDF owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; - brick:isReplacedBy rec:CableRoom . - -brick:Illuminance_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:IlluminanceObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Imbalance_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Information_Area owl:deprecated true . - -brick:Janitor_Room owl:deprecated true ; + brick:isReplacedBy rec:HVACZone ; +. +brick:Hail_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Hallway + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Hallway"; + brick:isReplacedBy rec:Hallway ; +. +brick:Hazardous_Materials_Storage + owl:deprecated "true"^^xsd:boolean ; +. +brick:Heat_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Hospitality_Box + owl:deprecated "true"^^xsd:boolean ; +. +brick:Hot_Box + owl:deprecated "true"^^xsd:boolean ; +. +brick:IDF + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:isReplacedBy rec:CableRoom ; +. +brick:Illuminance_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:IlluminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Imbalance_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Information_Area + owl:deprecated "true"^^xsd:boolean ; +. +brick:Janitor_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BackOffice" ; - brick:isReplacedBy rec:BackOffice . - -brick:Laboratory owl:deprecated true ; + brick:isReplacedBy rec:BackOffice ; +. +brick:Laboratory + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ; - brick:isReplacedBy rec:Laboratory . - -brick:Library owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Library" ; - brick:isReplacedBy rec:Library . - -brick:Lighting a sh:NodeShape . - -brick:Lighting_Zone owl:deprecated true . - -brick:Loading_Dock owl:deprecated true . - -brick:Lobby owl:deprecated true ; + brick:isReplacedBy rec:Laboratory ; +. +brick:Library + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Library" ; + brick:isReplacedBy rec:Library ; +. +brick:Lighting + rdf:type sh:NodeShape ; +. +brick:Lighting_Zone + owl:deprecated "true"^^xsd:boolean ; +. +brick:Loading_Dock + owl:deprecated "true"^^xsd:boolean ; +. +brick:Lobby + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ; - brick:isReplacedBy rec:Lobby . - -brick:Location owl:deprecated true ; + brick:isReplacedBy rec:Lobby ; +. +brick:Location + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Architecture" ; - brick:isReplacedBy rec:Architecture . - -brick:Loop rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class brick:Equipment ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -brick:Lounge owl:deprecated true ; + brick:isReplacedBy rec:Architecture ; +. +brick:Loop + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Lounge + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lounge" ; - brick:isReplacedBy rec:Lounge . - -brick:Luminance_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:LuminanceObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:MDF owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; - brick:isReplacedBy rec:CableRoom . - -brick:Mail_Room owl:deprecated true ; + brick:isReplacedBy rec:Lounge ; +. +brick:Luminance_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:LuminanceObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:MDF + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ; + brick:isReplacedBy rec:CableRoom ; +. +brick:Mail_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:MailRoom" ; - brick:isReplacedBy rec:MailRoom . - -brick:Majlis owl:deprecated true . - -brick:Massage_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TherapyRoom" ; - brick:isReplacedBy rec:TherapyRoom . - -brick:Mechanical_Room owl:deprecated true ; + brick:isReplacedBy rec:MailRoom ; +. +brick:Majlis + owl:deprecated "true"^^xsd:boolean ; +. +brick:Massage_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TherapyRoom" ; + brick:isReplacedBy rec:TherapyRoom ; +. +brick:Mechanical_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; - brick:isReplacedBy rec:UtilitiesRoom . - -brick:Media_Hot_Desk owl:deprecated true . - -brick:Media_Production_Room owl:deprecated true . - -brick:Media_Room owl:deprecated true . - -brick:Medical_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HealthcareRoom" ; - brick:isReplacedBy rec:HealthcareRoom . - -brick:Motion_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:BooleanValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Occupancy_Count_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:IntegerValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Occupancy_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:BooleanValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Office owl:deprecated true ; + brick:isReplacedBy rec:UtilitiesRoom ; +. +brick:Media_Hot_Desk + owl:deprecated "true"^^xsd:boolean ; +. +brick:Media_Production_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Media_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Medical_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HealthcareRoom" ; + brick:isReplacedBy rec:HealthcareRoom ; +. +brick:Motion_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Occupancy_Count_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:IntegerValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Occupancy_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:BooleanValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Office + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ; - brick:isReplacedBy rec:Office . - -brick:Office_Kitchen owl:deprecated true ; + brick:isReplacedBy rec:Office ; +. +brick:Office_Kitchen + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Kitchenette" ; - brick:isReplacedBy rec:Kitchenette . - -brick:Open_Office owl:deprecated true ; + brick:isReplacedBy rec:Kitchenette ; +. +brick:Open_Office + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ; - brick:isReplacedBy rec:OfficeLandscape . - -brick:Outdoor_Area owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OutdoorSpace" ; - brick:isReplacedBy rec:OutdoorSpace . - -brick:Outside owl:deprecated true . - -brick:PV_Array rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class brick:PV_Panel ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -brick:Parameter sh:property [ a sh:PropertyShape ; - sh:class bsh:LastKnownDoubleShape ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Parking_Level owl:deprecated true . - -brick:Parking_Space owl:deprecated true ; + brick:isReplacedBy rec:OfficeLandscape ; +. +brick:Outdoor_Area + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OutdoorSpace" ; + brick:isReplacedBy rec:OutdoorSpace ; +. +brick:Outside + owl:deprecated "true"^^xsd:boolean ; +. +brick:PV_Array + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class brick:PV_Panel ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Parameter + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Parking_Level + owl:deprecated "true"^^xsd:boolean ; +. +brick:Parking_Space + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ParkingSpace" ; - brick:isReplacedBy rec:ParkingSpace . - -brick:Parking_Structure owl:deprecated true . - -brick:Photovoltaic_Array owl:deprecated true . - -brick:Piezoelectric_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Plumbing_Room owl:deprecated true ; + brick:isReplacedBy rec:ParkingSpace ; +. +brick:Parking_Structure + owl:deprecated "true"^^xsd:boolean ; +. +brick:Photovoltaic_Array + owl:deprecated "true"^^xsd:boolean ; +. +brick:Piezoelectric_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Plumbing_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; - brick:isReplacedBy rec:UtilitiesRoom . - -brick:Point sh:property [ a sh:PropertyShape ; - sh:class brick:Quantity ; - sh:name "has quantity" ; - sh:nodeKind sh:IRI ; - sh:path brick:hasQuantity ], - [ a sh:PropertyShape ; - sh:class brick:Substance ; - sh:name "has substance" ; - sh:nodeKind sh:IRI ; - sh:path brick:hasSubstance ], - [ a sh:PropertyShape ; - sh:name "is point of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isPointOf ] . - -brick:Portfolio owl:deprecated true ; + brick:isReplacedBy rec:UtilitiesRoom ; +. +brick:Point + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:hasQuantity ; + sh:class brick:Quantity ; + sh:name "has quantity" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:hasSubstance ; + sh:class brick:Substance ; + sh:name "has substance" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isPointOf ; + sh:name "is point of" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Portfolio + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Portfolio" ; - brick:isReplacedBy rec:Portfolio . - -brick:Position_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Power_Factor_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Power_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:PowerObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Prayer_Room owl:deprecated true . - -brick:Pressure_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Private_Office owl:deprecated true ; + brick:isReplacedBy rec:Portfolio ; +. +brick:Position_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Power_Factor_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Power_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:PowerObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Prayer_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Pressure_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Private_Office + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ; - brick:isReplacedBy rec:Office . - -brick:Pump_Room owl:deprecated true . - -brick:Rain_Level_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:LengthObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Rain_Sensor sh:property [ a sh:PropertyShape ; - sh:class bsh:LastKnownDoubleShape ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Reception owl:deprecated true ; + brick:isReplacedBy rec:Office ; +. +brick:Pump_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Rain_Level_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Rain_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Reception + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Reception" ; - brick:isReplacedBy rec:Reception . - -brick:Refrigerant_Level_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Region owl:deprecated true ; + brick:isReplacedBy rec:Reception ; +. +brick:Refrigerant_Level_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Region + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Region" ; - brick:isReplacedBy rec:Region . - -brick:Relative_Humidity_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:RelativeHumidityObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Rest_Room owl:deprecated true ; + brick:isReplacedBy rec:Region ; +. +brick:Relative_Humidity_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:RelativeHumidityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Rest_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RestingRoom" ; - brick:isReplacedBy rec:RestingRoom . - -brick:Restroom owl:deprecated true ; + brick:isReplacedBy rec:RestingRoom ; +. +brick:Restroom + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Bathroom" ; - brick:isReplacedBy rec:Bathroom . - -brick:Retail_Room owl:deprecated true ; + brick:isReplacedBy rec:Bathroom ; +. +brick:Retail_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RetailRoom" ; - brick:isReplacedBy rec:RetailRoom . - -brick:Riser owl:deprecated true . - -brick:Rooftop owl:deprecated true ; + brick:isReplacedBy rec:RetailRoom ; +. +brick:Riser + owl:deprecated "true"^^xsd:boolean ; +. +brick:Rooftop + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RoofLevel" ; - brick:isReplacedBy rec:RoofLevel . - -brick:Room owl:deprecated true ; + brick:isReplacedBy rec:RoofLevel ; +. +brick:Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Room" ; - brick:isReplacedBy rec:Room . - -brick:Security_Service_Room owl:deprecated true ; + brick:isReplacedBy rec:Room ; +. +brick:Security_Service_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ; - brick:isReplacedBy rec:SecurityRoom . - -brick:Server_Room owl:deprecated true ; + brick:isReplacedBy rec:SecurityRoom ; +. +brick:Server_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; - brick:isReplacedBy rec:DataServerRoom . - -brick:Service_Room owl:deprecated true ; + brick:isReplacedBy rec:DataServerRoom ; +. +brick:Service_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; - brick:isReplacedBy rec:UtilitiesRoom . - -brick:Setpoint sh:property [ a sh:PropertyShape ; - sh:class bsh:LastKnownDoubleShape ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Shared_Office owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ; - brick:isReplacedBy rec:OfficeLandscape . - -brick:Shower owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ShowerRoom" ; - brick:isReplacedBy rec:ShowerRoom . - -brick:Site owl:deprecated true ; + brick:isReplacedBy rec:UtilitiesRoom ; +. +brick:Setpoint + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Shared_Office + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ; + brick:isReplacedBy rec:OfficeLandscape ; +. +brick:Shower + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ShowerRoom" ; + brick:isReplacedBy rec:ShowerRoom ; +. +brick:Site + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Site" ; - brick:isReplacedBy rec:Site . - -brick:Solar_Radiance_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Space owl:deprecated true ; + brick:isReplacedBy rec:Site ; +. +brick:Solar_Radiance_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Space + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ; - brick:isReplacedBy rec:Space . - -brick:Speed_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:VelocityObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Sports_Service_Room owl:deprecated true . - -brick:Stage_Riser owl:deprecated true . - -brick:Staircase owl:deprecated true ; + brick:isReplacedBy rec:Space ; +. +brick:Speed_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:VelocityObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Sports_Service_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Stage_Riser + owl:deprecated "true"^^xsd:boolean ; +. +brick:Staircase + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Stairwell" ; - brick:isReplacedBy rec:Stairwell . - -brick:Status sh:property [ a sh:PropertyShape ; - sh:class bsh:LastKnownValueShape ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Storage_Room owl:deprecated true ; + brick:isReplacedBy rec:Stairwell ; +. +brick:Status + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Storage_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Storage" ; - brick:isReplacedBy rec:Storage . - -brick:Storey owl:deprecated true ; + brick:isReplacedBy rec:Storage ; +. +brick:Storey + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ; - brick:isReplacedBy rec:Level . - -brick:Studio owl:deprecated true ; + brick:isReplacedBy rec:Level ; +. +brick:Studio + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ; - brick:isReplacedBy rec:RecordingRoom . - -brick:Switch_Room owl:deprecated true ; + brick:isReplacedBy rec:RecordingRoom ; +. +brick:Switch_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; - brick:isReplacedBy rec:DataServerRoom . - -brick:TETRA_Room owl:deprecated true . - -brick:Team_Room owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TeamRoom" ; - brick:isReplacedBy rec:TeamRoom . - -brick:Telecom_Room owl:deprecated true ; + brick:isReplacedBy rec:DataServerRoom ; +. +brick:Collection + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:or ( + [ sh:class brick:Equipment ] + [ sh:class brick:Collection ] + ) ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:TETRA_Room + owl:deprecated "true"^^xsd:boolean ; +. +brick:Team_Room + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TeamRoom" ; + brick:isReplacedBy rec:TeamRoom ; +. +brick:Telecom_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ; - brick:isReplacedBy rec:DataServerRoom . - -brick:Temperature_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:TemperatureObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Ticketing_Booth owl:deprecated true . - -brick:Torque_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:TorqueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Transformer_Room owl:deprecated true ; + brick:isReplacedBy rec:DataServerRoom ; +. +brick:Temperature_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:TemperatureObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Ticketing_Booth + owl:deprecated "true"^^xsd:boolean ; +. +brick:Torque_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:TorqueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Transformer_Room + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ; - brick:isReplacedBy rec:UtilitiesRoom . - -brick:Tunnel owl:deprecated true . - -brick:Usage_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:DoubleValueObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Vertical_Space owl:deprecated true . - -brick:Visitor_Lobby owl:deprecated true ; + brick:isReplacedBy rec:UtilitiesRoom ; +. +brick:Tunnel + owl:deprecated "true"^^xsd:boolean ; +. +brick:Usage_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:DoubleValueObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Vertical_Space + owl:deprecated "true"^^xsd:boolean ; +. +brick:Visitor_Lobby + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ; - brick:isReplacedBy rec:Lobby . - -brick:Voltage_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:VoltageObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Wardrobe owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CloakRoom" ; - brick:isReplacedBy rec:CloakRoom . - -brick:Waste_Storage owl:deprecated true ; + brick:isReplacedBy rec:Lobby ; +. +brick:Voltage_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:VoltageObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Wardrobe + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CloakRoom" ; + brick:isReplacedBy rec:CloakRoom ; +. +brick:Waste_Storage + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:WasteManagementRoom" ; - brick:isReplacedBy rec:WasteManagementRoom . - -brick:Water_Level_Sensor sh:property [ a sh:PropertyShape ; - sh:class rec:LengthObservation ; - sh:maxCount 1 ; - sh:name "last known value" ; - sh:nodeKind sh:IRI ; - sh:path brick:lastKnownValue ] . - -brick:Water_Tank owl:deprecated true . - -brick:Wing owl:deprecated true . - -brick:Workshop owl:deprecated true ; + brick:isReplacedBy rec:WasteManagementRoom ; +. +brick:Water_Level_Sensor + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:lastKnownValue ; + sh:class rec:LengthObservation ; + sh:maxCount 1 ; + sh:name "last known value" ; + sh:nodeKind sh:IRI ; + ] ; +. +brick:Water_Tank + owl:deprecated "true"^^xsd:boolean ; +. +brick:Wing + owl:deprecated "true"^^xsd:boolean ; +. +brick:Workshop + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workshop" ; - brick:isReplacedBy rec:Workshop . - -brick:Zone owl:deprecated true ; + brick:isReplacedBy rec:Workshop ; +. +brick:Zone + owl:deprecated "true"^^xsd:boolean ; brick:deprecatedInVersion "1.4.0" ; brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ; - brick:isReplacedBy rec:Zone . - -brick:feeds owl:equivalentProperty rec:feeds . - -brick:hasLocation owl:equivalentProperty rec:locatedIn . - -brick:hasPoint owl:equivalentProperty rec:hasPoint . - -brick:isFedBy owl:equivalentProperty rec:isFedBy . - -brick:isLocationOf owl:equivalentProperty rec:isLocationOf . + brick:isReplacedBy rec:Zone ; +. +brick:feeds + owl:equivalentProperty rec:feeds ; +. +brick:hasLocation + owl:equivalentProperty rec:locatedIn ; +. +brick:isLocationOf + owl:equivalentProperty rec:isLocationOf ; +. +rec:hasPart + rdfs:subPropertyOf brick:hasPart ; +. +brick:hasPoint + owl:equivalentProperty rec:hasPoint ; +. +brick:isFedBy + owl:equivalentProperty rec:isFedBy ; +. +rec:isPartOf + rdfs:subPropertyOf brick:isPartOf ; +. +brick:isPointOf + owl:equivalentProperty rec:isPointOf ; +. + + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:subClassOf ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:timestamp ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:value ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. + + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:subClassOf ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:timestamp ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. + + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:subClassOf ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:timestamp ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:value ; + sh:datatype xsd:duration ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. + + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:subClassOf ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:timestamp ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "timestamp" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path brick:value ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. + + rdf:type sh:NodeShape ; +. +rec:AbsoluteHumidityObservation + rdf:type ; +. +rec:AccelerationObservation + rdf:type ; +. +rec:ActuationEvent + rdf:type ; +. +rec:AngleObservation + rdf:type ; +. +rec:AngularAccelerationObservation + rdf:type ; +. +rec:AngularVelocityObservation + rdf:type ; +. +rec:AreaObservation + rdf:type ; +. +rec:Asset + rdf:type sh:NodeShape ; +. +rec:AssetCollection + rdf:type sh:NodeShape ; +. +rec:BooleanValueObservation + rdf:type ; +. +rec:CapacitanceObservation + rdf:type ; +. +rec:Collection + rdf:type sh:NodeShape ; +. +rec:DataRateObservation + rdf:type ; +. +rec:DataSizeObservation + rdf:type ; +. +rec:DensityObservation + rdf:type ; +. +rec:DistanceObservation + rdf:type ; +. +rec:DoubleValueObservation + rdf:type ; +. +rec:ElectricChargeObservation + rdf:type ; +. +rec:ElectricCurrentObservation + rdf:type ; +. +rec:EnergyObservation + rdf:type ; +. +rec:EquipmentCollection + rdf:type sh:NodeShape ; +. +rec:ExceptionEvent + rdf:type ; +. +rec:ForceObservation + rdf:type ; +. +rec:FrequencyObservation + rdf:type ; +. +rec:IlluminanceObservation + rdf:type ; +. +rec:InductanceObservation + rdf:type ; +. +rec:IntegerValueObservation + rdf:type ; +. +rec:LengthObservation + rdf:type ; +. +rec:LuminanceObservation + rdf:type ; +. +rec:LuminousFluxObservation + rdf:type ; +. +rec:LuminousIntensityObservation + rdf:type ; +. +rec:MagneticFluxObservation + rdf:type ; +. +rec:MassFlowRateObservation + rdf:type ; +. +rec:MassObservation + rdf:type ; +. +rec:PowerObservation + rdf:type ; +. +rec:PressureObservation + rdf:type ; +. +rec:RelativeHumidityObservation + rdf:type ; +. +rec:ResistanceObservation + rdf:type ; +. +rec:SoundPressureObservation + rdf:type ; +. +rec:TemperatureObservation + rdf:type ; +. +rec:ThrustObservation + rdf:type ; +. +rec:TimeSpanObservation + rdf:type ; +. +rec:TorqueObservation + rdf:type ; +. +rec:VelocityObservation + rdf:type ; +. +rec:VoltageObservation + rdf:type ; +. +rec:VolumeFlowRateObservation + rdf:type ; +. +rec:VolumeObservation + rdf:type ; +. +rec:substance + rdf:type owl:AnnotationProperty ; + rdfs:domain rec:feeds ; + rdfs:domain rec:isFedBy ; + rdfs:label "substance" ; + rdfs:range [ + rdf:type rdfs:Datatype ; + owl:oneOf ( + "ACElec" + "Air" + "BlowdownWater" + "ChilledWater" + "ColdDomesticWater" + "Condensate" + "CondenserWater" + "DCElec" + "Diesel" + "DriveElec" + "Ethernet" + "ExhaustAir" + "Freight" + "FuelOil" + "Gasoline" + "GreaseExhaustAir" + "HotDomesticWater" + "HotWater" + "IrrigationWater" + "Light" + "MakeupWater" + "NaturalGas" + "NonPotableDomesticWater" + "OutsideAir" + "People" + "Propane" + "RecircHotDomesticWater" + "Refrig" + "ReturnAir" + "SprinklerWater" + "Steam" + "StormDrainage" + "SupplyAir" + "TransferAir" + "WasteVentDrainage" + "Water" + ) ; + ] ; +. + + rdf:type owl:Ontology ; + owl:imports ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. -brick:isPointOf owl:equivalentProperty rec:isPointOf . +brick:value rdfs:subPropertyOf rec:value . bsh:InferRecValue a sh:NodeShape ; - sh:rule [ a sh:SPARQLRule ; - sh:construct """ + sh:targetSubjectsOf brick:value ; + sh:rule [ + a sh:SPARQLRule ; + sh:construct """ CONSTRUCT { $this rec:value ?v } @@ -889,307 +1502,155 @@ WHERE { $this brick:value ?v } """ ; - sh:prefixes ] ; - sh:targetSubjectsOf brick:value . - -bsh:LastKnownBooleanShape a owl:Class, - sh:NodeShape ; - rdfs:subClassOf bsh:LastKnownValueShape ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "timestamp" ; - sh:path brick:timestamp ], - [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path brick:value ] . - -bsh:LastKnownDurationShape a owl:Class, - sh:NodeShape ; - rdfs:subClassOf bsh:LastKnownValueShape ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "timestamp" ; - sh:path brick:timestamp ], - [ a sh:PropertyShape ; - sh:datatype xsd:duration ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path brick:value ] . - -bsh:LastKnownIntegerShape a owl:Class, - sh:NodeShape ; - rdfs:subClassOf bsh:LastKnownValueShape ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "timestamp" ; - sh:path brick:timestamp ], - [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path brick:value ] . - -bsh:ValueShape a sh:NodeShape . - -rec:AccelerationObservation a . - -rec:AngularAccelerationObservation a . - -rec:AngularVelocityObservation a . - -rec:AreaObservation a . - -rec:AssetCollection a sh:NodeShape . - -rec:BACnetController owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnetController" ; - brick:isReplacedBy brick:BACnet_Controller . - -rec:CapacitanceObservation a . - -rec:Controller owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Controller" ; - brick:isReplacedBy brick:Controller . - -rec:DataNetworkEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DataNetworkEquipment" ; - brick:isReplacedBy brick:Data_Network_Equipment . - -rec:DataRateObservation a . - -rec:DataSizeObservation a . - -rec:DaylightSensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DaylightSensorEquipment" ; - brick:isReplacedBy brick:Daylight_Sensor_Equipment . - -rec:DensityObservation a . - -rec:DistanceObservation a . - -rec:ElectricChargeObservation a . - -rec:EquipmentCollection a sh:NodeShape . - -rec:EthernetPort owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetPort" ; - brick:isReplacedBy brick:Ethernet_Port . - -rec:EthernetSwitch owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetSwitch" ; - brick:isReplacedBy brick:Ethernet_Switch . - -rec:ForceObservation a . - -rec:IAQSensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQSensorEquipment" ; - brick:isReplacedBy brick:IAQ_Sensor_Equipment . - -rec:ICTRack owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Rack" ; - brick:isReplacedBy brick:ICT_Rack . - -rec:ICT_Equipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Equipment" ; - brick:isReplacedBy brick:ICT_Equipment . - -rec:ICT_Hardware owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Hardware" ; - brick:isReplacedBy brick:ICT_Hardware . - -rec:InductanceObservation a . - -rec:LeakDetectorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:LeakDetectorEquipment" ; - brick:isReplacedBy brick:Leak_Detector_Equipment . - -rec:LuminousFluxObservation a . - -rec:LuminousIntensityObservation a . - -rec:MagneticFluxObservation a . - -rec:MassFlowRateObservation a . - -rec:MassObservation a . - -rec:ModbusController owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ModbusController" ; - brick:isReplacedBy brick:Modbus_Controller . - -rec:NetworkSecurityEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkSecurityEquipment" ; - brick:isReplacedBy brick:Network_Security_Equipment . - -rec:Network_Router owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkRouter" ; - brick:isReplacedBy brick:Network_Router . - -rec:OccupancySensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:OccupancySensorEquipment" ; - brick:isReplacedBy brick:Occupancy_Sensor_Equipment . - -rec:PeopleCountSensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:PeopleCountSensorEquipment" ; - brick:isReplacedBy brick:People_Count_Sensor_Equipment . - -rec:PressureObservation a . - -rec:ResistanceObservation a . - -rec:SensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:SensorEquipment" ; - brick:isReplacedBy brick:Sensor_Equipment . - -rec:Server owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Server" ; - brick:isReplacedBy brick:Server . - -rec:SoundPressureObservation a . - -rec:ThermostatEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ThermostatEquipment" ; - brick:isReplacedBy brick:Thermostat . - -rec:ThrustObservation a . - -rec:VibrationSensorEquipment owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:VibrationSensorEquipment" ; - brick:isReplacedBy brick:Vibration_Sensor_Equipment . - -rec:VolumeObservation a . - -rec:WirelessAccessPoint owl:deprecated true ; - brick:deprecatedInVersion "1.4.0" ; - brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:WirelessAccessPoint" ; - brick:isReplacedBy brick:Wireless_Access_Point . - -rec:hasPart rdfs:subPropertyOf brick:hasPart . - -rec:isPartOf rdfs:subPropertyOf brick:isPartOf . - -rec:substance a owl:AnnotationProperty ; - rdfs:label "substance" ; - rdfs:domain rec:feeds, - rec:isFedBy ; - rdfs:range [ a rdfs:Datatype ; - owl:oneOf ( "ACElec" "Air" "BlowdownWater" "ChilledWater" "ColdDomesticWater" "Condensate" "CondenserWater" "DCElec" "Diesel" "DriveElec" "Ethernet" "ExhaustAir" "Freight" "FuelOil" "Gasoline" "GreaseExhaustAir" "HotDomesticWater" "HotWater" "IrrigationWater" "Light" "MakeupWater" "NaturalGas" "NonPotableDomesticWater" "OutsideAir" "People" "Propane" "RecircHotDomesticWater" "Refrig" "ReturnAir" "SprinklerWater" "Steam" "StormDrainage" "SupplyAir" "TransferAir" "WasteVentDrainage" "Water" ) ] . - - a owl:Ontology ; - owl:imports , - ; - owl:versionInfo "Created with TopBraid Composer" . - -brick:Collection rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ; - sh:path rec:includes ] . - -rec:AbsoluteHumidityObservation a . - -rec:ActuationEvent a . - -rec:Asset a sh:NodeShape . - -rec:ElectricCurrentObservation a . - -rec:EnergyObservation a . - -rec:ExceptionEvent a . - -rec:FrequencyObservation a . - -rec:IlluminanceObservation a . - -rec:IntegerValueObservation a . - -rec:LuminanceObservation a . - -rec:RelativeHumidityObservation a . - -rec:TimeSpanObservation a . - -rec:TorqueObservation a . - -rec:VelocityObservation a . - -rec:VoltageObservation a . - -rec:VolumeFlowRateObservation a . - -brick:Equipment rdfs:subClassOf rec:Asset ; - sh:property [ a sh:PropertyShape ; - sh:name "feeds" ; - sh:nodeKind sh:IRI ; - sh:path rec:feeds ], - [ a sh:PropertyShape ; - sh:name "is fed by" ; - sh:nodeKind sh:IRI ; - sh:path rec:isFedBy ] . - -rec:AngleObservation a . - -rec:LengthObservation a . - -rec:PowerObservation a . - -rec:TemperatureObservation a . - -bsh:LastKnownDoubleShape a owl:Class, - sh:NodeShape ; - rdfs:subClassOf bsh:LastKnownValueShape ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "timestamp" ; - sh:path brick:timestamp ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path brick:value ] . - -rec:Collection a sh:NodeShape . - -brick:value rdfs:subPropertyOf rec:value . - -rec:BooleanValueObservation a . - -rec:DoubleValueObservation a . - + sh:prefixes ; + ] ; +. + + +# deprecations for REC ICT Equipment +rec:ICT_Equipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Equipment" ; + brick:isReplacedBy brick:ICT_Equipment ; +. + +rec:ICT_Hardware + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Hardware" ; + brick:isReplacedBy brick:ICT_Hardware ; +. + +rec:Server + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Server" ; + brick:isReplacedBy brick:Server ; +. + +rec:ICTRack + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Rack" ; + brick:isReplacedBy brick:ICT_Rack ; +. + +rec:SensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:SensorEquipment" ; + brick:isReplacedBy brick:Sensor_Equipment ; +. + +rec:DaylightSensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DaylightSensorEquipment" ; + brick:isReplacedBy brick:Daylight_Sensor_Equipment ; +. + +rec:IAQSensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQSensorEquipment" ; + brick:isReplacedBy brick:IAQ_Sensor_Equipment ; +. + +rec:LeakDetectorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:LeakDetectorEquipment" ; + brick:isReplacedBy brick:Leak_Detector_Equipment ; +. + +rec:OccupancySensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:OccupancySensorEquipment" ; + brick:isReplacedBy brick:Occupancy_Sensor_Equipment ; +. + +rec:PeopleCountSensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:PeopleCountSensorEquipment" ; + brick:isReplacedBy brick:People_Count_Sensor_Equipment ; +. + +rec:ThermostatEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ThermostatEquipment" ; + brick:isReplacedBy brick:Thermostat ; +. + +rec:VibrationSensorEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:VibrationSensorEquipment" ; + brick:isReplacedBy brick:Vibration_Sensor_Equipment ; +. + +rec:Controller + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Controller" ; + brick:isReplacedBy brick:Controller ; +. + +rec:BACnetController + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnetController" ; + brick:isReplacedBy brick:BACnet_Controller ; +. + +rec:ModbusController + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ModbusController" ; + brick:isReplacedBy brick:Modbus_Controller ; +. + +rec:DataNetworkEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:DataNetworkEquipment" ; + brick:isReplacedBy brick:Data_Network_Equipment ; +. + +rec:EthernetPort + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetPort" ; + brick:isReplacedBy brick:Ethernet_Port ; +. + +rec:EthernetSwitch + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:EthernetSwitch" ; + brick:isReplacedBy brick:Ethernet_Switch ; +. + +rec:Network_Router + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkRouter" ; + brick:isReplacedBy brick:Network_Router ; +. + +rec:NetworkSecurityEquipment + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:NetworkSecurityEquipment" ; + brick:isReplacedBy brick:Network_Security_Equipment ; +. + +rec:WirelessAccessPoint + owl:deprecated "true"^^xsd:boolean ; + brick:deprecatedInVersion "1.4.0" ; + brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:WirelessAccessPoint" ; + brick:isReplacedBy brick:Wireless_Access_Point ; +. diff --git a/ontologies/qudtdv.ttl b/ontologies/qudtdv.ttl deleted file mode 100644 index e144d6b..0000000 --- a/ontologies/qudtdv.ttl +++ /dev/null @@ -1,4261 +0,0 @@ -@prefix dc: . -@prefix dcterms: . -@prefix owl: . -@prefix qkdv: . -@prefix quantitykind: . -@prefix qudt: . -@prefix rdf: . -@prefix rdfs: . -@prefix skos: . -@prefix vaem: . -@prefix voag: . -@prefix xsd: . - -qkdv:A-1E0L-3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L-3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A-1E0L0I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L0I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseAmountOfSubstance ; - qudt:latexDefinition "$N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L0I0M1H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L0I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MolarMass ; - qudt:latexDefinition "$M N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A-1E0L2I0M1H-1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L2I0M1H-1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MolarHeatCapacity ; - qudt:latexDefinition "$L^2 M T^-2 Θ^-1 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L2I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L2I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MolarAngularMomentum ; - qudt:latexDefinition "$L^2 M T^-1 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L2I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L2I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MolarEnergy ; - qudt:latexDefinition "$L^2 M T^-2 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SecondOrderReactionRateConstant ; - qudt:latexDefinition "$L^3 N^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MolarVolume ; - qudt:latexDefinition "$L^3 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E0L3I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E0L3I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthMolarEnergy ; - qudt:latexDefinition "$L^3 M T^-2 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E1L-3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E1L-3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A-1E1L0I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E1L0I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; - qudt:latexDefinition "$T I N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A-1E2L0I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A-1E2L0I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance -1 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$N^-1 E^2 M^-1 T^3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L-1I0M1H0T-4D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-1L-1I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-1 L^-1 M^1 T^-4 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L-2I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-1L-2I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-1 L^-2 M^1 Θ^-1 T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L-5I0M1H0T-4D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-1L-5I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength -5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-1 L^-5 M^1 T^-4 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L0I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L0I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassPerElectricCharge ; - qudt:latexDefinition "$M T^-1 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L0I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L0I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticFluxDensity ; - qudt:latexDefinition "$M T^-2 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L0I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L0I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerAreaElectricCharge ; - qudt:latexDefinition "$M T^-3 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L1I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L1I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthPerUnitElectricCurrent ; - qudt:latexDefinition "$L I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L1I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L1I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticFluxPerUnitLength ; - qudt:latexDefinition "$L M T^-2 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L1I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L1I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricFieldStrength ; - qudt:latexDefinition "$L M T^-3 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L2I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L2I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E-1L2I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L2I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticFlux ; - qudt:latexDefinition "$L^2 M T^-2 I^-1$"^^qudt:LatexString ; - qudt:latexSymbol "$m^2 \\cdot kg \\cdot s^{-2} \\cdot A^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L2I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L2I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerElectricCharge ; - qudt:latexDefinition "$L^2 M T^-3 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L2I0M1H0T-4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L2I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:PowerPerElectricCharge ; - qudt:latexDefinition "$L^2 M T^-4 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-1L3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E-1L3I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L3I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticDipoleMoment ; - rdfs:isDefinedBy . - -qkdv:A0E-1L3I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-1L3I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -1 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricFlux ; - qudt:latexDefinition "$L^3 M T^-3 I^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L1I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L1I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectromagneticPermeability ; - qudt:latexDefinition "$L M T^-2 I^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L1I0M1H0T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-2L1I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-2 L M T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L2I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-2L2I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-2 L^2 M^1 Θ^-1 T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L2I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L2I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Inductance ; - qudt:latexDefinition "$L^2 M T^-2 I^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L2I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L2I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Resistance ; - qudt:latexDefinition "$L^2 M T^-3 I^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-2L3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-2 L^3 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L3I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L3I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E-2L3I0M1H0T-4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L3I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InversePermittivity ; - qudt:latexDefinition "$L^3 M T^-4 I^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E-2L4I0M2H-2T-6D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E-2L4I0M2H-2T-6D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -2 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature -2 ; - qudt:dimensionExponentForTime -6 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E-9L0I0M0H-1T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E-9L0I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent -9 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^-9 Θ^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-0dot5I0M0dot5H0T-1D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L-0.5I0M0.5H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "-0.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-0.5 M^0.5 T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-0dot5I0M0dot5H0T-2D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L-0.5I0M0.5H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "-0.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-0.5 M^0.5 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-0pt5I0M1H0T-2D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-0pt5I0M1H0T-2D0" ; - dcterms:isReplacedBy qkdv:A0E0L-0dot5I0M1H0T-2D0 ; - qudt:deprecated true ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -0.5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-0.5 M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$ L^-1 M^-1 T^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1 M^-1 T^3 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M-1H1T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M-1H1T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ThermalResistivity ; - qudt:latexDefinition "$L^{-1} M^{-1} T^3 \\Theta$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H-1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H-1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpecificHeatVolume ; - qudt:latexDefinition "$L^-1 T^-2 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseLengthTemperature ; - qudt:latexDefinition "$L^-1 Θ^-1$"^^qudt:LatexString ; - qudt:latexSymbol "$L^{-1} \\Theta^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Curvature, - quantitykind:InverseLength ; - qudt:latexDefinition "$L^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1 T$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^{-1} T^2$"^^qudt:LatexString ; - vaem:todo "Should be M-1L-2T4E2" ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M0H1T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H-1T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-1I0M1H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1 M Θ^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H-1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H-1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:VolumetricHeatCapacity ; - qudt:latexSymbol "$M / (L \\cdot T^2 H)$"^^qudt:LatexString, - "$M / (L \\cdot T^2 \\Theta)$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:DynamicViscosity ; - qudt:latexDefinition "$L^-1 M T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyDensity, - quantitykind:ForcePerArea ; - qudt:latexDefinition "$L^-1 M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ForcePerAreaTime ; - qudt:latexDefinition "$L^-1 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassPerLength ; - qudt:latexDefinition "$L^-1 M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1I0M1H1T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-1I0M1H1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1dot5I0M0dot5H0T-1D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L-1.5I0M0.5H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "-1.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1.5 M^0.5 T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-1dot5I0M0dot5H0T0D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L-1.5I0M0.5H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "-1.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1.5 M^0.5$"^^qudt:LatexString ; - vaem:todo "Suspicious. Electric Charge per Area would be ET/L**2" ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseEnergy ; - qudt:latexDefinition "$L^-2 M^-1 T^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M-1H1T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M-1H1T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ThermalResistance ; - qudt:latexDefinition "$L^-2 M^-1 T^3 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 T-1 Q$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-2I0M0H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-2I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M0H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^{-2} T^2$"^^qudt:LatexString ; - vaem:todo "Permeability should be force/current**2, which is ML/T2E2. Permittivity should be T4E2L-3M-1" ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-2I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 M Θ^-1 T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassPerAreaTime ; - qudt:latexDefinition "$L^{-2} M T^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpectralRadiantEnergyDensity ; - qudt:latexDefinition "$L^-2 M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:RadiantIntensity ; - qudt:latexDefinition "$L^-2 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassPerArea ; - qudt:latexDefinition "$L^-2 M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M1H1T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M1H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M2H0T-2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-2I0M2H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 M^2 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M2H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M2H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I0M2H0T-6D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I0M2H0T-6D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -6 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I1M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I1M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$U L^-2 M^-1 T^3 J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I1M-1H0T3D1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I1M-1H0T3D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 1 ; - qudt:latexDefinition "$U L^-2 M^-1 T^3 J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I1M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I1M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Luminance ; - qudt:latexDefinition "$L^-2 J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I1M0H0T0D1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I1M0H0T0D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 1 ; - qudt:latexDefinition "$U L^-2 J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-2I1M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-2I1M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 J T$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-3T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M0H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M1H-1T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-3I0M1H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-3 M Θ^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-3I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-3I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Density ; - qudt:latexDefinition "$L^-3 M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-4I0M-2H0T4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-4I0M-2H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseSquareEnergy ; - qudt:latexDefinition "$L^-4 M^-2 T^4$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-4I0M0H0T-3D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-4I0M0H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-4 T^-3 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-4I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-4I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L-5I0M-1H0T2D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-5I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-5 M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L-6I0M1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L-6I0M1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -6 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-6 M T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-1H1T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-1H1T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ThermalInsulance ; - qudt:latexDefinition "$M^-1 T^3 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M-2H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M-2H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H-1T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseTimeTemperature ; - qudt:latexDefinition "$T^-1 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy "" . - -qkdv:A0E0L0I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Frequency ; - qudt:latexDefinition "$T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T-1D1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T-1D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 1 ; - qudt:hasReferenceQuantityKind quantitykind:AngularVelocity ; - qudt:latexDefinition "$U T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AngularAcceleration ; - qudt:latexDefinition "$U T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T-2D1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T-2D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 1 ; - qudt:hasReferenceQuantityKind quantitykind:AngularAcceleration ; - qudt:latexDefinition "$U T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L0I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T0D1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T0D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 1 ; - qudt:hasReferenceQuantityKind quantitykind:Dimensionless ; - qudt:latexDefinition "$U$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Time ; - qudt:latexDefinition "$T$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T1D1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T1D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 1 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TimeSquared ; - qudt:latexDefinition "$T^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H1T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TemperaturePerTime ; - qudt:latexDefinition "$T^-1 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TemperaturePerTime_Squared ; - qudt:latexDefinition "$T^-2 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ThermodynamicTemperature ; - qudt:latexDefinition "$H$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H1T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H1T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TimeTemperature ; - qudt:latexDefinition "$T Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H2T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H2T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 2 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M0H2T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M0H2T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 2 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H-1T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L0I0M1H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$M^1 Θ^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:CoefficientOfHeatTransfer ; - qudt:latexDefinition "$M T^-3 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H-1T0D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$M H^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H-4T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H-4T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -4 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:PowerPerAreaQuarticTemperature ; - qudt:latexDefinition "$M T^{-3}.H^{-4}$"^^qudt:LatexString ; - qudt:latexSymbol "$M T^{-3}.\\Theta^{-4}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassFlowRate ; - qudt:latexDefinition "$M T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerArea, - quantitykind:ForcePerLength ; - qudt:latexDefinition "$M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T-3D-1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T-3D-1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent -1 ; - qudt:latexDefinition "$U^-1 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:PowerPerArea ; - qudt:latexDefinition "$M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T-4D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Mass ; - qudt:latexDefinition "$M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$M T^1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$M T^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M1H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M1H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassTemperature ; - qudt:latexDefinition "$M Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I0M2H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I0M2H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I1M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I1M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LuminousIntensity ; - qudt:latexDefinition "$J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I1M0H0T0D1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I1M0H0T0D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 1 ; - qudt:latexDefinition "$U J$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0I1M0H0T1D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L0I1M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 1 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$I T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0dot5I0M0dot5H0T-1D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L0.5I0M0.5H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "0.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^0.5 M^0.5 T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0dot5I0M0dot5H0T-2D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L0.5I0M0.5H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "0.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^0.5 M^0.5 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L0dot5I0M0dot5H0T0D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L0.5I0M0.5H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "0.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^0.5 M^0.5$"^^qudt:LatexString ; - vaem:todo "Electric Charge should be ET" ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M-1H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InversePressure ; - qudt:latexDefinition "$L T^2 M^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M-1H1T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L1I0M-1H1T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L M^-1 H T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H-1T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L1I0M0H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L H^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LinearThermalExpansion ; - qudt:latexDefinition "$L .H^{-1}$"^^qudt:LatexString ; - qudt:latexSymbol "$L .\\Theta^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LinearVelocity ; - qudt:latexDefinition "$L T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LinearAcceleration, - quantitykind:ThrustToMassRatio ; - qudt:latexDefinition "$L T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Length ; - qudt:latexDefinition "$L$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H1T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthTemperature ; - qudt:latexSymbol "$L \\cdot H$"^^qudt:LatexString, - "$L \\cdot \\Theta$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M0H1T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M0H1T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ThermalConductivity ; - qudt:latexSymbol "$L \\cdot M /( T^3 \\cdot \\Theta^1)$"^^qudt:LatexString, - "$L.M.T^{-3} .\\Theta^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LinearMomentum ; - qudt:latexDefinition "$L M T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Force ; - qudt:latexDefinition "$L M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L1I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L1I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthMass ; - qudt:latexDefinition "$L M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L1dot5I0M0dot5H0T-1D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L1.5I0M0.5H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "1.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^1.5 M^0.5 T^-1$"^^qudt:LatexString ; - vaem:todo "Suspicious" ; - rdfs:isDefinedBy . - -qkdv:A0E0L1dot5I0M0dot5H0T-2D0 a qudt:QuantityKindDimensionVector_CGS ; - rdfs:label "A0E0L1.5I0M0.5H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "1.5"^^xsd:float ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass "0.5"^^xsd:float ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^1.5 M^0.5 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M-1H0T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L2I0M-1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 M^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M-1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M-1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M-1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L2I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 M^-1 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M-1H1T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M-1H1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H-1T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L2I0M0H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 H^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H-1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H-1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpecificHeatCapacity ; - qudt:latexDefinition "$L^2 T^-2 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H-1T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 T^-3 Θ^-1 N^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AreaThermalExpansion ; - qudt:latexDefinition "$L^2 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AreaPerTime ; - qudt:latexDefinition "$L^2 T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpecificEnergy ; - qudt:latexDefinition "$L^2 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AbsorbedDoseRate ; - qudt:latexDefinition "$L^2 T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T-4D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Area ; - qudt:latexDefinition "$L^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T0D1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T0D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 1 ; - qudt:latexDefinition "$U L^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AreaTime ; - qudt:latexDefinition "$L^2 T$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AreaTemperature ; - qudt:latexDefinition "$L^2 Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M0H1T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M0H1T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AreaTimeTemperature ; - qudt:latexDefinition "$L^2 T Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H-1T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H-1T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerTemperature ; - qudt:latexDefinition "$L^2 M T^-2 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H-1T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H-1T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^2 M T^-3 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AngularMomentum ; - qudt:latexDefinition "$L^2 M T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Energy, - quantitykind:Torque ; - qudt:latexDefinition "$L^2\\,M\\,T^{-2}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T-3D-1 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H0T-3D-1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent -1 ; - qudt:latexDefinition "$U^-1 L^2 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Power ; - qudt:latexDefinition "$L^2 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T-4D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L2I0M1H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance "0" ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength "2" ; - qudt:dimensionExponentForLuminousIntensity "0" ; - qudt:dimensionExponentForMass "1" ; - qudt:dimensionExponentForThermodynamicTemperature "0" ; - qudt:dimensionExponentForTime "-4" ; - qudt:dimensionlessExponent "0" ; - qudt:latexDefinition "$L^2 M T^-4 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L2I0M1H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L2I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MomentOfInertia ; - qudt:latexDefinition "$L^2 M$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M-1H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M-1H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpecificHeatPressure ; - qudt:latexDefinition "$L^3 M^-1 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M-1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M-1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^3 M^-1 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M-1H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M-1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SpecificVolume ; - qudt:latexDefinition "$L^3 M^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M-1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L3I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^3 M^-1 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H-1T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L3I0M0H-1T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^3 H^-1 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:VolumeThermalExpansion ; - qudt:latexDefinition "$L^3 Θ^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:VolumeFlowRate ; - qudt:latexDefinition "$L^3 T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:StandardGravitationalParameter ; - qudt:latexDefinition "$L^3 T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Volume ; - qudt:latexDefinition "$L^3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M0H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M1H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MomentOfForce ; - qudt:latexDefinition "$L^3 M T^-1$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L3I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthEnergy, - quantitykind:ThermalEnergyLength ; - qudt:latexDefinition "$L^3 M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L3I0M1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L3I0M1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^3 M T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M-1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L4I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^4 M^-1 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M-1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E0L4I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^4 M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M0H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M0H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SecondAxialMomentOfArea ; - qudt:latexDefinition "$L^4$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M1H0T-2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M1H0T-3D-1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M1H0T-3D-1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent -1 ; - qudt:latexDefinition "$U^-1 L^4 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M1H0T-3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M1H0T-3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:PowerArea ; - qudt:latexDefinition "$L^4 M T^-3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L4I0M2H0T-4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L4I0M2H0T-4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SquareEnergy ; - qudt:latexDefinition "$L^4 M^2 T^-4$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E0L5I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L5I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E0L6I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L6I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 6 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E1L-1I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-1I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticReluctivity ; - qudt:latexDefinition "$L^{-1} M^{-1} T^2 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-1I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-1I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-1 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-1I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-1I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricChargeLineDensity ; - qudt:latexDefinition "$L^-1 T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseMagneticFlux ; - qudt:latexDefinition "$L^-2 M^-1 T^2 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-2I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-2I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; - qudt:latexDefinition "$L^-2 M^-1 T^3 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-2I0M0H-2T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-2I0M0H-2T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -2 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E1L-2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentDensity ; - qudt:latexDefinition "$L^-2 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-2I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-2I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerArea ; - qudt:latexDefinition "$L^-2 T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-3I0M-1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E1L-3I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E L^-3 M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E1L-3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E L^-3 T^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L-3I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L-3I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricChargeVolumeDensity ; - qudt:latexDefinition "$L^-3 T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M-1H0T0D0 a qudt:ISO-DimensionVector, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M-1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ExposureRate, - quantitykind:SpecificElectricCurrent ; - qudt:latexDefinition "$I M^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy , - . - -qkdv:A0E1L0I0M-1H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricChargePerMass, - quantitykind:SpecificElectricCharge ; - qudt:latexDefinition "$I T M^{-1}$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M-1H0T2D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M-1H0T4D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M-1H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M-1H1T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M-1H1T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TemperaturePerMagneticFluxDensity ; - qudt:latexDefinition "$M^-1 T^2 I Θ$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H-1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H-1T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E1L0I0M0H-1T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E Θ^-1 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H0T0D-1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H0T0D-1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent -1 ; - qudt:latexDefinition "$U^-1 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrent ; - qudt:latexDefinition "$I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H0T0D1 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H0T0D1" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 1 ; - qudt:latexDefinition "$U I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCharge ; - qudt:latexDefinition "$T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L0I0M0H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L0I0M0H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$T^2 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L1I0M-1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E1L1I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E L M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L1I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L1I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricDipoleMoment ; - qudt:latexDefinition "$L T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L2I0M-1H0T1D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E1L2I0M-1H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E L^2 M^-1 T $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticDipoleMoment ; - qudt:latexDefinition "$L^2 I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E1L2I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E1L2I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 1 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricQuadrupoleMoment ; - qudt:latexDefinition "$L^2 T I$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L-1I0M-1H0T4D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-1I0M-1H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E2L-2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 M^-1 T^2 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L-2I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-2I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-2 M^-1 T^3 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L-2I0M-1H0T4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-2I0M-1H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Capacitance ; - qudt:latexDefinition "$L^-2 M^-1 T^4 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L-3I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-3I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E2L-3I0M-1H0T4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-3I0M-1H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Permittivity ; - qudt:latexDefinition "$L^-3 M^-1 T^4 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L-4I0M-1H0T3D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L-4I0M-1H0T3D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength -4 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 3 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E2L0I0M-1H0T4D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L0I0M-1H0T4D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 4 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:Polarizability ; - qudt:latexDefinition "$M^-1 T^4 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E2L0I0M0H0T1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L0I0M0H0T1D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E2L2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E2L2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 2 ; - qudt:dimensionExponentForLength 2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; - qudt:latexDefinition "$L^2 M^-1 T^2 I^2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E3L-1I0M-2H0T7D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E3L-1I0M-2H0T7D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 3 ; - qudt:dimensionExponentForLength -1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 7 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; - qudt:latexDefinition "$L^-1 M^-2 T^7 I^3$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E3L-3I0M-2H0T7D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E3L-3I0M-2H0T7D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 3 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 7 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A0E3L0I0M0H-1T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A0E3L0I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 3 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$E^3 Θ^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E4L-2I0M-3H0T10D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E4L-2I0M-3H0T10D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 4 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -3 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 10 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; - qudt:latexDefinition "$L^-2 M^-3 T^10 I^4$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A0E4L-5I0M-3H0T10D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E4L-5I0M-3H0T10D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 4 ; - qudt:dimensionExponentForLength -5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -3 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 10 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$L^-5 M^-3 T^10 I^4$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L-2I0M-1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A1E0L-2I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$N L^-2 M^-1 T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L-2I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L-2I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A1E0L-2I0M0H0T0D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L-2I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A1E0L-2I0M1H0T2D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A1E0L-2I0M1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -2 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$N L^-2 M T^2 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L-3I0M-1H0T2D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L-3I0M-1H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A1E0L-3I0M0H-1T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A1E0L-3I0M0H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$N L^-3 H^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L-3I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L-3I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A1E0L-3I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L-3I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -3 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; - qudt:latexDefinition "$L^-3 N$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M-1H-1T0D0 a qudt:QuantityKindDimensionVector ; - rdfs:label "A1E0L0I0M-1H-1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature -1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:latexDefinition "$N M^-1 Θ^-1 $"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M-1H0T-1D0 a qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M-1H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M-1H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M-1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; - qudt:latexDefinition "$M^-1 N$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M0H0T-1D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M0H0T-1D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -1 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:CatalyticActivity ; - qudt:latexDefinition "$T^-1 N$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M0H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M0H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstance ; - qudt:latexDefinition "$N$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M0H1T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M0H1T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 1 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TemperatureAmountOfSubstance ; - qudt:latexDefinition "$\\theta N$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -qkdv:A1E0L0I0M1H0T0D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L0I0M1H0T0D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MassAmountOfSubstance ; - rdfs:isDefinedBy . - -qkdv:A1E0L1I0M-2H0T2D0 a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A1E0L1I0M-2H0T2D0" ; - qudt:dimensionExponentForAmountOfSubstance 1 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 1 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass -2 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMassPressure ; - rdfs:isDefinedBy . - -qkdv:NotApplicable a qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "Not Applicable" ; - dcterms:description "This is a placeholder dimension vector used in cases where there is no appropriate dimension vector"^^rdf:HTML ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength 0 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 0 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime 0 ; - qudt:dimensionlessExponent 0 ; - rdfs:isDefinedBy . - -voag:QUDT-DIMENSIONS-VocabCatalogEntry a vaem:CatalogEntry ; - rdfs:label "QUDT DIMENSIONS Vocab Catalog Entry" ; - rdfs:isDefinedBy . - -qkdv:A0E0L-0dot5I0M1H0T-2D0 a qudt:QuantityKindDimensionVector, - qudt:QuantityKindDimensionVector_CGS, - qudt:QuantityKindDimensionVector_ISO, - qudt:QuantityKindDimensionVector_Imperial, - qudt:QuantityKindDimensionVector_SI ; - rdfs:label "A0E0L-0dot5I0M1H0T-2D0" ; - qudt:dimensionExponentForAmountOfSubstance 0 ; - qudt:dimensionExponentForElectricCurrent 0 ; - qudt:dimensionExponentForLength -0.5 ; - qudt:dimensionExponentForLuminousIntensity 0 ; - qudt:dimensionExponentForMass 1 ; - qudt:dimensionExponentForThermodynamicTemperature 0 ; - qudt:dimensionExponentForTime -2 ; - qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:StressIntensityFactor ; - qudt:latexDefinition "$L^-0.5 M T^-2$"^^qudt:LatexString ; - rdfs:isDefinedBy . - -vaem:GMD_QUDT-DIMENSION-VECTORS a vaem:GraphMetaData ; - rdfs:label "QUDT Dimension Vector Vocabulary Metadata Version 2.1.37" ; - dcterms:contributor "Jack Hodges", - "Steve Ray" ; - dcterms:created "2019-08-01T16:25:54.850000+00:00"^^xsd:dateTime ; - dcterms:creator "Steve Ray" ; - dcterms:description "Provides the set of all dimension vectors"^^rdf:HTML ; - dcterms:modified "2024-03-22T16:48:27.968000-04:00"^^xsd:dateTime ; - dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; - dcterms:subject "QUANTITY-KIND-DIMENSION-VECTORS" ; - dcterms:title "QUDT Dimension Vectors Version 2.1 Vocabulary" ; - vaem:applicableDiscipline "All disciplines" ; - vaem:applicableDomain "Science, Medicine and Engineering" ; - vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; - vaem:description "QUDT Dimension Vectors is a vocabulary that extends QUDT Quantity Kinds with properties that support dimensional analysis. There is one dimension vector for each of the system's base quantity kinds. The vector's magnitude determines the exponent of the base dimension for the referenced quantity kind" ; - vaem:graphTitle "QUDT Dimension Vectors Version 2.1.37" ; - vaem:hasGraphRole vaem:VocabularyGraph ; - vaem:intent "TBD" ; - vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; - vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png" ; - vaem:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; - vaem:namespacePrefix "qkdv" ; - vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-QUANTITY-KIND-DIMENSION-VECTORS-v2.1.html"^^xsd:anyURI ; - vaem:revision "2.1" ; - vaem:specificity 1 ; - vaem:turtleFileURL "http://qudt.org/2.1/vocab/dimensionvector"^^xsd:anyURI ; - vaem: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, - voag:QUDT-Attribution, - skos:closeMatch, - skos:exactMatch ; - vaem:withAttributionTo voag:QUDT-Attribution ; - rdfs:isDefinedBy . - - a owl:Ontology ; - rdfs:label "QUDT VOCAB Dimension Vectors Release 2.1.37" ; - vaem:hasGraphMetadata vaem:GMD_QUDT-DIMENSION-VECTORS ; - rdfs:isDefinedBy ; - owl:imports ; - owl:versionIRI . - diff --git a/ontologies/qudtfacade.ttl b/ontologies/qudtfacade.ttl deleted file mode 100644 index d35ed44..0000000 --- a/ontologies/qudtfacade.ttl +++ /dev/null @@ -1,10 +0,0 @@ -@prefix owl: . -@prefix rdfs: . - - a owl:Ontology ; - rdfs:label "QUDT SCHEMA Facade graph - v2.1.37" ; - rdfs:comment "Facade graph for single place to redirect QUDT schema imports. Note that currently, the functions import uses SPIN and OWL." ; - owl:imports , - ; - owl:versionInfo "Created with TopBraid Composer" . - diff --git a/ontologies/qudtoverlay.ttl b/ontologies/qudtoverlay.ttl deleted file mode 100644 index c0adf83..0000000 --- a/ontologies/qudtoverlay.ttl +++ /dev/null @@ -1,456 +0,0 @@ -@prefix dcterms: . -@prefix owl: . -@prefix qudt: . -@prefix rdf: . -@prefix rdfs: . -@prefix sh: . -@prefix skos: . -@prefix vaem: . -@prefix voag: . -@prefix xsd: . - -qudt:AbstractQuantityKind-qudt_latexSymbol rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:AbstractQuantityKind-qudt_symbol rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:AbstractQuantityKind-skos_broader rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 120.0 . - -qudt:Citation-qudt_description rdfs:isDefinedBy ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:Concept rdfs:isDefinedBy ; - sh:property qudt:Concept-rdf_type, - qudt:Concept-rdfs_isDefinedBy, - qudt:Concept-rdfs_label, - qudt:Concept-rdfs_seeAlso, - qudt:Concept-skos_altLabel . - -qudt:Concept-dcterms_description rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:name "dcterms description" ; - sh:order 60.0 . - -qudt:Concept-qudt_abbreviation rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 18.0 . - -qudt:Concept-qudt_code rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 100.0 . - -qudt:Concept-qudt_description rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:name "full description" ; - sh:order 60.0 . - -qudt:Concept-qudt_guidance rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 60.0 . - -qudt:Concept-qudt_hasRule rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 95.0 . - -qudt:Concept-qudt_id rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:Concept-qudt_plainTextDescription rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:EnumeratedValue-qudt_description rdfs:isDefinedBy ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:PhysicalConstant-qudt_latexSymbol rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt: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 qudt:value . - -qudt:Quantity-qudt_description rdfs:isDefinedBy ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_applicableCGSUnit rdfs:isDefinedBy ; - sh:deactivated true . - -qudt:QuantityKind-qudt_applicableSIUnit rdfs:isDefinedBy ; - sh:deactivated true . - -qudt:QuantityKind-qudt_applicableUSCustomaryUnit rdfs:isDefinedBy ; - sh:deactivated true . - -qudt:QuantityKind-qudt_applicableUnit rdfs:isDefinedBy ; - sh:group qudt:ApplicableUnitsGroup ; - sh:order 10.0 . - -qudt:QuantityKind-qudt_baseCGSUnitDimensions rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_baseISOUnitDimensions rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_baseImperialUnitDimensions rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_baseSIUnitDimensions rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_baseUSCustomaryUnitDimensions rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:QuantityKind-qudt_belongsToSystemOfQuantities rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 90.0 . - -qudt:QuantityKind-qudt_dimensionVectorForSI rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 100.0 . - -qudt:QuantityKind-qudt_expression rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:name "symbol expression" ; - sh:order 10.0 . - -qudt:QuantityKind-qudt_hasDimensionVector rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 50.0 . - -qudt:QuantityKind-qudt_latexDefinition rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:QuantityKind-qudt_mathMLdefinition rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 70.0 . - -qudt:QuantityKind-qudt_qkdvDenominator rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 61.0 . - -qudt:QuantityKind-qudt_qkdvNumerator rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 60.0 . - -qudt:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionExponentForLength rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionExponentForMass rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionExponentForTime rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector-dimensionlessExponent rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityKindDimensionVector_dimensionExponentForElectricCurrent rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:QuantityValue-value rdfs:isDefinedBy ; - sh:or qudt:NumericUnionList . - -qudt:Rule-example rdfs:isDefinedBy ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:Rule-qudt_example rdfs:isDefinedBy ; - sh:or qudt:HTMLOrStringOrLangStringOrLatexString . - -qudt:Unit rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Narratable . - -qudt:Unit-qudt_applicableSystem rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 62.0 . - -qudt:Unit-qudt_conversionMultiplier rdfs:isDefinedBy ; - sh:group qudt:UnitConversionGroup ; - sh:order 10.0 . - -qudt:Unit-qudt_conversionOffset rdfs:isDefinedBy ; - sh:group qudt:UnitConversionGroup ; - sh:order 20.0 . - -qudt:Unit-qudt_denominatorDimensionVector rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 52.0 . - -qudt:Unit-qudt_expression rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 30.0 . - -qudt:Unit-qudt_hasDimensionVector rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 50.0 . - -qudt:Unit-qudt_hasQuantityKind rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:name "quantity kind" ; - sh:order 40.0 . - -qudt:Unit-qudt_iec61360Code rdfs:label "IEC-61369 code" ; - rdfs:isDefinedBy ; - sh:group qudt:UnitEquivalencePropertyGroup ; - sh:order 40.0 . - -qudt:Unit-qudt_latexDefinition rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:Unit-qudt_latexSymbol rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 60.0 . - -qudt:Unit-qudt_mathMLdefinition rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 70.0 . - -qudt:Unit-qudt_numeratorDimensionVector rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 54.0 . - -qudt:Unit-qudt_omUnit rdfs:isDefinedBy ; - sh:group qudt:UnitEquivalencePropertyGroup ; - sh:order 10.0 . - -qudt:Unit-qudt_siUnitsExpression rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 35.0 . - -qudt:Unit-qudt_symbol rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 40.0 . - -qudt:Unit-qudt_ucumCode rdfs:isDefinedBy ; - sh:group qudt:UnitEquivalencePropertyGroup ; - sh:order 50.0 . - -qudt:Unit-qudt_udunitsCode rdfs:isDefinedBy ; - sh:group qudt:UnitEquivalencePropertyGroup ; - sh:order 55.0 . - -qudt:Unit-qudt_uneceCommonCode rdfs:isDefinedBy ; - sh:group qudt:UnitEquivalencePropertyGroup ; - sh:order 40.0 . - -qudt:Unit-qudt_unitOfSystem rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:order 60.0 . - -qudt:UnitReferencesPropertyGroup a sh:PropertyGroup ; - rdfs:label "References" ; - rdfs:isDefinedBy ; - sh:order 20.0 . - -qudt:UserQuantityKind-qudt_hasQuantityKind rdfs:isDefinedBy ; - sh:group qudt:PropertiesGroup ; - sh:name "quantity kind" ; - sh:order 40.0 . - -qudt:Verifiable-qudt_dbpediaMatch rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 90.0 . - -qudt:Verifiable-qudt_informativeReference rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 84.0 . - -qudt:Verifiable-qudt_isoNormativeReference rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 82.0 . - -qudt:Verifiable-qudt_normativeReference rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 80.0 . - -qudt:ApplicableUnitsGroup a sh:PropertyGroup ; - rdfs:label "Applicable Units" ; - rdfs:isDefinedBy ; - sh:order 30.0 . - -qudt:Aspect rdfs:isDefinedBy ; - sh:property qudt:Aspect-rdfs_isDefinedBy . - -qudt:Aspect-rdfs_isDefinedBy a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 200.0 ; - sh:path rdfs:isDefinedBy . - -qudt:Concept-rdf_type a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:minCount 1 ; - sh:name "type" ; - sh:order 10.0 ; - sh:path rdf:type . - -qudt:Concept-rdfs_isDefinedBy a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 200.0 ; - sh:path rdfs:isDefinedBy . - -qudt:Concept-rdfs_label a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:minCount 1 ; - sh:order 10.0 ; - sh:path rdfs:label ; - sh:severity sh:Warning . - -qudt:Concept-rdfs_seeAlso a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 900.0 ; - sh:path rdfs:seeAlso . - -qudt:Concept-skos_altLabel a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:group qudt:IdentifiersAndDescriptionsPropertyGroup ; - sh:order 12.0 ; - sh:path skos:altLabel . - -qudt:Narratable a qudt:AspectClass, - sh:NodeShape ; - rdfs:label "Narratable" ; - rdfs:comment "

Narratable specifies properties that provide for documentation and references."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Aspect . - -vaem:GMD_SHACLQUDTOVERLAY-SCHEMA a vaem:GraphMetaData ; - rdfs:label "QUDT SHACL Schema Overlay Metadata Version 2.1.37" ; - dcterms:contributor "Steve Ray" ; - dcterms:created "2020-04-20"^^xsd:date ; - dcterms:creator "Ralph Hodgson" ; - dcterms:description "

The QUDT, or \"Quantity, Unit, Dimension and Type\" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. This overlay graph provides additional properties that affect the display of entities in a user interface, as well as some SHACL rules."^^rdf:HTML ; - dcterms:modified "2024-03-22T14:31:43.241000-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. - """, - "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; - dcterms:subject "QUDT" ; - dcterms:title "QUDT SHACL Schema Overlay - Version 2.1.37" ; - vaem:graphName "qudtOverlay" ; - vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema Overlay - Version 2.1.37" ; - vaem:hasGraphRole vaem:SHACLSchemaOverlayGraph ; - vaem:hasOwner vaem:QUDT ; - vaem:hasSteward vaem:QUDT ; - vaem:intent "Specifies overlay properties and rules for the schema for quantities, units and dimensions. Types are defined in other schemas." ; - vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; - vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; - vaem:namespace "http://qudt.org/schema/qudt/" ; - vaem:namespacePrefix "qudt" ; - vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_SCHEMA-SHACL-QUDT-OVERLAY-v2.1.html"^^xsd:anyURI ; - vaem:revision "2.1" ; - vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/overlay/qudt"^^xsd:anyURI ; - vaem:usesNonImportedResource dcterms:abstract, - dcterms:contributor, - dcterms:created, - dcterms:description, - dcterms:modified, - dcterms:rights, - dcterms:source, - dcterms:subject, - dcterms:title, - voag:QUDT-Attribution ; - vaem:withAttributionTo voag:QUDT-Attribution ; - rdfs:isDefinedBy ; - owl:versionIRI . - -qudt:UnitConversionGroup a sh:PropertyGroup ; - rdfs:label "Conversion" ; - rdfs:isDefinedBy ; - sh:order 60.0 . - -qudt:UnitEquivalencePropertyGroup a sh:PropertyGroup ; - rdfs:label "Equivalent Units" ; - rdfs:isDefinedBy ; - sh:order 50.0 . - -qudt:NumericUnionList a rdf:List ; - rdfs:label "Numeric Union List" ; - 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." ; - rdfs:isDefinedBy . - -qudt:HTMLOrStringOrLangStringOrLatexString a rdf:List ; - rdfs:label "HTML or string or langString or LatexString" ; - rdf:first [ sh:datatype rdf:HTML ] ; - rdf:rest ( [ sh:datatype xsd:string ] [ sh:datatype rdf:langString ] [ sh:datatype qudt: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" ; - rdfs:isDefinedBy . - -qudt:PropertiesGroup a sh:PropertyGroup ; - rdfs:label "Properties" ; - rdfs:isDefinedBy ; - sh:order 20.0 . - -qudt:IdentifiersAndDescriptionsPropertyGroup a sh:PropertyGroup ; - rdfs:label "Identifiers and Descriptions" ; - rdfs:isDefinedBy ; - sh:order 10.0 . - - a owl:Ontology ; - rdfs:label "QUDT SHACL Schema Supplement Version 2.1.37" ; - vaem:hasGraphMetadata vaem:GMD_SHACLQUDTOVERLAY-SCHEMA ; - rdfs:comment "Supplements the generated SHACL Schema with constructs not expressible in the QUDT OWL Ontology" ; - owl:imports , - sh: ; - sh:declare [ a sh:PrefixDeclaration ; - sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ; - sh:prefix "dcterms" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; - sh:prefix "qudt" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; - sh:prefix "qkdv" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; - sh:prefix "quantitykind" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; - sh:prefix "unit" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; - sh:prefix "rdf" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; - sh:prefix "owl" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ; - sh:prefix "skos" ] . - diff --git a/ontologies/qudtprefix.ttl b/ontologies/qudtprefix.ttl deleted file mode 100644 index 607e406..0000000 --- a/ontologies/qudtprefix.ttl +++ /dev/null @@ -1,423 +0,0 @@ -@prefix dcterms: . -@prefix owl: . -@prefix prefix: . -@prefix qudt: . -@prefix rdfs: . -@prefix si-prefix: . -@prefix vaem: . -@prefix xsd: . - -prefix:Atto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Atto"@en ; - dcterms:description "\"atto\" is a decimal prefix for expressing a value with a scaling of \\(10^{-18}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Atto"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Atto?oldid=412748080"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-18 ; - qudt:siExactMatch si-prefix:atto ; - qudt:symbol "a" ; - qudt:ucumCode "a" ; - rdfs:isDefinedBy . - -prefix:Centi a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Centi"@en ; - dcterms:description "'centi' is a decimal prefix for expressing a value with a scaling of \\(10^{-2}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Centi-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Centi-?oldid=480291808"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-02 ; - qudt:siExactMatch si-prefix:centi ; - qudt:symbol "c" ; - qudt:ucumCode "c" ; - rdfs:isDefinedBy . - -prefix:Deci a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Deci"@en ; - dcterms:description "\"deci\" is a decimal prefix for expressing a value with a scaling of \\(10^{-1}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Deci-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Deci-?oldid=469980160"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-01 ; - qudt:siExactMatch si-prefix:deci ; - qudt:symbol "d" ; - qudt:ucumCode "d" ; - rdfs:isDefinedBy . - -prefix:Exa a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Exa"@en ; - dcterms:description "'exa' is a decimal prefix for expressing a value with a scaling of \\(10^{18}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Exa-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Exa-?oldid=494400216"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+18 ; - qudt:siExactMatch si-prefix:exa ; - qudt:symbol "E" ; - qudt:ucumCode "E" ; - rdfs:isDefinedBy . - -prefix:Exbi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Exbi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{6}$, or $2^{60}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.529215e+17 ; - qudt:symbol "Ei" ; - rdfs:isDefinedBy . - -prefix:Femto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Femto"@en ; - dcterms:description "'femto' is a decimal prefix for expressing a value with a scaling of \\(10^{-15}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Femto-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Femto-?oldid=467211359"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-15 ; - qudt:siExactMatch si-prefix:femto ; - qudt:symbol "f" ; - qudt:ucumCode "f" ; - rdfs:isDefinedBy . - -prefix:Gibi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Gibi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{3}$, or $2^{30}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.073742e+09 ; - qudt:symbol "Gi" ; - qudt:ucumCode "Gi" ; - rdfs:isDefinedBy . - -prefix:Giga a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Giga"@en ; - dcterms:description "'giga' is a decimal prefix for expressing a value with a scaling of \\(10^{9}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Giga-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Giga-?oldid=473222816"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+09 ; - qudt:siExactMatch si-prefix:giga ; - qudt:symbol "G" ; - qudt:ucumCode "G" ; - rdfs:isDefinedBy . - -prefix:Hecto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Hecto"@en ; - dcterms:description "'hecto' is a decimal prefix for expressing a value with a scaling of \\(10^{2}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Hecto-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Hecto-?oldid=494711166"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+02 ; - qudt:siExactMatch si-prefix:hecto ; - qudt:symbol "h" ; - qudt:ucumCode "h" ; - rdfs:isDefinedBy . - -prefix:Kibi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Kibi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024$, or $2^{10}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.024e+03 ; - qudt:symbol "Ki" ; - qudt:ucumCode "Ki" ; - rdfs:isDefinedBy . - -prefix:Kilo a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Kilo"@en ; - dcterms:description "\"kilo\" is a decimal prefix for expressing a value with a scaling of \\(10^{3}\"\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Kilo"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Kilo?oldid=461428121"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+03 ; - qudt:siExactMatch si-prefix:kilo ; - qudt:symbol "k" ; - qudt:ucumCode "k" ; - rdfs:isDefinedBy . - -prefix:Mebi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Mebi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{2}$, or $2^{20}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.048576e+06 ; - qudt:symbol "Mi" ; - qudt:ucumCode "Mi" ; - rdfs:isDefinedBy . - -prefix:Mega a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Mega"@en ; - dcterms:description "'mega' is a decimal prefix for expressing a value with a scaling of \\(10^{6}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Mega"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Mega?oldid=494040441"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+06 ; - qudt:siExactMatch si-prefix:mega ; - qudt:symbol "M" ; - qudt:ucumCode "M" ; - rdfs:isDefinedBy . - -prefix:Micro a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Micro"@en ; - dcterms:description "\"micro\" is a decimal prefix for expressing a value with a scaling of \\(10^{-6}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Micro"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Micro?oldid=491618374"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-06 ; - qudt:siExactMatch si-prefix:micro ; - qudt:symbol "μ" ; - qudt:ucumCode "u" ; - rdfs:isDefinedBy . - -prefix:Milli a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Milli"@en ; - dcterms:description "'milli' is a decimal prefix for expressing a value with a scaling of \\(10^{-3}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Milli-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Milli-?oldid=467190544"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-03 ; - qudt:siExactMatch si-prefix:milli ; - qudt:symbol "m" ; - qudt:ucumCode "m" ; - rdfs:isDefinedBy . - -prefix:Nano a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Nano"@en ; - dcterms:description "'nano' is a decimal prefix for expressing a value with a scaling of \\(10^{-9}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Nano"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Nano?oldid=489001692"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-09 ; - qudt:siExactMatch si-prefix:nano ; - qudt:symbol "n" ; - qudt:ucumCode "n" ; - rdfs:isDefinedBy . - -prefix:Pebi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Pebi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{5}$, or $2^{50}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.258999e+14 ; - qudt:symbol "Pi" ; - rdfs:isDefinedBy . - -prefix:Peta a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Peta"@en ; - dcterms:description "'peta' is a decimal prefix for expressing a value with a scaling of \\(10^{15}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Peta"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Peta?oldid=488263435"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+15 ; - qudt:siExactMatch si-prefix:peta ; - qudt:symbol "P" ; - qudt:ucumCode "P" ; - rdfs:isDefinedBy . - -prefix:Pico a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Pico"@en ; - dcterms:description "'pico' is a decimal prefix for expressing a value with a scaling of \\(10^{-12}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Pico"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Pico?oldid=485697614"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-12 ; - qudt:siExactMatch si-prefix:pico ; - qudt:symbol "p" ; - qudt:ucumCode "p" ; - rdfs:isDefinedBy . - -prefix:Quecto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Quecto"@en ; - dcterms:description "'quecto' is a decimal prefix for expressing a value with a scaling of \\(10^{-30}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Quecto"^^xsd:anyURI ; - qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-30 ; - qudt:siExactMatch si-prefix:quecto ; - qudt:symbol "q" ; - qudt:ucumCode "q" ; - rdfs:isDefinedBy . - -prefix:Quetta a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Quetta"@en ; - dcterms:description "'quetta' is a decimal prefix for expressing a value with a scaling of \\(10^{30}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Quetta"^^xsd:anyURI ; - qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+30 ; - qudt:siExactMatch si-prefix:quetta ; - qudt:symbol "Q" ; - qudt:ucumCode "Q" ; - rdfs:isDefinedBy . - -prefix:Ronna a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Ronna"@en ; - dcterms:description "'ronna' is a decimal prefix for expressing a value with a scaling of \\(10^{27}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Ronna"^^xsd:anyURI ; - qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+27 ; - qudt:siExactMatch si-prefix:ronna ; - qudt:symbol "R" ; - qudt:ucumCode "R" ; - rdfs:isDefinedBy . - -prefix:Ronto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Ronto"@en ; - dcterms:description "'ronto' is a decimal prefix for expressing a value with a scaling of \\(10^{-27}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Ronto"^^xsd:anyURI ; - qudt:informativeReference "https://www.nist.gov/pml/owm/metric-si-prefixes"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-27 ; - qudt:siExactMatch si-prefix:ronto ; - qudt:symbol "r" ; - qudt:ucumCode "r" ; - rdfs:isDefinedBy . - -prefix:Tebi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Tebi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^4}$, or $2^{40}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.099512e+12 ; - qudt:symbol "Ti" ; - qudt:ucumCode "Ti" ; - rdfs:isDefinedBy . - -prefix:Tera a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Tera"@en ; - dcterms:description "'tera' is a decimal prefix for expressing a value with a scaling of \\(10^{12}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Tera"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Tera?oldid=494204788"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+12 ; - qudt:siExactMatch si-prefix:tera ; - qudt:symbol "T" ; - qudt:ucumCode "T" ; - rdfs:isDefinedBy . - -prefix:Yobi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Yobi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{8}$, or $2^{80}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.208926e+24 ; - qudt:symbol "Yi" ; - rdfs:isDefinedBy . - -prefix:Yocto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Yocto"@en ; - dcterms:description "'yocto' is a decimal prefix for expressing a value with a scaling of \\(10^{-24}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Yocto-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Yocto-?oldid=488155799"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-24 ; - qudt:siExactMatch si-prefix:yocto ; - qudt:symbol "y" ; - qudt:ucumCode "y" ; - rdfs:isDefinedBy . - -prefix:Yotta a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Yotta"@en ; - dcterms:description "'yotta' is a decimal prefix for expressing a value with a scaling of \\(10^{24}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Yotta-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Yotta-?oldid=494538119"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+24 ; - qudt:siExactMatch si-prefix:yotta ; - qudt:symbol "Y" ; - qudt:ucumCode "Y" ; - rdfs:isDefinedBy . - -prefix:Zebi a qudt:BinaryPrefix, - qudt:Prefix ; - rdfs:label "Zebi"@en ; - dcterms:description "A binary prefix for expressing a value with a scaling of $1024^{7}$, or $2^{70}$."^^qudt:LatexString ; - qudt:prefixMultiplier 1.180592e+21 ; - qudt:symbol "Zi" ; - rdfs:isDefinedBy . - -prefix:Zepto a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Zepto"@en ; - dcterms:description "'zepto' is a decimal prefix for expressing a value with a scaling of \\(10^{-21}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Zepto-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Zepto-?oldid=476974663"^^xsd:anyURI ; - qudt:prefixMultiplier 1e-21 ; - qudt:siExactMatch si-prefix:zepto ; - qudt:symbol "z" ; - qudt:ucumCode "z" ; - rdfs:isDefinedBy . - -prefix:Zetta a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Zetta"@en ; - dcterms:description "'zetta' is a decimal prefix for expressing a value with a scaling of \\(10^{21}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Zetta-"^^xsd:anyURI ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Zetta-?oldid=495223080"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+21 ; - qudt:siExactMatch si-prefix:zetta ; - qudt:symbol "Z" ; - qudt:ucumCode "Z" ; - rdfs:isDefinedBy . - -prefix:Deca a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Deca"@en ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; - qudt:exactMatch prefix:Deka ; - qudt:prefixMultiplier 1e+01 ; - qudt:siExactMatch si-prefix:deca ; - qudt:symbol "da" ; - qudt:ucumCode "da" ; - rdfs:isDefinedBy . - -prefix:Deka a qudt:DecimalPrefix, - qudt:Prefix ; - rdfs:label "Deka"@en ; - dcterms:description "deka is a decimal prefix for expressing a value with a scaling of \\(10^{1}\\)."^^qudt:LatexString ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Deca"^^xsd:anyURI ; - qudt:exactMatch prefix:Deca ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Deca?oldid=480093935"^^xsd:anyURI ; - qudt:prefixMultiplier 1e+01 ; - qudt:siExactMatch si-prefix:deca ; - qudt:symbol "da" ; - qudt:ucumCode "da" ; - rdfs:isDefinedBy . - -vaem:GMD_QUDT-PREFIXES a vaem:GraphMetaData ; - rdfs:label "QUDT Prefix Vocabulary Version Metadata 2.1.37" ; - dcterms:contributor "Jack Hodges", - "Michael Ringel", - "Ralph Hodgson", - "Simon J D Cox", - "Steve Ray" ; - dcterms:created "2020-07-15"^^xsd:date ; - dcterms:creator "Steve Ray" ; - dcterms:modified "2024-03-22T17:08:06.843000-04:00"^^xsd:dateTime ; - dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; - dcterms:subject "Prefixes" ; - dcterms:title "QUDT Prefixes Version 2.1 Vocabulary" ; - vaem:description "The Prefixes vocabulary defines the prefixes commonly prepended to units to connote multiplication, either decimal or binary." ; - vaem:graphName "prefix" ; - vaem:graphTitle "QUDT Prefixes Version 2.1.37" ; - vaem:hasGraphRole vaem:VocabularyGraph ; - vaem:hasOwner vaem:QUDT.org ; - vaem:hasSteward vaem:QUDT.org ; - vaem:intent "Provides a vocabulary of prefixes for both human and machine use" ; - vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; - vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; - vaem:namespace "http://qudt.org/vocab/prefix/"^^xsd:anyURI ; - vaem:namespacePrefix "prefix" ; - vaem:owner "QUDT.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-PREFIXES-v2.1.html"^^xsd:anyURI ; - vaem:revision "2.1" ; - vaem:specificity 1 ; - vaem:turtleFileURL "http://qudt.org/2.1/vocab/prefix"^^xsd:anyURI ; - vaem:urlForHTML "http://qudt.org/2.1/vocab/prefix.html"^^xsd:anyURI ; - vaem:usesNonImportedResource dcterms:abstract, - dcterms:created, - dcterms:creator, - dcterms:modified, - dcterms:title ; - vaem:website "http://qudt.org/2.1/vocab/prefix.ttl"^^xsd:anyURI ; - rdfs:isDefinedBy . - - a owl:Ontology ; - rdfs:label "QUDT VOCAB Decimal Prefixes Release 2.1.37" ; - vaem:hasGraphMetadata vaem:GMD_QUDT-PREFIXES ; - owl:imports ; - owl:versionIRI ; - owl:versionInfo "Created with TopBraid Composer" . - diff --git a/ontologies/qudtschema.ttl b/ontologies/qudtschema.ttl deleted file mode 100644 index 30d5a0e..0000000 --- a/ontologies/qudtschema.ttl +++ /dev/null @@ -1,3146 +0,0 @@ -@prefix dc: . -@prefix dcterms: . -@prefix dtype: . -@prefix owl: . -@prefix prov: . -@prefix qudt: . -@prefix qudt.type: . -@prefix rdf: . -@prefix rdfs: . -@prefix sh: . -@prefix skos: . -@prefix vaem: . -@prefix voag: . -@prefix xsd: . - -qudt:AbstractQuantityKind a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity Kind (abstract)" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:AbstractQuantityKind-broader, - qudt:AbstractQuantityKind-latexSymbol, - qudt:AbstractQuantityKind-symbol . - -qudt:AngleUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Angle unit" ; - dcterms:description "All units relating to specificaiton of angles. " ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:DimensionlessUnit ; - skos:exactMatch . - -qudt:AspectClass a rdfs:Class, - sh:NodeShape ; - rdfs:label "Aspect Class" ; - rdfs:isDefinedBy ; - rdfs:subClassOf rdfs:Class . - -qudt:BaseDimensionMagnitude a rdfs:Class, - sh:NodeShape ; - rdfs:label "Base Dimension Magnitude" ; - qudt: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 qudt:Concept ; - sh:property qudt:BaseDimensionMagnitude-hasBaseQuantityKind, - qudt:BaseDimensionMagnitude-vectorMagnitude . - -qudt:BinaryPrefix a rdfs:Class, - sh:NodeShape ; - rdfs:label "Binary Prefix" ; - rdfs:comment "A Binary Prefix is a prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Prefix . - -qudt:BitEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bit Encoding" ; - dcterms:description "A bit encoding is a correspondence between the two possible values of a bit, 0 or 1, and some interpretation. For example, in a boolean encoding, a bit denotes a truth value, where 0 corresponds to False and 1 corresponds to True." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:BitEncoding ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:BooleanEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Boolean encoding type" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:BooleanEncoding qudt:BitEncoding qudt:OctetEncoding ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:ByteEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Byte Encoding" ; - dcterms:description "This class contains the various ways that information may be encoded into bytes." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding . - -qudt:CardinalityType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cardinality Type" ; - dcterms:description "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers."^^qudt:LatexString ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Cardinal_number"^^xsd:anyURI, - "http://en.wikipedia.org/wiki/Cardinality"^^xsd:anyURI ; - qudt:plainTextDescription "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:CT_COUNTABLY-INFINITE qudt:CT_FINITE qudt:CT_UNCOUNTABLE ) ; - sh:path [ sh:inversePath rdf:type ] ], - qudt:CardinalityType-literal . - -qudt:CharEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Char Encoding Type" ; - dcterms:description "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:CharEncoding ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:Citation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Citation" ; - rdfs:comment "Provides a simple way of making citations."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:Citation-description, - qudt:Citation-url . - -qudt:Comment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Comment" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Verifiable ; - sh:property qudt:Comment-description, - qudt:Comment-rationale . - -qudt:Concept a rdfs:Class, - sh:NodeShape ; - rdfs:label "QUDT Concept" ; - rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf rdfs:Resource ; - sh:property qudt:Concept-abbreviation, - qudt:Concept-code, - qudt:Concept-deprecated, - qudt:Concept-description, - qudt:Concept-guidance, - qudt:Concept-hasRule, - qudt:Concept-id, - qudt:Concept-isReplacedBy, - qudt:Concept-plainTextDescription . - -qudt:ConstantValue a rdfs:Class, - sh:NodeShape ; - rdfs:label "Constant value" ; - rdfs:comment "Used to specify the values of a constant."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:QuantityValue ; - sh:property qudt:ConstantValue-exactConstant, - qudt:ConstantValue-informativeReference . - -qudt:CountingUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Counting Unit" ; - 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 qudt:DimensionlessUnit . - -qudt:CurrencyUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Currency Unit" ; - 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 qudt:DimensionlessUnit ; - sh:property qudt:CurrencyUnit-currencyCode, - qudt:CurrencyUnit-currencyExponent, - qudt:CurrencyUnit-currencyNumber . - -qudt:DataEncoding a rdfs:Class, - sh:NodeShape ; - rdfs:label "Data Encoding" ; - 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 qudt:Aspect ; - sh:property qudt:DataEncoding-bitOrder, - qudt:DataEncoding-byteOrder, - qudt:DataEncoding-encoding . - -qudt:Datatype a rdfs:Class, - sh:NodeShape ; - rdfs:label "QUDT Datatype" ; - dcterms:description "A data type is a definition of a set of values (for example, \"all integers between 0 and 10\"), and the allowable operations on those values; the meaning of the data; and the way values of that type can be stored. Some types are primitive - built-in to the language, with no visible internal structure - e.g. Boolean; others are composite - constructed from one or more other types (of either kind) - e.g. lists, arrays, structures, unions. Object-oriented programming extends this with classes which encapsulate both the structure of a type and the operations that can be performed on it. Some languages provide strong typing, others allow implicit type conversion and/or explicit type conversion." ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Data_type"^^xsd:anyURI, - "http://foldoc.org/data+type"^^xsd:anyURI, - "http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Data_type.html"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:Datatype-ansiSQLName, - qudt:Datatype-basis, - qudt:Datatype-bounded, - qudt:Datatype-cName, - qudt:Datatype-cardinality, - qudt:Datatype-id, - qudt:Datatype-javaName, - qudt:Datatype-jsName, - qudt:Datatype-matlabName, - qudt:Datatype-microsoftSQLServerName, - qudt:Datatype-mySQLName, - qudt:Datatype-odbcName, - qudt:Datatype-oleDBName, - qudt:Datatype-oracleSQLName, - qudt:Datatype-orderedType, - qudt:Datatype-protocolBuffersName, - qudt:Datatype-pythonName, - qudt:Datatype-vbName . - -qudt:DateTimeStringEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Date Time String Encoding Type" ; - dcterms:description "Date Time encodings are logical encodings for expressing date/time quantities as strings by applying unambiguous formatting and parsing rules." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:StringEncodingType ; - sh:property qudt:DateTimeStringEncodingType-allowedPattern . - -qudt:DecimalPrefix a rdfs:Class, - sh:NodeShape ; - rdfs:label "Decimal Prefix" ; - rdfs:comment "A Decimal Prefix is a prefix for multiples of units that are powers of 10." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Prefix . - -qudt:DerivedUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Derived Unit" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Category:SI_derived_units"^^xsd:anyURI ; - rdfs:comment "A DerivedUnit is a type specification for units that are derived from other units."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Unit . - -qudt:DimensionlessUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Dimensionless Unit" ; - 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 qudt:Unit . - -qudt:Discipline a rdfs:Class, - sh:NodeShape ; - rdfs:label "Discipline" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept . - -qudt:Encoding a rdfs:Class, - sh:NodeShape ; - rdfs:label "Encoding" ; - dcterms:description "An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:Encoding-bits, - qudt:Encoding-bytes . - -qudt:EndianType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Endian Type" ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Endianness"^^xsd:anyURI ; - qudt:plainTextDescription "In computing, endianness is the ordering used to represent some kind of data as a sequence of smaller units. Typical cases are the order in which integer values are stored as bytes in computer memory (relative to a given memory addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order. Most computer processors simply store integers as sequences of bytes, so that, conceptually, the encoded value can be obtained by simple concatenation. For an 'n-byte' integer value this allows 'n!' (n factorial) possible representations (one for each byte permutation). The two most common of them are: increasing numeric significance with increasing memory addresses, known as little-endian, and its opposite, called big-endian." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt.type:LittleEndian qudt.type:BigEndian ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:EnumeratedQuantity a rdfs:Class, - sh:NodeShape ; - rdfs:label "Enumerated Quantity" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:EnumeratedQuantity-enumeratedValue, - qudt:EnumeratedQuantity-enumeration . - -qudt:EnumeratedValue a rdfs:Class, - sh:NodeShape ; - rdfs:label "Enumerated Value" ; - dcterms:description """

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

- -

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

- -

The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of Scalar Datatype. This allows them to be used as the reference of a datatype specification."""^^rdf:HTML ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept, - qudt:Verifiable, - dtype:EnumeratedValue ; - sh:property qudt:EnumeratedValue-abbreviation, - qudt:EnumeratedValue-description, - qudt:EnumeratedValue-symbol . - -qudt:Enumeration a rdfs:Class, - sh:NodeShape ; - rdfs:label "Enumeration" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Enumeration"^^xsd:anyURI ; - qudt: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 qudt:Concept, - dtype:Enumeration ; - sh:property qudt:Enumeration-abbreviation, - qudt:Enumeration-default, - qudt:Enumeration-element . - -qudt:EnumerationScale a rdfs:Class, - sh:NodeShape ; - rdfs:label "Enumeration scale" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Scale, - dtype:Enumeration . - -qudt:Figure a rdfs:Class, - sh:NodeShape ; - rdfs:label "Figure" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept ; - sh:property qudt:Figure-figureCaption, - qudt:Figure-figureLabel, - qudt:Figure-height, - qudt:Figure-image, - qudt:Figure-imageLocation, - qudt:Figure-landscape, - qudt:Figure-width . - -qudt:FloatingPointEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Floating Point Encoding" ; - dcterms:description "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:DoublePrecisionEncoding qudt:IEEE754_1985RealEncoding qudt:SinglePrecisionRealEncoding ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:IntegerEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Integer Encoding" ; - dcterms:description "The encoding scheme for integer types" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:LongUnsignedIntegerEncoding qudt:ShortUnsignedIntegerEncoding qudt:ShortUnsignedIntegerEncoding qudt:SignedIntegerEncoding qudt:UnsignedIntegerEncoding ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:IntervalScale a rdfs:Class, - sh:NodeShape ; - rdfs:label "Interval scale" ; - qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; - rdfs:comment """

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

-

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

Quantifiable ascribes to some thing the capability of being measured, observed, or counted."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Aspect ; - sh:property qudt:Quantifiable-dataEncoding, - qudt:Quantifiable-dataType, - qudt:Quantifiable-hasUnit, - qudt:Quantifiable-relativeStandardUncertainty, - qudt:Quantifiable-standardUncertainty, - qudt:Quantifiable-standardUncertaintySN, - qudt:Quantifiable-unit, - qudt:Quantifiable-value, - qudt:Quantifiable-valueSN . - -qudt:Quantity a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Quantity"^^xsd:anyURI ; - rdfs:comment """

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

-

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

-

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

-

A quantity is distinguished from a "quantity kind" in that the former carries a value and the latter is a type specifier."""^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept, - qudt:Quantifiable ; - sh:property qudt:Quantity-hasQuantityKind, - qudt:Quantity-isDeltaQuantity, - qudt:Quantity-quantityValue, - qudt:Quantity-quantityValueSN . - -qudt:QuantityKind a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity Kind" ; - qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-04"^^xsd:anyURI ; - rdfs:comment "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:AbstractQuantityKind, - qudt:Verifiable ; - sh:property qudt:QuantityKind-applicableCGSUnit, - qudt:QuantityKind-applicableISOUnit, - qudt:QuantityKind-applicableImperialUnit, - qudt:QuantityKind-applicableSIUnit, - qudt:QuantityKind-applicableUSCustomaryUnit, - qudt:QuantityKind-applicableUnit, - qudt:QuantityKind-baseCGSUnitDimensions, - qudt:QuantityKind-baseISOUnitDimensions, - qudt:QuantityKind-baseImperialUnitDimensions, - qudt:QuantityKind-baseSIUnitDimensions, - qudt:QuantityKind-baseUSCustomaryUnitDimensions, - qudt:QuantityKind-belongsToSystemOfQuantities, - qudt:QuantityKind-dimensionVectorForSI, - qudt:QuantityKind-exactMatch, - qudt:QuantityKind-expression, - qudt:QuantityKind-generalization, - qudt:QuantityKind-hasDimensionVector, - qudt:QuantityKind-iec61360Code, - qudt:QuantityKind-latexDefinition, - qudt:QuantityKind-mathMLdefinition, - qudt:QuantityKind-qkdvDenominator, - qudt:QuantityKind-qkdvNumerator, - qudt:QuantityKind-siExactMatch . - -qudt:QuantityKindDimensionVector a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity Kind Dimension Vector" ; - 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. - """^^qudt:LatexString ; - qudt: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 qudt:Concept ; - sh:property qudt:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance, - qudt:QuantityKindDimensionVector-dimensionExponentForElectricCurrent, - qudt:QuantityKindDimensionVector-dimensionExponentForLength, - qudt:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity, - qudt:QuantityKindDimensionVector-dimensionExponentForMass, - qudt:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature, - qudt:QuantityKindDimensionVector-dimensionExponentForTime, - qudt:QuantityKindDimensionVector-dimensionlessExponent, - qudt:QuantityKindDimensionVector-hasReferenceQuantityKind, - qudt:QuantityKindDimensionVector-latexDefinition, - qudt:QuantityKindDimensionVector-latexSymbol . - -qudt:QuantityKindDimensionVector_CGS a rdfs:Class, - sh:NodeShape ; - rdfs:label "CGS Dimension vector" ; - 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 qudt:QuantityKindDimensionVector . - -qudt:QuantityKindDimensionVector_CGS-EMU a rdfs:Class, - sh:NodeShape ; - rdfs:label "CGS EMU Dimension vector" ; - 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 qudt:QuantityKindDimensionVector_CGS . - -qudt:QuantityKindDimensionVector_CGS-ESU a rdfs:Class, - sh:NodeShape ; - rdfs:label "CGS ESU Dimension vector" ; - 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 qudt:QuantityKindDimensionVector_CGS . - -qudt:QuantityKindDimensionVector_CGS-GAUSS a rdfs:Class, - sh:NodeShape ; - rdfs:label "CGS GAUSS Dimension vector" ; - 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 qudt:QuantityKindDimensionVector_CGS . - -qudt:QuantityKindDimensionVector_CGS-LH a rdfs:Class, - sh:NodeShape ; - rdfs:label "CGS LH Dimension vector" ; - 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 qudt:QuantityKindDimensionVector_CGS . - -qudt:QuantityKindDimensionVector_ISO a rdfs:Class, - sh:NodeShape ; - rdfs:label "ISO Dimension vector" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:QuantityKindDimensionVector . - -qudt:QuantityKindDimensionVector_Imperial a rdfs:Class, - sh:NodeShape ; - rdfs:label "Imperial dimension vector" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:QuantityKindDimensionVector . - -qudt:QuantityKindDimensionVector_SI a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity Kind Dimension vector (SI)" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:QuantityKindDimensionVector . - -qudt:QuantityType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity type" ; - 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}$."^^qudt:LatexString ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - sh:property qudt:QuantityType-value . - -qudt:QuantityValue a rdfs:Class, - sh:NodeShape ; - rdfs:label "Quantity value" ; - 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 qudt:Concept, - qudt:Quantifiable ; - sh:property qudt:QuantityValue-hasUnit, - qudt:QuantityValue-unit . - -qudt:RatioScale a rdfs:Class, - sh:NodeShape ; - rdfs:label "Ratio scale" ; - qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; - rdfs:comment "The ratio type takes its name from the fact that measurement is the estimation of the ratio between a magnitude of a continuous quantity and a unit magnitude of the same kind (Michell, 1997, 1999). A ratio scale possesses a meaningful (unique and non-arbitrary) zero value. Most measurement in the physical sciences and engineering is done on ratio scales. Examples include mass, length, duration, plane angle, energy and electric charge. In contrast to interval scales, ratios are now meaningful because having a non-arbitrary zero point makes it meaningful to say, for example, that one object has \"twice the length\" of another (= is \"twice as long\"). Very informally, many ratio scales can be described as specifying \"how much\" of something (i.e. an amount or magnitude) or \"how many\" (a count). The Kelvin temperature scale is a ratio scale because it has a unique, non-arbitrary zero point called absolute zero."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:seeAlso qudt:IntervalScale, - qudt:NominalScale, - qudt:OrdinalScale ; - rdfs:subClassOf qudt:Scale . - -qudt:Rule a rdfs:Class, - sh:NodeShape ; - rdfs:label "Rule" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept, - qudt:Verifiable ; - sh:property qudt:Rule-example, - qudt:Rule-rationale, - qudt:Rule-ruleType . - -qudt:RuleType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Rule Type" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue . - -qudt:ScalarDatatype a rdfs:Class, - sh:NodeShape ; - rdfs:label "Scalar Datatype" ; - dcterms:description "Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Datatype ; - sh:property qudt:ScalarDatatype-bits, - qudt:ScalarDatatype-bytes, - qudt:ScalarDatatype-length, - qudt:ScalarDatatype-maxExclusive, - qudt:ScalarDatatype-maxInclusive, - qudt:ScalarDatatype-minExclusive, - qudt:ScalarDatatype-minInclusive, - qudt:ScalarDatatype-rdfsDatatype . - -qudt:Scale a rdfs:Class, - sh:NodeShape ; - rdfs:label "Scale" ; - 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 qudt:Concept ; - sh:property qudt:Scale-dataStructure, - qudt:Scale-permissibleMaths, - qudt:Scale-permissibleTransformation, - qudt:Scale-scaleType . - -qudt:ScaleType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Scale type" ; - qudt:plainTextDescription "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - sh:property qudt:ScaleType-dataStructure, - qudt:ScaleType-permissibleMaths, - qudt:ScaleType-permissibleTransformation . - -qudt:SignednessType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Signedness type" ; - dcterms:description "Specifics whether a value should be signed or unsigned." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - sh:property [ a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:in ( qudt:SIGNED qudt:UNSIGNED ) ; - sh:path [ sh:inversePath rdf:type ] ] . - -qudt:SolidAngleUnit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Solid Angle Unit" ; - dcterms:description "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:AngleUnit . - -qudt:Statement a rdfs:Class, - sh:NodeShape ; - rdfs:label "Statement" ; - rdfs:isDefinedBy ; - rdfs:subClassOf rdf:Statement . - -qudt:StringEncodingType a rdfs:Class, - sh:NodeShape ; - rdfs:label "String Encoding Type" ; - dcterms:description "A \"Encoding\" with the following instance(s): \"UTF-16 String\", \"UTF-8 Encoding\"." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Encoding . - -qudt:StructuredDatatype a rdfs:Class, - sh:NodeShape ; - rdfs:label "Structured Data Type" ; - 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." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Datatype ; - sh:property qudt:StructuredDatatype-elementType . - -qudt:Symbol a rdfs:Class, - sh:NodeShape ; - rdfs:label "Symbol" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept . - -qudt:SystemOfQuantityKinds a rdfs:Class, - sh:NodeShape ; - rdfs:label "System of Quantity Kinds" ; - 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 qudt:Concept, - qudt:Verifiable ; - sh:property [ ], - qudt:SystemOfQuantityKinds-baseDimensionEnumeration, - qudt:SystemOfQuantityKinds-hasBaseQuantityKind, - qudt:SystemOfQuantityKinds-hasQuantityKind, - qudt:SystemOfQuantityKinds-hasUnitSystem, - qudt:SystemOfQuantityKinds-systemDerivedQuantityKind . - -qudt:SystemOfUnits a rdfs:Class, - sh:NodeShape ; - rdfs:label "System of Units" ; - qudt: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 qudt:Concept, - qudt:Verifiable ; - sh:property qudt:SystemOfUnits-applicablePhysicalConstant, - qudt:SystemOfUnits-hasAllowedUnit, - qudt:SystemOfUnits-hasBaseUnit, - qudt:SystemOfUnits-hasCoherentUnit, - qudt:SystemOfUnits-hasDefinedUnit, - qudt:SystemOfUnits-hasDerivedCoherentUnit, - qudt:SystemOfUnits-hasDerivedUnit, - qudt:SystemOfUnits-hasUnit, - qudt:SystemOfUnits-prefix . - -qudt:TransformType a rdfs:Class, - sh:NodeShape ; - rdfs:label "Transform type" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:EnumeratedValue ; - skos:prefLabel "Transform type" . - -qudt:Unit a rdfs:Class, - sh:NodeShape ; - rdfs:label "Unit" ; - dcterms:description "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as $Q = nU$."^^qudt:LatexString ; - qudt:informativeReference "http://dbpedia.org/resource/Category:Units_of_measure"^^xsd:anyURI, - "http://www.allmeasures.com/Fullconversion.asp"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Concept, - qudt:Verifiable ; - sh:property qudt:Unit-applicableSystem, - qudt:Unit-conversionMultiplier, - qudt:Unit-conversionMultiplierSN, - qudt:Unit-conversionOffset, - qudt:Unit-conversionOffsetSN, - qudt:Unit-definedUnitOfSystem, - qudt:Unit-derivedCoherentUnitOfSystem, - qudt:Unit-derivedUnitOfSystem, - qudt:Unit-exactMatch, - qudt:Unit-expression, - qudt:Unit-hasDimensionVector, - qudt:Unit-hasQuantityKind, - qudt:Unit-iec61360Code, - qudt:Unit-latexDefinition, - qudt:Unit-latexSymbol, - qudt:Unit-mathMLdefinition, - qudt:Unit-omUnit, - qudt:Unit-prefix, - qudt:Unit-qkdvDenominator, - qudt:Unit-qkdvNumerator, - qudt:Unit-siExactMatch, - qudt:Unit-siUnitsExpression, - qudt:Unit-symbol, - qudt:Unit-ucumCode, - qudt:Unit-udunitsCode, - qudt:Unit-uneceCommonCode, - qudt:Unit-unitOfSystem . - -qudt:UserQuantityKind a rdfs:Class, - sh:NodeShape ; - rdfs:label "User Quantity Kind" ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:AbstractQuantityKind ; - sh:property qudt:UserQuantityKind-hasQuantityKind . - -dcterms:creator a rdf:Property ; - rdfs:label "creator" . - -qudt:BigEndian a qudt:EndianType ; - rdfs:label "Big Endian" ; - dtype:literal "big" ; - rdfs:isDefinedBy . - -qudt:ISO8601-UTCDateTime-BasicFormat a qudt:DateTimeStringEncodingType ; - rdfs:label "ISO 8601 UTC Date Time - Basic Format" ; - qudt:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z", - "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" ; - rdfs:isDefinedBy . - -qudt:LittleEndian a qudt:EndianType ; - rdfs:label "Little Endian" ; - dtype:literal "little" ; - rdfs:isDefinedBy . - -qudt:ShortSignedIntegerEncoding a qudt:IntegerEncodingType ; - rdfs:label "Short Signed Integer Encoding" ; - qudt:bytes 2 ; - rdfs:isDefinedBy . - -qudt:UTF16-StringEncoding a qudt:StringEncodingType ; - rdfs:label "UTF-16 String" ; - rdfs:isDefinedBy . - -qudt:UTF8-StringEncoding a qudt:StringEncodingType ; - rdfs:label "UTF-8 Encoding" ; - qudt:bytes 8 ; - rdfs:isDefinedBy . - -qudt:Wikipedia a qudt:Organization ; - rdfs:label "Wikipedia" ; - rdfs:isDefinedBy . - -qudt:acronym a rdf:Property ; - rdfs:label "acronym" ; - rdfs:isDefinedBy . - -qudt:allowedUnitOfSystem a rdf:Property ; - rdfs:label "allowed unit of system" ; - dcterms:description "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; - dcterms:isReplacedBy qudt:applicableSystem ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:isUnitOfSystem . - -qudt:applicablePlanckUnit a rdf:Property ; - rdfs:label "applicable Planck unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:baseUnitOfSystem a rdf:Property ; - rdfs:label "is base unit of system" ; - 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 qudt:coherentUnitOfSystem . - -qudt:categorizedAs a rdf:Property ; - rdfs:label "categorized as" ; - rdfs:isDefinedBy . - -qudt:citation a rdf:Property ; - rdfs:label "citation" ; - qudt:plainTextDescription "Used to provide an annotation for an informative reference." ; - rdfs:isDefinedBy . - -qudt:coherentUnitSystem a rdf:Property ; - rdfs:label "coherent unit system" ; - dcterms:description "

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

"^^qudt:LatexString ; - qudt:informativeReference "https://en.wikipedia.org/wiki/Coherence_(units_of_measurement)"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasUnitSystem . - -qudt:denominatorDimensionVector a rdf:Property ; - rdfs:label "denominator dimension vector" ; - rdfs:isDefinedBy . - -qudt:derivedNonCoherentUnitOfSystem a rdf:Property ; - rdfs:label "is non-coherent derived unit of system" ; - 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 qudt:derivedUnitOfSystem . - -qudt:derivedQuantityKindOfSystem a rdf:Property ; - rdfs:label "derived quantity kind of system" ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:dimensionExponent a rdf:Property ; - rdfs:label "dimension exponent" ; - rdfs:isDefinedBy . - -qudt:dimensionInverse a rdf:Property ; - rdfs:label "dimension inverse" ; - rdfs:isDefinedBy . - -qudt:elementKind a rdf:Property ; - rdfs:label "element kind" ; - rdfs:isDefinedBy . - -qudt:fieldCode a rdf:Property ; - rdfs:label "field code" ; - qudt:plainTextDescription "A field code is a generic property for representing unique codes that make up other identifers. For example each QuantityKind class caries a domain code as its field code." ; - rdfs:isDefinedBy . - -qudt:figure a rdf:Property ; - rdfs:label "figure" ; - dcterms:description "Provides a link to an image."^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:floatPercentage a rdfs:Datatype, - sh:NodeShape ; - rdfs:label "float percentage" ; - 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 ] ) ] . - -qudt:hasDenominatorPart a rdf:Property ; - rdfs:label "has quantity kind dimension vector denominator part" ; - rdfs:isDefinedBy . - -qudt:hasDerivedNonCoherentUnit a rdf:Property ; - rdfs:label "has coherent derived unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasDerivedUnit . - -qudt:hasDimension a rdf:Property ; - rdfs:label "has dimension" ; - rdfs:isDefinedBy . - -qudt:hasDimensionExpression a rdf:Property ; - rdfs:label "dimension expression" ; - rdfs:isDefinedBy . - -qudt:hasNonCoherentUnit a rdf:Property ; - rdfs:label "has non-coherent unit" ; - dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasDefinedUnit . - -qudt:hasNumeratorPart a rdf:Property ; - rdfs:label "has quantity kind dimension vector numerator part" ; - rdfs:isDefinedBy . - -qudt:hasPrefixUnit a rdf:Property ; - rdfs:label "prefix unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasDefinedUnit . - -qudt:hasQuantity a rdf:Property ; - rdfs:label "has quantity" ; - rdfs:isDefinedBy . - -qudt:hasVocabulary a rdf:Property ; - rdfs:label "has vocabulary" ; - qudt:plainTextDescription "Used to relate a class to one or more graphs where vocabularies for the class are defined." ; - rdfs:isDefinedBy . - -qudt:integerPercentage a rdfs:Datatype, - sh:NodeShape ; - rdfs:label "integer percentage" ; - 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 ] ) ] . - -qudt:isBaseQuantityKindOfSystem a rdf:Property ; - rdfs:label "is base quantity kind of system" ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:isDimensionInSystem a rdf:Property ; - rdfs:label "is dimension in system" ; - rdfs:isDefinedBy . - -qudt:isMetricUnit a rdf:Property ; - rdfs:label "is metric unit" ; - rdfs:isDefinedBy . - -qudt:isQuantityKindOf a rdf:Property ; - rdfs:label "is quantity kind of" ; - dcterms:description "`qudt:isQuantityKindOf` was a strict inverse of `qudt:hasQuantityKind` but is now deprecated."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:negativeDeltaLimit a rdf:Property ; - rdfs:label "negative delta limit" ; - 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 . - -qudt:numeratorDimensionVector a rdf:Property ; - rdfs:label "numerator dimension vector" ; - rdfs:isDefinedBy . - -qudt:numericValue a rdf:Property ; - rdfs:label "numeric value" ; - rdfs:isDefinedBy . - -qudt:onlineReference a rdf:Property ; - rdfs:label "online reference" ; - rdfs:isDefinedBy . - -qudt:outOfScope a rdf:Property ; - rdfs:label "out of scope" ; - rdfs:isDefinedBy . - -qudt:positiveDeltaLimit a rdf:Property ; - rdfs:label "Positive delta limit" ; - 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 . - -qudt:quantity a rdf:Property ; - rdfs:label "quantity" ; - dcterms:description "a property to relate an observable thing with a quantity (qud:Quantity)"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:reference a rdf:Property ; - rdfs:label "reference" ; - rdfs:isDefinedBy . - -qudt:referenceUnit a rdf:Property ; - rdfs:label "reference unit" ; - rdfs:isDefinedBy . - -qudt:relevantQuantityKind a rdf:Property ; - rdfs:label "relevant quantity kind" ; - rdfs:isDefinedBy . - -qudt:relevantUnit a rdf:Property ; - rdfs:label "Relevant Unit" ; - rdfs:comment "This property is used for qudt:Discipline instances to identify the Unit instances that are used within a given discipline." ; - rdfs:isDefinedBy . - -qudt:specialization a rdf:Property ; - rdfs:label "specialization" ; - dcterms:description "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:systemDefinition a rdf:Property ; - rdfs:label "system definition" ; - rdfs:isDefinedBy . - -qudt:systemDimension a rdf:Property ; - rdfs:label "system dimension" ; - rdfs:isDefinedBy . - -qudt:ucumCaseInsensitiveCode a rdf:Property ; - rdfs:label "ucum case-insensitive code" ; - dcterms:description "ucumCode associates a QUDT unit with a UCUM case-insensitive code."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:ucumCode . - -qudt:ucumCaseSensitiveCode a rdf:Property ; - rdfs:label "ucum case-sensitive code" ; - dcterms:description "ucumCode associates a QUDT unit with with a UCUM case-sensitive code."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:ucumCode . - -qudt:unitFor a rdf:Property ; - rdfs:label "unit for" ; - rdfs:isDefinedBy . - -qudt:valueQuantity a rdf:Property ; - rdfs:label "value for quantity" ; - rdfs:isDefinedBy . - -voag:QUDT-SchemaCatalogEntry a vaem:CatalogEntry ; - rdfs:label "QUDT Schema Catalog Entry" ; - rdfs:isDefinedBy . - -voag:supersededBy a rdf:Property ; - rdfs:label "superseded by" ; - rdfs:isDefinedBy . - -prov:wasDerivedFrom a rdf:Property ; - rdfs:label "was derived from" . - -dcterms:abstract a rdf:Property ; - rdfs:label "abstract" ; - rdfs:isDefinedBy . - -dcterms:contributor a rdf:Property ; - rdfs:label "contributor" . - -dcterms:created a rdf:Property ; - rdfs:label "created" . - -dcterms:isReplacedBy a rdf:Property ; - rdfs:label "is replaced by" . - -dcterms:modified a rdf:Property ; - rdfs:label "modified" . - -dcterms:rights a rdf:Property ; - rdfs:label "rights" . - -dcterms:source a rdf:Property ; - rdfs:label "source" ; - rdfs:isDefinedBy . - -dcterms:subject a rdf:Property ; - rdfs:label "subject" . - -dcterms:title a rdf:Property ; - rdfs:label "title" . - -qudt:AbstractQuantityKind-broader a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:path skos:broader . - -qudt:AbstractQuantityKind-latexSymbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexSymbol . - -qudt:AbstractQuantityKind-symbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:symbol . - -qudt:BaseDimensionMagnitude-hasBaseQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:hasBaseQuantityKind . - -qudt:BaseDimensionMagnitude-vectorMagnitude a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:vectorMagnitude . - -qudt:BooleanEncoding a qudt:BooleanEncodingType ; - rdfs:label "Boolean Encoding" ; - qudt:bits 1 ; - rdfs:isDefinedBy . - -qudt:CT_COUNTABLY-INFINITE a qudt:CardinalityType ; - rdfs:label "Countably Infinite Cardinality Type" ; - dcterms:description "A set of numbers is called countably infinite if there is a way to enumerate them. Formally this is done with a bijection function that associates each number in the set with exactly one of the positive integers. The set of all fractions is also countably infinite. In other words, any set $X$ that has the same cardinality as the set of the natural numbers, or $| X | \\; = \\; | \\mathbb N | \\; = \\; \\aleph0$, is said to be a countably infinite set."^^qudt:LatexString ; - qudt:informativeReference "http://www.math.vanderbilt.edu/~schectex/courses/infinity.pdf"^^xsd:anyURI ; - qudt:literal "countable" ; - rdfs:isDefinedBy . - -qudt:CT_FINITE a qudt:CardinalityType ; - rdfs:label "Finite Cardinality Type" ; - dcterms:description "Any set $X$ with cardinality less than that of the natural numbers, or $| X | \\\\; < \\; | \\\\mathbb N | $, is said to be a finite set."^^qudt:LatexString ; - qudt:literal "finite" ; - rdfs:isDefinedBy . - -qudt:CT_UNCOUNTABLE a qudt:CardinalityType ; - rdfs:label "Uncountable Cardinality Type" ; - dcterms:description "Any set with cardinality greater than that of the natural numbers, or $| X | \\; > \\; | \\mathbb N | $, for example $| R| \\; = \\; c \\; > |\\mathbb N |$, is said to be uncountable."^^qudt:LatexString ; - qudt:literal "uncountable" ; - rdfs:isDefinedBy . - -qudt:CardinalityType-literal a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:literal . - -qudt:CharEncoding a qudt:BooleanEncodingType, - qudt:CharEncodingType ; - rdfs:label "Char Encoding" ; - dc:description "7 bits of 1 octet" ; - qudt:bytes 1 ; - rdfs:isDefinedBy . - -qudt:Citation-description a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path dcterms:description . - -qudt:Citation-url a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:maxCount 1 ; - sh:path qudt:url . - -qudt:Comment-description a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path dcterms:description . - -qudt:Comment-rationale a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype rdf:HTML ; - sh:minCount 0 ; - sh:path qudt:rationale . - -qudt:Concept-abbreviation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:abbreviation . - -qudt:Concept-code a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:path qudt:code . - -qudt:Concept-deprecated a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:path qudt:deprecated . - -qudt:Concept-description a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:path dcterms:description . - -qudt:Concept-guidance a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype rdf:HTML ; - sh:path qudt:guidance . - -qudt:Concept-hasRule a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Rule ; - sh:path qudt:hasRule . - -qudt:Concept-id a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:id . - -qudt:Concept-isReplacedBy a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path dcterms:isReplacedBy . - -qudt:Concept-plainTextDescription a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:path qudt:plainTextDescription . - -qudt:ConstantValue-exactConstant a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:path qudt:exactConstant . - -qudt:ConstantValue-informativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:path qudt:informativeReference . - -qudt:CurrencyUnit-currencyCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:currencyCode . - -qudt:CurrencyUnit-currencyExponent a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:path qudt:currencyExponent . - -qudt:CurrencyUnit-currencyNumber a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:path qudt:currencyNumber . - -qudt:DataEncoding-bitOrder a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:EndianType ; - sh:maxCount 1 ; - sh:path qudt:bitOrder . - -qudt:DataEncoding-byteOrder a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:EndianType ; - sh:maxCount 1 ; - sh:path qudt:byteOrder . - -qudt:DataEncoding-encoding a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Encoding ; - sh:maxCount 1 ; - sh:path qudt:encoding . - -qudt:Datatype-ansiSQLName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:ansiSQLName . - -qudt:Datatype-basis a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Datatype ; - sh:maxCount 1 ; - sh:path qudt:basis . - -qudt:Datatype-bounded a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:bounded . - -qudt:Datatype-cName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:cName . - -qudt:Datatype-cardinality a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:CardinalityType ; - sh:maxCount 1 ; - sh:path qudt:cardinality . - -qudt:Datatype-id a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:id . - -qudt:Datatype-javaName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:javaName . - -qudt:Datatype-jsName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:jsName . - -qudt:Datatype-matlabName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:matlabName . - -qudt:Datatype-microsoftSQLServerName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:microsoftSQLServerName . - -qudt:Datatype-mySQLName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:mySQLName . - -qudt:Datatype-odbcName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:odbcName . - -qudt:Datatype-oleDBName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:oleDBName . - -qudt:Datatype-oracleSQLName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:oracleSQLName . - -qudt:Datatype-orderedType a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:OrderedType ; - sh:maxCount 1 ; - sh:path qudt:orderedType . - -qudt:Datatype-protocolBuffersName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:protocolBuffersName . - -qudt:Datatype-pythonName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:pythonName . - -qudt:Datatype-vbName a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:vbName . - -qudt:DateTimeStringEncodingType-allowedPattern a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 1 ; - sh:path qudt:allowedPattern . - -qudt:DoublePrecisionEncoding a qudt:FloatingPointEncodingType ; - rdfs:label "Single Precision Real Encoding" ; - qudt:bytes 64 ; - rdfs:isDefinedBy . - -qudt:Encoding-bits a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:path qudt:bits . - -qudt:Encoding-bytes a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:path qudt:bytes . - -qudt:EnumeratedQuantity-enumeratedValue a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:EnumeratedValue ; - sh:maxCount 1 ; - sh:path qudt:enumeratedValue . - -qudt:EnumeratedQuantity-enumeration a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Enumeration ; - sh:maxCount 1 ; - sh:path qudt:enumeration . - -qudt:EnumeratedValue-abbreviation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:abbreviation . - -qudt:EnumeratedValue-description a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path dcterms:description . - -qudt:EnumeratedValue-symbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:symbol . - -qudt:Enumeration-abbreviation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:abbreviation . - -qudt:Enumeration-default a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:EnumeratedValue ; - sh:maxCount 1 ; - sh:path qudt:default . - -qudt:Enumeration-element a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:EnumeratedValue ; - sh:minCount 1 ; - sh:path qudt:element . - -qudt:Figure-figureCaption a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:figureCaption . - -qudt:Figure-figureLabel a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:figureLabel . - -qudt:Figure-height a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:height . - -qudt:Figure-image a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:maxCount 1 ; - sh:path qudt:image . - -qudt:Figure-imageLocation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:imageLocation . - -qudt:Figure-landscape a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:path qudt:landscape . - -qudt:Figure-width a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:width . - -qudt:IEEE754_1985RealEncoding a qudt:FloatingPointEncodingType ; - rdfs:label "IEEE 754 1985 Real Encoding" ; - qudt:bytes 32 ; - rdfs:isDefinedBy . - -qudt:LongUnsignedIntegerEncoding a qudt:IntegerEncodingType ; - rdfs:label "Long Unsigned Integer Encoding" ; - qudt:bytes 8 ; - rdfs:isDefinedBy . - -qudt:OctetEncoding a qudt:BooleanEncodingType, - qudt:ByteEncodingType ; - rdfs:label "OCTET Encoding" ; - qudt:bytes 1 ; - rdfs:isDefinedBy . - -qudt:OrderedType-literal a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:literal . - -qudt:OrdinalScale-order a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:nonNegativeInteger ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:order . - -qudt:Organization-url a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:url . - -qudt:PartiallyOrdered a qudt:OrderedType ; - rdfs:label "Partially Ordered" ; - qudt:literal "partial" ; - qudt:plainTextDescription "Partial ordered structure." ; - rdfs:isDefinedBy . - -qudt:PhysicalConstant-applicableSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:applicableSystem . - -qudt:PhysicalConstant-applicableUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:applicableUnit . - -qudt:PhysicalConstant-dbpediaMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:dbpediaMatch . - -qudt:PhysicalConstant-exactConstant a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:boolean ; - sh:path qudt:exactConstant . - -qudt:PhysicalConstant-exactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:PhysicalConstant ; - sh:path qudt:exactMatch . - -qudt:PhysicalConstant-hasDimensionVector a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:path qudt:hasDimensionVector . - -qudt:PhysicalConstant-iec61360Code a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:minCount 0 ; - sh:path qudt:iec61360Code . - -qudt:PhysicalConstant-informativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:path qudt:informativeReference . - -qudt:PhysicalConstant-isoNormativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:path qudt:isoNormativeReference . - -qudt:PhysicalConstant-latexDefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:maxCount 1 ; - sh:path qudt:latexDefinition . - -qudt:PhysicalConstant-latexSymbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexSymbol . - -qudt:PhysicalConstant-mathMLdefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:mathMLdefinition . - -qudt:PhysicalConstant-normativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:path qudt:normativeReference . - -qudt:PhysicalConstant-siExactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:siExactMatch . - -qudt:PhysicalConstant-symbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:path qudt:symbol . - -qudt:PhysicalConstant-ucumCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:UCUMcs ; - sh:path qudt:ucumCode . - -qudt:Prefix-exactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Prefix ; - sh:path qudt:exactMatch . - -qudt:Prefix-latexSymbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexSymbol . - -qudt:Prefix-prefixMultiplier a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:path qudt:prefixMultiplier . - -qudt:Prefix-siExactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:siExactMatch . - -qudt:Prefix-symbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:symbol . - -qudt:Prefix-ucumCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:ucumCode ; - sh:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+" . - -qudt:Quantifiable-dataEncoding a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:DataEncoding ; - sh:maxCount 1 ; - sh:path qudt:dataEncoding . - -qudt:Quantifiable-dataType a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Datatype ; - sh:maxCount 1 ; - sh:path qudt:dataType . - -qudt:Quantifiable-hasUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:maxCount 1 ; - sh:path qudt:hasUnit . - -qudt:Quantifiable-relativeStandardUncertainty a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:path qudt:relativeStandardUncertainty . - -qudt:Quantifiable-standardUncertainty a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:decimal ; - sh:maxCount 1 ; - sh:path qudt:standardUncertainty . - -qudt:Quantifiable-standardUncertaintySN a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:path qudt:standardUncertaintySN . - -qudt:Quantifiable-unit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:maxCount 1 ; - sh:path qudt:unit . - -qudt:Quantifiable-value a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:value . - -qudt:Quantifiable-valueSN a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:valueSN . - -qudt:Quantity-hasQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:minCount 0 ; - sh:path qudt:hasQuantityKind . - -qudt:Quantity-isDeltaQuantity a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:boolean ; - sh:path qudt:isDeltaQuantity . - -qudt:Quantity-quantityValue a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityValue ; - sh:path qudt:quantityValue . - -qudt:QuantityKind-applicableCGSUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableCGSUnit . - -qudt:QuantityKind-applicableISOUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableISOUnit . - -qudt:QuantityKind-applicableImperialUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableImperialUnit . - -qudt:QuantityKind-applicableSIUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableSIUnit . - -qudt:QuantityKind-applicableUSCustomaryUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableUSCustomaryUnit . - -qudt:QuantityKind-applicableUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:minCount 0 ; - sh:path qudt:applicableUnit . - -qudt:QuantityKind-baseCGSUnitDimensions a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:baseCGSUnitDimensions . - -qudt:QuantityKind-baseISOUnitDimensions a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:baseISOUnitDimensions . - -qudt:QuantityKind-baseImperialUnitDimensions a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:baseImperialUnitDimensions . - -qudt:QuantityKind-baseSIUnitDimensions a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:baseSIUnitDimensions . - -qudt:QuantityKind-baseUSCustomaryUnitDimensions a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:baseUSCustomaryUnitDimensions . - -qudt:QuantityKind-belongsToSystemOfQuantities a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfQuantityKinds ; - sh:path qudt:belongsToSystemOfQuantities . - -qudt:QuantityKind-dimensionVectorForSI a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector_SI ; - sh:maxCount 1 ; - sh:path qudt:dimensionVectorForSI . - -qudt:QuantityKind-exactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:path qudt:exactMatch . - -qudt:QuantityKind-expression a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:expression . - -qudt:QuantityKind-generalization a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:maxCount 1 ; - sh:path qudt:generalization . - -qudt:QuantityKind-hasDimensionVector a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:hasDimensionVector ; - sh:severity sh:Info . - -qudt:QuantityKind-iec61360Code a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:iec61360Code . - -qudt:QuantityKind-latexDefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:maxCount 1 ; - sh:path qudt:latexDefinition . - -qudt:QuantityKind-mathMLdefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:mathMLdefinition . - -qudt:QuantityKind-qkdvDenominator a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:path qudt:qkdvDenominator . - -qudt:QuantityKind-qkdvNumerator a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:path qudt:qkdvNumerator . - -qudt:QuantityKind-siExactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:siExactMatch . - -qudt:QuantityKindDimensionVector-dimensionExponentForAmountOfSubstance a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForAmountOfSubstance . - -qudt:QuantityKindDimensionVector-dimensionExponentForElectricCurrent a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForElectricCurrent . - -qudt:QuantityKindDimensionVector-dimensionExponentForLength a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForLength . - -qudt:QuantityKindDimensionVector-dimensionExponentForLuminousIntensity a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForLuminousIntensity . - -qudt:QuantityKindDimensionVector-dimensionExponentForMass a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForMass . - -qudt:QuantityKindDimensionVector-dimensionExponentForThermodynamicTemperature a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForThermodynamicTemperature . - -qudt:QuantityKindDimensionVector-dimensionExponentForTime a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionExponentForTime . - -qudt:QuantityKindDimensionVector-dimensionlessExponent a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:dimensionlessExponent . - -qudt:QuantityKindDimensionVector-hasReferenceQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:path qudt:hasReferenceQuantityKind . - -qudt:QuantityKindDimensionVector-latexDefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:maxCount 1 ; - sh:path qudt:latexDefinition . - -qudt:QuantityKindDimensionVector-latexSymbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexSymbol . - -qudt:QuantityType-value a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:path dtype:value . - -qudt:QuantityValue-hasUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:maxCount 1 ; - sh:path qudt:hasUnit . - -qudt:QuantityValue-unit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:maxCount 1 ; - sh:path qudt:unit . - -qudt:Rule-example a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:example . - -qudt:Rule-rationale a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype rdf:HTML ; - sh:minCount 0 ; - sh:path qudt:rationale . - -qudt:Rule-ruleType a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:RuleType ; - sh:path qudt:ruleType . - -qudt:SIGNED a qudt:SignednessType ; - rdfs:label "Signed" ; - dtype:literal "signed" ; - rdfs:isDefinedBy . - -qudt:ScalarDatatype-bits a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:path qudt:bits . - -qudt:ScalarDatatype-bytes a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:path qudt:bytes . - -qudt:ScalarDatatype-length a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:path qudt:length . - -qudt:ScalarDatatype-maxExclusive a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:maxExclusive . - -qudt:ScalarDatatype-maxInclusive a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:maxInclusive . - -qudt:ScalarDatatype-minExclusive a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:minExclusive . - -qudt:ScalarDatatype-minInclusive a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:minInclusive . - -qudt:ScalarDatatype-rdfsDatatype a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class rdfs:Datatype ; - sh:maxCount 1 ; - sh:path qudt:rdfsDatatype . - -qudt:Scale-dataStructure a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:dataStructure . - -qudt:Scale-permissibleMaths a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:MathsFunctionType ; - sh:path qudt:permissibleMaths . - -qudt:Scale-permissibleTransformation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:TransformType ; - sh:path qudt:permissibleTransformation . - -qudt:Scale-scaleType a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:ScaleType ; - sh:maxCount 1 ; - sh:path qudt:scaleType . - -qudt:ScaleType-dataStructure a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:dataStructure . - -qudt:ScaleType-permissibleMaths a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:MathsFunctionType ; - sh:path qudt:permissibleMaths . - -qudt:ScaleType-permissibleTransformation a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:TransformType ; - sh:path qudt:permissibleTransformation . - -qudt:SignedIntegerEncoding a qudt:IntegerEncodingType ; - rdfs:label "Signed Integer Encoding" ; - qudt:bytes 4 ; - rdfs:isDefinedBy . - -qudt:SinglePrecisionRealEncoding a qudt:FloatingPointEncodingType ; - rdfs:label "Single Precision Real Encoding" ; - qudt:bytes 32 ; - rdfs:isDefinedBy . - -qudt:StructuredDatatype-elementType a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:elementType . - -qudt:SystemOfQuantityKinds-baseDimensionEnumeration a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Enumeration ; - sh:maxCount 1 ; - sh:path qudt:baseDimensionEnumeration . - -qudt:SystemOfQuantityKinds-hasBaseQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:minCount 0 ; - sh:path qudt:hasBaseQuantityKind . - -qudt:SystemOfQuantityKinds-hasQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:minCount 0 ; - sh:path qudt:hasQuantityKind . - -qudt:SystemOfQuantityKinds-hasUnitSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:maxCount 1 ; - sh:path qudt:hasUnitSystem . - -qudt:SystemOfQuantityKinds-systemDerivedQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:minCount 0 ; - sh:path qudt:systemDerivedQuantityKind . - -qudt:SystemOfUnits-applicablePhysicalConstant a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:PhysicalConstant ; - sh:path qudt:applicablePhysicalConstant . - -qudt:SystemOfUnits-hasAllowedUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasAllowedUnit . - -qudt:SystemOfUnits-hasBaseUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasBaseUnit . - -qudt:SystemOfUnits-hasCoherentUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasCoherentUnit . - -qudt:SystemOfUnits-hasDefinedUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasDefinedUnit . - -qudt:SystemOfUnits-hasDerivedCoherentUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasDerivedCoherentUnit . - -qudt:SystemOfUnits-hasDerivedUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasDerivedUnit . - -qudt:SystemOfUnits-hasUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:hasUnit . - -qudt:SystemOfUnits-prefix a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Prefix ; - sh:path qudt:prefix . - -qudt:TotallyOrdered a qudt:OrderedType ; - rdfs:label "Totally Ordered" ; - qudt:literal "total" ; - qudt:plainTextDescription "Totally ordered structure." ; - rdfs:isDefinedBy . - -qudt:UNSIGNED a qudt:SignednessType ; - rdfs:label "Unsigned" ; - dtype:literal "unsigned" ; - rdfs:isDefinedBy . - -qudt:Unit-applicableSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:applicableSystem . - -qudt:Unit-conversionMultiplier a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:decimal ; - sh:maxCount 1 ; - sh:path qudt:conversionMultiplier . - -qudt:Unit-conversionMultiplierSN a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:path qudt:conversionMultiplierSN . - -qudt:Unit-conversionOffset a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:decimal ; - sh:maxCount 1 ; - sh:path qudt:conversionOffset . - -qudt:Unit-conversionOffsetSN a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:path qudt:conversionOffsetSN . - -qudt:Unit-definedUnitOfSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:definedUnitOfSystem . - -qudt:Unit-derivedCoherentUnitOfSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:derivedCoherentUnitOfSystem . - -qudt:Unit-derivedUnitOfSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:derivedUnitOfSystem . - -qudt:Unit-exactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Unit ; - sh:path qudt:exactMatch . - -qudt:Unit-expression a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:expression . - -qudt:Unit-hasDimensionVector a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:hasDimensionVector . - -qudt:Unit-hasQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:minCount 1 ; - sh:path qudt:hasQuantityKind ; - sh:severity sh:Info . - -qudt:Unit-iec61360Code a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:iec61360Code . - -qudt:Unit-latexDefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexDefinition . - -qudt:Unit-latexSymbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:LatexString ; - sh:minCount 0 ; - sh:path qudt:latexSymbol . - -qudt:Unit-mathMLdefinition a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:path qudt:mathMLdefinition . - -qudt:Unit-omUnit a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:path qudt:omUnit . - -qudt:Unit-prefix a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:Prefix ; - sh:maxCount 1 ; - sh:path qudt:prefix . - -qudt:Unit-qkdvDenominator a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:path qudt:qkdvDenominator . - -qudt:Unit-qkdvNumerator a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKindDimensionVector ; - sh:maxCount 1 ; - sh:path qudt:qkdvNumerator . - -qudt:Unit-siExactMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:maxCount 1 ; - sh:path qudt:siExactMatch . - -qudt:Unit-siUnitsExpression a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:minCount 0 ; - sh:path qudt:siUnitsExpression . - -qudt:Unit-symbol a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:minCount 0 ; - sh:path qudt:symbol . - -qudt:Unit-ucumCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype qudt:UCUMcs ; - sh:path qudt:ucumCode ; - sh:pattern "[\\x21-\\x7e]+" . - -qudt:Unit-udunitsCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:udunitsCode . - -qudt:Unit-uneceCommonCode a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:string ; - sh:path qudt:uneceCommonCode . - -qudt:Unit-unitOfSystem a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:SystemOfUnits ; - sh:path qudt:isUnitOfSystem . - -qudt:Unordered a qudt:OrderedType ; - rdfs:label "Unordered" ; - qudt:literal "unordered" ; - qudt:plainTextDescription "Unordered structure." ; - rdfs:isDefinedBy . - -qudt:UnsignedIntegerEncoding a qudt:IntegerEncodingType ; - rdfs:label "Unsigned Integer Encoding" ; - qudt:bytes 4 ; - rdfs:isDefinedBy . - -qudt:UserQuantityKind-hasQuantityKind a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:class qudt:QuantityKind ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:path qudt:hasQuantityKind . - -qudt:Verifiable-dbpediaMatch a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:dbpediaMatch . - -qudt:Verifiable-informativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:informativeReference . - -qudt:Verifiable-isoNormativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:isoNormativeReference . - -qudt:Verifiable-normativeReference a sh:PropertyShape ; - rdfs:isDefinedBy ; - sh:datatype xsd:anyURI ; - sh:minCount 0 ; - sh:path qudt:normativeReference . - -qudt:allowedPattern a rdf:Property ; - rdfs:label "allowed pattern" ; - rdfs:isDefinedBy . - -qudt:ansiSQLName a rdf:Property ; - rdfs:label "ANSI SQL Name" ; - rdfs:isDefinedBy . - -qudt:applicableCGSUnit a rdf:Property ; - rdfs:label "applicable CGS unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:applicableISOUnit a rdf:Property ; - rdfs:label "applicable ISO unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:applicableImperialUnit a rdf:Property ; - rdfs:label "applicable Imperial unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:applicablePhysicalConstant a rdf:Property ; - rdfs:label "applicable physical constant" ; - rdfs:isDefinedBy . - -qudt:applicableSIUnit a rdf:Property ; - rdfs:label "applicable SI unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:applicableUSCustomaryUnit a rdf:Property ; - rdfs:label "applicable US Customary unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:applicableUnit . - -qudt:baseDimensionEnumeration a rdf:Property ; - rdfs:label "base dimension enumeration" ; - 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 . - -qudt:basis a rdf:Property ; - rdfs:label "basis" ; - rdfs:isDefinedBy . - -qudt:belongsToSystemOfQuantities a rdf:Property ; - rdfs:label "belongs to system of quantities" ; - rdfs:isDefinedBy . - -qudt:bitOrder a rdf:Property ; - rdfs:label "bit order" ; - rdfs:isDefinedBy . - -qudt:bounded a rdf:Property ; - rdfs:label "bounded" ; - rdfs:isDefinedBy . - -qudt:byteOrder a rdf:Property ; - rdfs:label "byte order" ; - dcterms:description "Byte order is an enumeration of two values: 'Big Endian' and 'Little Endian' and is used to denote whether the most signiticant byte is either first or last, respectively." ; - rdfs:isDefinedBy . - -qudt:cName a rdf:Property ; - rdfs:label "C Language name" ; - rdfs:comment "Datatype name in the C programming language" ; - rdfs:isDefinedBy . - -qudt:cardinality a rdf:Property ; - rdfs:label "cardinality" ; - rdfs:isDefinedBy . - -qudt:code a rdf:Property ; - rdfs:label "code" ; - dcterms:description "A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:conversionMultiplier a rdf:Property ; - rdfs:label "conversion multiplier" ; - rdfs:isDefinedBy . - -qudt:conversionMultiplierSN a rdf:Property ; - rdfs:label "conversion multiplier scientific" ; - rdfs:isDefinedBy . - -qudt:conversionOffset a rdf:Property ; - rdfs:label "conversion offset" ; - rdfs:isDefinedBy . - -qudt:conversionOffsetSN a rdf:Property ; - rdfs:label "conversion offset scientific" ; - rdfs:isDefinedBy . - -qudt:currencyCode a rdf:Property ; - rdfs:label "currency code" ; - 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 . - -qudt:currencyExponent a rdf:Property ; - rdfs:label "currency exponent" ; - 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 . - -qudt:currencyNumber a rdf:Property ; - rdfs:label "currency number" ; - 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 . - -qudt:dataEncoding a rdf:Property ; - rdfs:label "data encoding" ; - rdfs:isDefinedBy . - -qudt:dataType a rdf:Property ; - rdfs:label "datatype" ; - rdfs:isDefinedBy . - -qudt:default a rdf:Property ; - rdfs:label "default" ; - dcterms:description "The default element in an enumeration"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:deprecated a rdf:Property ; - rdfs:label "deprecated" ; - rdfs:isDefinedBy . - -qudt:derivedCoherentUnitOfSystem a rdf:Property ; - rdfs:label "is coherent derived unit of system" ; - 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 qudt:coherentUnitOfSystem, - qudt:derivedUnitOfSystem . - -qudt:dimensionExponentForAmountOfSubstance a rdf:Property ; - rdfs:label "dimension exponent for amount of substance" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForElectricCurrent a rdf:Property ; - rdfs:label "dimension exponent for electric current" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForLength a rdf:Property ; - rdfs:label "dimension exponent for length" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForLuminousIntensity a rdf:Property ; - rdfs:label "dimension exponent for luminous intensity" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForMass a rdf:Property ; - rdfs:label "dimension exponent for mass" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForThermodynamicTemperature a rdf:Property ; - rdfs:label "dimension exponent for thermodynamic temperature" ; - rdfs:isDefinedBy . - -qudt:dimensionExponentForTime a rdf:Property ; - rdfs:label "dimension exponent for time" ; - rdfs:isDefinedBy . - -qudt:dimensionVectorForSI a rdf:Property ; - rdfs:label "dimension vector for SI" ; - rdfs:isDefinedBy . - -qudt:dimensionlessExponent a rdf:Property ; - rdfs:label "dimensionless exponent" ; - rdfs:isDefinedBy . - -qudt:element a rdf:Property ; - rdfs:label "element" ; - dcterms:description "An element of an enumeration"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:elementType a rdf:Property ; - rdfs:label "element type" ; - rdfs:isDefinedBy . - -qudt:encoding a rdf:Property ; - rdfs:label "encoding" ; - rdfs:isDefinedBy . - -qudt:example a rdf:Property ; - rdfs:label "example" ; - 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 . - -qudt:figureCaption a rdf:Property ; - rdfs:label "figure caption" ; - rdfs:isDefinedBy . - -qudt:figureLabel a rdf:Property ; - rdfs:label "figure label" ; - rdfs:isDefinedBy . - -qudt:generalization a rdf:Property ; - rdfs:label "generalization" ; - dcterms:description "This deprecated property was intended to relate a quantity kind to its generalization."^^rdf:HTML ; - dcterms:isReplacedBy skos:broader ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:guidance a rdf:Property ; - rdfs:label "guidance" ; - rdfs:isDefinedBy . - -qudt:hasAllowedUnit a rdf:Property ; - rdfs:label "allowed unit" ; - 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 qudt:hasUnit . - -qudt:hasBaseUnit a rdf:Property ; - rdfs:label "base unit" ; - 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 qudt:hasCoherentUnit . - -qudt:hasDerivedCoherentUnit a rdf:Property ; - rdfs:label "derived coherent unit" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasCoherentUnit, - qudt:hasDerivedUnit . - -qudt:hasReferenceQuantityKind a rdf:Property ; - rdfs:label "has reference quantity kind" ; - rdfs:isDefinedBy . - -qudt:hasRule a rdf:Property ; - rdfs:label "has rule" ; - rdfs:isDefinedBy . - -qudt:height a rdf:Property ; - rdfs:label "height" ; - rdfs:isDefinedBy . - -qudt:image a rdf:Property ; - rdfs:label "image" ; - rdfs:isDefinedBy . - -qudt:imageLocation a rdf:Property ; - rdfs:label "image location" ; - rdfs:isDefinedBy . - -qudt:isDeltaQuantity a rdf:Property ; - rdfs:label "is Delta Quantity" ; - rdfs:comment "This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets." ; - rdfs:isDefinedBy . - -qudt:javaName a rdf:Property ; - rdfs:label "java name" ; - rdfs:isDefinedBy . - -qudt:jsName a rdf:Property ; - rdfs:label "Javascript name" ; - rdfs:isDefinedBy . - -qudt:landscape a rdf:Property ; - rdfs:label "landscape" ; - rdfs:isDefinedBy . - -qudt:length a rdf:Property ; - rdfs:label "length" ; - rdfs:isDefinedBy . - -qudt:mathDefinition a rdf:Property ; - rdfs:label "math definition" ; - rdfs:isDefinedBy . - -qudt:matlabName a rdf:Property ; - rdfs:label "matlab name" ; - rdfs:isDefinedBy . - -qudt:maxExclusive a rdf:Property ; - rdfs:label "max exclusive" ; - dcterms:description "maxExclusive is the exclusive upper bound of the value space for a datatype with the ordered property. The value of maxExclusive must be in the value space of the base type or be equal to {value} in {base type definition}." ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:upperBound . - -qudt:maxInclusive a rdf:Property ; - rdfs:label "max inclusive" ; - dcterms:description "maxInclusive is the inclusive upper bound of the value space for a datatype with the ordered property. The value of maxInclusive must be in the value space of the base type." ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:upperBound . - -qudt:microsoftSQLServerName a rdf:Property ; - rdfs:label "Microsoft SQL Server name" ; - rdfs:isDefinedBy . - -qudt:minExclusive a rdf:Property ; - rdfs:label "min exclusive" ; - dcterms:description "minExclusive is the exclusive lower bound of the value space for a datatype with the ordered property. The value of minExclusive must be in the value space of the base type or be equal to {value} in {base type definition}." ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:lowerBound . - -qudt:minInclusive a rdf:Property ; - rdfs:label "min inclusive" ; - dcterms:description "minInclusive is the inclusive lower bound of the value space for a datatype with the ordered property. The value of minInclusive must be in the value space of the base type." ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:lowerBound . - -qudt:mySQLName a rdf:Property ; - rdfs:label "MySQL name" ; - rdfs:isDefinedBy . - -qudt:odbcName a rdf:Property ; - rdfs:label "ODBC name" ; - rdfs:isDefinedBy . - -qudt:oleDBName a rdf:Property ; - rdfs:label "OLE DB name" ; - dcterms:description "OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. " ; - qudt:informativeReference "http://en.wikipedia.org/wiki/OLE_DB"^^xsd:anyURI, - "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx"^^xsd:anyURI ; - rdfs:isDefinedBy . - -qudt:omUnit a rdf:Property ; - rdfs:label "om unit" ; - rdfs:isDefinedBy . - -qudt:oracleSQLName a rdf:Property ; - rdfs:label "ORACLE SQL name" ; - rdfs:isDefinedBy . - -qudt:order a rdf:Property ; - rdfs:label "order" ; - rdfs:isDefinedBy . - -qudt:orderedType a rdf:Property ; - rdfs:label "ordered type" ; - rdfs:isDefinedBy . - -qudt:plainTextDescription a rdf:Property ; - rdfs:label "description (plain text)" ; - 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 . - -qudt:prefixMultiplier a rdf:Property ; - rdfs:label "prefix multiplier" ; - rdfs:isDefinedBy . - -qudt:protocolBuffersName a rdf:Property ; - rdfs:label "protocol buffers name" ; - rdfs:isDefinedBy . - -qudt:pythonName a rdf:Property ; - rdfs:label "python name" ; - rdfs:isDefinedBy . - -qudt:quantityValue a rdf:Property ; - rdfs:label "quantity value" ; - rdfs:isDefinedBy . - -qudt:rdfsDatatype a rdf:Property ; - rdfs:label "rdfs datatype" ; - rdfs:isDefinedBy . - -qudt:relativeStandardUncertainty a rdf:Property ; - rdfs:label "relative standard uncertainty" ; - 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 . - -qudt:ruleType a rdf:Property ; - rdfs:label "rule type" ; - rdfs:isDefinedBy . - -qudt:scaleType a rdf:Property ; - rdfs:label "scale type" ; - rdfs:isDefinedBy . - -qudt:siUnitsExpression a rdf:Property ; - rdfs:label "si units expression" ; - rdfs:isDefinedBy . - -qudt:standardUncertainty a rdf:Property ; - rdfs:label "standard uncertainty" ; - 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 . - -qudt:standardUncertaintySN a rdf:Property ; - rdfs:label "standard uncertainty scientific" ; - 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 . - -qudt:systemDerivedQuantityKind a rdf:Property ; - rdfs:label "system derived quantity kind" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasQuantityKind . - -qudt:udunitsCode a rdf:Property ; - rdfs:label "udunits code" ; - 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 . - -qudt:uneceCommonCode a rdf:Property ; - rdfs:label "unece common code" ; - 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 . - -qudt:value a rdf:Property ; - rdfs:label "value" ; - dcterms:description "A property to relate an observable thing with a value expressed as a decimal"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:valueSN a rdf:Property ; - rdfs:label "value scientific" ; - dcterms:description "A property to relate an observable thing with a value expressed in scientific notation"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:vbName a rdf:Property ; - rdfs:label "Vusal Basic name" ; - rdfs:isDefinedBy . - -qudt:vectorMagnitude a rdf:Property ; - rdfs:label "vector magnitude" ; - rdfs:isDefinedBy . - -qudt:width a rdf:Property ; - rdfs:label "width" ; - rdfs:isDefinedBy . - - vaem:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ; - vaem:namespacePrefix "dtype" . - -vaem:GMD_SHACLQUDT-SCHEMA a vaem:GraphMetaData ; - rdfs:label "QUDT SHACL Schema Metadata Version 2.1.37" ; - dcterms:contributor "Daniel Mekonnen", - "David Price", - "Jack Hodges", - "James E. Masters", - "Simon J D Cox", - "Steve Ray" ; - dcterms:created "2011-04-20"^^xsd:date ; - dcterms:creator "Ralph Hodgson" ; - dcterms:description """

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

- -

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

- -

A quantity has meaning in the context of a measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Or, as stated at Wikipedia, in the language of measurement, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of these quantities are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time)."""^^rdf:HTML ; - dcterms:modified "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. - """, - "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; - dcterms:subject "QUDT" ; - dcterms:title "QUDT SHACL Schema - Version 2.1.37" ; - qudt: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 ; - vaem:graphName "qudt" ; - vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) SHACL Schema - Version 2.1.37" ; - vaem:hasGraphRole vaem:SHACLSchemaGraph ; - vaem:hasOwner vaem:QUDT ; - vaem:hasSteward vaem:QUDT ; - vaem:intent "Specifies the schema for quantities, units and dimensions. Types are defined in other schemas." ; - vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; - vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; - vaem:namespace "http://qudt.org/schema/qudt/" ; - vaem:namespacePrefix "qudt" ; - vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_SCHEMA-SHACL-QUDT-v2.1.html"^^xsd:anyURI ; - vaem:revision "2.1" ; - vaem:turtleFileURL "http://qudt.org/2.1/schema/shacl/qudt"^^xsd:anyURI ; - vaem:usesNonImportedResource dcterms:abstract, - dcterms:contributor, - dcterms:created, - dcterms:description, - dcterms:modified, - dcterms:rights, - dcterms:source, - dcterms:subject, - dcterms:title, - voag:QUDT-Attribution ; - vaem:withAttributionTo voag:QUDT-Attribution ; - rdfs:isDefinedBy ; - owl:versionIRI . - -qudt:BitEncoding a qudt:BitEncodingType ; - rdfs:label "Bit Encoding" ; - qudt:bits 1 ; - rdfs:isDefinedBy . - -qudt:ShortUnsignedIntegerEncoding a qudt:BooleanEncodingType, - qudt:IntegerEncodingType ; - rdfs:label "Short Unsigned Integer Encoding" ; - qudt:bytes 2 ; - rdfs:isDefinedBy . - -qudt:UCUMcs a rdfs:Datatype, - sh:NodeShape ; - rdfs:label "case-sensitive UCUM code" ; - dcterms:source ; - rdfs:comment "Lexical pattern for the case-sensitive version of UCUM code" ; - rdfs:isDefinedBy ; - rdfs:seeAlso ; - rdfs:subClassOf xsd:string . - -qudt:bits a rdf:Property ; - rdfs:label "bits" ; - rdfs:isDefinedBy . - -qudt:bytes a rdf:Property ; - rdfs:label "bytes" ; - rdfs:isDefinedBy . - -qudt:coherentUnitOfSystem a rdf:Property ; - rdfs:label "is coherent unit of system" ; - dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one. A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. For example, the 'newton' and the 'joule'. These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per second per second, and the work done by 1 newton acting over 1 metre. Being coherent refers to this consistent use of 1. In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, respectively the force that causes 1 gram to be accelerated at 1 centimetre per second per second, and the work done by 1 dyne acting over 1 centimetre. So $1 newton = 10^5\\,dyne$, $1 joule = 10^7\\,erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein."^^qudt:LatexString ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:definedUnitOfSystem . - -qudt:dataStructure a rdf:Property ; - rdfs:label "data structure" ; - rdfs:isDefinedBy . - -qudt:dbpediaMatch a rdf:Property ; - rdfs:label "dbpedia match" ; - rdfs:isDefinedBy . - -qudt:definedUnitOfSystem a rdf:Property ; - rdfs:label "defined unit of system" ; - dcterms:description "This property relates a unit of measure with the unit system that defines the unit."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:isUnitOfSystem . - -qudt:exactConstant a rdf:Property ; - rdfs:label "exact constant" ; - rdfs:isDefinedBy . - -qudt:expression a rdf:Property ; - rdfs:label "expression" ; - 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 . - -qudt:hasBaseQuantityKind a rdf:Property ; - rdfs:label "has base quantity kind" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:hasQuantityKind . - -qudt:hasUnitSystem a rdf:Property ; - rdfs:label "has unit system" ; - rdfs:isDefinedBy . - -qudt:id a rdf:Property ; - rdfs:label "qudt id" ; - 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 . - -qudt:isoNormativeReference a rdf:Property ; - rdfs:label "normative reference (ISO)" ; - dcterms:description "Provides a way to reference the ISO unit definition."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:normativeReference . - -qudt:lowerBound a rdf:Property ; - rdfs:label "lower bound" ; - rdfs:isDefinedBy . - -qudt:permissibleMaths a rdf:Property ; - rdfs:label "permissible maths" ; - rdfs:isDefinedBy . - -qudt:permissibleTransformation a rdf:Property ; - rdfs:label "permissible transformation" ; - rdfs:isDefinedBy . - -qudt:prefix a rdf:Property ; - rdfs:label "prefix" ; - rdfs:comment "Associates a unit with the appropriate prefix, if any." ; - rdfs:isDefinedBy . - -qudt:qkdvDenominator a rdf:Property ; - rdfs:label "denominator dimension vector" ; - rdfs:isDefinedBy . - -qudt:qkdvNumerator a rdf:Property ; - rdfs:label "numerator dimension vector" ; - rdfs:isDefinedBy . - -qudt:rationale a rdf:Property ; - rdfs:label "rationale" ; - rdfs:isDefinedBy . - -qudt:unit a rdf:Property ; - rdfs:label "unit" ; - dcterms:description "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ; - dcterms:isReplacedBy qudt:hasUnit ; - qudt:deprecated true ; - rdfs:isDefinedBy . - -qudt:upperBound a rdf:Property ; - rdfs:label "upper bound" ; - rdfs:isDefinedBy . - -qudt:url a rdf:Property ; - rdfs:label "url" ; - rdfs:isDefinedBy . - -vaem:QUDT a vaem:Party ; - rdfs:label "QUDT" ; - dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."^^rdf:HTML ; - vaem:graphName "qudt.org" ; - vaem:website "http://www.qudt.org"^^xsd:anyURI ; - rdfs:isDefinedBy . - -qudt:Aspect a qudt:AspectClass, - sh:NodeShape ; - rdfs:label "QUDT Aspect" ; - rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ; - rdfs:isDefinedBy ; - rdfs:subClassOf rdfs:Resource . - -qudt:abbreviation a rdf:Property ; - rdfs:label "abbreviation" ; - 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 . - -qudt:applicableSystem a rdf:Property ; - rdfs:label "applicable system" ; - 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 . - -qudt:derivedUnitOfSystem a rdf:Property ; - rdfs:label "is derived unit of system" ; - 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 qudt:isUnitOfSystem . - -qudt:hasCoherentUnit a rdf:Property ; - rdfs:label "coherent unit" ; - 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 qudt:hasDefinedUnit . - -qudt:hasDerivedUnit a rdf:Property ; - rdfs:label "derived unit" ; - 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 . - -qudt:hasDimensionVector a rdf:Property ; - rdfs:label "has dimension vector" ; - rdfs:isDefinedBy . - -qudt:iec61360Code a rdf:Property ; - rdfs:label "iec-61360 code" ; - rdfs:isDefinedBy . - -qudt:informativeReference a rdf:Property ; - rdfs:label "informative reference" ; - dcterms:description "Provides a way to reference a source that provided useful but non-normative information."^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:literal a rdf:Property ; - rdfs:label "literal" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf dtype:literal . - -qudt:mathMLdefinition a rdf:Property ; - rdfs:label "mathML definition" ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:mathDefinition . - -qudt:normativeReference a rdf:Property ; - rdfs:label "normative reference" ; - dcterms:description "Provides a way to reference information that is an authorative source providing a standard definition"^^rdf:HTML ; - rdfs:isDefinedBy . - -qudt:exactMatch a rdf:Property ; - rdfs:label "exact match" ; - rdfs:isDefinedBy . - -qudt:hasDefinedUnit a rdf:Property ; - rdfs:label "defined unit" ; - 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 qudt:hasUnit . - -qudt:isUnitOfSystem a rdf:Property ; - rdfs:label "is unit of system" ; - 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 . - -qudt:latexDefinition a rdf:Property ; - rdfs:label "latex definition" ; - rdfs:isDefinedBy . - -qudt:siExactMatch a rdf:Property ; - rdfs:label "Individual from SI Reference Point" ; - rdfs:isDefinedBy . - -dcterms:description a rdf:Property ; - rdfs:label "description" . - -qudt:latexSymbol a rdf:Property ; - rdfs:label "latex symbol" ; - dcterms:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^qudt:LatexString ; - rdfs:isDefinedBy . - -qudt:symbol a rdf:Property ; - rdfs:label "symbol" ; - dcterms:description "The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. For example, the symbol for an Ohm is $ohm$. This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm."^^qudt:LatexString ; - rdfs:isDefinedBy ; - rdfs:subPropertyOf qudt:literal . - -qudt:ucumCode a rdf:Property ; - rdfs:label "ucum code" ; - 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 . - -qudt:hasQuantityKind a rdf:Property ; - rdfs:label "has quantity kind" ; - rdfs:isDefinedBy . - -qudt:hasUnit a rdf:Property ; - rdfs:label "has unit" ; - 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:isDefinedBy . - -qudt:Verifiable a qudt:AspectClass, - sh:NodeShape ; - rdfs:label "Verifiable" ; - rdfs:comment "An aspect class that holds properties that provide external knowledge and specifications of a given resource." ; - rdfs:isDefinedBy ; - rdfs:subClassOf qudt:Aspect ; - sh:property qudt:Verifiable-dbpediaMatch, - qudt:Verifiable-informativeReference, - qudt:Verifiable-isoNormativeReference, - qudt:Verifiable-normativeReference . - -qudt:applicableUnit a rdf:Property ; - rdfs:label "applicable unit" ; - 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 . - -qudt:LatexString a rdfs:Datatype, - sh:NodeShape ; - rdfs:label "Latex String" ; - rdfs:comment "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." ; - rdfs:isDefinedBy ; - rdfs:subClassOf xsd:string . - - a owl:Ontology ; - rdfs:label "QUDT SHACL Schema Version 2.1.37" ; - vaem:hasGraphMetadata vaem:GMD_SHACLQUDT-SCHEMA ; - rdfs:isDefinedBy ; - owl:imports , - , - , - , - sh: ; - owl:versionIRI . - diff --git a/ontologies/qudtsou.ttl b/ontologies/qudtsou.ttl deleted file mode 100644 index da29ccb..0000000 --- a/ontologies/qudtsou.ttl +++ /dev/null @@ -1,235 +0,0 @@ -@prefix dcterms: . -@prefix owl: . -@prefix prefix: . -@prefix prov: . -@prefix qudt: . -@prefix rdf: . -@prefix rdfs: . -@prefix sou: . -@prefix unit: . -@prefix vaem: . -@prefix xsd: . - -sou:SOU_ASU a qudt:SystemOfUnits ; - rdfs:label "Astronomical System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:ASU . - -sou:SOU_CGS a qudt:SystemOfUnits ; - rdfs:label "CGS System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:CGS . - -sou:SOU_CGS-EMU a qudt:SystemOfUnits ; - rdfs:label "CGS-EMU System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:CGS-EMU . - -sou:SOU_CGS-ESU a qudt:SystemOfUnits ; - rdfs:label "CGS-ESU System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:CGS-ESU . - -sou:SOU_CGS-GAUSS a qudt:SystemOfUnits ; - rdfs:label "CGS-Gauss System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:CGS-GAUSS . - -sou:SOU_IMPERIAL a qudt:SystemOfUnits ; - rdfs:label "Imperial System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:IMPERIAL . - -sou:SOU_PLANCK a qudt:SystemOfUnits ; - rdfs:label "Planck System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:PLANCK . - -sou:SOU_SI a qudt:SystemOfUnits ; - rdfs:label "SI System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:SI . - -sou:SOU_USCS a qudt:SystemOfUnits ; - rdfs:label "US Customary System of Units (deprecated URI)" ; - qudt:deprecated true ; - rdfs:seeAlso sou:USCS . - -sou:UNSTATED a qudt: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 . - -sou:ASU a qudt: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 ; - qudt:informativeReference "http://www.iau.org/public/themes/measuring/"^^xsd:anyURI ; - rdfs:isDefinedBy . - -sou:IMPERIAL a qudt: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 ; - qudt:abbreviation "Imperial" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Imperial_units"^^xsd:anyURI ; - qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199234899.001.0001/acref-9780199234899-e-3147"^^xsd:anyURI ; - rdfs:isDefinedBy . - -sou:PLANCK a qudt: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 ; - qudt:abbreviation "PLANCK" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_units"^^xsd:anyURI ; - qudt:hasBaseUnit unit:PlanckCharge, - unit:PlanckLength, - unit:PlanckMass, - unit:PlanckTemperature, - unit:PlanckTime ; - qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_units?oldid=495407713"^^xsd:anyURI ; - rdfs:isDefinedBy . - -sou:SI a qudt: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 ; - qudt:abbreviation "SI" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/International_System_of_Units"^^xsd:anyURI ; - qudt:hasBaseUnit unit:A, - unit:CD, - unit:K, - unit:KiloGM, - unit:M, - unit:MOL, - unit:SEC, - unit:UNITLESS ; - qudt: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 ; - qudt:prefix prefix:Atto, - prefix:Centi, - prefix:Deca, - prefix:Deci, - prefix:Deka, - prefix:Exa, - prefix:Femto, - prefix:Giga, - prefix:Hecto, - prefix:Kilo, - prefix:Mega, - prefix:Micro, - prefix:Milli, - prefix:Nano, - prefix:Peta, - prefix:Pico, - prefix:Quecto, - prefix:Quetta, - prefix:Ronna, - prefix:Ronto, - prefix:Tera, - prefix:Yocto, - prefix:Yotta, - prefix:Zepto, - prefix:Zetta ; - rdfs:isDefinedBy . - -sou:USCS a qudt: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 ; - qudt:abbreviation "US Customary" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/United_States_customary_units"^^xsd:anyURI ; - vaem:url "http://en.wikipedia.org/wiki/US_customary_units"^^xsd:anyURI ; - rdfs:isDefinedBy . - -vaem:GMD_QUDT-SOU a vaem:GraphMetaData ; - rdfs:label "QUDT System of Units Vocabulary Metadata Version v2.1.37" ; - dcterms:contributor "Jack Hodges", - "Steve Ray" ; - dcterms:created "2016-07-04"^^xsd:date ; - dcterms:creator "Ralph Hodgson" ; - dcterms:description "QUDT Systems of Units Vocabulary Version 2.1.37"^^rdf:HTML ; - dcterms:modified "2024-03-22T17:09:17.517000-04:00"^^xsd:dateTime ; - dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; - dcterms:subject "Systems of Units" ; - dcterms:title "QUDT Systems of Units Version 2.1 Vocabulary" ; - vaem:graphTitle "QUDT Systems of Units Version 2.1.37" ; - vaem:hasGraphRole vaem:VocabularyGraph ; - vaem:hasOwner vaem:QUDT ; - vaem:hasSteward vaem:QUDT ; - vaem:intent "The intent of this graph is the specification of all Systems of Units" ; - vaem:isMetadataFor ; - vaem:latestPublishedVersion "https://qudt.org/doc/2024/03/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; - vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; - vaem:name "sou" ; - vaem:namespace "http://qudt.org/vocab/sou/"^^xsd:anyURI ; - vaem:namespacePrefix "sou" ; - vaem:owner "qudt.org" ; - vaem:previousPublishedVersion "https://qudt.org/doc/2024/02/DOC_VOCAB-SYSTEMS-OF-UNITS-v2.1.html"^^xsd:anyURI ; - vaem:revision "2.1" ; - vaem:turtleFileURL "http://qudt.org/2.1/vocab/sou"^^xsd:anyURI ; - vaem:usesNonImportedResource prov:wasInfluencedBy, - prov:wasInformedBy ; - rdfs:isDefinedBy ; - owl:versionIRI . - -sou:CGS a qudt: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 ; - qudt:abbreviation "CGS" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre_gram_second_system_of_units"^^xsd:anyURI ; - qudt:hasBaseUnit unit:CentiM, - unit:GM, - unit:SEC, - unit:UNITLESS ; - qudt: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 sou:CGS-EMU, - sou:CGS-ESU, - sou:CGS-GAUSS . - -sou:CGS-EMU a qudt: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 ; - qudt:abbreviation "CGS-EMU" ; - qudt:hasBaseUnit unit:BIOT, - unit:CentiM, - unit:GM, - unit:SEC, - unit:UNITLESS ; - qudt:informativeReference "http://www.sizes.com/units/sys_cgs_em.htm"^^xsd:anyURI ; - rdfs:isDefinedBy . - -sou:CGS-ESU a qudt: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 ; - qudt:abbreviation "CGS-ESU" ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Electrostatic_units"^^xsd:anyURI ; - qudt: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 . - -sou:CGS-GAUSS a qudt: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 ; - qudt:abbreviation "CGS-GAUSS" ; - qudt:hasBaseUnit unit:CentiM, - unit:GM, - unit:SEC, - unit:UNITLESS ; - qudt:informativeReference "https://en.wikipedia.org/wiki/Gaussian_units"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:seeAlso sou:CGS . - - a owl:Ontology ; - rdfs:label "QUDT VOCAB Systems of Units Release 2.1.37" ; - vaem:hasGraphMetadata vaem:GMD_QUDT-SOU ; - owl:imports , - ; - owl:versionInfo "Created with TopBraid Composer" . - diff --git a/ontologies/qudtusertest.ttl b/ontologies/qudtusertest.ttl deleted file mode 100644 index ce04cfa..0000000 --- a/ontologies/qudtusertest.ttl +++ /dev/null @@ -1,81 +0,0 @@ -@prefix owl: . -@prefix qudt: . -@prefix rdfs: . -@prefix sh: . -@prefix xsd: . - -qudt:DeprecatedPropertyConstraint a sh:NodeShape ; - rdfs:label "Warning about use of a deprecated QUDT property" ; - rdfs:isDefinedBy ; - sh:severity sh:Info ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Warns if a deprecated QUDT property is used" ; - sh:message "Resource, '{$this}' uses the property '{?oldpstr}' which will be deprecated. Please use '{?newpstr}' instead." ; - 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) -}""" ] ; - sh:targetClass qudt:Concept . - -qudt:DeprecationConstraint a sh:NodeShape ; - rdfs:label "Warning about use of a deprecated QUDT resource" ; - rdfs:isDefinedBy ; - sh:severity sh:Info ; - sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Warns if a deprecated QUDT resource is used" ; - sh:message "Resource, '{?s}' refers to '{?oldqstr}' which has been deprecated. Please refer to '{?newqstr}' instead." ; - 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) -}""" ] ; - sh:targetClass qudt:Concept . - - a owl:Ontology ; - rdfs:label "QUDT Collection - USER TESTS - v 2.1.37" ; - rdfs:isDefinedBy ; - sh:declare [ a sh:PrefixDeclaration ; - sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ; - sh:prefix "dcterms" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; - sh:prefix "sh" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ; - sh:prefix "xsd" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; - sh:prefix "qudt" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/dimensionvector/"^^xsd:anyURI ; - sh:prefix "qkdv" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; - sh:prefix "quantitykind" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; - sh:prefix "unit" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; - sh:prefix "rdf" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; - sh:prefix "owl" ], - [ a sh:PrefixDeclaration ; - sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ; - sh:prefix "skos" ] . - diff --git a/ontologies/rec.ttl b/ontologies/rec.ttl index cb4bbcf..387e2fa 100644 --- a/ontologies/rec.ttl +++ b/ontologies/rec.ttl @@ -1,4 +1,13 @@ +# baseURI: https://w3id.org/rec +# imports: http://datashapes.org/dash +# imports: https://brickschema.org/schema/1.4/Brick +# imports: https://w3id.org/rec/brickpatches +# prefix: rec + +@prefix : . @prefix brick: . +@prefix brickpatches: . +@prefix dash: . @prefix geojson: . @prefix owl: . @prefix qudt: . @@ -8,2341 +17,3001 @@ @prefix sh: . @prefix xsd: . -rec:AbsoluteHumidityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Absolute humidity observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:AccelerationObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Acceleration observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:AccessControlZone a rdfs:Class, - sh:NodeShape ; - rdfs:label "Access control zone" ; - rdfs:subClassOf rec:Zone . - -rec:AccessPanel a rdfs:Class, - sh:NodeShape ; - rdfs:label "Access panel" ; - rdfs:subClassOf rec:BarrierAsset . - -rec:ActuationEvent a rdfs:Class, - sh:NodeShape ; - rdfs:label "Actuation event" ; - rdfs:subClassOf rec:PointEvent ; - sh:property [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:description "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute." ; - sh:minCount 1 ; - sh:name "target point" ; - sh:nodeKind sh:IRI ; - sh:path rec:targetPoint ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:description "The command message/payload of this actuation event." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:AdmittingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Admitting room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:Agent a rdfs:Class, - sh:NodeShape ; - rdfs:label "Agent" ; - rdfs:comment "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Organization ; - sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property." ; - sh:name "is member of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isMemberOf ], - [ a sh:PropertyShape ; - sh:description "Indicates ownership of some thing, e.g., a building, an asset, an organization, etc." ; - sh:name "owns" ; - sh:nodeKind sh:IRI ; - sh:path rec:owns ] . - -rec:AlarmObject a rdfs:Class, - sh:NodeShape ; - rdfs:label "Alarm object" ; - rdfs:subClassOf rec:ServiceObject . - -rec:AngleObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Angle observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:AngularAccelerationObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Angular acceleration observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:AngularVelocityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Angular velocity observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Apartment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Apartment" ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Room ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:ArchitecturalAsset a rdfs:Class, - sh:NodeShape ; - rdfs:label "Architectural asset" ; - rdfs:subClassOf rec:Asset . - -rec:Architecture a rdfs:Class, - sh:NodeShape ; - rdfs:label "Architecture" ; - rdfs:comment "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc." ; - rdfs:subClassOf rec:Space ; - sh:property [ a sh:PropertyShape ; - sh:class rec:PostalAddress ; - sh:description "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question." ; - sh:name "address" ; - sh:nodeKind sh:IRI ; - sh:path rec:address ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:name "adjacent element" ; - sh:nodeKind sh:IRI ; - sh:path rec:adjacentElement ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "architected by" ; - sh:nodeKind sh:IRI ; - sh:path rec:architectedBy ], - [ a sh:PropertyShape ; - sh:class rec:ArchitectureArea ; - sh:maxCount 1 ; - sh:name "area" ; - sh:nodeKind sh:IRI ; - sh:path rec:area ], - [ a sh:PropertyShape ; - sh:class rec:ArchitectureCapacity ; - sh:maxCount 1 ; - sh:name "capacity" ; - sh:nodeKind sh:IRI ; - sh:path rec:capacity ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:nodeKind sh:IRI ; - sh:path rec:constructedBy ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:description "Links an Architecture to BuildingElement that is contained in the Space." ; - sh:name "contains element" ; - sh:nodeKind sh:IRI ; - sh:path rec:containsElement ], - [ a sh:PropertyShape ; - sh:class rec:Document ; - sh:name "documentation" ; - sh:nodeKind sh:IRI ; - sh:path rec:documentation ], - [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:name "has point" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPoint ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:name "intersecting element" ; - sh:nodeKind sh:IRI ; - sh:path rec:intersectingElement ], - [ a sh:PropertyShape ; - sh:name "is fed by" ; - sh:nodeKind sh:IRI ; - sh:path rec:isFedBy ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "operated by" ; - sh:nodeKind sh:IRI ; - sh:path rec:operatedBy ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "owned by" ; - sh:nodeKind sh:IRI ; - sh:path rec:ownedBy ] . - -rec:ArchitectureArea a , - rdfs:Class, - sh:NodeShape ; - rdfs:label "Architecture area" ; - rdfs:comment "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:name "gross area" ; - sh:path rec:grossArea ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:name "net area" ; - sh:path rec:netArea ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:maxCount 1 ; - sh:name "rentable area" ; - sh:path rec:rentableArea ] . - -rec:ArchitectureCapacity a , - rdfs:Class, - sh:NodeShape ; - rdfs:label "Architecture capacity" ; - rdfs:comment "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:description "E.g., per Building Code" ; - sh:maxCount 1 ; - sh:name "maximum occupancy" ; - sh:path rec:maxOccupancy ], - [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:name "seating capacity" ; - sh:path rec:seatingCapacity ] . - -rec:AreaObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Area observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Asset a rdfs:Class, - sh:NodeShape ; - rdfs:label "Asset" ; - rdfs:comment "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "IP address" ; - sh:path rec:IPAddress ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "MAC address" ; - sh:path rec:MACAddress ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "asset tag" ; - sh:path rec:assetTag ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "commissioned by" ; - sh:nodeKind sh:IRI ; - sh:path rec:commissionedBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:date ; - sh:maxCount 1 ; - sh:name "commissioning date" ; - sh:path rec:commissioningDate ], - [ a sh:PropertyShape ; - sh:class rec:Document ; - sh:name "documentation" ; - sh:nodeKind sh:IRI ; - sh:path rec:documentation ], - [ a sh:PropertyShape ; - sh:class rec:Geometry ; - sh:description "A GeoJSON Geometry representing the position or extent of the asset." ; - sh:maxCount 1 ; - sh:name "geometry" ; - sh:path rec:geometry ], - [ a sh:PropertyShape ; - sh:class rec:Asset ; - sh:name "has part" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPart ], - [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:name "has point" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPoint ], - [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:name "initial cost" ; - sh:nodeKind sh:Literal ; - sh:path rec:initialCost ], - [ a sh:PropertyShape ; - sh:datatype xsd:date ; - sh:maxCount 1 ; - sh:name "installation date" ; - sh:path rec:installationDate ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "installed by" ; - sh:nodeKind sh:IRI ; - sh:path rec:installedBy ], - [ a sh:PropertyShape ; - sh:class rec:Asset ; - sh:name "is part of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isPartOf ], - [ a sh:PropertyShape ; - sh:class rec:Space ; - sh:name "located in" ; - sh:nodeKind sh:IRI ; - sh:path rec:locatedIn ], - [ a sh:PropertyShape ; - sh:datatype xsd:duration ; - sh:name "maintenance interval" ; - sh:path rec:maintenanceInterval ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "manufactured by" ; - sh:nodeKind sh:IRI ; - sh:path rec:manufacturedBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "model number" ; - sh:path rec:modelNumber ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:description "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)." ; - sh:maxCount 1 ; - sh:name "mounted on" ; - sh:nodeKind sh:IRI ; - sh:path rec:mountedOn ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "serial number" ; - sh:path rec:serialNumber ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:name "serviced by" ; - sh:nodeKind sh:IRI ; - sh:path rec:servicedBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:date ; - sh:maxCount 1 ; - sh:name "turnover date" ; - sh:path rec:turnoverDate ], - [ a sh:PropertyShape ; - sh:datatype xsd:decimal ; - sh:maxCount 1 ; - sh:name "weight" ; - sh:path rec:weight ] . - -rec:Atrium a rdfs:Class, - sh:NodeShape ; - rdfs:label "Atrium" ; - rdfs:subClassOf rec:Room . - -rec:AudioVisualEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Audio Visual Equipment" ; - rdfs:comment "Audio visual equipment." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:Auditorium a rdfs:Class, - sh:NodeShape ; - rdfs:label "Auditorium" ; - rdfs:subClassOf rec:Room . - -rec:BACnetController a rdfs:Class, - sh:NodeShape ; - rdfs:label "BACnet Controller" ; - rdfs:comment "BACnet controller." ; - rdfs:subClassOf rec:Controller . - -rec:BackOffice a rdfs:Class, - sh:NodeShape ; - rdfs:label "Back office" ; - rdfs:subClassOf rec:Room . - -rec:Balcony a rdfs:Class, - sh:NodeShape ; - rdfs:label "Balcony" ; - rdfs:subClassOf rec:BuildingElement . - -rec:BarRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bar room" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:BarrierAsset a rdfs:Class, - sh:NodeShape ; - rdfs:label "Barrier asset" ; - rdfs:subClassOf rec:ArchitecturalAsset . - -rec:BasementLevel a rdfs:Class, - sh:NodeShape ; - rdfs:label "Basement level" ; - rdfs:subClassOf rec:Level . - -rec:Bathroom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bathroom" ; - rdfs:subClassOf rec:Room . - -rec:Bed a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bed" ; - rdfs:subClassOf rec:Furniture . - -rec:Bedroom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bedroom" ; - rdfs:subClassOf rec:Room . - -rec:BicycleGarage a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bicycle garage" ; - rdfs:subClassOf rec:Garage . - -rec:Bookcase a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bookcase" ; - rdfs:subClassOf rec:Furniture . - -rec:BooleanValueObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Boolean value observation" ; - rdfs:comment "Generic xsd:boolean value observation that is not specific to any particular QUDT quantitykind or unit." ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:boolean ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Building a rdfs:Class, - sh:NodeShape ; - rdfs:label "Building" ; - rdfs:comment "A confined building structure." ; - rdfs:subClassOf rec:Architecture . - -rec:BuildingElement a rdfs:Class, - sh:NodeShape ; - rdfs:label "Building element" ; - rdfs:comment "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Document ; - sh:name "documentation" ; - sh:nodeKind sh:IRI ; - sh:path rec:documentation ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:name "has part" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPart ], - [ a sh:PropertyShape ; - sh:class rec:BuildingElement ; - sh:maxCount 1 ; - sh:name "is part of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isPartOf ], - [ a sh:PropertyShape ; - sh:class rec:Architecture ; - sh:description "Indicates the architected space (site, building, level, room...) in which this building element is placed." ; - sh:maxCount 1 ; - sh:name "located in" ; - sh:nodeKind sh:IRI ; - sh:path rec:locatedIn ] . - -rec:BulletinBoard a rdfs:Class, - sh:NodeShape ; - rdfs:label "Bulletin board" ; - rdfs:subClassOf rec:Furniture . - -rec:Cabinet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cabinet" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:CableRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cable room" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:CafeteriaRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cafeteria room" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:Campus a rdfs:Class, - sh:NodeShape ; - rdfs:label "Campus" ; - rdfs:comment "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc." ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Architecture ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:CapacitanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Capacitance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Cart a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cart" ; - rdfs:subClassOf rec:Furniture . - -rec:Chair a rdfs:Class, - sh:NodeShape ; - rdfs:label "Chair" ; - rdfs:subClassOf rec:Furniture . - -rec:Cinema a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cinema" ; - rdfs:subClassOf rec:Room . - -rec:Classroom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Classroom" ; - rdfs:subClassOf rec:EducationalRoom . - -rec:CleaningRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cleaning room" ; - rdfs:subClassOf rec:Room . - -rec:ClimateControlRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Climate-control room" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:CloakRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cloak room" ; - rdfs:subClassOf rec:Room . - -rec:CoatRack a rdfs:Class, - sh:NodeShape ; - rdfs:label "Coat rack" ; - rdfs:subClassOf rec:Furniture . - -rec:CoffeeTable a rdfs:Class, - sh:NodeShape ; - rdfs:label "Coffee table" ; - rdfs:subClassOf rec:Table . - -rec:Collection a rdfs:Class, - sh:NodeShape ; - rdfs:label "Collection" ; - rdfs:comment "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Document ; - sh:name "documentation" ; - sh:nodeKind sh:IRI ; - sh:path rec:documentation ] . - -rec:Company a rdfs:Class, - sh:NodeShape ; - rdfs:label "Company" ; - rdfs:subClassOf rec:Organization . - -rec:ComputerCart a rdfs:Class, - sh:NodeShape ; - rdfs:label "Computer cart" ; - rdfs:subClassOf rec:Cart . - -rec:ConferenceRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Conference room" ; - rdfs:subClassOf rec:Room . - -rec:ConferenceTable a rdfs:Class, - sh:NodeShape ; - rdfs:label "Conference table" ; - rdfs:subClassOf rec:Table . - -rec:Controller a rdfs:Class, - sh:NodeShape ; - rdfs:label "Controller" ; - rdfs:comment "Controller." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:ConversationRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Conversation room" ; - rdfs:subClassOf rec:Room . - -rec:CookingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Cooking room" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:CopyingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Copying room" ; - rdfs:subClassOf rec:Room . - -rec:DataNetworkEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Data Network Equipment" ; - rdfs:comment "Data network equipment." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:DataRateObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Data rate observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:DataServerRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Data server room" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:DataSizeObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Data size observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:DaylightSensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Daylight Sensor" ; - rdfs:comment "Daylight sensor." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:DensityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Density observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Department a rdfs:Class, - sh:NodeShape ; - rdfs:label "Department" ; - rdfs:subClassOf rec:Organization . - -rec:Desk a rdfs:Class, - sh:NodeShape ; - rdfs:label "Desk" ; - rdfs:subClassOf rec:Furniture . - -rec:DeskLamp a rdfs:Class, - sh:NodeShape ; - rdfs:label "Desk lamp" ; - rdfs:subClassOf rec:Lamp . - -rec:DiningRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Dining room" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:DisabledToilet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Disabled toilet" ; - rdfs:subClassOf rec:PersonalHygiene . - -rec:DishingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Dishing room" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:DistanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Distance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Document a rdfs:Class, - sh:NodeShape ; - rdfs:label "Document" ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:name "document topic" ; - sh:nodeKind sh:IRI ; - sh:path rec:documentTopic ], - [ a sh:PropertyShape ; - sh:name "URL" ; - sh:nodeKind sh:IRI ; - sh:path rec:url ] . - -rec:Door a rdfs:Class, - sh:NodeShape ; - rdfs:label "Door" ; - rdfs:subClassOf rec:BarrierAsset . - -rec:DoubleValueObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Double value observation" ; - rdfs:comment "Generic xsd:double value observation that is not specific to any particular QUDT quantitykind or unit." ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:DressingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Dressing room" ; - rdfs:subClassOf rec:Room . - -rec:EducationalRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Educational room" ; - rdfs:subClassOf rec:Room . - -rec:ElectricChargeObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Electric charge observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:ElectricCurrentObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Elecric current observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:ElectricityRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Electricity room" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:ElevatorRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Elevator room" ; - rdfs:subClassOf rec:Room . - -rec:ElevatorShaft a rdfs:Class, - sh:NodeShape ; - rdfs:label "Elevator shaft" ; - rdfs:subClassOf rec:Room . - -rec:ElevatorTrip a rdfs:Class, - sh:NodeShape ; - rdfs:label "Elevator trip" ; - rdfs:subClassOf rec:Event ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "current level" ; - sh:path rec:currentLevel ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "end level" ; - sh:path rec:endLevel ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "start level" ; - sh:path rec:startLevel ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "Up" "Down" ) ; - sh:maxCount 1 ; - sh:name "trip direction" ; - sh:path rec:tripDirection ] . - -rec:EndTable a rdfs:Class, - sh:NodeShape ; - rdfs:label "End table" ; - rdfs:subClassOf rec:Table . - -rec:EnergyObservation a , - rdfs:Class, - sh:NodeShape ; - rdfs:label "Energy observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Entrance a rdfs:Class, - sh:NodeShape ; - rdfs:label "Entrance" ; - rdfs:subClassOf rec:Room . - -rec:EquipmentCollection a rdfs:Class, - sh:NodeShape ; - rdfs:label "Equipment collection" ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class brick:Equipment ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:ErrorReport a rdfs:Class, - sh:NodeShape ; - rdfs:label "Error report" ; - rdfs:subClassOf rec:ServiceObject . - -rec:EthernetPort a rdfs:Class, - sh:NodeShape ; - rdfs:label "Ethernet Port" ; - rdfs:comment "Ethernet port." ; - rdfs:subClassOf rec:DataNetworkEquipment ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "Type1" "Type2" "Type3" "Type4" ) ; - sh:maxCount 1 ; - sh:name "PoE Type" ; - sh:path rec:poeType ], - [ a sh:PropertyShape ; - sh:datatype xsd:float ; - sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second." ; - sh:maxCount 1 ; - sh:name "Port Speed" ; - sh:path rec:portSpeed ] . - -rec:EthernetSwitch a rdfs:Class, - sh:NodeShape ; - rdfs:label "Ethernet Switch" ; - rdfs:comment "Ethernet switch." ; - rdfs:subClassOf rec:DataNetworkEquipment . - -rec:Event a rdfs:Class, - sh:NodeShape ; - rdfs:label "Event" ; - rdfs:comment "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:description "Event ending timestamp." ; - sh:maxCount 1 ; - sh:name "end" ; - sh:path rec:end ], - [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:description "Event start timestamp." ; - sh:maxCount 1 ; - sh:name "start" ; - sh:path rec:start ], - [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:name "timestamp" ; - sh:path rec:timestamp ] . - -rec:ExceptionEvent a rdfs:Class, - sh:NodeShape ; - rdfs:label "Exception event" ; - rdfs:subClassOf rec:PointEvent ; - sh:property [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:description "The brick:Point that emitted this exception." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "source point" ; - sh:nodeKind sh:IRI ; - sh:path rec:sourcePoint ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:description "The message of this exception event." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:ExerciseRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Exercise room" ; - rdfs:subClassOf rec:Room . - -rec:ExhibitionRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Exhibition room" ; - rdfs:subClassOf rec:Room . - -rec:Facade a rdfs:Class, - sh:NodeShape ; - rdfs:label "Facade" ; - rdfs:subClassOf rec:BuildingElement . - -rec:FilingCabinet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Filing cabinet" ; - rdfs:subClassOf rec:Furniture . - -rec:FittingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Fitting room" ; - rdfs:subClassOf rec:RetailRoom . - -rec:FloorLamp a rdfs:Class, - sh:NodeShape ; - rdfs:label "Floor lamp" ; - rdfs:subClassOf rec:Lamp . - -rec:FloorMat a rdfs:Class, - sh:NodeShape ; - rdfs:label "Floor mat" ; - rdfs:subClassOf rec:Furniture . - -rec:FoldingChair a rdfs:Class, - sh:NodeShape ; - rdfs:label "Folding chair" ; - rdfs:subClassOf rec:Chair . - -rec:FoldingTable a rdfs:Class, - sh:NodeShape ; - rdfs:label "Folding table" ; - rdfs:subClassOf rec:Table . - -rec:FoodHandlingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Food-handling room" ; - rdfs:subClassOf rec:Room . - -rec:Footrest a rdfs:Class, - sh:NodeShape ; - rdfs:label "Footrest" ; - rdfs:subClassOf rec:Furniture . - -rec:ForceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Force observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:FrequencyObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Frequency observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Furniture a rdfs:Class, - sh:NodeShape ; - rdfs:label "Furniture" ; - rdfs:subClassOf rec:Asset . - -rec:FurnitureCollection a rdfs:Class, - sh:NodeShape ; - rdfs:label "Furniture collection" ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Furniture ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:Garage a rdfs:Class, - sh:NodeShape ; - rdfs:label "Garage" ; - rdfs:subClassOf rec:Room . - -rec:Gateway a rdfs:Class, - sh:NodeShape ; - rdfs:label "Gateway" ; - rdfs:comment "Gateway." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:Geometry a rdfs:Class, - sh:NodeShape ; - rdfs:label "Geometry" ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "WGS84" "SWEREF99" "LocalCoordinates" ) ; - sh:maxCount 1 ; - sh:name "coordinate system" ; - sh:nodeKind sh:Literal ; - sh:path rec:coordinateSystem ] . - -rec:Georeference a rdfs:Class, - sh:NodeShape ; - rdfs:label "Georeference" ; - rdfs:comment "A georeference creates a relationship between a local coordinate system into a geographic coordinate system." ; - rdfs:subClassOf rec:Information . - -rec:Geotransform a rdfs:Class, - sh:NodeShape ; - rdfs:label "Geotransform" ; - rdfs:comment "A transform following GDAL's Affine Transform that transforms a local coordinate into a WGS84 coordinate. Created from Ground Control Points (GCP) using GDAL's GCPsToGeotransform method." ; - rdfs:subClassOf rec:Georeference ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:description "Value will be zero if the local coordinate system is north-aligned." ; - sh:maxCount 1 ; - sh:name "y rotational scale factor" ; - sh:path rec:yRotationalScaleFactor ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:name "height scale factor" ; - sh:path rec:heightScaleFactor ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:name "origin x" ; - sh:path rec:originX ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:name "origin y" ; - sh:path rec:originY ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:name "width scale factor" ; - sh:path rec:widthScaleFactor ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:description "Value will be zero if the local coordinate system is north-aligned." ; - sh:maxCount 1 ; - sh:name "x rotational scale factor" ; - sh:path rec:xRotationalScaleFactor ] . - -rec:GroupRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Group room" ; - rdfs:subClassOf rec:EducationalRoom . - -rec:HVACZone a rdfs:Class, - sh:NodeShape ; - rdfs:label "HVAC zone" ; - rdfs:subClassOf rec:Zone . - -rec:Hallway a rdfs:Class, - sh:NodeShape ; - rdfs:label "Hallway" ; - rdfs:subClassOf rec:Room . - -rec:HealthcareRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Healthcare room" ; - rdfs:subClassOf rec:Room . - -rec:Hospital a rdfs:Class, - sh:NodeShape ; - rdfs:label "Hospital" ; - rdfs:subClassOf rec:Building . - -rec:IAQSensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Indoor Air Quality Sensor" ; - rdfs:comment "Indoor air quality sensor." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:ICTEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "ICT Equipment" ; - rdfs:comment "Equipment and devices that are part of a building's ICT infrastructure." ; - rdfs:subClassOf brick:Equipment ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:name "Height (RUs)" ; - sh:path rec:heightRUs ], - [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:name "Number of Ports" ; - sh:path rec:numberOfPorts ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11." ; - sh:name "Standard" ; - sh:path rec:standard ] . - -rec:ICTHardware a rdfs:Class, - sh:NodeShape ; - rdfs:label "ICT Hardware" ; - rdfs:comment "ICT hardware." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:ITRack a rdfs:Class, - sh:NodeShape ; - rdfs:label "IT Rack" ; - rdfs:comment "IT rack." ; - rdfs:subClassOf rec:ICTEquipment . - -rec:IlluminanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Illuminance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:InductanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Inductance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Information a rdfs:Class, - sh:NodeShape ; - rdfs:label "Information" ; - rdfs:subClassOf rdfs:Resource . - -rec:IntegerValueObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Integer value observation" ; - rdfs:comment "Generic xsd:int value observation that is not specific to any particular QUDT quantitykind or unit." ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Kitchenette a rdfs:Class, - sh:NodeShape ; - rdfs:label "Kitchenette" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:Laboratory a rdfs:Class, - sh:NodeShape ; - rdfs:label "Laboratory" ; - rdfs:subClassOf rec:Room . - -rec:LaboratoryDry a rdfs:Class, - sh:NodeShape ; - rdfs:label "Laboratory (dry)" ; - rdfs:subClassOf rec:Laboratory . - -rec:LaboratoryWet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Laboratory (wet)" ; - rdfs:subClassOf rec:Laboratory . - -rec:Lamp a rdfs:Class, - sh:NodeShape ; - rdfs:label "Lamp" ; - rdfs:subClassOf rec:Furniture . - -rec:LaundryRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Laundry room" ; - rdfs:subClassOf rec:Room . - -rec:LeakDetectorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Leak Detector" ; - rdfs:comment "Leak detector." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:Lease a rdfs:Class, - sh:NodeShape ; - rdfs:label "Lease" ; - rdfs:subClassOf rec:Event ; - sh:property [ a sh:PropertyShape ; - sh:description "The object (e.g., property, equipment, etc) that this a lease of." ; - sh:minCount 1 ; - sh:name "lease of" ; - sh:nodeKind sh:IRI ; - sh:path rec:leaseOf ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:description "The agent leasing some leasable object, i.e., the user of the asset." ; - sh:minCount 1 ; - sh:name "leasee" ; - sh:nodeKind sh:IRI ; - sh:path rec:leasee ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:description "The agent leasing out some leasable object, i.e., the owner of the asset." ; - sh:minCount 1 ; - sh:name "leasor" ; - sh:nodeKind sh:IRI ; - sh:path rec:leasor ], - [ a sh:PropertyShape ; - sh:class rec:LeaseContract ; - sh:description "Indicates the contract regulating the terms of the lease in question. " ; - sh:name "regulated by" ; - sh:nodeKind sh:IRI ; - sh:path rec:regulatedBy ] . - -rec:LeaseContract a rdfs:Class, - sh:NodeShape ; - rdfs:label "Lease contract" ; - rdfs:comment "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement." ; - rdfs:subClassOf rec:Document ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Lease ; - sh:description "Indicates the lease(s) that this contract regulates the conditions of." ; - sh:name "regulates" ; - sh:nodeKind sh:IRI ; - sh:path rec:regulates ] . - -rec:LengthObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Length observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Level a rdfs:Class, - sh:NodeShape ; - rdfs:label "Level" ; - rdfs:comment "The level of a building, a.k.a. storey, floor, etc." ; - rdfs:subClassOf rec:Architecture ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:integer ; - sh:description "A number indicating the ordinal number of this level within the containing space (typically a Building or in the case of a Mezzanine, sometimes another level). Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others." ; - sh:name "level number" ; - sh:path rec:levelNumber ] . - -rec:Library a rdfs:Class, - sh:NodeShape ; - rdfs:label "Library" ; - rdfs:subClassOf rec:Room . - -rec:LivingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Living room" ; - rdfs:subClassOf rec:Room . - -rec:LoadingReceivingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Loading/receiving room" ; - rdfs:subClassOf rec:Room . - -rec:LockerRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Locker room" ; - rdfs:subClassOf rec:Room . - -rec:LuminanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Luminance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:LuminousFluxObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Luminous flux observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:LuminousIntensityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Luminous intensity observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:MagneticFluxObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Magnetic flux observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:MailRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mail room" ; - rdfs:subClassOf rec:BackOffice . - -rec:MailroomCart a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mailroom cart" ; - rdfs:subClassOf rec:Cart . - -rec:MainEntrance a rdfs:Class, - sh:NodeShape ; - rdfs:label "Main entrance" ; - rdfs:subClassOf rec:Entrance . - -rec:MassFlowRateObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mass flow rate observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:MassObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mass observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:MeditationRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Meditation room" ; - rdfs:subClassOf rec:Room . - -rec:MezzanineLevel a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mezzanine level" ; - rdfs:subClassOf rec:Level . - -rec:MobileDesk a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mobile desk" ; - rdfs:subClassOf rec:Desk . - -rec:ModbusController a rdfs:Class, - sh:NodeShape ; - rdfs:label "Modbus Controller" ; - rdfs:comment "Modbus controller." ; - rdfs:subClassOf rec:Controller . - -rec:Morgue a rdfs:Class, - sh:NodeShape ; - rdfs:label "Morgue" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:MothersRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Mothers' room" ; - rdfs:subClassOf rec:Room . - -rec:MultiPoint a rdfs:Class, - sh:NodeShape ; - rdfs:label "Multi point" ; - rdfs:subClassOf rec:Geometry ; - sh:property [ a sh:PropertyShape ; - sh:datatype geojson:MultiPoint ; - sh:description "A GeoJSON MultiPoint coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0]]." ; - sh:maxCount 1 ; - sh:name "coordinates" ; - sh:path rec:coordinates ] . - -rec:MultiPolygon a rdfs:Class, - sh:NodeShape ; - rdfs:label "Multi polygon" ; - rdfs:subClassOf rec:Geometry ; - sh:property [ a sh:PropertyShape ; - sh:datatype geojson:MultiPolygon ; - sh:description "A GeoJSON MultiPolygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[[[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]]], [[[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]]]]." ; - sh:maxCount 1 ; - sh:name "coordinates" ; - sh:path rec:coordinates ] . - -rec:MultiPurposeRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Multi-purpose room" ; - rdfs:subClassOf rec:Room . - -rec:NeonatalNursingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Neonatal nursing room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:NetworkRouter a rdfs:Class, - sh:NodeShape ; - rdfs:label "Network Router" ; - rdfs:comment "Network router." ; - rdfs:subClassOf rec:DataNetworkEquipment . - -rec:NetworkSecurityEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Network Security Equipment" ; - rdfs:comment "Network security equipment." ; - rdfs:subClassOf rec:DataNetworkEquipment . - -rec:NotificationObject a rdfs:Class, - sh:NodeShape ; - rdfs:label "Notification object" ; - rdfs:subClassOf rec:ServiceObject . - -rec:ObservationEvent a rdfs:Class, - sh:NodeShape ; - rdfs:label "Observation event" ; - rdfs:subClassOf rec:PointEvent ; - sh:property [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:description "The brick:Point that emitted this observation." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "source point" ; - sh:nodeKind sh:IRI ; - sh:path rec:sourcePoint ] . - -rec:OccupancySensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Occupancy Sensor" ; - rdfs:comment "Occupancy sensor." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:OccupancyZone a rdfs:Class, - sh:NodeShape ; - rdfs:label "Occupancy zone" ; - rdfs:comment "Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.)" ; - rdfs:subClassOf rec:Zone . - -rec:Office a rdfs:Class, - sh:NodeShape ; - rdfs:label "Office" ; - rdfs:subClassOf rec:Room . - -rec:OfficeChair a rdfs:Class, - sh:NodeShape ; - rdfs:label "Office chair" ; - rdfs:subClassOf rec:Chair . - -rec:OfficeLandscape a rdfs:Class, - sh:NodeShape ; - rdfs:label "OfficeLandscape" ; - rdfs:subClassOf rec:Office . - -rec:OfficeRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "OfficeRoom" ; - rdfs:subClassOf rec:Office . - -rec:OperatingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Operating room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:Organization a rdfs:Class, - sh:NodeShape ; - rdfs:label "Organization" ; - rdfs:comment "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)" ; - rdfs:subClassOf rec:Agent ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property." ; - sh:name "has member" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasMember ], - [ a sh:PropertyShape ; - sh:class rec:Organization ; - sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property." ; - sh:name "has part" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPart ], - [ a sh:PropertyShape ; - sh:class rec:Organization ; - sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property." ; - sh:name "is part of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isPartOf ], - [ a sh:PropertyShape ; - sh:datatype xsd:anyURI ; - sh:description "URL link to an image/logo that represents the organization." ; - sh:name "logo" ; - sh:path rec:logo ] . - -rec:OutdoorSpace a rdfs:Class, - sh:NodeShape ; - rdfs:label "Outdoor space" ; - rdfs:subClassOf rec:Architecture . - -rec:OutpatientServicesRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Outpatient services room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:Pantry a rdfs:Class, - sh:NodeShape ; - rdfs:label "Pantry" ; - rdfs:subClassOf rec:FoodHandlingRoom . - -rec:ParkingSpace a rdfs:Class, - sh:NodeShape ; - rdfs:label "Parking space" ; - rdfs:subClassOf rec:Zone . - -rec:Partition a rdfs:Class, - sh:NodeShape ; - rdfs:label "Partition" ; - rdfs:subClassOf rec:BarrierAsset . - -rec:PeopleCountSensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "People Count Sensor" ; - rdfs:comment "People count sensor." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:Person a rdfs:Class, - sh:NodeShape ; - rdfs:label "Person" ; - rdfs:comment "A natural person (i.e., an individual human being)." ; - rdfs:subClassOf rec:Agent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:path rec:familyName ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:name "gender" ; - sh:path rec:gender ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:path rec:givenName ], - [ a sh:PropertyShape ; - sh:datatype xsd:anyURI ; - sh:description "URL link to an image that represents the person." ; - sh:name "image" ; - sh:path rec:image ] . - -rec:PersonalHygiene a rdfs:Class, - sh:NodeShape ; - rdfs:label "Personal hygiene room" ; - rdfs:subClassOf rec:Room . - -rec:PharmacyRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Pharmacy room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:PhoneBooth a rdfs:Class, - sh:NodeShape ; - rdfs:label "PhoneBooth" ; - rdfs:subClassOf rec:Office . - -rec:Point a rdfs:Class, - sh:NodeShape ; - rdfs:label "Point" ; - rdfs:subClassOf rec:Geometry ; - sh:property [ a sh:PropertyShape ; - sh:datatype geojson:Point ; - sh:description "A GeoJSON Point coordinate listing. Coordinate may be expressed in two or three dimensions. Ex: [30.0, 10.0, 0.0]." ; - sh:maxCount 1 ; - sh:name "coordinates" ; - sh:path rec:coordinates ] . - -rec:PointEvent a rdfs:Class, - sh:NodeShape ; - rdfs:label "Point event" ; - rdfs:comment "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database." ; - rdfs:subClassOf rec:Event . - -rec:PointOfInterest a rdfs:Class, - sh:NodeShape ; - rdfs:label "Point of Interest" ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:maxCount 1 ; - sh:name "object of interest" ; - sh:nodeKind sh:IRI ; - sh:path rec:objectOfInterest ] . - -rec:Polygon a rdfs:Class, - sh:NodeShape ; - rdfs:label "Polygon" ; - rdfs:subClassOf rec:Geometry ; - sh:property [ a sh:PropertyShape ; - sh:datatype geojson:Polygon ; - sh:description "A GeoJSON Polygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." ; - sh:maxCount 1 ; - sh:name "coordinates" ; - sh:path rec:coordinates ] . - -rec:Portfolio a rdfs:Class, - sh:NodeShape ; - rdfs:label "Portfolio" ; - rdfs:comment "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc." ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:PostalAddress a rdfs:Class, - sh:NodeShape ; - rdfs:label "Postal address" ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "address line 1" ; - sh:path rec:addressLine1 ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "address line 2" ; - sh:path rec:addressLine2 ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "city" ; - sh:path rec:city ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:description "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc." ; - sh:maxCount 1 ; - sh:name "country" ; - sh:path rec:country ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "postal code" ; - sh:path rec:postalCode ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:name "region" ; - sh:path rec:region ] . - -rec:PowerObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Power observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Premises a rdfs:Class, - sh:NodeShape ; - rdfs:label "Premises" ; - rdfs:comment "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop." ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Architecture ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:PressureObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Pressure observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:PrinterCart a rdfs:Class, - sh:NodeShape ; - rdfs:label "Printer cart" ; - rdfs:subClassOf rec:Cart . - -rec:PrinterStand a rdfs:Class, - sh:NodeShape ; - rdfs:label "Printer stand" ; - rdfs:subClassOf rec:Stand . - -rec:RadiologyRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Radiology room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:RealEstate a rdfs:Class, - sh:NodeShape ; - rdfs:label "Real Estate" ; - rdfs:comment "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc." ; - rdfs:subClassOf rec:Collection ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Architecture ; - sh:minCount 1 ; - sh:name "includes" ; - sh:nodeKind sh:IRI ; - sh:path rec:includes ] . - -rec:Reception a rdfs:Class, - sh:NodeShape ; - rdfs:label "Reception" ; - rdfs:subClassOf rec:Room . - -rec:ReceptionTable a rdfs:Class, - sh:NodeShape ; - rdfs:label "Reception table" ; - rdfs:subClassOf rec:Table . - -rec:RecordingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Recording room" ; - rdfs:subClassOf rec:Room . - -rec:RecreationalRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Recreational room" ; - rdfs:subClassOf rec:Room . - -rec:Region a rdfs:Class, - sh:NodeShape ; - rdfs:label "Region" ; - rdfs:comment "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc." ; - rdfs:subClassOf rec:Space . - -rec:RelativeHumidityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Relative humidity observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:ResistanceObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Resistance observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:RestingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Resting room" ; - rdfs:subClassOf rec:Room . - -rec:RetailRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Retail room" ; - rdfs:subClassOf rec:Room . - -rec:Roof a rdfs:Class, - sh:NodeShape ; - rdfs:label "Roof" ; - rdfs:subClassOf rec:BuildingElement . - -rec:RoofLevel a rdfs:Class, - sh:NodeShape ; - rdfs:label "Roof level" ; - rdfs:subClassOf rec:Level . - -rec:Room a rdfs:Class, - sh:NodeShape ; - rdfs:label "Room" ; - rdfs:subClassOf rec:Architecture . - -rec:Safe a rdfs:Class, - sh:NodeShape ; - rdfs:label "Safe" ; - rdfs:subClassOf rec:Furniture . - -rec:Sauna a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sauna" ; - rdfs:subClassOf rec:PersonalHygiene . - -rec:School a rdfs:Class, - sh:NodeShape ; - rdfs:label "School" ; - rdfs:subClassOf rec:Building . - -rec:SecurityRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Security room" ; - rdfs:subClassOf rec:Room . - -rec:SensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sensor Equipment" ; - rdfs:comment "Sensor equipment." ; - rdfs:subClassOf rec:ICTEquipment ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:name "Battery Percentage" ; - sh:path rec:batteryPercentage ], - [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:name "Wi-Fi Signal Strength" ; - sh:path rec:wifiSignalStrength ] . - -rec:Server a rdfs:Class, - sh:NodeShape ; - rdfs:label "Server" ; - rdfs:comment "Server." ; - rdfs:subClassOf rec:ICTHardware . - -rec:ServiceEntrance a rdfs:Class, - sh:NodeShape ; - rdfs:label "Service entrance" ; - rdfs:subClassOf rec:Entrance . - -rec:ServiceObject a rdfs:Class, - sh:NodeShape ; - rdfs:label "Service object" ; - rdfs:subClassOf rec:Information ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:maxCount 1 ; - sh:name "acknowledged by" ; - sh:nodeKind sh:IRI ; - sh:path rec:acknowledgedBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:name "acknowledged time" ; - sh:path rec:acknowledgedTime ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:maxCount 1 ; - sh:name "closed by" ; - sh:nodeKind sh:IRI ; - sh:path rec:closedBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:name "closed time" ; - sh:path rec:closedTime ], - [ a sh:PropertyShape ; - sh:class rec:Agent ; - sh:maxCount 1 ; - sh:name "created by" ; - sh:nodeKind sh:IRI ; - sh:path rec:createdBy ], - [ a sh:PropertyShape ; - sh:datatype xsd:dateTime ; - sh:maxCount 1 ; - sh:name "created time" ; - sh:path rec:createdTime ], - [ a sh:PropertyShape ; - sh:class brick:Point ; - sh:name "produced by" ; - sh:nodeKind sh:IRI ; - sh:path rec:producedBy ], - [ a sh:PropertyShape ; - sh:minCount 1 ; - sh:name "related to" ; - sh:nodeKind sh:IRI ; - sh:path rec:relatedTo ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "Severe" "Major" "Minor" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "severity" ; - sh:path rec:severity ], - [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "Unacknowledged" "Acknowledged" "Closed" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "status" ; - sh:path rec:status ] . - -rec:ServiceShaft a rdfs:Class, - sh:NodeShape ; - rdfs:label "Service shaft" ; - rdfs:subClassOf rec:Room . - -rec:Shelter a rdfs:Class, - sh:NodeShape ; - rdfs:label "Shelter" ; - rdfs:subClassOf rec:Room . - -rec:ShelterGasLock a rdfs:Class, - sh:NodeShape ; - rdfs:label "Shelter gas lock" ; - rdfs:subClassOf rec:Shelter . - -rec:ShelterRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Shelter room" ; - rdfs:subClassOf rec:Shelter . - -rec:ShoppingMall a rdfs:Class, - sh:NodeShape ; - rdfs:label "Shopping mall" ; - rdfs:subClassOf rec:Building . - -rec:ShowerRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Shower room" ; - rdfs:subClassOf rec:PersonalHygiene . - -rec:Site a rdfs:Class, - sh:NodeShape ; - rdfs:label "Site" ; - rdfs:comment "A piece of land upon which zero or more buildings may be situated." ; - rdfs:subClassOf rec:Architecture . - -rec:Slab a rdfs:Class, - sh:NodeShape ; - rdfs:label "Slab" ; - rdfs:subClassOf rec:BuildingElement . - -rec:SmallStudyRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Small study room" ; - rdfs:subClassOf rec:EducationalRoom . - -rec:Sofa a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sofa" ; - rdfs:subClassOf rec:Furniture . - -rec:SoundPressureObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sound pressure observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Space a rdfs:Class, - sh:NodeShape ; - rdfs:label "Space" ; - rdfs:comment "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings." ; - rdfs:subClassOf rdfs:Resource ; - sh:property [ a sh:PropertyShape ; - sh:class rec:Geometry ; - sh:description "Polygon representing the spatial extent of this Space." ; - sh:maxCount 1 ; - sh:name "geometry" ; - sh:path rec:geometry ], - [ a sh:PropertyShape ; - sh:class rec:Georeference ; - sh:description "A georeference creates a relationship between the local coordinate system used within a building (e.g., measured in meters) and a geographic coordinate system (e.g., lat, long, alt), such that locally placed Spaces can be resolved and rendered in that geographic coordinate system (e.g., for mapping purposes)." ; - sh:maxCount 1 ; - sh:name "georeference" ; - sh:nodeKind sh:IRI ; - sh:path rec:georeference ], - [ a sh:PropertyShape ; - sh:class rec:Space ; - sh:name "has part" ; - sh:nodeKind sh:IRI ; - sh:path rec:hasPart ], - [ a sh:PropertyShape ; - sh:name "is location of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isLocationOf ], - [ a sh:PropertyShape ; - sh:class rec:Space ; - sh:maxCount 1 ; - sh:name "is part of" ; - sh:nodeKind sh:IRI ; - sh:path rec:isPartOf ] . - -rec:SprinklerRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sprinkler room" ; - rdfs:subClassOf rec:UtilitiesRoom . - -rec:Stadium a rdfs:Class, - sh:NodeShape ; - rdfs:label "Stadium" ; - rdfs:subClassOf rec:Building . - -rec:StaffRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Staff room" ; - rdfs:subClassOf rec:Room . - -rec:Stairwell a rdfs:Class, - sh:NodeShape ; - rdfs:label "Stairwell" ; - rdfs:subClassOf rec:Room . - -rec:Stand a rdfs:Class, - sh:NodeShape ; - rdfs:label "Stand" ; - rdfs:subClassOf rec:Furniture . - -rec:Storage a rdfs:Class, - sh:NodeShape ; - rdfs:label "Storage" ; - rdfs:subClassOf rec:Room . - -rec:StorageCabinet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Storage cabinet" ; - rdfs:subClassOf rec:Furniture . - -rec:SubBuilding a rdfs:Class, - sh:NodeShape ; - rdfs:label "Sub-building" ; - rdfs:subClassOf rec:Architecture . - -rec:TVStand a rdfs:Class, - sh:NodeShape ; - rdfs:label "TV stand" ; - rdfs:subClassOf rec:Stand . - -rec:Table a rdfs:Class, - sh:NodeShape ; - rdfs:label "Table" ; - rdfs:subClassOf rec:Furniture . - -rec:TelecommunicationRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Telecommunication room" ; - rdfs:subClassOf rec:CableRoom . - -rec:TemperatureObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Temperature observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Theater a rdfs:Class, - sh:NodeShape ; - rdfs:label "Theater" ; - rdfs:subClassOf rec:Room . - -rec:TherapyRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Therapy room" ; - rdfs:subClassOf rec:HealthcareRoom . - -rec:ThermostatEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Thermostat" ; - rdfs:comment "Thermostat." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:ThrustObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Thrust observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:TimeSpanObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Timespan observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Toilet a rdfs:Class, - sh:NodeShape ; - rdfs:label "Toilet" ; - rdfs:subClassOf rec:PersonalHygiene . - -rec:TorqueObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Torque observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:TreatmentRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Treatment room" ; - rdfs:subClassOf rec:Room . - -rec:TreatmentWaitingRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Treatment waiting room" ; - rdfs:subClassOf rec:TreatmentRoom . - -rec:UtilitiesRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Utilities room" ; - rdfs:subClassOf rec:Room . - -rec:VelocityObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Velocity observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:VibrationSensorEquipment a rdfs:Class, - sh:NodeShape ; - rdfs:label "Vibration Sensor" ; - rdfs:comment "Vibration sensor." ; - rdfs:subClassOf rec:SensorEquipment . - -rec:VirtualBuilding a rdfs:Class, - sh:NodeShape ; - rdfs:label "Virtual building" ; - rdfs:subClassOf rec:Building . - -rec:VoltageObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Voltage observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:VolumeFlowRateObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Volume flow rate observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:VolumeObservation a rdfs:Class, - sh:NodeShape ; - rdfs:label "Volume observation" ; - qudt:hasQuantityKind ; - rdfs:subClassOf rec:ObservationEvent ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:name "value" ; - sh:path rec:value ] . - -rec:Wall a rdfs:Class, - sh:NodeShape ; - rdfs:label "Wall" ; - rdfs:subClassOf rec:BuildingElement . - -rec:WallInner a rdfs:Class, - sh:NodeShape ; - rdfs:label "Wall (inner)" ; - rdfs:subClassOf rec:Wall . - -rec:WasteBasket a rdfs:Class, - sh:NodeShape ; - rdfs:label "Waste basket" ; - rdfs:subClassOf rec:Furniture . - -rec:WasteManagementRoom a rdfs:Class, - sh:NodeShape ; - rdfs:label "Waste management room" ; - rdfs:subClassOf rec:Room . - -rec:Window a rdfs:Class, - sh:NodeShape ; - rdfs:label "Window" ; - rdfs:subClassOf rec:BarrierAsset . - -rec:WirelessAccessPoint a rdfs:Class, - sh:NodeShape ; - rdfs:label "Wireless Access Point" ; - rdfs:comment "Wireless access point." ; - rdfs:subClassOf rec:DataNetworkEquipment ; - sh:property [ a sh:PropertyShape ; - sh:datatype xsd:string ; - sh:in ( "WiFi4" "WiFi5" "WiFi6" "WiFi6E" "WiFi7" ) ; - sh:maxCount 1 ; - sh:name "Generation" ; - sh:path rec:generation ] . - -rec:WorkOrder a rdfs:Class, - sh:NodeShape ; - rdfs:label "Work order" ; - rdfs:subClassOf rec:ServiceObject . - -rec:Workshop a rdfs:Class, - sh:NodeShape ; - rdfs:label "Workshop" ; - rdfs:subClassOf rec:Room . - -rec:Workspace a rdfs:Class, - sh:NodeShape ; - rdfs:label "Workspace" ; - rdfs:subClassOf rec:Zone . - -rec:Zone a rdfs:Class, - sh:NodeShape ; - rdfs:label "Zone" ; - rdfs:comment "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc." ; - rdfs:subClassOf rec:Architecture . - - a owl:Ontology ; - rdfs:label "RealEstateCore" ; - owl:imports , - , - ; - owl:versionInfo "4.0" . - -rec:substance a owl:AnnotationProperty ; - rdfs:label "substance" ; - rdfs:domain rec:feeds, - rec:isFedBy ; - rdfs:range [ a rdfs:Datatype ; - owl:oneOf ( "ACElec" "Air" "BlowdownWater" "ChilledWater" "ColdDomesticWater" "Condensate" "CondenserWater" "DCElec" "Diesel" "DriveElec" "Ethernet" "ExhaustAir" "Freight" "FuelOil" "Gasoline" "GreaseExhaustAir" "HotDomesticWater" "HotWater" "IrrigationWater" "Light" "MakeupWater" "NaturalGas" "NonPotableDomesticWater" "OutsideAir" "People" "Propane" "RecircHotDomesticWater" "Refrig" "ReturnAir" "SprinklerWater" "Steam" "StormDrainage" "SupplyAir" "TransferAir" "WasteVentDrainage" "Water" ) ] . - -brick:Equipment a owl:Class, - sh:NodeShape ; - rdfs:label "Equipment" ; - rdfs:subClassOf rec:Asset . - +brick:Equipment + rdf:type owl:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Equipment" ; + rdfs:subClassOf rec:Asset ; +. + + rdf:type owl:Ontology ; + rdfs:label "RealEstateCore" ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionInfo "4.0" ; +. +rec:AbsoluteHumidityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Absolute humidity observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:AccelerationObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Acceleration observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:AccessControlZone + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Access control zone" ; + rdfs:subClassOf rec:Zone ; +. +rec:AccessPanel + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Access panel" ; + rdfs:subClassOf rec:BarrierAsset ; +. +rec:ActuationEvent + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Actuation event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:targetPoint ; + sh:class brick:Point ; + sh:description "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute." ; + sh:minCount 1 ; + sh:name "target point" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:string ; + sh:description "The command message/payload of this actuation event." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:AdmittingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Admitting room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:Agent + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class." ; + rdfs:label "Agent" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isMemberOf ; + sh:class rec:Organization ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property." ; + sh:name "is member of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:owns ; + sh:description "Indicates ownership of some thing, e.g., a building, an asset, an organization, etc." ; + sh:name "owns" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:AlarmObject + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Alarm object" ; + rdfs:subClassOf rec:ServiceObject ; +. +rec:AngleObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Angle observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:AngularAccelerationObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Angular acceleration observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:AngularVelocityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Angular velocity observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Apartment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Apartment" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class rec:Room ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:ArchitecturalAsset + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Architectural asset" ; + rdfs:subClassOf rec:Asset ; +. +rec:Architecture + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc." ; + rdfs:label "Architecture" ; + rdfs:subClassOf rec:Space ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:address ; + sh:class rec:PostalAddress ; + sh:description "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question." ; + sh:name "address" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:adjacentElement ; + sh:class rec:BuildingElement ; + sh:name "adjacent element" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:architectedBy ; + sh:class rec:Agent ; + sh:name "architected by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:area ; + sh:class rec:ArchitectureArea ; + sh:maxCount 1 ; + sh:name "area" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:capacity ; + sh:class rec:ArchitectureCapacity ; + sh:maxCount 1 ; + sh:name "capacity" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:constructedBy ; + sh:class rec:Agent ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:containsElement ; + sh:class rec:BuildingElement ; + sh:description "Links an Architecture to BuildingElement that is contained in the Space." ; + sh:name "contains element" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:documentation ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPoint ; + sh:class brick:Point ; + sh:name "has point" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:intersectingElement ; + sh:class rec:BuildingElement ; + sh:name "intersecting element" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isFedBy ; + sh:name "is fed by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:operatedBy ; + sh:class rec:Agent ; + sh:name "operated by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:ownedBy ; + sh:class rec:Agent ; + sh:name "owned by" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:ArchitectureArea + rdf:type ; + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; + rdfs:label "Architecture area" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:grossArea ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "gross area" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:netArea ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "net area" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:rentableArea ; + sh:datatype xsd:float ; + sh:maxCount 1 ; + sh:name "rentable area" ; + ] ; +. +rec:ArchitectureCapacity + rdf:type ; + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." ; + rdfs:label "Architecture capacity" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:maxOccupancy ; + sh:datatype xsd:integer ; + sh:description "E.g., per Building Code" ; + sh:maxCount 1 ; + sh:name "maximum occupancy" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:seatingCapacity ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:name "seating capacity" ; + ] ; +. +rec:AreaObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Area observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Asset + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc." ; + rdfs:label "Asset" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:IPAddress ; + sh:datatype xsd:string ; + sh:name "IP address" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:MACAddress ; + sh:datatype xsd:string ; + sh:name "MAC address" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:assetTag ; + sh:datatype xsd:string ; + sh:name "asset tag" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:commissionedBy ; + sh:class rec:Agent ; + sh:name "commissioned by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:commissioningDate ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "commissioning date" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:documentation ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:geometry ; + sh:class rec:Geometry ; + sh:description "A GeoJSON Geometry representing the position or extent of the asset." ; + sh:maxCount 1 ; + sh:name "geometry" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPart ; + sh:class rec:Asset ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPoint ; + sh:class brick:Point ; + sh:name "has point" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:initialCost ; + sh:maxCount 1 ; + sh:name "initial cost" ; + sh:nodeKind sh:Literal ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:installationDate ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "installation date" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:installedBy ; + sh:class rec:Agent ; + sh:name "installed by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isPartOf ; + sh:class rec:Asset ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:locatedIn ; + sh:class rec:Space ; + sh:name "located in" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:maintenanceInterval ; + sh:datatype xsd:duration ; + sh:name "maintenance interval" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:manufacturedBy ; + sh:class rec:Agent ; + sh:name "manufactured by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:modelNumber ; + sh:datatype xsd:string ; + sh:name "model number" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:mountedOn ; + sh:class rec:BuildingElement ; + sh:description "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)." ; + sh:maxCount 1 ; + sh:name "mounted on" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:serialNumber ; + sh:datatype xsd:string ; + sh:name "serial number" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:servicedBy ; + sh:class rec:Agent ; + sh:name "serviced by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:turnoverDate ; + sh:datatype xsd:date ; + sh:maxCount 1 ; + sh:name "turnover date" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:weight ; + sh:datatype xsd:decimal ; + sh:maxCount 1 ; + sh:name "weight" ; + ] ; +. +rec:Atrium + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Atrium" ; + rdfs:subClassOf rec:Room ; +. +rec:AudioVisualEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Audio visual equipment." ; + rdfs:label "Audio Visual Equipment" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:Auditorium + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Auditorium" ; + rdfs:subClassOf rec:Room ; +. +rec:BACnetController + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "BACnet controller." ; + rdfs:label "BACnet Controller" ; + rdfs:subClassOf rec:Controller ; +. +rec:BackOffice + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Back office" ; + rdfs:subClassOf rec:Room ; +. +rec:Balcony + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Balcony" ; + rdfs:subClassOf rec:BuildingElement ; +. +rec:BarRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bar room" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:BarrierAsset + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Barrier asset" ; + rdfs:subClassOf rec:ArchitecturalAsset ; +. +rec:BasementLevel + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Basement level" ; + rdfs:subClassOf rec:Level ; +. +rec:Bathroom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bathroom" ; + rdfs:subClassOf rec:Room ; +. +rec:Bed + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bed" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Bedroom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bedroom" ; + rdfs:subClassOf rec:Room ; +. +rec:BicycleGarage + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bicycle garage" ; + rdfs:subClassOf rec:Garage ; +. +rec:Bookcase + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bookcase" ; + rdfs:subClassOf rec:Furniture ; +. +rec:BooleanValueObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Generic xsd:boolean value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:label "Boolean value observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:boolean ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Building + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A confined building structure." ; + rdfs:label "Building" ; + rdfs:subClassOf rec:Architecture ; +. +rec:BuildingElement + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc." ; + rdfs:label "Building element" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:documentation ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPart ; + sh:class rec:BuildingElement ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isPartOf ; + sh:class rec:BuildingElement ; + sh:maxCount 1 ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:locatedIn ; + sh:class rec:Architecture ; + sh:description "Indicates the architected space (site, building, level, room...) in which this building element is placed." ; + sh:maxCount 1 ; + sh:name "located in" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:BulletinBoard + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Bulletin board" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Cabinet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cabinet" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:CableRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cable room" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:CafeteriaRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cafeteria room" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:Campus + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc." ; + rdfs:label "Campus" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:CapacitanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Capacitance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Cart + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cart" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Chair + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Chair" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Cinema + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cinema" ; + rdfs:subClassOf rec:Room ; +. +rec:Classroom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Classroom" ; + rdfs:subClassOf rec:EducationalRoom ; +. +rec:CleaningRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cleaning room" ; + rdfs:subClassOf rec:Room ; +. +rec:ClimateControlRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Climate-control room" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:CloakRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cloak room" ; + rdfs:subClassOf rec:Room ; +. +rec:CoatRack + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Coat rack" ; + rdfs:subClassOf rec:Furniture ; +. +rec:CoffeeTable + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Coffee table" ; + rdfs:subClassOf rec:Table ; +. +rec:Collection + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass." ; + rdfs:label "Collection" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:documentation ; + sh:class rec:Document ; + sh:name "documentation" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:Company + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Company" ; + rdfs:subClassOf rec:Organization ; +. +rec:ComputerCart + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Computer cart" ; + rdfs:subClassOf rec:Cart ; +. +rec:ConferenceRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Conference room" ; + rdfs:subClassOf rec:Room ; +. +rec:ConferenceTable + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Conference table" ; + rdfs:subClassOf rec:Table ; +. +rec:Controller + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Controller." ; + rdfs:label "Controller" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:ConversationRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Conversation room" ; + rdfs:subClassOf rec:Room ; +. +rec:CookingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Cooking room" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:CopyingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Copying room" ; + rdfs:subClassOf rec:Room ; +. +rec:DataNetworkEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Data network equipment." ; + rdfs:label "Data Network Equipment" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:DataRateObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Data rate observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:DataServerRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Data server room" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:DataSizeObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Data size observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:DaylightSensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Daylight sensor." ; + rdfs:label "Daylight Sensor" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:DensityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Density observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Department + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Department" ; + rdfs:subClassOf rec:Organization ; +. +rec:Desk + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Desk" ; + rdfs:subClassOf rec:Furniture ; +. +rec:DeskLamp + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Desk lamp" ; + rdfs:subClassOf rec:Lamp ; +. +rec:DiningRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Dining room" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:DisabledToilet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Disabled toilet" ; + rdfs:subClassOf rec:PersonalHygiene ; +. +rec:DishingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Dishing room" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:DistanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Distance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Document + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Document" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:documentTopic ; + sh:name "document topic" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:url ; + sh:name "URL" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:Door + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Door" ; + rdfs:subClassOf rec:BarrierAsset ; +. +rec:DoubleValueObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Generic xsd:double value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:label "Double value observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:DressingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Dressing room" ; + rdfs:subClassOf rec:Room ; +. +rec:EducationalRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Educational room" ; + rdfs:subClassOf rec:Room ; +. +rec:ElectricChargeObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Electric charge observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:ElectricCurrentObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Elecric current observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:ElectricityRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Electricity room" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:ElevatorRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Elevator room" ; + rdfs:subClassOf rec:Room ; +. +rec:ElevatorShaft + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Elevator shaft" ; + rdfs:subClassOf rec:Room ; +. +rec:ElevatorTrip + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Elevator trip" ; + rdfs:subClassOf rec:Event ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:currentLevel ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "current level" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:endLevel ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "end level" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:startLevel ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "start level" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:tripDirection ; + sh:datatype xsd:string ; + sh:in ( + "Up" + "Down" + ) ; + sh:maxCount 1 ; + sh:name "trip direction" ; + ] ; +. +rec:EndTable + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "End table" ; + rdfs:subClassOf rec:Table ; +. +rec:EnergyObservation + rdf:type ; + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Energy observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Entrance + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Entrance" ; + rdfs:subClassOf rec:Room ; +. +rec:EquipmentCollection + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Equipment collection" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class brick:Equipment ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:ErrorReport + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Error report" ; + rdfs:subClassOf rec:ServiceObject ; +. +rec:EthernetPort + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Ethernet port." ; + rdfs:label "Ethernet Port" ; + rdfs:subClassOf rec:DataNetworkEquipment ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:poeType ; + sh:datatype xsd:string ; + sh:in ( + "Type1" + "Type2" + "Type3" + "Type4" + ) ; + sh:maxCount 1 ; + sh:name "PoE Type" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:portSpeed ; + sh:datatype xsd:float ; + sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second." ; + sh:maxCount 1 ; + sh:name "Port Speed" ; + ] ; +. +rec:EthernetSwitch + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Ethernet switch." ; + rdfs:label "Ethernet Switch" ; + rdfs:subClassOf rec:DataNetworkEquipment ; +. +rec:Event + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc." ; + rdfs:label "Event" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:end ; + sh:datatype xsd:dateTime ; + sh:description "Event ending timestamp." ; + sh:maxCount 1 ; + sh:name "end" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:start ; + sh:datatype xsd:dateTime ; + sh:description "Event start timestamp." ; + sh:maxCount 1 ; + sh:name "start" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:timestamp ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "timestamp" ; + ] ; +. +rec:ExceptionEvent + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Exception event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:sourcePoint ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this exception." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:string ; + sh:description "The message of this exception event." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:ExerciseRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Exercise room" ; + rdfs:subClassOf rec:Room ; +. +rec:ExhibitionRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Exhibition room" ; + rdfs:subClassOf rec:Room ; +. +rec:Facade + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Facade" ; + rdfs:subClassOf rec:BuildingElement ; +. +rec:FilingCabinet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Filing cabinet" ; + rdfs:subClassOf rec:Furniture ; +. +rec:FittingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Fitting room" ; + rdfs:subClassOf rec:RetailRoom ; +. +rec:FloorLamp + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Floor lamp" ; + rdfs:subClassOf rec:Lamp ; +. +rec:FloorMat + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Floor mat" ; + rdfs:subClassOf rec:Furniture ; +. +rec:FoldingChair + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Folding chair" ; + rdfs:subClassOf rec:Chair ; +. +rec:FoldingTable + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Folding table" ; + rdfs:subClassOf rec:Table ; +. +rec:FoodHandlingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Food-handling room" ; + rdfs:subClassOf rec:Room ; +. +rec:Footrest + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Footrest" ; + rdfs:subClassOf rec:Furniture ; +. +rec:ForceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Force observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:FrequencyObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Frequency observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Furniture + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Furniture" ; + rdfs:subClassOf rec:Asset ; +. +rec:FurnitureCollection + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Furniture collection" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class rec:Furniture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:Garage + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Garage" ; + rdfs:subClassOf rec:Room ; +. +rec:Gateway + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Gateway." ; + rdfs:label "Gateway" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:Geometry + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Geometry" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:coordinateSystem ; + sh:datatype xsd:string ; + sh:in ( + "WGS84" + "SWEREF99" + "LocalCoordinates" + ) ; + sh:maxCount 1 ; + sh:name "coordinate system" ; + sh:nodeKind sh:Literal ; + ] ; +. +rec:Georeference + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A georeference creates a relationship between a local coordinate system into a geographic coordinate system." ; + rdfs:label "Georeference" ; + rdfs:subClassOf rec:Information ; +. +rec:Geotransform + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A transform following GDAL's Affine Transform that transforms a local coordinate into a WGS84 coordinate. Created from Ground Control Points (GCP) using GDAL's GCPsToGeotransform method." ; + rdfs:label "Geotransform" ; + rdfs:subClassOf rec:Georeference ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:heightScaleFactor ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "height scale factor" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:originX ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin x" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:originY ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "origin y" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:widthScaleFactor ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:name "width scale factor" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:xRotationalScaleFactor ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned." ; + sh:maxCount 1 ; + sh:name "x rotational scale factor" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:yRotationalScaleFactor ; + sh:datatype xsd:double ; + sh:description "Value will be zero if the local coordinate system is north-aligned." ; + sh:maxCount 1 ; + sh:name "y rotational scale factor" ; + ] ; +. +rec:GroupRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Group room" ; + rdfs:subClassOf rec:EducationalRoom ; +. +rec:HVACZone + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "HVAC zone" ; + rdfs:subClassOf rec:Zone ; +. +rec:Hallway + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Hallway" ; + rdfs:subClassOf rec:Room ; +. +rec:HealthcareRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Healthcare room" ; + rdfs:subClassOf rec:Room ; +. +rec:Hospital + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Hospital" ; + rdfs:subClassOf rec:Building ; +. +rec:IAQSensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Indoor air quality sensor." ; + rdfs:label "Indoor Air Quality Sensor" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:ICTEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Equipment and devices that are part of a building's ICT infrastructure." ; + rdfs:label "ICT Equipment" ; + rdfs:subClassOf brick:Equipment ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:heightRUs ; + sh:datatype xsd:integer ; + sh:name "Height (RUs)" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:numberOfPorts ; + sh:datatype xsd:integer ; + sh:name "Number of Ports" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:standard ; + sh:datatype xsd:string ; + sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11." ; + sh:name "Standard" ; + ] ; +. +rec:ICTHardware + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "ICT hardware." ; + rdfs:label "ICT Hardware" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:ITRack + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "IT rack." ; + rdfs:label "IT Rack" ; + rdfs:subClassOf rec:ICTEquipment ; +. +rec:IlluminanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Illuminance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:InductanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Inductance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Information + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Information" ; + rdfs:subClassOf rdfs:Resource ; +. +rec:IntegerValueObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Generic xsd:int value observation that is not specific to any particular QUDT quantitykind or unit." ; + rdfs:label "Integer value observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:integer ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Kitchenette + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Kitchenette" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:Laboratory + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Laboratory" ; + rdfs:subClassOf rec:Room ; +. +rec:LaboratoryDry + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Laboratory (dry)" ; + rdfs:subClassOf rec:Laboratory ; +. +rec:LaboratoryWet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Laboratory (wet)" ; + rdfs:subClassOf rec:Laboratory ; +. +rec:Lamp + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Lamp" ; + rdfs:subClassOf rec:Furniture ; +. +rec:LaundryRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Laundry room" ; + rdfs:subClassOf rec:Room ; +. +rec:LeakDetectorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Leak detector." ; + rdfs:label "Leak Detector" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:Lease + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Lease" ; + rdfs:subClassOf rec:Event ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:leaseOf ; + sh:description "The object (e.g., property, equipment, etc) that this a lease of." ; + sh:minCount 1 ; + sh:name "lease of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:leasee ; + sh:class rec:Agent ; + sh:description "The agent leasing some leasable object, i.e., the user of the asset." ; + sh:minCount 1 ; + sh:name "leasee" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:leasor ; + sh:class rec:Agent ; + sh:description "The agent leasing out some leasable object, i.e., the owner of the asset." ; + sh:minCount 1 ; + sh:name "leasor" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:regulatedBy ; + sh:class rec:LeaseContract ; + sh:description "Indicates the contract regulating the terms of the lease in question. " ; + sh:name "regulated by" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:LeaseContract + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement." ; + rdfs:label "Lease contract" ; + rdfs:subClassOf rec:Document ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:regulates ; + sh:class rec:Lease ; + sh:description "Indicates the lease(s) that this contract regulates the conditions of." ; + sh:name "regulates" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:LengthObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Length observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Level + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "The level of a building, a.k.a. storey, floor, etc." ; + rdfs:label "Level" ; + rdfs:subClassOf rec:Architecture ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:levelNumber ; + sh:datatype xsd:integer ; + sh:description "A number indicating the ordinal number of this level within the containing space (typically a Building or in the case of a Mezzanine, sometimes another level). Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others." ; + sh:name "level number" ; + ] ; +. +rec:Library + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Library" ; + rdfs:subClassOf rec:Room ; +. +rec:LivingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Living room" ; + rdfs:subClassOf rec:Room ; +. +rec:LoadingReceivingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Loading/receiving room" ; + rdfs:subClassOf rec:Room ; +. +rec:LockerRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Locker room" ; + rdfs:subClassOf rec:Room ; +. +rec:LuminanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Luminance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:LuminousFluxObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Luminous flux observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:LuminousIntensityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Luminous intensity observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:MagneticFluxObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Magnetic flux observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:MailRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Mail room" ; + rdfs:subClassOf rec:BackOffice ; +. +rec:MailroomCart + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Mailroom cart" ; + rdfs:subClassOf rec:Cart ; +. +rec:MainEntrance + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Main entrance" ; + rdfs:subClassOf rec:Entrance ; +. +rec:MassFlowRateObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Mass flow rate observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:MassObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Mass observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:MeditationRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Meditation room" ; + rdfs:subClassOf rec:Room ; +. +rec:MezzanineLevel + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Mezzanine level" ; + rdfs:subClassOf rec:Level ; +. +rec:MobileDesk + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Mobile desk" ; + rdfs:subClassOf rec:Desk ; +. +rec:ModbusController + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Modbus controller." ; + rdfs:label "Modbus Controller" ; + rdfs:subClassOf rec:Controller ; +. +rec:Morgue + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Morgue" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:MothersRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Mothers' room" ; + rdfs:subClassOf rec:Room ; +. +rec:MultiPoint + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Multi point" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:coordinates ; + sh:datatype geojson:MultiPoint ; + sh:description "A GeoJSON MultiPoint coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + ] ; +. +rec:MultiPolygon + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Multi polygon" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:coordinates ; + sh:datatype geojson:MultiPolygon ; + sh:description "A GeoJSON MultiPolygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[[[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]]], [[[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]]]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + ] ; +. +rec:MultiPurposeRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Multi-purpose room" ; + rdfs:subClassOf rec:Room ; +. +rec:NeonatalNursingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Neonatal nursing room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:NetworkRouter + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Network router." ; + rdfs:label "Network Router" ; + rdfs:subClassOf rec:DataNetworkEquipment ; +. +rec:NetworkSecurityEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Network security equipment." ; + rdfs:label "Network Security Equipment" ; + rdfs:subClassOf rec:DataNetworkEquipment ; +. +rec:NotificationObject + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Notification object" ; + rdfs:subClassOf rec:ServiceObject ; +. +rec:ObservationEvent + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Observation event" ; + rdfs:subClassOf rec:PointEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:sourcePoint ; + sh:class brick:Point ; + sh:description "The brick:Point that emitted this observation." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "source point" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:OccupancySensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Occupancy sensor." ; + rdfs:label "Occupancy Sensor" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:OccupancyZone + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.)" ; + rdfs:label "Occupancy zone" ; + rdfs:subClassOf rec:Zone ; +. +rec:Office + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Office" ; + rdfs:subClassOf rec:Room ; +. +rec:OfficeChair + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Office chair" ; + rdfs:subClassOf rec:Chair ; +. +rec:OfficeLandscape + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "OfficeLandscape" ; + rdfs:subClassOf rec:Office ; +. +rec:OfficeRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "OfficeRoom" ; + rdfs:subClassOf rec:Office ; +. +rec:OperatingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Operating room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:Organization + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)" ; + rdfs:label "Organization" ; + rdfs:subClassOf rec:Agent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasMember ; + sh:class rec:Agent ; + sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property." ; + sh:name "has member" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPart ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property." ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isPartOf ; + sh:class rec:Organization ; + sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property." ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:logo ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image/logo that represents the organization." ; + sh:name "logo" ; + ] ; +. +rec:OutdoorSpace + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Outdoor space" ; + rdfs:subClassOf rec:Architecture ; +. +rec:OutpatientServicesRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Outpatient services room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:Pantry + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Pantry" ; + rdfs:subClassOf rec:FoodHandlingRoom ; +. +rec:ParkingSpace + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Parking space" ; + rdfs:subClassOf rec:Zone ; +. +rec:Partition + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Partition" ; + rdfs:subClassOf rec:BarrierAsset ; +. +rec:PeopleCountSensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "People count sensor." ; + rdfs:label "People Count Sensor" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:Person + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A natural person (i.e., an individual human being)." ; + rdfs:label "Person" ; + rdfs:subClassOf rec:Agent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:familyName ; + sh:datatype xsd:string ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:gender ; + sh:datatype xsd:string ; + sh:name "gender" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:givenName ; + sh:datatype xsd:string ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:image ; + sh:datatype xsd:anyURI ; + sh:description "URL link to an image that represents the person." ; + sh:name "image" ; + ] ; +. +rec:PersonalHygiene + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Personal hygiene room" ; + rdfs:subClassOf rec:Room ; +. +rec:PharmacyRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Pharmacy room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:PhoneBooth + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "PhoneBooth" ; + rdfs:subClassOf rec:Office ; +. +rec:Point + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Point" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:coordinates ; + sh:datatype geojson:Point ; + sh:description "A GeoJSON Point coordinate listing. Coordinate may be expressed in two or three dimensions. Ex: [30.0, 10.0, 0.0]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + ] ; +. +rec:PointEvent + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database." ; + rdfs:label "Point event" ; + rdfs:subClassOf rec:Event ; +. +rec:PointOfInterest + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Point of Interest" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:objectOfInterest ; + sh:maxCount 1 ; + sh:name "object of interest" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:Polygon + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Polygon" ; + rdfs:subClassOf rec:Geometry ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:coordinates ; + sh:datatype geojson:Polygon ; + sh:description "A GeoJSON Polygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." ; + sh:maxCount 1 ; + sh:name "coordinates" ; + ] ; +. +rec:Portfolio + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc." ; + rdfs:label "Portfolio" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:PostalAddress + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Postal address" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:addressLine1 ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 1" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:addressLine2 ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "address line 2" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:city ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "city" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:country ; + sh:datatype xsd:string ; + sh:description "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc." ; + sh:maxCount 1 ; + sh:name "country" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:postalCode ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "postal code" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:region ; + sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:name "region" ; + ] ; +. +rec:PowerObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Power observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Premises + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop." ; + rdfs:label "Premises" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:PressureObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Pressure observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:PrinterCart + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Printer cart" ; + rdfs:subClassOf rec:Cart ; +. +rec:PrinterStand + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Printer stand" ; + rdfs:subClassOf rec:Stand ; +. +rec:RadiologyRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Radiology room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:RealEstate + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc." ; + rdfs:label "Real Estate" ; + rdfs:subClassOf rec:Collection ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:includes ; + sh:class rec:Architecture ; + sh:minCount 1 ; + sh:name "includes" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:Reception + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Reception" ; + rdfs:subClassOf rec:Room ; +. +rec:ReceptionTable + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Reception table" ; + rdfs:subClassOf rec:Table ; +. +rec:RecordingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Recording room" ; + rdfs:subClassOf rec:Room ; +. +rec:RecreationalRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Recreational room" ; + rdfs:subClassOf rec:Room ; +. +rec:Region + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc." ; + rdfs:label "Region" ; + rdfs:subClassOf rec:Space ; +. +rec:RelativeHumidityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Relative humidity observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:ResistanceObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Resistance observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:RestingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Resting room" ; + rdfs:subClassOf rec:Room ; +. +rec:RetailRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Retail room" ; + rdfs:subClassOf rec:Room ; +. +rec:Roof + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Roof" ; + rdfs:subClassOf rec:BuildingElement ; +. +rec:RoofLevel + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Roof level" ; + rdfs:subClassOf rec:Level ; +. +rec:Room + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Room" ; + rdfs:subClassOf rec:Architecture ; +. +rec:Safe + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Safe" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Sauna + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Sauna" ; + rdfs:subClassOf rec:PersonalHygiene ; +. +rec:School + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "School" ; + rdfs:subClassOf rec:Building ; +. +rec:SecurityRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Security room" ; + rdfs:subClassOf rec:Room ; +. +rec:SensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Sensor equipment." ; + rdfs:label "Sensor Equipment" ; + rdfs:subClassOf rec:ICTEquipment ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:batteryPercentage ; + sh:datatype xsd:double ; + sh:name "Battery Percentage" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:wifiSignalStrength ; + sh:datatype xsd:double ; + sh:name "Wi-Fi Signal Strength" ; + ] ; +. +rec:Server + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Server." ; + rdfs:label "Server" ; + rdfs:subClassOf rec:ICTHardware ; +. +rec:ServiceEntrance + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Service entrance" ; + rdfs:subClassOf rec:Entrance ; +. +rec:ServiceObject + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Service object" ; + rdfs:subClassOf rec:Information ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:acknowledgedBy ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "acknowledged by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:acknowledgedTime ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "acknowledged time" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:closedBy ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "closed by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:closedTime ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "closed time" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:createdBy ; + sh:class rec:Agent ; + sh:maxCount 1 ; + sh:name "created by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:createdTime ; + sh:datatype xsd:dateTime ; + sh:maxCount 1 ; + sh:name "created time" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:producedBy ; + sh:class brick:Point ; + sh:name "produced by" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:relatedTo ; + sh:minCount 1 ; + sh:name "related to" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:severity ; + sh:datatype xsd:string ; + sh:in ( + "Severe" + "Major" + "Minor" + ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "severity" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:status ; + sh:datatype xsd:string ; + sh:in ( + "Unacknowledged" + "Acknowledged" + "Closed" + ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "status" ; + ] ; +. +rec:ServiceShaft + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Service shaft" ; + rdfs:subClassOf rec:Room ; +. +rec:Shelter + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Shelter" ; + rdfs:subClassOf rec:Room ; +. +rec:ShelterGasLock + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Shelter gas lock" ; + rdfs:subClassOf rec:Shelter ; +. +rec:ShelterRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Shelter room" ; + rdfs:subClassOf rec:Shelter ; +. +rec:ShoppingMall + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Shopping mall" ; + rdfs:subClassOf rec:Building ; +. +rec:ShowerRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Shower room" ; + rdfs:subClassOf rec:PersonalHygiene ; +. +rec:Site + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A piece of land upon which zero or more buildings may be situated." ; + rdfs:label "Site" ; + rdfs:subClassOf rec:Architecture ; +. +rec:Slab + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Slab" ; + rdfs:subClassOf rec:BuildingElement ; +. +rec:SmallStudyRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Small study room" ; + rdfs:subClassOf rec:EducationalRoom ; +. +rec:Sofa + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Sofa" ; + rdfs:subClassOf rec:Furniture ; +. +rec:SoundPressureObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Sound pressure observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Space + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings." ; + rdfs:label "Space" ; + rdfs:subClassOf rdfs:Resource ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:geometry ; + sh:class rec:Geometry ; + sh:description "Polygon representing the spatial extent of this Space." ; + sh:maxCount 1 ; + sh:name "geometry" ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:georeference ; + sh:class rec:Georeference ; + sh:description "A georeference creates a relationship between the local coordinate system used within a building (e.g., measured in meters) and a geographic coordinate system (e.g., lat, long, alt), such that locally placed Spaces can be resolved and rendered in that geographic coordinate system (e.g., for mapping purposes)." ; + sh:maxCount 1 ; + sh:name "georeference" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:hasPart ; + sh:class rec:Space ; + sh:name "has part" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isLocationOf ; + sh:name "is location of" ; + sh:nodeKind sh:IRI ; + ] ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:isPartOf ; + sh:class rec:Space ; + sh:maxCount 1 ; + sh:name "is part of" ; + sh:nodeKind sh:IRI ; + ] ; +. +rec:SprinklerRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Sprinkler room" ; + rdfs:subClassOf rec:UtilitiesRoom ; +. +rec:Stadium + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Stadium" ; + rdfs:subClassOf rec:Building ; +. +rec:StaffRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Staff room" ; + rdfs:subClassOf rec:Room ; +. +rec:Stairwell + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Stairwell" ; + rdfs:subClassOf rec:Room ; +. +rec:Stand + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Stand" ; + rdfs:subClassOf rec:Furniture ; +. +rec:Storage + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Storage" ; + rdfs:subClassOf rec:Room ; +. +rec:StorageCabinet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Storage cabinet" ; + rdfs:subClassOf rec:Furniture ; +. +rec:SubBuilding + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Sub-building" ; + rdfs:subClassOf rec:Architecture ; +. +rec:TVStand + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "TV stand" ; + rdfs:subClassOf rec:Stand ; +. +rec:Table + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Table" ; + rdfs:subClassOf rec:Furniture ; +. +rec:TelecommunicationRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Telecommunication room" ; + rdfs:subClassOf rec:CableRoom ; +. +rec:TemperatureObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Temperature observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Theater + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Theater" ; + rdfs:subClassOf rec:Room ; +. +rec:TherapyRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Therapy room" ; + rdfs:subClassOf rec:HealthcareRoom ; +. +rec:ThermostatEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Thermostat." ; + rdfs:label "Thermostat" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:ThrustObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Thrust observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:TimeSpanObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Timespan observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Toilet + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Toilet" ; + rdfs:subClassOf rec:PersonalHygiene ; +. +rec:TorqueObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Torque observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:TreatmentRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Treatment room" ; + rdfs:subClassOf rec:Room ; +. +rec:TreatmentWaitingRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Treatment waiting room" ; + rdfs:subClassOf rec:TreatmentRoom ; +. +rec:UtilitiesRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Utilities room" ; + rdfs:subClassOf rec:Room ; +. +rec:VelocityObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Velocity observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:VibrationSensorEquipment + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Vibration sensor." ; + rdfs:label "Vibration Sensor" ; + rdfs:subClassOf rec:SensorEquipment ; +. +rec:VirtualBuilding + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Virtual building" ; + rdfs:subClassOf rec:Building ; +. +rec:VoltageObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Voltage observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:VolumeFlowRateObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Volume flow rate observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:VolumeObservation + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + qudt:hasQuantityKind ; + rdfs:label "Volume observation" ; + rdfs:subClassOf rec:ObservationEvent ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:value ; + sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:name "value" ; + ] ; +. +rec:Wall + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Wall" ; + rdfs:subClassOf rec:BuildingElement ; +. +rec:WallInner + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Wall (inner)" ; + rdfs:subClassOf rec:Wall ; +. +rec:WasteBasket + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Waste basket" ; + rdfs:subClassOf rec:Furniture ; +. +rec:WasteManagementRoom + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Waste management room" ; + rdfs:subClassOf rec:Room ; +. +rec:Window + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Window" ; + rdfs:subClassOf rec:BarrierAsset ; +. +rec:WirelessAccessPoint + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "Wireless access point." ; + rdfs:label "Wireless Access Point" ; + rdfs:subClassOf rec:DataNetworkEquipment ; + sh:property [ + rdf:type sh:PropertyShape ; + sh:path rec:generation ; + sh:datatype xsd:string ; + sh:in ( + "WiFi4" + "WiFi5" + "WiFi6" + "WiFi6E" + "WiFi7" + ) ; + sh:maxCount 1 ; + sh:name "Generation" ; + ] ; +. +rec:WorkOrder + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Work order" ; + rdfs:subClassOf rec:ServiceObject ; +. +rec:Workshop + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Workshop" ; + rdfs:subClassOf rec:Room ; +. +rec:Workspace + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:label "Workspace" ; + rdfs:subClassOf rec:Zone ; +. +rec:Zone + rdf:type rdfs:Class ; + rdf:type sh:NodeShape ; + rdfs:comment "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc." ; + rdfs:label "Zone" ; + rdfs:subClassOf rec:Architecture ; +. +rec:substance + rdf:type owl:AnnotationProperty ; + rdfs:domain rec:feeds ; + rdfs:domain rec:isFedBy ; + rdfs:label "substance" ; + rdfs:range [ + rdf:type rdfs:Datatype ; + owl:oneOf ( + "ACElec" + "Air" + "BlowdownWater" + "ChilledWater" + "ColdDomesticWater" + "Condensate" + "CondenserWater" + "DCElec" + "Diesel" + "DriveElec" + "Ethernet" + "ExhaustAir" + "Freight" + "FuelOil" + "Gasoline" + "GreaseExhaustAir" + "HotDomesticWater" + "HotWater" + "IrrigationWater" + "Light" + "MakeupWater" + "NaturalGas" + "NonPotableDomesticWater" + "OutsideAir" + "People" + "Propane" + "RecircHotDomesticWater" + "Refrig" + "ReturnAir" + "SprinklerWater" + "Steam" + "StormDrainage" + "SupplyAir" + "TransferAir" + "WasteVentDrainage" + "Water" + ) ; + ] ; +. diff --git a/ontologies/recimports.ttl b/ontologies/recimports.ttl index 9c9c839..87973aa 100644 --- a/ontologies/recimports.ttl +++ b/ontologies/recimports.ttl @@ -1,98 +1,144 @@ +# baseURI: https://w3id.org/rec/recimports +# imports: https://w3id.org/rec + +@prefix : . @prefix geojson: . @prefix owl: . @prefix qudt: . +@prefix rdf: . @prefix rdfs: . @prefix xsd: . -qudt:hasQuantityKind a owl:ObjectProperty . - - a rdfs:Resource . - - a rdfs:Resource ; - rdfs:label "Acceleration" . - - a rdfs:Resource . - - a rdfs:Resource ; - rdfs:label "Angular acceleration" . - - a rdfs:Resource ; - rdfs:label "Angular velocity" . - - a rdfs:Resource ; - rdfs:label "Area" . - - a rdfs:Resource ; - rdfs:label "Capacitance" . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource ; - rdfs:label "Electric current" . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - - a rdfs:Resource . - -geojson:Polygon a rdfs:Datatype ; - rdfs:label "Polygon" ; - rdfs:comment "A GeoJSON Polygon coordinate listing representing the geometrical representation of the space. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." ; - owl:onDatatype xsd:string . - - a owl:Ontology ; - owl:imports . - +qudt:hasQuantityKind + rdf:type owl:ObjectProperty ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Acceleration" ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Angular acceleration" ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Angular velocity" ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Area" ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Capacitance" ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; + rdfs:label "Electric current" ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. + + rdf:type rdfs:Resource ; +. +geojson:Polygon + rdf:type rdfs:Datatype ; + rdfs:comment "A GeoJSON Polygon coordinate listing representing the geometrical representation of the space. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." ; + rdfs:label "Polygon" ; + owl:onDatatype xsd:string ; +. + + rdf:type owl:Ontology ; + owl:imports ; +. diff --git a/ontologies/ref-schema.ttl b/ontologies/ref-schema.ttl index b78f3a1..73259a1 100644 --- a/ontologies/ref-schema.ttl +++ b/ontologies/ref-schema.ttl @@ -4,27 +4,12 @@ @prefix rdf: . @prefix rdfs: . @prefix ref: . +@prefix s223: . @prefix sdo: . @prefix sh: . @prefix skos: . @prefix xsd: . - a owl:Ontology ; - dcterms:creator ( [ a sdo:Person ; - sdo:email "gtfierro@mines.edu" ; - sdo:name "Gabe Fierro" ] ) ; - dcterms:title "Ref Schema" ; - sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; - sh:prefix "rdfs" ], - [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ; - sh:prefix "ref" ], - [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; - sh:prefix "sh" ], - [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; - sh:prefix "rdf" ], - [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; - sh:prefix "owl" ] . - ref:BACnetReferenceShape a sh:NodeShape ; skos:definition "Infers a BACnetReference instance from the object of an hasExternalReference." ; sh:rule [ a sh:TripleRule ; @@ -42,7 +27,7 @@ ref:ExternalReferenceShape a sh:NodeShape ; sh:minCount 1 ; sh:path skos:definition ] ; sh:target [ a sh:SPARQLTarget ; - sh:prefixes ref: ; + sh:prefixes ; sh:select """ SELECT ?this WHERE { ?this rdfs:subClassOf+ ref:ExternalReference . @@ -130,6 +115,24 @@ bacnet:objectOf a owl:ObjectProperty ; rdfs:comment "The 'parent' BACnet device that hosts this BACnet object." ; rdfs:range bacnet:BACnetDevice . + a owl:Ontology ; + dcterms:creator ( [ a sdo:Person ; + sdo:email "gtfierro@mines.edu" ; + sdo:name "Gabe Fierro" ] ) ; + dcterms:title "Ref Schema" ; + sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ; + sh:prefix "rdfs" ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ], + [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ; + sh:prefix "ref" ], + [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ; + sh:prefix "sh" ], + [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ; + sh:prefix "rdf" ], + [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ; + sh:prefix "owl" ] . + ref:BACnetURI a owl:DatatypeProperty ; rdfs:label "BACnetURI" ; rdfs:comment "Clause Q.8 BACnet URI scheme: bacnet:// / [ / [ / ]]" . @@ -251,9 +254,10 @@ ref:TimeseriesReference a owl:Class, ref:ExternalReference a owl:Class, sh:NodeShape ; rdfs:label "External reference" ; + rdfs:subClassOf s223:ExternalReference ; skos:definition "The parent class of all external reference types" . ref:hasExternalReference a owl:ObjectProperty ; rdfs:label "hasExternalReference" ; + rdfs:subPropertyOf s223:hasExternalReference ; skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph." . -