@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:AngularAcceleration
  a qudt:QuantityKind ;
  dcterms:description "Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity.  Also called Rotational acceleration. In SI units, it is measured in radians per second squared ($rad/s^2$), and is usually denoted by the Greek letter alpha."^^qudt:LatexString ;
  qudt:applicableUnit unit:DEG-PER-SEC2 ;
  qudt:applicableUnit unit:RAD-PER-SEC2 ;
  qudt:applicableUnit unit:REV-PER-MIN-SEC ;
  qudt:applicableUnit unit:REV-PER-SEC2 ;
  qudt:baseCGSUnitDimensions "U/T^2" ;
  qudt:baseSIUnitDimensions "$/s^2$"^^qudt:LatexString ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_acceleration"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ;
  qudt:iec61360Code "0112/2///62720#UAD006" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD006"^^xsd:anyURI ;
  qudt:siExactMatch si-quantity:ACCA ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q186300> ;
  rdfs:comment "Applicable units are those of quantitykind:AngularAcceleration" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Accelerație unghiulară"@ro ;
  rdfs:label "Açısal ivme"@tr ;
  rdfs:label "Pecutan bersudut"@ms ;
  rdfs:label "Przyspieszenie kątowe"@pl ;
  rdfs:label "Winkelbeschleunigung"@de ;
  rdfs:label "accelerazione angolare"@it ;
  rdfs:label "accélération angulaire"@fr ;
  rdfs:label "aceleración angular"@es ;
  rdfs:label "aceleração angular"@pt ;
  rdfs:label "angular acceleration"@en ;
  rdfs:label "Úhlové zrychlení"@cs ;
  rdfs:label "Угловое ускорение"@ru ;
  rdfs:label "تسارع زاوي"@ar ;
  rdfs:label "شتاب زاویه‌ای"@fa ;
  rdfs:label "कोणीय त्वरण"@hi ;
  rdfs:label "角加速度"@ja ;
  rdfs:label "角加速度"@zh ;
  skos:broader quantitykind:InverseSquareTime .
