@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:GRAY
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "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 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:KiloGM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:J ;
  ] ;
  qudt:hasQuantityKind quantitykind:AbsorbedDose ;
  qudt:hasQuantityKind quantitykind:Kerma ;
  qudt:hasReciprocalUnit unit:KiloGM-PER-J ;
  qudt:iec61360Code "0112/2///62720#UAA163" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA163"^^xsd:anyURI ;
  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:siExactMatch si-unit:gray ;
  qudt:siUnitsExpression "J/kg" ;
  qudt:symbol "Gy" ;
  qudt:ucumCode "Gy"^^qudt:UCUMcs ;
  qudt:udunitsCode "Gy" ;
  qudt:uneceCommonCode "A95" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q190095> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Graium"@la ;
  rdfs:label "Gray" ;
  rdfs:label "Gray"@cs ;
  rdfs:label "Gray"@de ;
  rdfs:label "Gray"@en ;
  rdfs:label "Gray"@es ;
  rdfs:label "Gray"@fr ;
  rdfs:label "Gray"@hu ;
  rdfs:label "Gray"@it ;
  rdfs:label "Gray"@ms ;
  rdfs:label "Gray"@pt ;
  rdfs:label "Gray"@ro ;
  rdfs:label "Gray"@sl ;
  rdfs:label "Gray"@tr ;
  rdfs:label "Grej"@pl ;
  rdfs:label "Γκρέι"@el ;
  rdfs:label "Грей"@bg ;
  rdfs:label "Грэй"@ru ;
  rdfs:label "גריי"@he ;
  rdfs:label "جراي; غراي"@ar ;
  rdfs:label "گری"@fa ;
  rdfs:label "ग्रेय"@hi ;
  rdfs:label "グレイ"@ja ;
  rdfs:label "戈瑞"@zh .
