@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Work
  a qudt:QuantityKind ;
  dcterms:description """
  $\\textit{Work}$ or $net\\ work$ is equal to the change in kinetic energy. 
  This relationship is called the work-energy theorem: 
  $$Wnet = K. E._f  K. E._o $$
   where $K. E._f$ is the final kinetic energy and $K. E._o$ is the original kinetic energy. 
  Potential energy, also referred to as stored energy, is the ability of a system to do work due to its position or internal structure. 
  Change in potential energy is equal to work. 
  The potential energy equations can also be derived from the integral form of work:
  $$\\Delta P. E. = W = \\int  F \\cdot dx$$.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:AttoJ ;
  qudt:applicableUnit unit:BTU_IT ;
  qudt:applicableUnit unit:BTU_TH ;
  qudt:applicableUnit unit:CAL_IT ;
  qudt:applicableUnit unit:CAL_TH ;
  qudt:applicableUnit unit:ERG ;
  qudt:applicableUnit unit:EV ;
  qudt:applicableUnit unit:E_h ;
  qudt:applicableUnit unit:ExaJ ;
  qudt:applicableUnit unit:FT-LB_F ;
  qudt:applicableUnit unit:FT-PDL ;
  qudt:applicableUnit unit:FemtoJ ;
  qudt:applicableUnit unit:GigaEV ;
  qudt:applicableUnit unit:GigaJ ;
  qudt:applicableUnit unit:GigaW-HR ;
  qudt:applicableUnit unit:J ;
  qudt:applicableUnit unit:KiloBTU_IT ;
  qudt:applicableUnit unit:KiloBTU_TH ;
  qudt:applicableUnit unit:KiloCAL ;
  qudt:applicableUnit unit:KiloEV ;
  qudt:applicableUnit unit:KiloJ ;
  qudt:applicableUnit unit:KiloVA-HR ;
  qudt:applicableUnit unit:KiloW-HR ;
  qudt:applicableUnit unit:MegaBTU_IT ;
  qudt:applicableUnit unit:MegaEV ;
  qudt:applicableUnit unit:MegaJ ;
  qudt:applicableUnit unit:MegaTOE ;
  qudt:applicableUnit unit:MegaVA-HR ;
  qudt:applicableUnit unit:MegaW-HR ;
  qudt:applicableUnit unit:MicroJ ;
  qudt:applicableUnit unit:MilliJ ;
  qudt:applicableUnit unit:NanoJ ;
  qudt:applicableUnit unit:PetaJ ;
  qudt:applicableUnit unit:PicoJ ;
  qudt:applicableUnit unit:PlanckEnergy ;
  qudt:applicableUnit unit:QUAD ;
  qudt:applicableUnit unit:THERM_EC ;
  qudt:applicableUnit unit:THERM_US ;
  qudt:applicableUnit unit:THM_EEC ;
  qudt:applicableUnit unit:THM_US ;
  qudt:applicableUnit unit:TOE ;
  qudt:applicableUnit unit:TeraJ ;
  qudt:applicableUnit unit:TeraW-HR ;
  qudt:applicableUnit unit:TonEnergy ;
  qudt:applicableUnit unit:VA-HR ;
  qudt:applicableUnit unit:W-HR ;
  qudt:applicableUnit unit:W-SEC ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:informativeReference "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
  qudt:latexDefinition "$A = \\int Pdt$, where $P$ is power and $t$ is time."^^qudt:LatexString ;
  qudt:plainTextDescription "A force is said to do Work when it acts on a body so that there is a displacement of the point of application, however small, in the direction of the force.  The concepts of work and energy are closely tied to the concept of force because an applied force can do work on an object and cause a change in energy. Energy is defined as the ability to do work. Work is done on an object when an applied force moves it through a distance. Kinetic energy is the energy of an object in motion. The net work is equal to the change in kinetic energy." ;
  qudt:symbol "A" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q42213> ;
  rdfs:comment "Applicable units are those of quantitykind:Energy" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Arbeit"@de ;
  rdfs:label "delo"@sl ;
  rdfs:label "iş"@tr ;
  rdfs:label "kerja"@ms ;
  rdfs:label "lavoro"@it ;
  rdfs:label "lucru mecanic"@ro ;
  rdfs:label "praca"@pl ;
  rdfs:label "práce"@cs ;
  rdfs:label "trabajo"@es ;
  rdfs:label "trabalho"@pt ;
  rdfs:label "travail"@fr ;
  rdfs:label "work"@en ;
  rdfs:label "کار"@fa ;
  rdfs:label "कार्य"@hi ;
  rdfs:label "仕事量"@ja ;
  rdfs:label "功"@zh ;
  skos:broader quantitykind:Energy .
