@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:PolarMomentOfInertia
  a qudt:QuantityKind ;
  dcterms:description """The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in
    objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane
    deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area
    moment of inertia, which characterizes an object's ability to resist bending.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:KiloGM-CentiM2 ;
  qudt:applicableUnit unit:KiloGM-M2 ;
  qudt:applicableUnit unit:KiloGM-MilliM2 ;
  qudt:applicableUnit unit:LB-FT2 ;
  qudt:applicableUnit unit:LB-IN2 ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ;
  qudt:plainTextDescription """The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in
    objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane
    deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area
    moment of inertia, which characterizes an object's ability to resist bending.
  """ ;
  qudt:specializationOf quantitykind:MomentOfInertia ;
  qudt:specializationOf quantitykind:RotationalMass ;
  qudt:symbol "J_{zz}" ;
  rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Polar Moment of Inertia"@en ;
  skos:broader quantitykind:MomentOfInertia ;
  skos:broader quantitykind:RotationalMass .
