@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:QUAD
  a qudt:Unit ;
  dcterms:description """
  A $\\textit{quad}$ is a unit of energy equal to $10^{15}\\ \\textit{BTU}$, or $1.055 \\times 10^{18}\\ \\textit{joules}$,
  which is $1.055\\ \\textit{exajoule}$ or $\\textit{EJ}$ in SI units.

  The unit is used by the U.S. Department of Energy in discussing world and national energy budgets.

  Some common types of an energy carrier approximately equal 1 quad are:

  8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal,
  970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil,
  252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:conversionMultiplier 1055055852620000000.0 ;
  qudt:conversionMultiplierSN 1.05505585262E18 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:Energy ;
  qudt:iec61360Code "0112/2///62720#UAB221" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB221"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> ;
  qudt:scalingOf unit:J ;
  qudt:symbol "quad" ;
  qudt:uneceCommonCode "N70" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q2029156> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Quad" ;
  rdfs:label "Quad"@en .
