@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:EnergyKinetic
  a qudt:QuantityKind ;
  dcterms:description """The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the
    work needed to accelerate a body of a given mass from rest to its stated velocity.
  """^^qudt:LatexString ;
  dcterms:isReplacedBy quantitykind:KineticEnergy ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ;
  qudt:deprecated true ;
  qudt:deprecatedInVersion "3.2.0" ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ;
  qudt:plainTextDescription """The kinetic energy of an object is the energy which it possesses due to its motion. It is defined
    as the work needed to accelerate a body of a given mass from rest to its stated velocity.
  """ ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q46276> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Energie cinetică"@ro ;
  rdfs:label "Kinetik enerji"@tr ;
  rdfs:label "Tenaga kinetik"@ms ;
  rdfs:label "energia cinetica"@it ;
  rdfs:label "energia cinética"@pt ;
  rdfs:label "energia kinetyczna"@pl ;
  rdfs:label "energía cinética"@es ;
  rdfs:label "kinetic energy"@en ;
  rdfs:label "kinetická energie"@cs ;
  rdfs:label "kinetische Energie"@de ;
  rdfs:label "énergie cinétique"@fr ;
  rdfs:label "кинетическая энергия"@ru ;
  rdfs:label "انرژی جنبشی"@fa ;
  rdfs:label "طاقة حركية"@ar ;
  rdfs:label "गतिज ऊर्जा"@hi ;
  rdfs:label "动能"@zh ;
  rdfs:label "運動エネルギー"@ja ;
  skos:broader quantitykind:Energy .
