@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:MicroGRAY
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by
    matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be
    the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L.
    Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.
  """^^rdf:HTML ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 0.000001 ;
  qudt:conversionMultiplierSN 1.0E-6 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:AbsorbedDose ;
  qudt:hasQuantityKind quantitykind:Kerma ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
  qudt:prefix prefix:Micro ;
  qudt:scalingOf unit:GRAY ;
  qudt:siUnitsExpression "J/kg" ;
  qudt:symbol "μGy" ;
  qudt:ucumCode "uGy"^^qudt:UCUMcs ;
  qudt:unitForQuantityKind quantitykind:AbsorbedDose ;
  qudt:unitForQuantityKind quantitykind:Kerma ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q94417481> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Microgray" ;
  rdfs:label "Microgray"@cs ;
  rdfs:label "Microgray"@de ;
  rdfs:label "Microgray"@en ;
  rdfs:label "Microgray"@es ;
  rdfs:label "Microgray"@fr ;
  rdfs:label "Microgray"@hu ;
  rdfs:label "Microgray"@it ;
  rdfs:label "Microgray"@ms ;
  rdfs:label "Microgray"@ro ;
  rdfs:label "Microgray"@sl ;
  rdfs:label "Microgray"@tr ;
  rdfs:label "Microgrej"@pl .
