unit:R_man

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

Type
Description

Properties
qudt:plainTextDescription
The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body.
Annotations
rdfs:label
roentgen equivalent man(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: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/R_man">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/DoseEquivalent"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:plainTextDescription>The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body.</j.0:plainTextDescription>
    <j.0:symbol>rem</j.0:symbol>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">REM</j.0:ucumCode>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/REM"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:conversionMultiplierSN>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Roentgen_equivalent_man</j.0:informativeReference>
    <rdfs:label xml:lang="en">roentgen equivalent man</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</j.0:conversionMultiplier>
  </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/R_man>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/REM> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body." ;
  <http://qudt.org/schema/qudt/symbol> "rem" ;
  <http://qudt.org/schema/qudt/ucumCode> "REM"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "roentgen equivalent man"@en ;
.
JSON
{"resource":"roentgen equivalent man" 
 ,"qname":"unit:R_man" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/R_man" 
 ,"properties":["conversion multiplier":"0.01" 
    ,"conversion multiplier scientific":"1.0E-2" 
    ,"description (plain text)":"The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body." 
    ,"exact match":"unit:REM" 
    ,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0" 
    ,"has quantity kind":"quantitykind:DoseEquivalent" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Roentgen_equivalent_man" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"roentgen equivalent man" 
    ,"symbol":"rem" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"REM" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/R_man",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "conversionMultiplier" : "0.01",
  "conversionMultiplier:SN" : 0.01,
  "exactMatch" : "http://qudt.org/vocab/unit/REM",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
  "informativeReference" : "https://en.wikipedia.org/wiki/Roentgen_equivalent_man",
  "plainTextDescription" : "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body.",
  "symbol" : "rem",
  "ucumCode" : "REM",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "roentgen equivalent man"
  },
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "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 2024-04-25T14:50:03.092-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)