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

<https://www.untded.org/elements/6154> a utd:TradeDataElement;
  schema:description "Name of a non-discrete measurement.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Non-discrete Measurement. Name.Text";
  utd:category <https://www.untded.org/categories/6000-6699>;
  utd:changeTag "add";
  utd:charset "an";
  utd:extractionConfidence "high";
  utd:maxLength 70;
  utd:minLength 1;
  utd:representation "an..70";
  utd:sourcePage 104;
  utd:status "active";
  utd:tag 6154 .
