diff --git a/CHANGELOG.md b/CHANGELOG.md index 43373fb4..cd8b0309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ and this project is in the process of adopting [Semantic Versioning](https://sem - Corrected the language tag `@en-us` to `@en-US` - Corrected a small number of conversion multipliers +### Deprecated + +- Removed all previously deprecated entities, to begin a new cycle of deprecation when needed. + ## [2.1.47] - 2025-01-28 ### Added diff --git a/pom.xml b/pom.xml index 735b1e93..030ebb2b 100644 --- a/pom.xml +++ b/pom.xml @@ -213,9 +213,10 @@ - target/dist/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl - target/dist/schema/shacl/SCHEMA_QUDT_NoOWL.ttl - target/dist/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl + src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl + src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl + src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl + src/main/rdf/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl diff --git a/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl b/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl index fdeb9588..5a58ff5d 100644 --- a/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl +++ b/src/main/rdf/schema/SCHEMA_QUDT-DATATYPE.ttl @@ -3205,15 +3205,6 @@ qudt:bounded rdfs:label "bounded" ; rdfs:range xsd:boolean . -qudt:byRow - a owl:DatatypeProperty ; - dcterms:description "A boolean to specify whether an array is presented row by row or column by column." ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "by row" ; - rdfs:range xsd:boolean ; - vaem:rationale "Replaced with an enumeration. See type:ArrayDataOrderType" . - qudt:bytes a owl:DatatypeProperty ; rdfs:isDefinedBy ; diff --git a/src/main/rdf/schema/SCHEMA_QUDT.ttl b/src/main/rdf/schema/SCHEMA_QUDT.ttl index fa811a69..80e6cdb8 100644 --- a/src/main/rdf/schema/SCHEMA_QUDT.ttl +++ b/src/main/rdf/schema/SCHEMA_QUDT.ttl @@ -1713,16 +1713,6 @@ dcterms:isReplacedBy a owl:ObjectProperty ; rdfs:label "is replaced by" . -qudt:allowedUnitOfSystem - a owl:ObjectProperty ; - dcterms:description "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; - dcterms:isReplacedBy qudt:applicableSystem ; - owl:inverseOf qudt:hasAllowedUnit ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "allowed unit of system" ; - rdfs:subPropertyOf qudt:isUnitOfSystem . - qudt:applicableCGSUnit a owl:ObjectProperty ; rdfs:isDefinedBy ; @@ -1833,27 +1823,6 @@ qudt:categorizedAs rdfs:isDefinedBy ; rdfs:label "categorized as" . -qudt:coherentUnitOfSystem - a owl:ObjectProperty ; - dcterms:description """ - A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one. - A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way - that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. - For example, the 'newton' and the 'joule'. - These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per second per second, - and the work done by 1 newton acting over 1 metre. - Being coherent refers to this consistent use of 1. - In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, - respectively the force that causes 1 gram to be accelerated at 1 centimetre per second per second, and the work done by 1 dyne acting over 1 centimetre. - So $1 newton = 10^5\\,dyne$, $1 joule = 10^7\\,erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein. - """^^qudt:LatexString ; - owl:inverseOf qudt:hasCoherentUnit ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "is coherent unit of system" ; - rdfs:range qudt:SystemOfUnits ; - rdfs:subPropertyOf qudt:definedUnitOfSystem . - qudt:coherentUnitSystem a owl:ObjectProperty, owl:FunctionalProperty ; dcterms:description """ @@ -1921,12 +1890,6 @@ qudt:derivedNonCoherentUnitOfSystem rdfs:range qudt:SystemOfUnits ; rdfs:subPropertyOf qudt:derivedUnitOfSystem . -qudt:derivedQuantityKindOfSystem - a owl:ObjectProperty ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "derived quantity kind of system" . - qudt:derivedUnitOfSystem a owl:ObjectProperty ; dcterms:description "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ; @@ -1985,15 +1948,6 @@ qudt:figure rdfs:label "figure" ; rdfs:range qudt:Figure . -qudt:generalization - a owl:ObjectProperty ; - dcterms:description "This deprecated property was intended to relate a quantity kind to its generalization."^^rdf:HTML ; - dcterms:isReplacedBy skos:broader ; - owl:inverseOf qudt:specialization ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "generalization" . - qudt:hasAllowedUnit a owl:ObjectProperty ; dcterms:description "This property relates a unit system with a unit of measure that is not defined by or part of the system, but is allowed for use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; @@ -2073,15 +2027,6 @@ qudt:hasDimensionVector rdfs:label "has dimension vector" ; rdfs:range qudt:QuantityKindDimensionVector . -qudt:hasNonCoherentUnit - a owl:ObjectProperty ; - dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; - owl:inverseOf qudt:coherentUnitOfSystem ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "has non-coherent unit" ; - rdfs:subPropertyOf qudt:hasDefinedUnit . - qudt:hasNumeratorPart a owl:ObjectProperty ; rdfs:isDefinedBy ; @@ -2133,24 +2078,11 @@ qudt:hasVocabulary rdfs:label "has vocabulary" ; rdfs:range owl:Ontology . -qudt:isBaseQuantityKindOfSystem - a owl:ObjectProperty ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "is base quantity kind of system" . - qudt:isDimensionInSystem a owl:ObjectProperty ; rdfs:isDefinedBy ; rdfs:label "is dimension in system" . -qudt:isQuantityKindOf - a owl:ObjectProperty ; - dcterms:description "`qudt:isQuantityKindOf` was a strict inverse of `qudt:hasQuantityKind` but is now deprecated."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "is quantity kind of" . - qudt:isUnitOfSystem a owl:ObjectProperty ; dcterms:description "This property relates a unit of measure with a system of units that either a) defines the unit or b) allows the unit to be used within the system."^^rdf:HTML ; @@ -2255,14 +2187,6 @@ qudt:siExactMatch rdfs:isDefinedBy ; rdfs:label "Individual from SI Reference Point" . -qudt:specialization - a owl:ObjectProperty ; - dcterms:description "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ; - owl:inverseOf qudt:generalization ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "specialization" . - qudt:systemDefinition a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:isDefinedBy ; @@ -2279,19 +2203,9 @@ qudt:systemDimension rdfs:isDefinedBy ; rdfs:label "system dimension" . -qudt:unit - a owl:ObjectProperty ; - dcterms:description "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ; - dcterms:isReplacedBy qudt:hasUnit ; - owl:inverseOf qudt:unitFor ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "unit" ; - rdfs:range qudt:Unit . - qudt:unitFor a owl:ObjectProperty ; - owl:inverseOf qudt:unit ; + owl:inverseOf qudt:hasUnit ; rdfs:isDefinedBy ; rdfs:label "unit for" . @@ -2347,14 +2261,6 @@ qudt:bounded rdfs:isDefinedBy ; rdfs:label "bounded" . -qudt:code - a owl:DatatypeProperty ; - dcterms:description "A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:domain qudt:Concept ; - rdfs:isDefinedBy ; - rdfs:label "code" . - qudt:conversionMultiplier a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:isDefinedBy ; @@ -2888,22 +2794,6 @@ qudt:informativeReference rdfs:label "informative reference" ; rdfs:range xsd:anyURI . -qudt:ucumCaseInsensitiveCode - a owl:AnnotationProperty ; - dcterms:description "ucumCode associates a QUDT unit with a UCUM case-insensitive code."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "ucum case-insensitive code" ; - rdfs:subPropertyOf qudt:ucumCode . - -qudt:ucumCaseSensitiveCode - a owl:AnnotationProperty ; - dcterms:description "ucumCode associates a QUDT unit with with a UCUM case-sensitive code."^^rdf:HTML ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "ucum case-sensitive code" ; - rdfs:subPropertyOf qudt:ucumCode . - vaem:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ; vaem:namespacePrefix "dtype" . @@ -3071,30 +2961,6 @@ qudt:TotallyOrdered rdfs:isDefinedBy ; rdfs:label "Totally Ordered" . -qudt:UCUMci - a rdfs:Datatype ; - owl:onDatatype xsd:string ; - owl:withRestrictions ( [ - xsd:pattern "[\\x21-\\x60,\\x7b-\\x7e]+" ; - ] ) ; - qudt:deprecated true ; - rdfs:comment "Lexical pattern for the case-insensitive version of UCUM code" ; - rdfs:isDefinedBy ; - rdfs:label "case-insensitive UCUM code" ; - rdfs:subClassOf rdfs:Resource . - -qudt:UCUMci-term - a rdfs:Datatype ; - owl:onDatatype xsd:string ; - owl:withRestrictions ( [ - xsd:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x60,\\x7c,\\x7e]+" ; - ] ) ; - qudt:deprecated true ; - rdfs:comment "Lexical pattern for the terminal symbols in the case-insensitive version of UCUM code" ; - rdfs:isDefinedBy ; - rdfs:label "case-insensitive UCUM term" ; - rdfs:subClassOf rdfs:Resource . - qudt:UCUMcs a rdfs:Datatype ; dcterms:source "https://ucum.org/ucum.html"^^xsd:anyURI ; diff --git a/src/main/rdf/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl b/src/main/rdf/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl index 3d35e464..81f8e5b1 100644 --- a/src/main/rdf/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl +++ b/src/main/rdf/schema/shacl/SCHEMA_QUDT-DATATYPES_NoOWL.ttl @@ -2321,14 +2321,6 @@ qudt:bounded rdfs:isDefinedBy ; rdfs:label "bounded" . -qudt:byRow - a rdf:Property ; - dcterms:description "A boolean to specify whether an array is presented row by row or column by column." ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "by row" ; - vaem:rationale "Replaced with an enumeration. See type:MatrixElementOrder" . - 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." ; diff --git a/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl b/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl index 89b4d568..94aaef01 100644 --- a/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl +++ b/src/main/rdf/schema/shacl/SCHEMA_QUDT_NoOWL.ttl @@ -904,18 +904,6 @@ qudt:acronym rdfs:isDefinedBy ; rdfs:label "acronym" . -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 equivalent unit that is defined by the system. - """ ; - dcterms:isReplacedBy qudt:applicableSystem ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "allowed unit of system" ; - rdfs:subPropertyOf qudt:isUnitOfSystem . - qudt:altSymbol a rdf:Property ; dcterms:description "An alternative symbol"^^qudt:LatexString ; @@ -1008,35 +996,6 @@ qudt:categorizedAs rdfs:isDefinedBy ; rdfs:label "categorized as" . -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. - """ ; - 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 """ @@ -1147,12 +1106,6 @@ qudt:derivedNonCoherentUnitOfSystem 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 """ @@ -1277,14 +1230,6 @@ qudt:figureLabel rdfs:isDefinedBy ; rdfs:label "figure label" . -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 ; @@ -1378,16 +1323,6 @@ qudt:hasDimensionVector 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. - """ ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "has non-coherent unit" ; - rdfs:subPropertyOf qudt:hasDefinedUnit . - qudt:hasNumeratorPart a rdf:Property ; rdfs:isDefinedBy ; @@ -1487,12 +1422,6 @@ qudt:informativeReference rdfs:isDefinedBy ; rdfs:label "informative reference" . -qudt:isBaseQuantityKindOfSystem - a rdf:Property ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "is base quantity kind of system" . - qudt:isDeltaQuantity a rdf:Property ; dcterms:description """ @@ -1513,13 +1442,6 @@ qudt:isMetricUnit 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." ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "is quantity kind of" . - qudt:isUnitOfSystem a rdf:Property ; dcterms:description """ @@ -1703,13 +1625,6 @@ qudt:siUnitsExpression 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." ; - 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." ; @@ -1745,22 +1660,6 @@ qudt:systemDimension 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 ; @@ -1785,14 +1684,6 @@ qudt:uneceCommonCode 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 ; diff --git a/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl b/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl index 8829f325..dce70896 100644 --- a/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl +++ b/src/main/rdf/validation/COLLECTION_QUDT_QA_TESTS_ALL.ttl @@ -135,22 +135,58 @@ FILTER NOT EXISTS {$this qudt:deprecated true} sh:targetClass qudt:SystemOfUnits ; sh:targetClass qudt:Unit . -qudt:DontReferToDeprecatedUnitsConstraint +qudt:DeprecatedConceptInfoShape a sh:NodeShape ; - rdfs:isDefinedBy ; - rdfs:label "Don't refer to deprecated units" ; + rdfs:isDefinedBy ; + rdfs:label "Informs about presence of a deprecated QUDT resource" ; + sh:severity sh:Info ; sh:sparql [ a sh:SPARQLConstraint ; - rdfs:comment "Don't refer to deprecated units" ; - sh:message "Resource '{?s}' should not refer to deprecated unit '{$this}'." ; - sh:prefixes ; - sh:select """SELECT $this ?s -WHERE { -$this qudt:deprecated true . -?s ?p $this . -}""" ; + rdfs:comment "Informs if a deprecated QUDT resource is present" ; + sh:message "Deprecated resource '{?this}' is present, which will be removed in the next major version of QUDT {?replacementMessage}" ; + sh:prefixes ; + sh:select """ + SELECT ?s $this ?replacementMessage + WHERE { + $this qudt:deprecated true . + OPTIONAL { + $this dcterms:isReplacedBy ?replacement . + } + BIND(IF( + BOUND(?replacement), + CONCAT("as it has been replaced by ", STR(?replacement)), + "without replacement.") + AS ?replacementMessage) + } + """ ; ] ; - sh:targetClass qudt:Unit . + sh:targetClass qudt:Concept . + +qudt:DeprecatedPropertyInfoShape + a sh:NodeShape ; + rdfs:isDefinedBy ; + rdfs:label "Info about presence of a deprecated QUDT property" ; + sh:severity sh:Info ; + sh:sparql [ + a sh:SPARQLConstraint ; + rdfs:comment "Informs if a deprecated QUDT property is present" ; + sh:message "Deprecated property '{?this}' is present, which will be removed in the next major version of QUDT {?replacementMessage}" ; + sh:prefixes ; + sh:select """ + SELECT ?s ?this ?replacementMessage + WHERE { + ?this qudt:deprecated true . + OPTIONAL { + $this dcterms:isReplacedBy ?replacement . + } + BIND(IF( + BOUND(?replacement), + CONCAT("as it has been replaced by ", STR(?replacement)), + "without replacement") + AS ?replacementMessage) + }""" ; + ] ; + sh:targetClass rdf:Property . qudt:ExactMatchGoesBothWaysConstraint a sh:NodeShape ; diff --git a/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl b/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl index 97933f8f..e9ebb287 100644 --- a/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl +++ b/src/main/rdf/validation/COLLECTION_QUDT_USER_TESTS.ttl @@ -86,48 +86,59 @@ FILTER (?qkdv1 != ?qkdv2) . ] ; sh:targetClass qudt:Quantity . -qudt:DeprecatedPropertyConstraint +qudt:DontReferToDeprecatedConceptConstraint a sh:NodeShape ; rdfs:isDefinedBy ; - rdfs:label "Warning about use of a deprecated QUDT property" ; - sh:severity sh:Info ; + rdfs:label "Warning about use of a deprecated QUDT resource" ; + sh:severity sh:Warning ; 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." ; + rdfs:comment "Warns if a deprecated QUDT resource is used" ; + sh:message "Resource '{?s}' refers to deprecated resource '{?this}', which will be removed in the next major version of QUDT. {?replacementMessage}" ; 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:select """ + SELECT ?s $this ?replacementMessage + WHERE { + $this qudt:deprecated true . + ?s ?p $this . + OPTIONAL { + $this dcterms:isReplacedBy ?replacement . + } + BIND(IF( + BOUND(?replacement), + CONCAT("Please refer to ", STR(?replacement), " instead."), + "Please do not refer to this resource any longer - it will be removed without replacement.") + AS ?replacementMessage) + } + """ ; ] ; sh:targetClass qudt:Concept . -qudt:DeprecationConstraint +qudt:DontUseDeprecatedPropertyConstraint a sh:NodeShape ; rdfs:isDefinedBy ; - rdfs:label "Warning about use of a deprecated QUDT resource" ; - sh:severity sh:Info ; + rdfs:label "Warning about use of a deprecated QUDT property" ; + sh:severity sh:Warning ; 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." ; + rdfs:comment "Warns if a deprecated QUDT property is used" ; + sh:message "Resource '{?s}' uses the deprecated property '{?this}', which will be removed in the next major version of QUDT.{?replacementMessage}" ; 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:select """ + SELECT ?s ?this ?replacementMessage + WHERE { + ?this qudt:deprecated true . + ?s ?this ?o . + OPTIONAL { + $this dcterms:isReplacedBy ?replacement . + } + BIND(IF( + BOUND(?replacement), + CONCAT(" Please use ", STR(?replacement), " instead."), + " Please do not use this property any longer - it will be removed without replacement.") + AS ?replacementMessage) + }""" ; ] ; - sh:targetClass qudt:Concept . + sh:targetClass rdf:Property . diff --git a/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl b/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl index b8bf6138..521df615 100644 --- a/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl +++ b/src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl @@ -194,7 +194,7 @@ constant:AtomicMassUnitKilogramRelationship constant:AtomicUnitOf1stHyperpolarizablity a qudt:PhysicalConstant ; - qudt:hasQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; qudt:quantityValue constant:Value_AtomicUnitOf1stHyperpolarizability ; rdfs:isDefinedBy ; @@ -203,7 +203,7 @@ constant:AtomicUnitOf1stHyperpolarizablity constant:AtomicUnitOf2ndHyperpolarizablity a qudt:PhysicalConstant ; - qudt:hasQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; qudt:quantityValue constant:Value_AtomicUnitOf2ndHyperpolarizability ; rdfs:isDefinedBy ; @@ -348,7 +348,7 @@ constant:AtomicUnitOfMagneticFluxDensity constant:AtomicUnitOfMagnetizability a qudt:PhysicalConstant ; - qudt:hasQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:hasQuantityKind quantitykind:EnergyPerMagneticFluxDensity_Squared ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; qudt:quantityValue constant:Value_AtomicUnitOfMagnetizability ; rdfs:isDefinedBy ; @@ -1148,7 +1148,7 @@ constant:ElementaryCharge constant:ElementaryChargeOverH a qudt:PhysicalConstant ; - qudt:hasQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerEnergy ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; qudt:quantityValue constant:Value_ElementaryChargeOverH ; rdfs:isDefinedBy ; @@ -1181,7 +1181,7 @@ constant:FaradayConstant constant:FermiCouplingConstant a qudt:PhysicalConstant ; - qudt:hasQuantityKind quantitykind:InverseSquareEnergy ; + qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; qudt:quantityValue constant:Value_FermiCouplingConstant ; rdfs:isDefinedBy ; @@ -1762,17 +1762,6 @@ constant:LatticeSpacingOfSilicon rdfs:isDefinedBy ; rdfs:label "lattice spacing of silicon"@en . -constant:LoschmidtConstant273.15K101.325KPa - a qudt:PhysicalConstant ; - dcterms:isReplacedBy constant:LoschmidtConstant273dot15K101dot325KPa ; - qudt:deprecated true ; - qudt:hasQuantityKind quantitykind:NumberDensity ; - qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:quantityValue constant:Value_LoschmidtConstant ; - rdfs:isDefinedBy ; - rdfs:label "Loschmidt constant 273.15 K 101.325 kPa"@en ; - skos:closeMatch . - constant:LoschmidtConstant273dot15K101dot325KPa a qudt:PhysicalConstant ; qudt:hasQuantityKind quantitykind:NumberDensity ; @@ -1892,26 +1881,6 @@ constant:MolarPlanckConstantTimesC rdfs:label "molar Planck constant times c"@en ; skos:closeMatch . -constant:MolarVolumeOfIdealGas273.15K100KPa - a qudt:PhysicalConstant ; - dcterms:isReplacedBy constant:MolarVolumeOfIdealGas273dot15K100KPa ; - qudt:deprecated true ; - qudt:hasQuantityKind quantitykind:MolarVolume ; - qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:quantityValue constant:Value_MolarVolumeOfIdealGas ; - rdfs:isDefinedBy ; - rdfs:label "molar volume of ideal gas 273.15 K 100 kPa"@en . - -constant:MolarVolumeOfIdealGas273.15K101.325KPa - a qudt:PhysicalConstant ; - dcterms:isReplacedBy constant:MolarVolumeOfIdealGas273dot15K101dot325KPa ; - qudt:deprecated true ; - qudt:hasQuantityKind quantitykind:MolarVolume ; - qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:quantityValue constant:Value_MolarVolumeOfIdealGas ; - rdfs:isDefinedBy ; - rdfs:label "molar volume of ideal gas 273.15 K 101.325 kPa"@en . - constant:MolarVolumeOfIdealGas273dot15K100KPa a qudt:PhysicalConstant ; qudt:hasQuantityKind quantitykind:MolarVolume ; @@ -2831,16 +2800,6 @@ constant:SackurTetrodeConstant1K100KPa rdfs:isDefinedBy ; rdfs:label "Sackur-Tetrode constant 1 K 100 kPa"@en . -constant:SackurTetrodeConstant1K101.325KPa - a qudt:PhysicalConstant ; - dcterms:isReplacedBy constant:SackurTetrodeConstant1K101dot325K ; - qudt:deprecated true ; - qudt:hasQuantityKind quantitykind:DimensionlessRatio ; - qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:quantityValue constant:Value_SackurTetrodeConstant1K101dot325KPa ; - rdfs:isDefinedBy ; - rdfs:label "Sackur-Tetrode constant 1 K 101.325 kPa"@en . - constant:SackurTetrodeConstant1K101dot325KPa a qudt:PhysicalConstant ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; @@ -6575,20 +6534,6 @@ constant:Value_SackurTetrodeConstant1K100KPa rdfs:label "Value for Sackur-Tetrode constant 1 K 100 kPa" ; vaem:website "http://physics.nist.gov/cgi-bin/cuu/Value?s0sr#mid"^^xsd:anyURI . -constant:Value_SackurTetrodeConstant1K101.325KPa - a qudt:ConstantValue ; - dcterms:isReplacedBy constant:Value_SackurTetrodeConstant1K101dot325KPa ; - qudt:deprecated true ; - qudt:hasUnit unit:UNITLESS ; - qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; - qudt:standardUncertainty 0.0000044 ; - qudt:standardUncertaintySN 4.4E-6 ; - qudt:value -1.1648677 ; - qudt:valueSN -1.1648677E0 ; - rdfs:isDefinedBy ; - rdfs:label "Value for Sackur-Tetrode constant 1 K 101.325 kPa" ; - vaem:website "http://physics.nist.gov/cgi-bin/cuu/Value?s0srstd#mid"^^xsd:anyURI . - constant:Value_SackurTetrodeConstant1K101dot325KPa a qudt:ConstantValue ; qudt:hasUnit unit:UNITLESS ; diff --git a/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl b/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl index a71e0a59..3b5dfc57 100644 --- a/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl +++ b/src/main/rdf/vocab/dimensionvectors/VOCAB_QUDT-DIMENSION-VECTORS.ttl @@ -304,7 +304,7 @@ qkdv:A0E-1L1I0M0H0T0D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 0 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:hasReferenceQuantityKind quantitykind:LengthPerElectricCurrent ; qudt:latexDefinition "$L I^-1$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E-1L1I0M0H0T0D0" . @@ -319,7 +319,7 @@ qkdv:A0E-1L1I0M1H0T-2D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime -2 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:hasReferenceQuantityKind quantitykind:MagneticFluxPerLength ; qudt:latexDefinition "$L M T^-2 I^-1$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E-1L1I0M1H0T-2D0" . @@ -625,22 +625,6 @@ qkdv:A0E0L-0dot5I0M1H0T-2D0 rdfs:isDefinedBy ; rdfs:label "A0E0L-0dot5I0M1H0T-2D0" . -qkdv:A0E0L-0pt5I0M1H0T-2D0 - a qudt:QuantityKindDimensionVector, qudt:QuantityKindDimensionVector_CGS, qudt:QuantityKindDimensionVector_ISO, qudt:QuantityKindDimensionVector_Imperial, 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, qudt:QuantityKindDimensionVector_Imperial, qudt:QuantityKindDimensionVector_SI ; qudt:dimensionExponentForAmountOfSubstance 0 ; @@ -1362,7 +1346,7 @@ qkdv:A0E0L-4I0M-2H0T4D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 4 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:InverseSquareEnergy ; + qudt:hasReferenceQuantityKind quantitykind:InverseEnergy_Squared ; qudt:latexDefinition "$L^-4 M^-2 T^4$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E0L-4I0M-2H0T4D0" . @@ -1670,7 +1654,7 @@ qkdv:A0E0L0I0M0H0T2D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 2 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:TimeSquared ; + qudt:hasReferenceQuantityKind quantitykind:Time_Squared ; qudt:latexDefinition "$T^2$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E0L0I0M0H0T2D0" . @@ -3081,7 +3065,7 @@ qkdv:A0E0L4I0M2H0T-4D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime -4 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:SquareEnergy ; + qudt:hasReferenceQuantityKind quantitykind:Energy_Squared ; qudt:latexDefinition "$L^4 M^2 T^-4$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E0L4I0M2H0T-4D0" . @@ -3181,7 +3165,7 @@ qkdv:A0E1L-2I0M-1H0T3D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 3 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerEnergy ; qudt:latexDefinition "$L^-2 M^-1 T^3 I$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E1L-2I0M-1H0T3D0" . @@ -3357,7 +3341,7 @@ qkdv:A0E1L0I0M0H-1T0D0 qudt:dimensionExponentForThermodynamicTemperature -1 ; qudt:dimensionExponentForTime 0 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerUnitTemperature ; + qudt:hasReferenceQuantityKind quantitykind:ElectricCurrentPerTemperature ; rdfs:isDefinedBy ; rdfs:label "A0E1L0I0M0H-1T0D0" . @@ -3655,7 +3639,7 @@ qkdv:A0E2L2I0M-1H0T2D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 2 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:hasReferenceQuantityKind quantitykind:EnergyPerMagneticFluxDensity_Squared ; qudt:latexDefinition "$L^2 M^-1 T^2 I^2$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E2L2I0M-1H0T2D0" . @@ -3670,7 +3654,7 @@ qkdv:A0E3L-1I0M-2H0T7D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 7 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; + qudt:hasReferenceQuantityKind quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared ; qudt:latexDefinition "$L^-1 M^-2 T^7 I^3$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E3L-1I0M-2H0T7D0" . @@ -3712,7 +3696,7 @@ qkdv:A0E4L-2I0M-3H0T10D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 10 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; + qudt:hasReferenceQuantityKind quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic ; qudt:latexDefinition "$L^-2 M^-3 T^10 I^4$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A0E4L-2I0M-3H0T10D0" . @@ -3862,7 +3846,7 @@ qkdv:A1E0L-3I0M0H0T0D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 0 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerVolume ; qudt:latexDefinition "$L^-3 N$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A1E0L-3I0M0H0T0D0" . @@ -3904,7 +3888,7 @@ qkdv:A1E0L0I0M-1H0T0D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 0 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerMass ; qudt:latexDefinition "$M^-1 N$"^^qudt:LatexString ; rdfs:isDefinedBy ; rdfs:label "A1E0L0I0M-1H0T0D0" . @@ -3978,7 +3962,7 @@ qkdv:A1E0L1I0M-2H0T2D0 qudt:dimensionExponentForThermodynamicTemperature 0 ; qudt:dimensionExponentForTime 2 ; qudt:dimensionlessExponent 0 ; - qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerUnitMassPressure ; + qudt:hasReferenceQuantityKind quantitykind:AmountOfSubstancePerMassPressure ; rdfs:isDefinedBy ; rdfs:label "A1E0L1I0M-2H0T2D0" . diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index a7a0ef04..134101ca 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -500,22 +500,6 @@ quantitykind:AmountOfSubstanceConcentration rdfs:label "Amount of Substance of Concentration"@en ; skos:broader quantitykind:Concentration . -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."^^qudt:LatexString ; - 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 ; - skos:broader quantitykind:Concentration . - quantitykind:AmountOfSubstanceFraction a qudt:QuantityKind ; dcterms:description "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^qudt:LatexString ; @@ -528,21 +512,6 @@ quantitykind:AmountOfSubstanceFraction 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."^^qudt:LatexString ; - 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 ; - skos:broader quantitykind:MoleFraction . - quantitykind:AmountOfSubstanceIonConcentration a qudt:QuantityKind ; dcterms:description "\"Ion Concentration\" is the moles of ions per volume of solution."^^qudt:LatexString ; @@ -570,37 +539,6 @@ quantitykind:AmountOfSubstancePerMassPressure rdfs:isDefinedBy ; rdfs:label "Molar Mass variation due to Pressure"@en . -quantitykind:AmountOfSubstancePerUnitMass - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:AmountOfSubstancePerMass ; - qudt:deprecated true ; - qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; - 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."^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:AmountOfSubstancePerMassPressure ; - qudt:deprecated true ; - 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."^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:AmountOfSubstancePerVolume ; - qudt:deprecated true ; - qudt:exactMatch quantitykind:AmountOfSubstanceConcentration ; - qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; - 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:AmountOfSubstancePerVolume a qudt:QuantityKind ; dcterms:description "The amount of substance per volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^qudt:LatexString ; @@ -674,7 +612,7 @@ quantitykind:AngularAcceleration rdfs:label "कोणीय त्वरण"@hi ; rdfs:label "角加速度"@ja ; rdfs:label "角加速度"@zh ; - skos:broader quantitykind:InverseSquareTime . + skos:broader quantitykind:InverseTime_Squared . quantitykind:AngularCrossSection a qudt:QuantityKind ; @@ -2308,28 +2246,6 @@ quantitykind:CostPerPower rdfs:label "Anschaffungskosten pro Watt"@de ; rdfs:label "cost per power"@en . -quantitykind:CostPerUnitEnergy - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:CostPerEnergy ; - qudt:deprecated true ; - 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 ; - dcterms:isReplacedBy quantitykind:CostPerPower ; - qudt:deprecated true ; - 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."^^qudt:LatexString ; @@ -2393,14 +2309,6 @@ quantitykind:CrossSectionalArea 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:expression "$cubic-exp-coef$"^^qudt:LatexString ; @@ -2489,17 +2397,6 @@ quantitykind:CurrentOfTheAmountOfSubstance rdfs:isDefinedBy ; rdfs:label "current of the amount of substance"@en-US . -quantitykind:CurrentOfTheAmountOfSubtance - a qudt:QuantityKind ; - dcterms:description "ratio of the amount of substance divided by the related time"@en ; - qudt:deprecated true ; - qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; - qudt:isReplacedBy quantitykind:CurrentOfTheAmountOfSubstance ; - 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 ; @@ -3506,32 +3403,6 @@ quantitykind:ElectricCurrentPerTemperature rdfs:isDefinedBy ; rdfs:label "Electric Current per Temperature"@en . -quantitykind:ElectricCurrentPerUnitEnergy - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:ElectricCurrentPerEnergy ; - qudt:deprecated true ; - qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; - rdfs:isDefinedBy ; - rdfs:label "Electric Current per Unit Energy"@en . - -quantitykind:ElectricCurrentPerUnitLength - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:ElectricCurrentPerLength ; - qudt:deprecated true ; - 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."^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:ElectricCurrentPerTemperature ; - qudt:deprecated true ; - 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."^^qudt:LatexString ; @@ -4411,16 +4282,6 @@ quantitykind:EnergyPerMassAmountOfSubstance rdfs:isDefinedBy ; rdfs:label "Energy and work per mass amount of substance"@en . -quantitykind:EnergyPerSquareMagneticFluxDensity - a qudt:QuantityKind ; - dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^qudt:LatexString ; - 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:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; @@ -5642,18 +5503,6 @@ quantitykind:HeatFlowRatePerArea rdfs:label "Heat Flow Rate per Unit Area"@en ; skos:broader quantitykind:PowerPerArea . -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 ; - dcterms:isReplacedBy quantitykind:HeatFlowRatePerArea ; - qudt:deprecated true ; - 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:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; @@ -6184,30 +6033,6 @@ quantitykind:InversePressure 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:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; @@ -6680,25 +6505,6 @@ quantitykind:LengthPerElectricCurrent rdfs:isDefinedBy ; rdfs:label "Length per Electric Current"@en . -quantitykind:LengthPerUnitElectricCurrent - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:LengthPerElectricCurrent ; - qudt:deprecated true ; - 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: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:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; @@ -7829,16 +7635,6 @@ quantitykind:MagneticFluxPerLength rdfs:isDefinedBy ; rdfs:label "Magnetic flux per length"@en . -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."^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:MagneticFluxPerLength ; - qudt:deprecated true ; - 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."^^qudt:LatexString ; @@ -9618,17 +9414,6 @@ quantitykind:OrbitalAngularMomentumPerMass rdfs:isDefinedBy ; rdfs:label "Orbital Angular Momentum per Mass"@en . -quantitykind:OrbitalAngularMomentumPerUnitMass - a qudt:QuantityKind ; - dcterms:description "Angular momentum of the orbit per unit mass of the vehicle"^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:OrbitalAngularMomentumPerMass ; - qudt:deprecated true ; - 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 ; @@ -10753,17 +10538,6 @@ quantitykind:PressureLossPerLength rdfs:isDefinedBy ; rdfs:label "Pressure Loss per Length"@en . -quantitykind:PressurePercentage - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:PressureRatio ; - 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:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; @@ -10878,14 +10652,6 @@ quantitykind:QuantumNumber 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.)."^^qudt:LatexString ; @@ -11427,20 +11193,6 @@ quantitykind:RelativeHumidity 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."^^qudt:LatexString ; - dcterms:isReplacedBy quantitykind:LuminousFluxRatio ; - 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 80000."^^qudt:LatexString ; @@ -11611,17 +11363,6 @@ quantitykind:ResistanceBasedInductance rdfs:isDefinedBy ; rdfs:label "resistance-based inductance"@en-US . -quantitykind:ResistancePercentage - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:ResistanceRatio ; - 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:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; @@ -12997,14 +12738,6 @@ quantitykind:SpinQuantumNumber 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:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; @@ -14060,17 +13793,6 @@ quantitykind:TimeConstant_Inductance rdfs:isDefinedBy ; rdfs:label "time constant (inductance based)" . -quantitykind:TimePercentage - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:TimeRatio ; - 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:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; @@ -14089,15 +13811,6 @@ quantitykind:TimeRelatedLogarithmicRatio 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:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; @@ -14593,17 +14306,6 @@ For an irrotational electric field, the voltage is independent of the path betwe rdfs:isDefinedBy ; rdfs:label "Voltage"@en . -quantitykind:VoltagePercentage - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:VoltageRatio ; - 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."^^qudt:LatexString ; @@ -14721,15 +14423,6 @@ quantitykind:VolumePerTime rdfs:isDefinedBy ; rdfs:label "Volume per Time"@en . -quantitykind:VolumePerUnitTime - a qudt:QuantityKind ; - dcterms:isReplacedBy quantitykind:VolumePerTime ; - qudt:deprecated true ; - 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 ; diff --git a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl index 875b9db1..8dbd3be0 100644 --- a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-QUANTITY-KINDS-ALL.ttl @@ -58,10 +58,10 @@ soqk:CGS qudt:systemDerivedQuantityKind quantitykind:RadiantIntensity ; qudt:systemDerivedQuantityKind quantitykind:SpecificEnergy ; qudt:systemDerivedQuantityKind quantitykind:Stress ; - qudt:systemDerivedQuantityKind quantitykind:TimeSquared ; + qudt:systemDerivedQuantityKind quantitykind:Time_Squared ; qudt:systemDerivedQuantityKind quantitykind:Torque ; qudt:systemDerivedQuantityKind quantitykind:Volume ; - qudt:systemDerivedQuantityKind quantitykind:VolumePerUnitTime ; + qudt:systemDerivedQuantityKind quantitykind:VolumePerTime ; rdfs:isDefinedBy ; rdfs:label "CGS System of Quantity Kinds" . @@ -80,7 +80,7 @@ soqk:CGS-EMU qudt:systemDerivedQuantityKind quantitykind:ElectricConductivity ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentDensity ; - qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerLength ; qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:ElectricDisplacementField ; qudt:systemDerivedQuantityKind quantitykind:ElectricField ; @@ -89,11 +89,11 @@ soqk:CGS-EMU qudt:systemDerivedQuantityKind quantitykind:ElectromotiveForce ; qudt:systemDerivedQuantityKind quantitykind:EnergyPerElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:Inductance ; - qudt:systemDerivedQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:systemDerivedQuantityKind quantitykind:LengthPerElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:MagneticDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:MagneticField ; qudt:systemDerivedQuantityKind quantitykind:MagneticFlux ; - qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerLength ; qudt:systemDerivedQuantityKind quantitykind:MagnetizationField ; qudt:systemDerivedQuantityKind quantitykind:MagnetomotiveForce ; qudt:systemDerivedQuantityKind quantitykind:Permeability ; @@ -116,7 +116,7 @@ soqk:CGS-ESU qudt:systemDerivedQuantityKind quantitykind:ElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentDensity ; - qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerLength ; qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:ElectricDisplacementField ; qudt:systemDerivedQuantityKind quantitykind:ElectricField ; @@ -125,11 +125,11 @@ soqk:CGS-ESU qudt:systemDerivedQuantityKind quantitykind:ElectromotiveForce ; qudt:systemDerivedQuantityKind quantitykind:EnergyPerElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:Inductance ; - qudt:systemDerivedQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:systemDerivedQuantityKind quantitykind:LengthPerElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:MagneticDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:MagneticField ; qudt:systemDerivedQuantityKind quantitykind:MagneticFlux ; - qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerLength ; qudt:systemDerivedQuantityKind quantitykind:MagnetizationField ; qudt:systemDerivedQuantityKind quantitykind:MagnetomotiveForce ; qudt:systemDerivedQuantityKind quantitykind:Permeability ; @@ -151,7 +151,7 @@ soqk:CGS-Gauss qudt:systemDerivedQuantityKind quantitykind:ElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentDensity ; - qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerLength ; qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:ElectricDisplacementField ; qudt:systemDerivedQuantityKind quantitykind:ElectricField ; @@ -160,11 +160,11 @@ soqk:CGS-Gauss qudt:systemDerivedQuantityKind quantitykind:ElectromotiveForce ; qudt:systemDerivedQuantityKind quantitykind:EnergyPerElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:Inductance ; - qudt:systemDerivedQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:systemDerivedQuantityKind quantitykind:LengthPerElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:MagneticDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:MagneticField ; qudt:systemDerivedQuantityKind quantitykind:MagneticFlux ; - qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerLength ; qudt:systemDerivedQuantityKind quantitykind:MagnetizationField ; qudt:systemDerivedQuantityKind quantitykind:Permeability ; qudt:systemDerivedQuantityKind quantitykind:Permittivity ; @@ -217,7 +217,7 @@ soqk:IMPERIAL qudt:hasQuantityKind quantitykind:Time ; qudt:hasQuantityKind quantitykind:Torque ; qudt:hasQuantityKind quantitykind:Volume ; - qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; rdfs:isDefinedBy ; rdfs:label "Imperial System of Quantity Kinds" . @@ -297,6 +297,7 @@ soqk:ISQ qudt:hasQuantityKind quantitykind:Emissivity ; qudt:hasQuantityKind quantitykind:Energy ; qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:hasQuantityKind quantitykind:Energy_Squared ; qudt:hasQuantityKind quantitykind:Entropy ; qudt:hasQuantityKind quantitykind:EvaporativeHeatTransfer ; qudt:hasQuantityKind quantitykind:EvaporativeHeatTransferCoefficient ; @@ -315,13 +316,13 @@ soqk:ISQ qudt:hasQuantityKind quantitykind:HeatCapacity ; qudt:hasQuantityKind quantitykind:HeatCapacityRatio ; qudt:hasQuantityKind quantitykind:HeatFlowRate ; - qudt:hasQuantityKind quantitykind:HeatFlowRatePerUnitArea ; + qudt:hasQuantityKind quantitykind:HeatFlowRatePerArea ; qudt:hasQuantityKind quantitykind:HelmholtzEnergy ; qudt:hasQuantityKind quantitykind:Impedance ; qudt:hasQuantityKind quantitykind:Inductance ; qudt:hasQuantityKind quantitykind:InstantaneousPower ; qudt:hasQuantityKind quantitykind:InverseEnergy ; - qudt:hasQuantityKind quantitykind:InverseSquareEnergy ; + qudt:hasQuantityKind quantitykind:InverseEnergy_Squared ; qudt:hasQuantityKind quantitykind:IsentropicCompressibility ; qudt:hasQuantityKind quantitykind:IsentropicExponent ; qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; @@ -462,7 +463,6 @@ soqk:ISQ qudt:hasQuantityKind quantitykind:SpeedOfLight ; qudt:hasQuantityKind quantitykind:SpeedOfSound ; qudt:hasQuantityKind quantitykind:SphericalIlluminance ; - qudt:hasQuantityKind quantitykind:SquareEnergy ; qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; qudt:hasQuantityKind quantitykind:StaticFriction ; qudt:hasQuantityKind quantitykind:Susceptance ; @@ -517,8 +517,8 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:AbsorbedDose ; qudt:systemDerivedQuantityKind quantitykind:AbsorbedDoseRate ; qudt:systemDerivedQuantityKind quantitykind:Activity ; - qudt:systemDerivedQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; - qudt:systemDerivedQuantityKind quantitykind:AmountOfSubstancePerUnitVolume ; + qudt:systemDerivedQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:systemDerivedQuantityKind quantitykind:AmountOfSubstancePerVolume ; qudt:systemDerivedQuantityKind quantitykind:AngularAcceleration ; qudt:systemDerivedQuantityKind quantitykind:AngularMomentum ; qudt:systemDerivedQuantityKind quantitykind:AngularVelocity ; @@ -532,7 +532,6 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:Capacitance ; qudt:systemDerivedQuantityKind quantitykind:CatalyticActivity ; qudt:systemDerivedQuantityKind quantitykind:CoefficientOfHeatTransfer ; - qudt:systemDerivedQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; qudt:systemDerivedQuantityKind quantitykind:Density ; qudt:systemDerivedQuantityKind quantitykind:DoseEquivalent ; qudt:systemDerivedQuantityKind quantitykind:DynamicViscosity ; @@ -545,8 +544,10 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:ElectricConductivity ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentDensity ; qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerAngle ; - qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerUnitEnergy ; + qudt:systemDerivedQuantityKind quantitykind:ElectricCurrentPerEnergy ; qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared ; + qudt:systemDerivedQuantityKind quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic ; qudt:systemDerivedQuantityKind quantitykind:ElectricDisplacement ; qudt:systemDerivedQuantityKind quantitykind:ElectricFieldStrength ; qudt:systemDerivedQuantityKind quantitykind:ElectricFlux ; @@ -558,7 +559,8 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:EnergyPerArea ; qudt:systemDerivedQuantityKind quantitykind:EnergyPerAreaElectricCharge ; qudt:systemDerivedQuantityKind quantitykind:EnergyPerElectricCharge ; - qudt:systemDerivedQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:systemDerivedQuantityKind quantitykind:EnergyPerMagneticFluxDensity_Squared ; + qudt:systemDerivedQuantityKind quantitykind:Energy_Squared ; qudt:systemDerivedQuantityKind quantitykind:Exposure ; qudt:systemDerivedQuantityKind quantitykind:Force ; qudt:systemDerivedQuantityKind quantitykind:ForcePerArea ; @@ -569,23 +571,23 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:GravitationalAttraction ; qudt:systemDerivedQuantityKind quantitykind:HeatCapacity ; qudt:systemDerivedQuantityKind quantitykind:HeatFlowRate ; - qudt:systemDerivedQuantityKind quantitykind:HeatFlowRatePerUnitArea ; + qudt:systemDerivedQuantityKind quantitykind:HeatFlowRatePerArea ; qudt:systemDerivedQuantityKind quantitykind:Illuminance ; qudt:systemDerivedQuantityKind quantitykind:Inductance ; qudt:systemDerivedQuantityKind quantitykind:InverseAmountOfSubstance ; qudt:systemDerivedQuantityKind quantitykind:InverseEnergy ; + qudt:systemDerivedQuantityKind quantitykind:InverseEnergy_Squared ; qudt:systemDerivedQuantityKind quantitykind:InverseLength ; qudt:systemDerivedQuantityKind quantitykind:InverseLengthTemperature ; qudt:systemDerivedQuantityKind quantitykind:InverseMagneticFlux ; qudt:systemDerivedQuantityKind quantitykind:InversePermittivity ; - qudt:systemDerivedQuantityKind quantitykind:InverseSquareEnergy ; qudt:systemDerivedQuantityKind quantitykind:InverseTimeTemperature ; qudt:systemDerivedQuantityKind quantitykind:InverseVolume ; qudt:systemDerivedQuantityKind quantitykind:KinematicViscosity ; qudt:systemDerivedQuantityKind quantitykind:LengthEnergy ; qudt:systemDerivedQuantityKind quantitykind:LengthMass ; qudt:systemDerivedQuantityKind quantitykind:LengthMolarEnergy ; - qudt:systemDerivedQuantityKind quantitykind:LengthPerUnitElectricCurrent ; + qudt:systemDerivedQuantityKind quantitykind:LengthPerElectricCurrent ; qudt:systemDerivedQuantityKind quantitykind:LengthTemperature ; qudt:systemDerivedQuantityKind quantitykind:LinearAcceleration ; qudt:systemDerivedQuantityKind quantitykind:LinearElectricCurrent ; @@ -600,7 +602,7 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:MagneticDipoleMoment ; qudt:systemDerivedQuantityKind quantitykind:MagneticFlux ; qudt:systemDerivedQuantityKind quantitykind:MagneticFluxDensity ; - qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerUnitLength ; + qudt:systemDerivedQuantityKind quantitykind:MagneticFluxPerLength ; qudt:systemDerivedQuantityKind quantitykind:MagneticReluctivity ; qudt:systemDerivedQuantityKind quantitykind:Magnetization ; qudt:systemDerivedQuantityKind quantitykind:MagnetomotiveForce ; @@ -628,7 +630,6 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:PowerPerAreaAngle ; qudt:systemDerivedQuantityKind quantitykind:PowerPerAreaQuarticTemperature ; qudt:systemDerivedQuantityKind quantitykind:PowerPerElectricCharge ; - qudt:systemDerivedQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; qudt:systemDerivedQuantityKind quantitykind:RadiantIntensity ; qudt:systemDerivedQuantityKind quantitykind:Resistance ; qudt:systemDerivedQuantityKind quantitykind:SolidAngle ; @@ -638,7 +639,6 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:SpecificHeatVolume ; qudt:systemDerivedQuantityKind quantitykind:SpecificImpulseByMass ; qudt:systemDerivedQuantityKind quantitykind:SpecificVolume ; - qudt:systemDerivedQuantityKind quantitykind:SquareEnergy ; qudt:systemDerivedQuantityKind quantitykind:StandardGravitationalParameter ; qudt:systemDerivedQuantityKind quantitykind:Stress ; qudt:systemDerivedQuantityKind quantitykind:TemperatureAmountOfSubstance ; @@ -650,70 +650,16 @@ soqk:SI qudt:systemDerivedQuantityKind quantitykind:ThermalResistance ; qudt:systemDerivedQuantityKind quantitykind:ThermalResistivity ; qudt:systemDerivedQuantityKind quantitykind:ThrustToMassRatio ; - qudt:systemDerivedQuantityKind quantitykind:TimeSquared ; qudt:systemDerivedQuantityKind quantitykind:TimeTemperature ; + qudt:systemDerivedQuantityKind quantitykind:Time_Squared ; qudt:systemDerivedQuantityKind quantitykind:Torque ; qudt:systemDerivedQuantityKind quantitykind:Volume ; - qudt:systemDerivedQuantityKind quantitykind:VolumePerUnitTime ; + qudt:systemDerivedQuantityKind quantitykind:VolumePerTime ; qudt:systemDerivedQuantityKind quantitykind:VolumeThermalExpansion ; qudt:systemDerivedQuantityKind quantitykind:VolumetricHeatCapacity ; rdfs:isDefinedBy ; rdfs:label "International System of Quantity Kinds" . -soqk:SOQK_CGS - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "CGS System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:CGS . - -soqk:SOQK_CGS-EMU - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "CGS-EMU System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:CGS-EMU . - -soqk:SOQK_CGS-ESU - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "CGS-ESU System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:CGS-ESU . - -soqk:SOQK_CGS-Gauss - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "CGS-Gauss System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:CGS-Gauss . - -soqk:SOQK_IMPERIAL - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "Imperial System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:IMPERIAL . - -soqk:SOQK_ISQ - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "ISQ System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:ISQ . - -soqk:SOQK_Planck - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "Planck System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:Planck . - -soqk:SOQK_SI - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "SI System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:SI . - -soqk:SOQK_USCS - a qudt:SystemOfQuantityKinds ; - qudt:deprecated true ; - rdfs:label "US Customary System of Quantity Kinds (deprecated URI)" ; - rdfs:seeAlso soqk:USCS . - soqk:USCS a qudt:SystemOfQuantityKinds ; qudt:hasQuantityKind quantitykind:AngularAcceleration ; @@ -758,7 +704,7 @@ soqk:USCS qudt:hasQuantityKind quantitykind:Time ; qudt:hasQuantityKind quantitykind:Torque ; qudt:hasQuantityKind quantitykind:Volume ; - qudt:hasQuantityKind quantitykind:VolumePerUnitTime ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; rdfs:isDefinedBy ; rdfs:label "US Customary System of Quantity Kinds" . diff --git a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl index 6ed3b0cf..7d6d3fc5 100644 --- a/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/systems/VOCAB_QUDT-SYSTEM-OF-UNITS-ALL.ttl @@ -153,69 +153,6 @@ sou:SI rdfs:isDefinedBy ; rdfs:label "International System of Units"@en . -sou:SOU_ASU - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "Astronomical System of Units (deprecated URI)" ; - rdfs:seeAlso sou:ASU . - -sou:SOU_CGS - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "CGS System of Units (deprecated URI)" ; - rdfs:seeAlso sou:CGS . - -sou:SOU_CGS-EMU - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - 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:isDefinedBy ; - 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:isDefinedBy ; - rdfs:label "CGS-Gauss System of Units (deprecated URI)" ; - rdfs:seeAlso sou:CGS-GAUSS . - -sou:SOU_IMPERIAL - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "Imperial System of Units (deprecated URI)" ; - rdfs:seeAlso sou:IMPERIAL . - -sou:SOU_PLANCK - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "Planck System of Units (deprecated URI)" ; - rdfs:seeAlso sou:PLANCK . - -sou:SOU_SI - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - rdfs:label "SI System of Units (deprecated URI)" ; - rdfs:seeAlso sou:SI . - -sou:SOU_USCS - a qudt:SystemOfUnits ; - qudt:deprecated true ; - rdfs:isDefinedBy ; - 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 ; diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index 075c99e5..0c296bb9 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -2568,22 +2568,6 @@ unit:BTU_IT-PER-LB-DEG_R rdfs:isDefinedBy ; rdfs:label "BTU per Pound Degree Rankine"@en . -unit:BTU_IT-PER-LB-MOL - a qudt:DerivedUnit, qudt:Unit ; - dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^qudt:LatexString ; - 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 ; @@ -2655,23 +2639,6 @@ unit:BTU_IT-PER-MIN rdfs:isDefinedBy ; rdfs:label "British Thermal Unit (international Table) per Minute"@en . -unit:BTU_IT-PER-MOL-DEG_F - a qudt:DerivedUnit, qudt:Unit ; - dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^qudt:LatexString ; - 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, 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 ; @@ -4121,34 +4088,6 @@ unit:CAL_TH-PER-CentiM3-K 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 ; @@ -4314,21 +4253,6 @@ unit:CARAT 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 ; @@ -4474,29 +4398,6 @@ unit:CD_IN 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 ; - dcterms:isReplacedBy unit:NUM ; - 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:deprecated true ; - 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, 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 ; @@ -4588,21 +4489,6 @@ unit:CLO 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 ; @@ -5695,20 +5581,6 @@ unit:CentiMOL-PER-L 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" ; - dcterms:isReplacedBy unit:CentiM_H2O_4DEG_C ; - qudt:deprecated true ; - 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}$. @@ -5891,27 +5763,6 @@ unit:CentiST 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 ; - dcterms:isReplacedBy unit:CI ; - qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 37000000000.0 ; - qudt:conversionMultiplierSN 3.7E10 ; - qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; - qudt:deprecated true ; - qudt: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, 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 ; @@ -5976,36 +5827,6 @@ unit: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/a" ; - 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/a" ; - 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 ; @@ -8223,27 +8044,6 @@ unit:ERG-PER-CentiM3 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 ; @@ -8342,18 +8142,6 @@ unit:ERLANG rdfs:isDefinedBy ; rdfs:label "Erlang"@en . -unit:EU-PER-L - a qudt:Unit ; - dcterms:description "amount of enzyme units divided by litre" ; - dcterms:isReplacedBy unit:ENZ-PER-L ; - qudt:deprecated true ; - 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 ; @@ -8624,19 +8412,6 @@ unit:ElementaryCharge 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" ; - dcterms:isReplacedBy unit:ExbiBIT-PER-M ; - qudt:deprecated true ; - 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" ; @@ -9209,25 +8984,6 @@ unit:FT-HR-PER-IN3 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 ; @@ -10257,24 +10013,6 @@ unit:FemtoV rdfs:isDefinedBy ; rdfs:label "femtovolt" . -unit:Flight - a qudt:Unit ; - dcterms:isReplacedBy unit: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: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 ; @@ -15606,28 +15344,6 @@ unit:KibiBYTE rdfs:isDefinedBy ; rdfs:label "KibiByte"@en . -unit:Kilo-FT3 - a qudt:DerivedUnit, qudt:Unit ; - dcterms:description "1 000-fold of the unit cubic foot. "^^rdf:HTML ; - dcterms:isReplacedBy unit:KiloCubicFT ; - 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:deprecated true ; - 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 ; @@ -15747,21 +15463,6 @@ unit:KiloBAUD 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" ; - dcterms:isReplacedBy unit:KiloBAUD ; - qudt:conversionMultiplier 1000.0 ; - qudt:conversionMultiplierSN 1.0E3 ; - qudt:deprecated true ; - 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" ; @@ -18855,24 +18556,6 @@ unit:KiloOHM-PER-M rdfs:isDefinedBy ; rdfs:label "kiloohm per metre" . -unit:KiloP - a qudt:Unit ; - dcterms:description "Same as kilogramForce"^^rdf:HTML ; - dcterms:isReplacedBy unit:KiloPOND ; - qudt:applicableSystem sou:CGS ; - qudt:conversionMultiplier 9.80665 ; - qudt:conversionMultiplierSN 9.80665E0 ; - qudt:deprecated true ; - 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, 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 ; @@ -20582,41 +20265,6 @@ unit:LB-MIN-PER-IN6 rdfs:isDefinedBy ; rdfs:label "pound minute per power of inch with the exponent 6" . -unit:LB-MOL - a qudt:DerivedUnit, qudt:Unit ; - dcterms:description """ - A $\\textit{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, 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-AC a qudt:DerivedUnit, qudt:Unit ; dcterms:description "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres." ; @@ -23810,25 +23458,6 @@ unit:MACH rdfs:isDefinedBy ; rdfs:label "Mach"@en . -unit:MDOLLAR-PER-FLIGHT - a qudt:DerivedUnit, 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 ; @@ -25878,26 +25507,6 @@ unit:MegaPA-M0dot5 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 ; @@ -26524,20 +26133,6 @@ unit:MicroG 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 ; @@ -33568,7 +33163,7 @@ unit:NanoMOL-PER-GM qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.000001 ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; - qudt:hasQuantityKind quantitykind:AmountOfSubstancePerUnitMass ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; qudt:hasQuantityKind quantitykind:IonicStrength ; qudt:hasQuantityKind quantitykind:MolalityOfSolute ; qudt:plainTextDescription "0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; @@ -35152,19 +34747,6 @@ unit:OZ_VOL_US-PER-SEC 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" ; - dcterms:isReplacedBy unit:POND ; - qudt:conversionMultiplier 0.00980665 ; - qudt:conversionMultiplierSN 9.80665E-3 ; - qudt:deprecated true ; - qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; - qudt:hasQuantityKind quantitykind:Force ; - qudt:symbol "p" ; - rdfs:isDefinedBy ; - rdfs:label "pond" . - unit:PA a qudt:DerivedUnit, qudt:Unit ; dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; @@ -35302,25 +34884,6 @@ unit:PA-M0dot5 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" ; @@ -36520,24 +36083,6 @@ unit:PER-M3-SEC 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 ; @@ -37305,17 +36850,17 @@ unit:PERCENT qudt:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; qudt:hasQuantityKind quantitykind:DimensionlessRatio ; - qudt:hasQuantityKind quantitykind:LengthPercentage ; + qudt:hasQuantityKind quantitykind:LengthRatio ; + qudt:hasQuantityKind quantitykind:LuminousFluxRatio ; qudt:hasQuantityKind quantitykind:OpeningRatio ; - qudt:hasQuantityKind quantitykind:PressurePercentage ; + qudt:hasQuantityKind quantitykind:PressureRatio ; 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:hasQuantityKind quantitykind:ResistanceRatio ; + qudt:hasQuantityKind quantitykind:TimeRatio ; + qudt:hasQuantityKind quantitykind:VoltageRatio ; qudt:iec61360Code "0112/2///62720#UAA000" ; qudt:informativeReference "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI ; qudt:omUnit ; @@ -37669,19 +37214,6 @@ unit:PERCENT-PER-DEG rdfs:isDefinedBy ; rdfs:label "percent per degree" . -unit:PERCENT-PER-DEGREE - a qudt:Unit ; - dcterms:description "hundredth relating to the unit degree" ; - dcterms:isReplacedBy unit:PERCENT-PER-DEG ; - qudt:deprecated true ; - 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" ; @@ -39000,30 +38532,6 @@ unit:PPTM-PER-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 ; - dcterms:isReplacedBy unit:PPT ; - qudt:applicableSystem sou:ASU ; - qudt:applicableSystem sou:CGS ; - qudt:applicableSystem sou:CGS-EMU ; - qudt:applicableSystem sou:CGS-ESU ; - qudt:applicableSystem sou:CGS-GAUSS ; - qudt:applicableSystem sou:IMPERIAL ; - qudt:applicableSystem sou:PLANCK ; - qudt:applicableSystem sou:SI ; - qudt:conversionMultiplier 0.000000000001 ; - qudt:conversionMultiplierSN 1.0E-12 ; - qudt:deprecated true ; - qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; - qudt:hasQuantityKind quantitykind:DimensionlessRatio ; - qudt:iec61360Code "0112/2///62720#UAD927" ; - qudt:informativeReference "https://en.wikipedia.org/wiki/Parts-per_notation"^^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 ; @@ -41117,26 +40625,6 @@ unit:RPK 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 ; - dcterms:isReplacedBy unit:TON_Register ; - qudt:applicableSystem sou:USCS ; - qudt:conversionMultiplier 2.8316846592 ; - qudt:conversionMultiplierSN 2.8316846592E0 ; - qudt:definedUnitOfSystem sou:USCS ; - qudt:deprecated true ; - 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 ; @@ -42548,6 +42036,7 @@ unit:TONNE-PER-HA-YR qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.00000000317 ; qudt:conversionMultiplierSN 3.17E-9 ; + qudt:exactMatch unit:MegaGM-PER-HA-YR ; 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." ; @@ -45237,22 +44726,6 @@ unit:W-PER-SR 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" ; - dcterms:isReplacedBy unit:W-PER-M2-SR ; - qudt:conversionMultiplier 1.0 ; - qudt:conversionMultiplierSN 1.0E0 ; - qudt:deprecated true ; - 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 ; @@ -45341,6 +44814,7 @@ unit:WB-M 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" ;