quantitykind:MassAbsorptionCoefficient

URI: http://qudt.org/vocab/quantitykind/MassAbsorptionCoefficient

Type
Description

The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.

Properties
qudt:plainTextDescription
The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.
qudt:latexDefinition
$a_m = \frac{a}{\rho}$, where $a$ is the linear absorption coefficient and $\rho$ is the mass density of the medium.
Annotations
dcterms:description
The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.
rdfs:label
Mass Absorption Coefficient(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/quantitykind/MassAbsorptionCoefficient">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M2-PER-KiloGM"/>
    <rdfs:label xml:lang="en">Mass Absorption Coefficient</rdfs:label>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$a_m = \frac{a}{\rho}$, where $a$ is the linear absorption coefficient and $\rho$ is the mass density of the medium.</j.0:latexDefinition>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient</j.0:informativeReference>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:plainTextDescription>The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.</j.0:plainTextDescription>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.</j.1:description>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$a_m$</j.0:latexSymbol>
  </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/quantitykind/MassAbsorptionCoefficient>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M2-PER-KiloGM> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$a_m$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Mass Absorption Coefficient"@en ;
.
JSON
{"resource":"Mass Absorption Coefficient" 
 ,"qname":"quantitykind:MassAbsorptionCoefficient" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/MassAbsorptionCoefficient" 
 ,"properties":["applicable unit":"unit:M2-PER-KiloGM" 
    ,"description":"The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber." 
    ,"description (plain text)":"The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber." 
    ,"has dimension vector":"dimension:A0E0L2I0M-1H0T0D0" 
    ,"informative reference":"http:\/\/medical-dictionary.thefreedictionary.com\/mass+absorption+coefficient" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Mass Absorption Coefficient" 
    ,"latex definition":"$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium." 
    ,"latex symbol":"$a_m$" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/MassAbsorptionCoefficient",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.",
  "applicableUnit" : "http://qudt.org/vocab/unit/M2-PER-KiloGM",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
  "informativeReference" : "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient",
  "latexDefinition" : "$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium.",
  "latexSymbol" : "$a_m$",
  "plainTextDescription" : "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Mass Absorption Coefficient"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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-25T16:14:38.381-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)