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

<https://www.untded.org/elements/2003> a utd:TradeDataElement;
  schema:description "To specify a point of time of a day, in hours, minutes, seconds and milliseconds (HHMMSSnnn).";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Time. Date Time";
  utd:category <https://www.untded.org/categories/2000-2699>;
  utd:changeTag "add";
  utd:charset "n";
  utd:extractionConfidence "high";
  utd:maxLength 9;
  utd:minLength 9;
  utd:representation "n9";
  utd:sourcePage 37;
  utd:status "active";
  utd:tag 2003 .
