@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:MI_N
  a qudt:Unit ;
  dcterms:description """A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average
    distance on the Earth's surface represented by one minute of latitude.  In 1929 an international conference in Monaco
    redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical
    mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The
    unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note:
    using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.)
  """^^rdf:HTML ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 1852.0 ;
  qudt:conversionMultiplierSN 1.852E3 ;
  qudt:definedUnitOfSystem sou:USCS ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:Length ;
  qudt:iec61360Code "0112/2///62720#UAB065" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB065"^^xsd:anyURI ;
  qudt:scalingOf unit:M ;
  qudt:symbol "nmi" ;
  qudt:ucumCode "[nmi_i]"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "NMI" ;
  qudt:unitForQuantityKind quantitykind:Length ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q93318> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Nautical Mile" ;
  rdfs:label "Nautical Mile"@en .
