<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/P">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Force"/>
<j.1:description>0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton</j.1:description>
<j.1:isReplacedBy rdf:resource="http://qudt.org/vocab/unit/POND"/>
<j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.00980665</j.0:conversionMultiplier>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">9.80665E-3</j.0:conversionMultiplierSN>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:symbol>p</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0"/>
<rdfs:label>pond</rdfs:label>
</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/P>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/POND> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00980665 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E-3 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ;
<http://qudt.org/schema/qudt/symbol> "p" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "pond" ;
.
{"resource":"pond"
,"qname":"unit:P"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/P"
,"properties":["conversion multiplier":"0.00980665"
,"conversion multiplier scientific":"9.80665E-3"
,"deprecated":"true"
,"description":"0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton"
,"has dimension vector":"dimension:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"is replaced by":"unit:POND"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"pond"
,"symbol":"p"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/P",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton",
"isReplacedBy" : "http://qudt.org/vocab/unit/POND",
"conversionMultiplier" : "0.00980665",
"conversionMultiplier:SN" : 0.00980665,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"symbol" : "p",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "pond",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}