David Price

DPR2 HTML now only uses normalized UoM and value strings

......@@ -2929,21 +2929,25 @@ ep-core:partPerMillionByVolume
ep-core:pascal
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Pressure ;
rdfs:label "Pascal"^^xsd:string .
rdfs:label "Pascal"^^xsd:string ;
ep-core:unitSymbol "Pa"^^xsd:string .
ep-core:pascal-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Compressibility ;
rdfs:label "per Pascal"^^xsd:string .
rdfs:label "per Pascal"^^xsd:string ;
ep-core:unitSymbol "per Pa"^^xsd:string .
ep-core:pascal_m-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "Pascal per metre"^^xsd:string .
rdfs:label "Pascal per metre"^^xsd:string ;
ep-core:unitSymbol "Pa/m"^^xsd:string .
ep-core:pascal_second
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "Pa.second"^^xsd:string .
rdfs:label "Pa.second"^^xsd:string ;
ep-core:unitSymbol "Pa s"^^xsd:string .
ep-core:pdl
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
......