@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:SpecificPower
  a qudt:QuantityKind ;
  dcterms:description "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)."^^qudt:LatexString ;
  qudt:applicableUnit unit:ERG-PER-GM-SEC ;
  qudt:applicableUnit unit:GRAY-PER-HR ;
  qudt:applicableUnit unit:GRAY-PER-MIN ;
  qudt:applicableUnit unit:GRAY-PER-SEC ;
  qudt:applicableUnit unit:MicroGRAY-PER-HR ;
  qudt:applicableUnit unit:MicroGRAY-PER-MIN ;
  qudt:applicableUnit unit:MicroGRAY-PER-SEC ;
  qudt:applicableUnit unit:MicroSV-PER-MIN ;
  qudt:applicableUnit unit:MicroSV-PER-SEC ;
  qudt:applicableUnit unit:MilliGRAY-PER-HR ;
  qudt:applicableUnit unit:MilliGRAY-PER-MIN ;
  qudt:applicableUnit unit:MilliGRAY-PER-SEC ;
  qudt:applicableUnit unit:MilliRAD_R-PER-HR ;
  qudt:applicableUnit unit:MilliSV-PER-HR ;
  qudt:applicableUnit unit:MilliSV-PER-MIN ;
  qudt:applicableUnit unit:MilliSV-PER-SEC ;
  qudt:applicableUnit unit:MilliW-PER-MilliGM ;
  qudt:applicableUnit unit:NanoGRAY-PER-HR ;
  qudt:applicableUnit unit:NanoGRAY-PER-MIN ;
  qudt:applicableUnit unit:NanoGRAY-PER-SEC ;
  qudt:applicableUnit unit:NanoSV-PER-HR ;
  qudt:applicableUnit unit:NanoSV-PER-MIN ;
  qudt:applicableUnit unit:NanoSV-PER-SEC ;
  qudt:applicableUnit unit:REM-PER-SEC ;
  qudt:applicableUnit unit:SV-PER-HR ;
  qudt:applicableUnit unit:SV-PER-MIN ;
  qudt:applicableUnit unit:SV-PER-SEC ;
  qudt:applicableUnit unit:W-PER-GM ;
  qudt:applicableUnit unit:W-PER-KiloGM ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Power-to-weight_ratio"^^xsd:anyURI ;
  qudt:plainTextDescription "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)." ;
  rdfs:comment "Applicable units are those of quantitykind:SpecificPower" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Specific Power"@en ;
  skos:altLabel "Power-to-Weight Ratio"@en .
