@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/quantitykind/HeatFlowRatePerUnitArea>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:comment      "Applicable units are those of quantitykind:PowerPerArea" ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Heat Flow Rate per Unit Area"@en ;
        <http://purl.org/dc/terms/description>
                "$\\textit{Heat Flux}$ is the heat rate per unit area. In SI units, heat flux is measured in $W/m^2$. Heat rate is a scalar quantity, while heat flux is a vectorial quantity. To define the heat flux at a certain point in space, one takes the limiting case where the size of the surface becomes infinitesimally small."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/HeatFlowRatePerArea> ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-SEC> , <http://qudt.org/vocab/unit/W-PER-FT2> , <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2> , <http://qudt.org/vocab/unit/W-PER-M2> , <http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC> , <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR> , <http://qudt.org/vocab/unit/BTU_IT-PER-IN2-SEC> , <http://qudt.org/vocab/unit/J-PER-CentiM2-DAY> , <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-HR> , <http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC> , <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2> , <http://qudt.org/vocab/unit/M-PA-PER-SEC> , <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC> , <http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC> , <http://qudt.org/vocab/unit/MilliW-PER-M2> , <http://qudt.org/vocab/unit/W-PER-IN2> , <http://qudt.org/vocab/unit/PicoW-PER-M2> , <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-MIN> , <http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN> , <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-SEC> , <http://qudt.org/vocab/unit/KiloW-PER-M2> , <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-MIN> , <http://qudt.org/vocab/unit/W-PER-CentiM2> , <http://qudt.org/vocab/unit/NanoW-PER-M2> , <http://qudt.org/vocab/unit/MicroW-PER-M2> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://en.wikipedia.org/wiki/Heat_flux"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/isoNormativeReference>
                "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
        <http://www.w3.org/2004/02/skos/core#broader>
                <http://qudt.org/vocab/quantitykind/PowerPerArea> .
