@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:Thrust
  a qudt:QuantityKind ;
  dcterms:description """Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system.
The pushing or pulling force developed by an aircraft engine or a rocket engine.
The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor.
Specifically, in rocketry, $ F\\,= m\\cdot v$ where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust."""^^qudt:LatexString ;
  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:dbpediaMatch "http://dbpedia.org/resource/Thrust"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ;
  qudt:plainTextDescription "Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system." ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q533668> ;
  rdfs:comment "Applicable units are those of quantitykind:Force" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Thrust"@en ;
  skos:broader quantitykind:Force .
