@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:TON_UK
  a qudt:Unit ;
  dcterms:description "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ;
  qudt:applicableSystem sou:IMPERIAL ;
  qudt:conversionMultiplier 1016.0469088 ;
  qudt:conversionMultiplierSN 1.0160469088E3 ;
  qudt:exactMatch unit:TON_LONG ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ;
  qudt:hasQuantityKind quantitykind:Mass ;
  qudt:iec61360Code "0112/2///62720#UAB009" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ;
  qudt:plainTextDescription "unit of the mass according to the Imperial system of units" ;
  qudt:scalingOf unit:KiloGM ;
  qudt:symbol "ton{UK}" ;
  qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "LTN" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q106611191> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/unit> ;
  rdfs:label "Ton (UK)" ;
  rdfs:label "Ton (UK)"@en .
