@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:MilliARCSEC
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation.  the milliarcsecond, abbreviated mas, is used in astronomy."^^qudt:LatexString ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 0.00000000484813681 ;
  qudt:conversionMultiplierSN 4.84813681E-9 ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:hasQuantityKind quantitykind:Angle ;
  qudt:hasQuantityKind quantitykind:PlaneAngle ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ;
  qudt:prefix prefix:Milli ;
  qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ;
  qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ;
  qudt:scalingOf unit:ARCSEC ;
  qudt:symbol "mas" ;
  qudt:ucumCode "m''"^^qudt:UCUMcs ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q21500224> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Milliarcsecond" ;
  rdfs:label "Milliarcsecond"@en .
