@prefix schema: <https://schema.org/> .
@prefix utd: <https://www.untded.org/ns/untded#> .

<https://www.untded.org/elements/5180> a utd:TradeDataElement;
  schema:description "Amount to be deducted from the total in a commercial invoice.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Invoice. Deduction.Amount";
  utd:bridges "UNLK: L 56, P 62-80";
  utd:category <https://www.untded.org/categories/5000-5699>;
  utd:changeTag "cdr";
  utd:charset "n";
  utd:extractionConfidence "low";
  utd:maxLength 18;
  utd:minLength 1;
  utd:oldName "Invoice deductionamount";
  utd:representation "n..18";
  utd:sourcePage 91;
  utd:status "active";
  utd:tag 5180 .
