@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/Refectance>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/quantitykind> ;
        rdfs:label        "Refectance"@en ;
        <http://purl.org/dc/terms/description>
                "Refectance and reflectivity generally refer to the fraction of incident electromagnetic power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a positive real number."^^rdf:HTML ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/UNITLESS> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/latexDefinition>
                "\\(\\rho = \\frac{\\Phi_t}{\\Phi_m}\\), where \\(\\Phi_t\\) is the reflected radiant flux or the reflected luminous flux, and \\(\\Phi_m\\) is the radiant flux or luminous flux of the incident radiation."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/latexSymbol>
                "\\(\\rho\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Refectance and reflectivity generally refer to the fraction of incident electromagnetic power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a positive real number." ;
        <http://qudt.org/schema/qudt/systemDerivedQuantityKind>
                <http://qudt.org/schema/qudt/SOQ_SI> .
