@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/constant/MolarVolumeOfIdealGas273.15K100KPa>
        a                 <http://qudt.org/schema/qudt/PhysicalConstant> ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/constant> ;
        rdfs:label        "molar volume of ideal gas 273.15 K 100 kPa"@en ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/constant/MolarVolumeOfIdealGas273dot15K100KPa> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/MolarVolume> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/quantityValue>
                <http://qudt.org/vocab/constant/Value_MolarVolumeOfIdealGas> .
