@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:FUR
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a
    mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among
    English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the
    original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great
    circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or
    about 200,000 furlongs.
  """^^rdf:HTML ;
  qudt:applicableSystem sou:IMPERIAL ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 201.168 ;
  qudt:conversionMultiplierSN 2.01168E2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:IMPERIAL ;
  qudt:definedUnitOfSystem sou:USCS ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:Length ;
  qudt:iec61360Code "0112/2///62720#UAB204" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB204"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI ;
  qudt:scalingOf unit:M ;
  qudt:symbol "furlong" ;
  qudt:ucumCode "[fur_us]"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "M50" ;
  qudt:unitForQuantityKind quantitykind:Length ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q494083> ;
  rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Furlong" ;
  rdfs:label "Furlong"@en .
