<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.2="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/CO2Equivalent">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloGM"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/TONNE"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases
on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount
of carbon dioxide with the same global warming potential.</j.1:description>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Global_warming_potential</j.0:informativeReference>
<rdfs:label>CO2Equivalent</rdfs:label>
<rdfs:comment>Applicable units are those of quantitykind:CO2Equivalent</rdfs:comment>
<j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/Equivalent_Mass"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .
<http://qudt.org/vocab/quantitykind/CO2Equivalent>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> """The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases
on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount
of carbon dioxide with the same global warming potential."""^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/TONNE> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Global_warming_potential"^^xsd:anyURI ;
rdfs:comment "Applicable units are those of quantitykind:CO2Equivalent" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "CO2Equivalent" ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/Equivalent_Mass> ;
.
{"resource":"CO2Equivalent"
,"qname":"quantitykind:CO2Equivalent"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CO2Equivalent"
,"properties":["applicable unit":"unit:KiloGM"
,"applicable unit":"unit:TONNE"
,"comment":"Applicable units are those of quantitykind:CO2Equivalent"
,"description":"The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases \n on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount \n of carbon dioxide with the same global warming potential."
,"has broader":"quantitykind:Equivalent_Mass"
,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Global_warming_potential"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"CO2Equivalent"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/CO2Equivalent",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases \n on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount \n of carbon dioxide with the same global warming potential.",
"applicableUnit" : [ "http://qudt.org/vocab/unit/KiloGM", "http://qudt.org/vocab/unit/TONNE" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"informativeReference" : "https://en.wikipedia.org/wiki/Global_warming_potential",
"comment" : "Applicable units are those of quantitykind:CO2Equivalent",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : "CO2Equivalent",
"broader" : "http://qudt.org/vocab/quantitykind/Equivalent_Mass",
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}