@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/USDollar>
        a                 <http://qudt.org/schema/qudt/CurrencyUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/currency> ;
        rdfs:label        "US Dollar"@en ;
        <http://purl.org/dc/terms/description>
                "American Samoa, British Indian Ocean Territory, Ecuador, El Salvador, Guam, Haiti, Marshall Islands, Micronesia, Northern Mariana Islands, Palau, Panama, Puerto Rico, East Timor, Turks and Caicos Islands, United States, Virgin Islands"^^rdf:HTML ;
        <http://qudt.org/schema/qudt/currencyCode>
                "USD" ;
        <http://qudt.org/schema/qudt/currencyExponent>
                2 ;
        <http://qudt.org/schema/qudt/currencyNumber>
                840 ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Currency> ;
        <http://qudt.org/schema/qudt/symbol>
                "$" , "US$" .
