@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/P>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "pond" ;
        <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" .
