@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:KN
  a qudt:Unit ;
  dcterms:description "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^qudt:LatexString ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 0.5144444444444444444444444444444445 ;
  qudt:conversionMultiplierSN 5.144444444444444444444444444444445E-1 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Knot"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:USCS ;
  qudt:exactMatch unit:MI_N-PER-HR ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:HR ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:MI_N ;
  ] ;
  qudt:hasQuantityKind quantitykind:LinearVelocity ;
  qudt:hasQuantityKind quantitykind:Velocity ;
  qudt:iec61360Code "0112/2///62720#UAB110" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB110"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ;
  qudt:symbol "kn" ;
  qudt:ucumCode "[kn_i]"^^qudt:UCUMcs ;
  qudt:udunitsCode "kt" ;
  qudt:uneceCommonCode "KNT" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q128822> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Knot" ;
  rdfs:label "Knot"@en ;
  skos:altLabel "kt" ;
  skos:altLabel "kts" .
