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

<https://www.untded.org/elements/2000> a utd:TradeDataElement;
  schema:description "To specify a calendar day, expressed by some combination of year, month, week, day or day of the year in figures and words.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Date. Date.Text";
  utd:category <https://www.untded.org/categories/2000-2699>;
  utd:changeTag "u";
  utd:charset "an";
  utd:extractionConfidence "high";
  utd:maxLength 35;
  utd:minLength 1;
  utd:oldName "Date";
  utd:representation "an..35";
  utd:sourcePage 37;
  utd:status "active";
  utd:tag 2000 .
