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

<https://www.untded.org/elements/2141> a utd:TradeDataElement;
  schema:description "String data representation of a day of the week (Monday = 1).";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Day Of Week. Code";
  utd:category <https://www.untded.org/categories/2000-2699>;
  utd:changeTag "add";
  utd:charset "an";
  utd:extractionConfidence "high";
  utd:maxLength 7;
  utd:minLength 1;
  utd:representation "an..7";
  utd:sourcePage 44;
  utd:status "active";
  utd:tag 2141 .
