@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/MDOLLAR-PER-FLIGHT>
        a                 <http://qudt.org/schema/qudt/DerivedUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Million US Dollars per Flight"@en ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/MegaDOLLAR_US-PER-FLIGHT> ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/SI> , <http://qudt.org/vocab/sou/PLANCK> , <http://qudt.org/vocab/sou/CGS-ESU> , <http://qudt.org/vocab/sou/IMPERIAL> , <http://qudt.org/vocab/sou/CGS> , <http://qudt.org/vocab/sou/CGS-EMU> , <http://qudt.org/vocab/sou/ASU> , <http://qudt.org/vocab/sou/CGS-GAUSS> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$M\\$/Flight$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/CurrencyPerFlight> ;
        <http://qudt.org/schema/qudt/symbol>
                "$M/flight" .
