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

<https://www.untded.org/elements/2090> a utd:TradeDataElement;
  schema:description "Date and optionally time, before which a delivery should not take place in words and figures.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Delivery. Earliest Date Time.Text";
  utd:category <https://www.untded.org/categories/2000-2699>;
  utd:changeTag "add";
  utd:charset "an";
  utd:extractionConfidence "high";
  utd:maxLength 35;
  utd:minLength 1;
  utd:representation "an..35";
  utd:sourcePage 41;
  utd:status "active";
  utd:tag 2090 .
