<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: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/CUP">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/LiquidVolume"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"US Liquid Cup" is a unit for 'Liquid Volume' expressed as \(cup\).</j.1:description>
<rdfs:label xml:lang="en">US Liquid Cup</rdfs:label>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.00023658825</j.0:conversionMultiplier>
<j.0:uneceCommonCode>G21</j.0:uneceCommonCode>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[cup_us]</j.0:ucumCode>
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
<j.0:symbol>cup</j.0:symbol>
</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/CUP>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as \\(cup\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00023658825 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/symbol> "cup" ;
<http://qudt.org/schema/qudt/ucumCode> "[cup_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G21" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "US Liquid Cup"@en ;
.
{"resource":"US Liquid Cup"
,"qname":"unit:CUP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CUP"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00023658825"
,"defined unit of system":"sou:USCS"
,"description":"\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as \\(cup\\)."
,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"US Liquid Cup"
,"symbol":"cup"
,"type":"qudt:Unit"
,"ucum code":"[cup_us]"
,"unece common code":"G21"
]}
{
"@id" : "http://qudt.org/vocab/unit/CUP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as \\(cup\\).",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00023658825",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"symbol" : "cup",
"ucumCode" : "[cup_us]",
"uneceCommonCode" : "G21",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "US Liquid Cup"
},
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}