@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:J
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied.
  Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Joule"^^xsd:anyURI ;
  qudt:exactMatch unit:N-M ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:N ;
  ] ;
  qudt:hasQuantityKind quantitykind:Energy ;
  qudt:hasQuantityKind quantitykind:ExchangeIntegral ;
  qudt:hasQuantityKind quantitykind:HamiltonFunction ;
  qudt:hasQuantityKind quantitykind:LagrangeFunction ;
  qudt:hasQuantityKind quantitykind:LevelWidth ;
  qudt:hasQuantityKind quantitykind:ThermalEnergy ;
  qudt:iec61360Code "0112/2///62720#UAA172" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA172"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ;
  qudt:latexDefinition "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^qudt:LatexString ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
  qudt:plainTextDescription "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. " ;
  qudt:siExactMatch si-unit:joule ;
  qudt:symbol "J" ;
  qudt:ucumCode "J"^^qudt:UCUMcs ;
  qudt:udunitsCode "J" ;
  qudt:uneceCommonCode "JOU" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25269> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Dżul"@pl ;
  rdfs:label "Joule" ;
  rdfs:label "Joule"@cs ;
  rdfs:label "Joule"@de ;
  rdfs:label "Joule"@en ;
  rdfs:label "Joule"@fr ;
  rdfs:label "Joule"@hu ;
  rdfs:label "Joule"@it ;
  rdfs:label "Joule"@ms ;
  rdfs:label "Joule"@pt ;
  rdfs:label "Joule"@ro ;
  rdfs:label "Joule"@sl ;
  rdfs:label "Joule"@tr ;
  rdfs:label "Joulium"@la ;
  rdfs:label "Julio"@es ;
  rdfs:label "Τζάουλ"@el ;
  rdfs:label "Джаул"@bg ;
  rdfs:label "Джоуль"@ru ;
  rdfs:label "ژول"@fa ;
  rdfs:label "जूल"@hi ;
  rdfs:label "ジュール"@ja ;
  rdfs:label "焦耳"@zh .
