@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/unit/W-PER-SR-M2>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "watt per steradian square metre" ;
        <http://purl.org/dc/terms/description>
                "SI derived unit watt divided by the product of the SI derived unit steradian and the power of the SI base unit metre with the exponent 2" ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/W-PER-M2-SR> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                1.0 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                1.0E0 ;
        <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/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Unknown> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAA315" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA315"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "W/(sr·m²)" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "W.sr-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "D58" .
