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

<https://www.untded.org/elements/5490> a utd:TradeDataElement;
  schema:description "Amount in national currency resulting from the application, at the appropriate rate, of value added tax (or similar tax) to the invoice amount subject to such tax.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Value Added Tax. Amount";
  utd:category <https://www.untded.org/categories/5000-5699>;
  utd:changeTag "cnr";
  utd:charset "n";
  utd:extractionConfidence "medium";
  utd:maxLength 18;
  utd:minLength 1;
  utd:oldName "Value-added tax amount";
  utd:representation "n..18";
  utd:sourcePage 100;
  utd:status "active";
  utd:tag 5490 .
