@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:DragForce
  a qudt:QuantityKind ;
  dcterms:description """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative
    fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces
    depend on velocity. Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.
  """ ;
  qudt:applicableUnit unit:CentiN ;
  qudt:applicableUnit unit:DYN ;
  qudt:applicableUnit unit:DeciN ;
  qudt:applicableUnit unit:GM_F ;
  qudt:applicableUnit unit:GigaN ;
  qudt:applicableUnit unit:KIP_F ;
  qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ;
  qudt:applicableUnit unit:KiloGM_F ;
  qudt:applicableUnit unit:KiloLB_F ;
  qudt:applicableUnit unit:KiloN ;
  qudt:applicableUnit unit:KiloPOND ;
  qudt:applicableUnit unit:LB_F ;
  qudt:applicableUnit unit:MegaLB_F ;
  qudt:applicableUnit unit:MegaN ;
  qudt:applicableUnit unit:MicroN ;
  qudt:applicableUnit unit:MilliN ;
  qudt:applicableUnit unit:N ;
  qudt:applicableUnit unit:NanoN ;
  qudt:applicableUnit unit:OZ_F ;
  qudt:applicableUnit unit:PDL ;
  qudt:applicableUnit unit:POND ;
  qudt:applicableUnit unit:PlanckForce ;
  qudt:applicableUnit unit:TON_F_US ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ;
  qudt:plainTextDescription """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the
    relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity,
    drag forces depend on velocity. Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.
  """ ;
  qudt:specializationOf quantitykind:Force ;
  qudt:symbol "D or F_D" ;
  rdfs:comment "Applicable units are those of quantitykind:Force" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Drag Force"@en ;
  skos:broader quantitykind:Force .
