@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:Denier
  a qudt:Unit ;
  dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ;
  dcterms:isReplacedBy unit:DENIER ;
  qudt:conversionMultiplier 0.00000011 ;
  qudt:conversionMultiplierSN 1.1E-7 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ;
  qudt:deprecated true ;
  qudt:deprecatedInVersion "3.1.0" ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ;
  qudt:hasQuantityKind quantitykind:MassPerLength ;
  qudt:iec61360Code "0112/2///62720#UAB244" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ;
  qudt:scalingOf unit:GM-PER-MilliM ;
  qudt:symbol "D" ;
  qudt:ucumCode "[den]"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "A49" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Denier" ;
  rdfs:label "Denier"@en .
