@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/quantitykind/ElementaryCharge>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/quantitykind> ;
        rdfs:label        "Elementary Charge"@en ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/C> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://en.wikipedia.org/wiki/Elementary_charge"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/isoNormativeReference>
                "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "The \"Elementary Charge\" is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron." ;
        <http://qudt.org/schema/qudt/symbol>
                "e" ;
        <http://www.w3.org/2004/02/skos/core#exactMatch>
                <http://qudt.org/vocab/quantitykind/AtomicUnitOfCharge> .
