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

<https://www.untded.org/elements/4264> a utd:TradeDataElement;
  schema:description "Description of risks covered by an insurance.";
  schema:isPartOf <https://www.untded.org/dataset/untded-2005>;
  schema:name "Insurance Coverage. Risk.Text";
  utd:businessTerm "Type of insurance";
  utd:category <https://www.untded.org/categories/4000-4699>;
  utd:changeTag "cndr";
  utd:charset "an";
  utd:extractionConfidence "medium";
  utd:maxLength 70;
  utd:minLength 1;
  utd:oldName "Insurance coverage details";
  utd:representation "an..70";
  utd:sourcePage 79;
  utd:status "active";
  utd:tag 4264 .
