@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:W
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy
    is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics
    and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about
    0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced
    by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt
    (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial
    Revolution.
  """^^rdf:HTML ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:PLANCK ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:J ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectricPower ;
  qudt:hasQuantityKind quantitykind:Power ;
  qudt:iec61360Code "0112/2///62720#UAA306" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA306"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ;
  qudt:latexDefinition "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^qudt:LatexString ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
  qudt:siExactMatch si-unit:watt ;
  qudt:symbol "W" ;
  qudt:ucumCode "W"^^qudt:UCUMcs ;
  qudt:udunitsCode "W" ;
  qudt:uneceCommonCode "WTT" ;
  qudt:unitForQuantityKind quantitykind:ElectricPower ;
  qudt:unitForQuantityKind quantitykind:Power ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25236> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Vatio"@es ;
  rdfs:label "Wat"@pl ;
  rdfs:label "Watt" ;
  rdfs:label "Watt"@cs ;
  rdfs:label "Watt"@de ;
  rdfs:label "Watt"@en ;
  rdfs:label "Watt"@fr ;
  rdfs:label "Watt"@hu ;
  rdfs:label "Watt"@it ;
  rdfs:label "Watt"@ms ;
  rdfs:label "Watt"@pt ;
  rdfs:label "Watt"@ro ;
  rdfs:label "Watt"@sl ;
  rdfs:label "Watt"@tr ;
  rdfs:label "Wattium"@la ;
  rdfs:label "Βατ"@el ;
  rdfs:label "Ват"@bg ;
  rdfs:label "Ватт"@ru ;
  rdfs:label "ואט"@he ;
  rdfs:label "وات"@fa ;
  rdfs:label "واط"@ar ;
  rdfs:label "वाट"@hi ;
  rdfs:label "ワット"@ja ;
  rdfs:label "瓦特"@zh .
