<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/unit/CWT_LONG">
<j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/Hundredweight_UK"/>
<j.0:uneceCommonCode>CWI</j.0:uneceCommonCode>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[lcwt_av]</j.0:ucumCode>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(cwt long\)</j.0:expression>
<rdfs:label xml:lang="en">Long Hundred Weight</rdfs:label>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Hundred Weight - Long" is a unit for 'Mass' expressed as \(cwt\).</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.2:altLabel>British hundredweight</j.2:altLabel>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/>
<j.0:symbol>cwt{long}</j.0:symbol>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">50.80235</j.0:conversionMultiplier>
</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/unit/CWT_LONG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as \\(cwt\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 50.80235 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/Hundredweight_UK> ;
<http://qudt.org/schema/qudt/expression> "\\(cwt long\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/symbol> "cwt{long}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lcwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CWI" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Long Hundred Weight"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "British hundredweight" ;
.
{"resource":"Long Hundred Weight"
,"qname":"unit:CWT_LONG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CWT_LONG"
,"properties":["alternative label":"British hundredweight"
,"conversion multiplier":"50.80235"
,"description":"\"Hundred Weight - Long\" is a unit for 'Mass' expressed as \\(cwt\\)."
,"exact match":"unit:Hundredweight_UK"
,"expression":"\\(cwt long\\)"
,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Long Hundred Weight"
,"symbol":"cwt{long}"
,"type":"qudt:Unit"
,"ucum code":"[lcwt_av]"
,"unece common code":"CWI"
]}
{
"@id" : "http://qudt.org/vocab/unit/CWT_LONG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as \\(cwt\\).",
"conversionMultiplier" : "50.80235",
"exactMatch" : "http://qudt.org/vocab/unit/Hundredweight_UK",
"expression" : "\\(cwt long\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"symbol" : "cwt{long}",
"ucumCode" : "[lcwt_av]",
"uneceCommonCode" : "CWI",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Long Hundred Weight"
},
"altLabel" : "British hundredweight",
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}