@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:Acceleration
  a qudt:QuantityKind ;
  dcterms:description """
  $\\textit{Acceleration}$ is the (instantaneous) rate of change of velocity. 
  Acceleration may be either linear acceleration, or angular acceleration. 
  It is a vector quantity with dimension $length/time^{2}$ for linear acceleration,
   or in the case of angular acceleration, with dimension $angle/time^{2}$. 
  $$$$
  In SI units, linear acceleration is measured in $meters/second^{2}$ ($m \\cdot s^{-2}$),
   and angular acceleration is measured in $radians/second^{2}$. 
  $$$$
  In physics, any increase or decrease in speed is referred to as acceleration and similarly,
   motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:CentiM-PER-SEC2 ;
  qudt:applicableUnit unit:FT-PER-SEC2 ;
  qudt:applicableUnit unit:G ;
  qudt:applicableUnit unit:GALILEO ;
  qudt:applicableUnit unit:IN-PER-SEC2 ;
  qudt:applicableUnit unit:KN-PER-SEC ;
  qudt:applicableUnit unit:KiloM-PER-SEC2 ;
  qudt:applicableUnit unit:KiloPA-M2-PER-GM ;
  qudt:applicableUnit unit:M-PER-SEC2 ;
  qudt:applicableUnit unit:MI_US-PER-SEC2 ;
  qudt:applicableUnit unit:MicroG ;
  qudt:applicableUnit unit:MicroGALILEO ;
  qudt:applicableUnit unit:MicroM-PER-SEC2 ;
  qudt:applicableUnit unit:MilliG ;
  qudt:applicableUnit unit:MilliGALILEO ;
  qudt:applicableUnit unit:MilliM-PER-SEC2 ;
  qudt:applicableUnit unit:YD-PER-SEC2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ;
  qudt:exactMatch quantitykind:LinearAcceleration ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ;
  qudt:iec61360Code "0112/2///62720#UAD002" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD002"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI ;
  qudt:siExactMatch si-quantity:ACCE ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q11376> ;
  rdfs:comment "Applicable units are those of quantitykind:Acceleration" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Beschleunigung"@de ;
  rdfs:label "Pecutan"@ms ;
  rdfs:label "Zrychlení"@cs ;
  rdfs:label "acceleratio"@la ;
  rdfs:label "acceleration"@en ;
  rdfs:label "accelerazione"@it ;
  rdfs:label "accelerație"@ro ;
  rdfs:label "accélération"@fr ;
  rdfs:label "aceleración"@es ;
  rdfs:label "aceleração"@pt ;
  rdfs:label "ivme"@tr ;
  rdfs:label "pospešek"@sl ;
  rdfs:label "przyspieszenie"@pl ;
  rdfs:label "Όγκος"@el ;
  rdfs:label "Ускоре́ние"@ru ;
  rdfs:label "التسارع"@ar ;
  rdfs:label "شتاب"@fa ;
  rdfs:label "त्वरण"@hi ;
  rdfs:label "加速度"@ja ;
  rdfs:label "加速度"@zh .
