@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/CentiM_H20_4DEG_C>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "centimetre of water (4 °C)" ;
        <http://purl.org/dc/terms/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" ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/ForcePerArea> , <http://qudt.org/vocab/quantitykind/VaporPressure> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAB236" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB236"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "cmH₂O (4 °C)" ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "N14" .
