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

<https://www.untded.org/elements/3263> a utd:TradeDataElement;
  schema:description "A country through which a goods or passengers are routed between the country of original departure and final destination.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Transit. Country.Identifier";
  utd:category <https://www.untded.org/categories/3000-3699>;
  utd:changeTag "add";
  utd:charset "an";
  utd:extractionConfidence "high";
  utd:maxLength 2;
  utd:minLength 2;
  utd:representation "an2";
  utd:sourcePage 63;
  utd:status "active";
  utd:tag 3263 .
