@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:TEX
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """<i>Tex</i> is a unit of measure for the linear mass density of fibers and is defined as the mass in grams
    per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the
    United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated
    dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament
    tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber
    size in many products, including cigarette filters, optical cable, yarn, and fabric.
  """^^rdf:HTML ;
  qudt:conversionMultiplier 0.000001 ;
  qudt:conversionMultiplierSN 1.0E-6 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ;
  qudt:hasQuantityKind quantitykind:MassPerLength ;
  qudt:iec61360Code "0112/2///62720#UAB246" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB246"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI ;
  qudt:scalingOf unit:GM-PER-MilliM ;
  qudt:symbol "tex" ;
  qudt:ucumCode "tex"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "D34" ;
  qudt:unitForQuantityKind quantitykind:MassPerLength ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q1091257> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Tex" ;
  rdfs:label "Tex"@en .
