unit:GRAY

URI: http://qudt.org/vocab/unit/GRAY

Type
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.

Properties
qudt:iec61360Code
0112/2///62720#UAA163
Annotations
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.
rdfs:label
Gray(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/unit/GRAY">
    <j.0:isUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:symbol>Gy</j.0:symbol>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Grey?oldid=494774160</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Gy</j.0:ucumCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">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.</j.1:description>
    <j.0:iec61360Code>0112/2///62720#UAA163</j.0:iec61360Code>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/gray"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Grey</j.0:dbpediaMatch>
    <j.0:uneceCommonCode>A95</j.0:uneceCommonCode>
    <j.0:udunitsCode>Gy</j.0:udunitsCode>
    <j.0:isUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AbsorbedDose"/>
    <rdfs:label xml:lang="en">Gray</rdfs:label>
    <j.0:isUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
    <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Kerma"/>
    <j.0:isUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:siUnitsExpression>J/kg</j.0:siUnitsExpression>
    <j.0:derivedCoherentUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://qudt.org/vocab/unit/GRAY>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/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 ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA163" ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/isUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
  <http://qudt.org/schema/qudt/isUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
  <http://qudt.org/schema/qudt/isUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
  <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ;
  <http://qudt.org/schema/qudt/symbol> "Gy" ;
  <http://qudt.org/schema/qudt/ucumCode> "Gy"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/udunitsCode> "Gy" ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "A95" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Gray"@en ;
.
JSON
{"resource":"Gray" 
 ,"qname":"unit:GRAY" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAY" 
 ,"properties":["conversion multiplier":"1.0" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Grey" 
    ,"defined unit of system":"sou:SI" 
    ,"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." 
    ,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0" 
    ,"has quantity kind":"quantitykind:AbsorbedDose" 
    ,"has quantity kind":"quantitykind:Kerma" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA163" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Grey?oldid=494774160" 
    ,"is coherent derived unit of system":"sou:SI" 
    ,"is unit of system":"sou:CGS" 
    ,"is unit of system":"sou:CGS-EMU" 
    ,"is unit of system":"sou:CGS-GAUSS" 
    ,"is unit of system":"sou:SI" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Gray" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gray&gt;" 
    ,"si units expression":"J\/kg" 
    ,"symbol":"Gy" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"Gy" 
    ,"udunits code":"Gy" 
    ,"unece common code":"A95" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/GRAY",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "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.",
  "conversionMultiplier" : "1.0",
  "dbpediaMatch" : "http://dbpedia.org/resource/Grey",
  "definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
  "derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
  "iec61360Code" : "0112/2///62720#UAA163",
  "informativeReference" : "http://en.wikipedia.org/wiki/Grey?oldid=494774160",
  "isUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gray",
  "siUnitsExpression" : "J/kg",
  "symbol" : "Gy",
  "ucumCode" : "Gy",
  "udunitsCode" : "Gy",
  "uneceCommonCode" : "A95",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Gray"
  },
  "@context" : {
    "isUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/isUnitOfSystem",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "udunitsCode" : {
      "@id" : "http://qudt.org/schema/qudt/udunitsCode"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "definedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
      "@type" : "@id"
    },
    "siUnitsExpression" : {
      "@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
    },
    "derivedCoherentUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
      "@type" : "@id"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2023-03-14T16:00:33.358-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)