@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/PERCENT-PER-10KiloCOUNT>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.1.0/vocab/unit> ;
        rdfs:label        "percent per ten thousand" ;
        <http://purl.org/dc/terms/description>
                "hundredth relating to the co-efficient 10,000" ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                0.000001 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                1.0E-6 ;
        <http://qudt.org/schema/qudt/exactMatch>
                <http://qudt.org/vocab/unit/PERCENT-PER-DecaKiloCOUNT> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
        <http://qudt.org/schema/qudt/hasFactorUnit>
                []  ;
        <http://qudt.org/schema/qudt/hasFactorUnit>
                []  ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Unknown> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAA004" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "%/10k" ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "H91" .
