unit:CWT_SHORT
URI: http://qudt.org/vocab/unit/CWT_SHORT
"Hundred Weight - Short" is a unit for 'Mass' expressed as \(cwt\).
Work in progress
<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_SHORT"> <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Hundred Weight - Short" is a unit for 'Mass' expressed as \(cwt\).</j.1:description> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/> <j.2:altLabel>U.S. hundredweight</j.2:altLabel> <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(cwt\)</j.0:expression> <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">45.359237</j.0:conversionMultiplier> <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/Hundredweight_US"/> <j.0:symbol>cwt{short}</j.0:symbol> <owl:sameAs rdf:resource="http://qudt.org/vocab/unit/Hundredweight_US"/> <rdfs:label xml:lang="en">Hundred Weight - Short</rdfs:label> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[scwt_av]</j.0:ucumCode> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/> </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_SHORT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as \\(cwt\\)."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 45.359237 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/Hundredweight_US> ; <http://qudt.org/schema/qudt/expression> "\\(cwt\\)"^^<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{short}" ; <http://qudt.org/schema/qudt/ucumCode> "[scwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ; rdfs:label "Hundred Weight - Short"@en ; owl:sameAs <http://qudt.org/vocab/unit/Hundredweight_US> ; <http://www.w3.org/2004/02/skos/core#altLabel> "U.S. hundredweight" ; .
{"resource":"Hundred Weight - Short" ,"qname":"unit:CWT_SHORT" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/CWT_SHORT" ,"properties":["alternative label":"U.S. hundredweight" ,"applicable system":"sou:USCS" ,"conversion multiplier":"45.359237" ,"defined unit of system":"sou:USCS" ,"description":"\"Hundred Weight - Short\" is a unit for 'Mass' expressed as \\(cwt\\)." ,"exact match":"unit:Hundredweight_US" ,"expression":"\\(cwt\\)" ,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0" ,"has quantity kind":"quantitykind:Mass" ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>" ,"label":"Hundred Weight - Short" ,"sameAs":"unit:Hundredweight_US" ,"symbol":"cwt{short}" ,"type":"qudt:Unit" ,"ucum code":"[scwt_av]" ]}
{ "@id" : "http://qudt.org/vocab/unit/CWT_SHORT", "@type" : "http://qudt.org/schema/qudt/Unit", "description" : "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as \\(cwt\\).", "applicableSystem" : "http://qudt.org/vocab/sou/USCS", "conversionMultiplier" : "45.359237", "definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS", "exactMatch" : "http://qudt.org/vocab/unit/Hundredweight_US", "expression" : "\\(cwt\\)", "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0", "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass", "symbol" : "cwt{short}", "ucumCode" : "[scwt_av]", "isDefinedBy" : "http://qudt.org/2.1/vocab/unit", "label" : { "@language" : "en", "@value" : "Hundred Weight - Short" }, "sameAs" : "http://qudt.org/vocab/unit/Hundredweight_US", "altLabel" : "U.S. hundredweight", "@context" : { "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "applicableSystem" : { "@id" : "http://qudt.org/schema/qudt/applicableSystem", "@type" : "@id" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "altLabel" : { "@id" : "http://www.w3.org/2004/02/skos/core#altLabel" }, "expression" : { "@id" : "http://qudt.org/schema/qudt/expression", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "definedUnitOfSystem" : { "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem", "@type" : "@id" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "exactMatch" : { "@id" : "http://qudt.org/schema/qudt/exactMatch", "@type" : "@id" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "sameAs" : { "@id" : "http://www.w3.org/2002/07/owl#sameAs", "@type" : "@id" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "ucumCode" : { "@id" : "http://qudt.org/schema/qudt/ucumCode", "@type" : "http://qudt.org/schema/qudt/UCUMcs" }, "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@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#" } }