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

<https://www.untded.org/elements/2018> a utd:TradeDataElement;
  schema:description "To specify the length of time that a person or thing has existed.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Age. Measure";
  utd:category <https://www.untded.org/categories/2000-2699>;
  utd:changeTag "add";
  utd:charset "n";
  utd:extractionConfidence "high";
  utd:maxLength 3;
  utd:minLength 1;
  utd:representation "n..3";
  utd:sourcePage 38;
  utd:status "active";
  utd:tag 2018 .
