@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/OZ-PER-GAL>
        a                 <http://qudt.org/schema/qudt/DerivedUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.0.0/vocab/unit> ;
        rdfs:label        "Imperial Mass Ounce per Gallon"@en ;
        <http://purl.org/dc/terms/description>
                "\"Ounce per Gallon\" is an Imperial unit for  'Density' expressed as $oz/gal$."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/IMPERIAL> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                6.23602329 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                6.23602329E0 ;
        <http://qudt.org/schema/qudt/exactMatch>
                <http://qudt.org/vocab/unit/OZ-PER-GAL_UK> ;
        <http://qudt.org/schema/qudt/expression>
                "oz/gal" ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Density> , <http://qudt.org/vocab/quantitykind/MassDensity> ;
        <http://qudt.org/schema/qudt/symbol>
                "oz/gal{UK}" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "[oz_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> .
