@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/AUD>
        a                 <http://qudt.org/schema/qudt/Unit> , <http://qudt.org/schema/qudt/CurrencyUnit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/currency> ;
        rdfs:label        "Australian Dollar"@en ;
        <http://purl.org/dc/terms/description>
                "Australia, Australian Antarctic Territory, Christmas Island, Cocos (Keeling) Islands, Heard and McDonald Islands, Kiribati, Nauru, Norfolk Island, Tuvalu"^^rdf:HTML ;
        <http://qudt.org/schema/qudt/currencyCode>
                "AUD" ;
        <http://qudt.org/schema/qudt/currencyExponent>
                2 ;
        <http://qudt.org/schema/qudt/currencyNumber>
                036 ;
        <http://qudt.org/schema/qudt/dbpediaMatch>
                "http://dbpedia.org/resource/Australian_dollar"^^xsd:anyURI ;
        <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/informativeReference>
                "http://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/omUnit>
                <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> ;
        <http://qudt.org/schema/qudt/symbol>
                "$" .
