@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/Kilo-FT3>
        a                 <http://qudt.org/schema/qudt/DerivedUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Thousand Cubic Foot"@en ;
        <http://purl.org/dc/terms/description>
                "1 000-fold of the unit cubic foot. "^^rdf:HTML ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/KiloCubicFT> ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/USCS> , <http://qudt.org/vocab/sou/IMPERIAL> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                28.316846592 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                2.8316846592E1 ;
        <http://qudt.org/schema/qudt/definedUnitOfSystem>
                <http://qudt.org/vocab/sou/USCS> , <http://qudt.org/vocab/sou/IMPERIAL> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$kft^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Volume> , <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
        <http://qudt.org/schema/qudt/symbol>
                "k(ft³)" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "k[ft_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> , "[k.cft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "FC" .
