unit:BREWSTER

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

Type
Description

The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.

Properties
qudt:conversionMultiplier
0.000000000001
Annotations
dcterms:description
The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.
rdfs:label
Brewster(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/BREWSTER">
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-12</j.0:conversionMultiplierSN>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Brewster_(unit)</j.0:informativeReference>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.</j.1:description>
    <j.0:siUnitsExpression>nm/mm/MPa</j.0:siUnitsExpression>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:symbol>B</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:qkdvNumerator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/StressOpticCoefficient"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000000001</j.0:conversionMultiplier>
    <j.0:qkdvDenominator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0"/>
    <rdfs:label xml:lang="en">Brewster</rdfs:label>
  </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/BREWSTER>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/siUnitsExpression> "nm/mm/MPa" ;
  <http://qudt.org/schema/qudt/symbol> "B" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Brewster"@en ;
.
JSON
{"resource":"Brewster" 
 ,"qname":"unit:BREWSTER" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/BREWSTER" 
 ,"properties":["conversion multiplier":"0.000000000001" 
    ,"conversion multiplier scientific":"1.0E-12" 
    ,"denominator dimension vector":"dimension:A0E0L0I0M1H0T-2D0" 
    ,"description":"The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2\/N or 1\/Pa) or 10^-13 square centimetres per dyne (cm^2\/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816." 
    ,"exact match":"unit:NanoM-PER-MilliM-MegaPA" 
    ,"has dimension vector":"dimension:A0E0L1I0M-1H0T2D0" 
    ,"has quantity kind":"quantitykind:StressOpticCoefficient" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Brewster_(unit)" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Brewster" 
    ,"numerator dimension vector":"dimension:A0E0L1I0M0H0T0D0" 
    ,"si units expression":"nm\/mm\/MPa" 
    ,"symbol":"B" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/BREWSTER",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.",
  "conversionMultiplier" : "0.000000000001",
  "conversionMultiplier:SN" : 1.0E-12,
  "exactMatch" : "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressOpticCoefficient",
  "informativeReference" : "https://en.wikipedia.org/wiki/Brewster_(unit)",
  "qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
  "qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
  "siUnitsExpression" : "nm/mm/MPa",
  "symbol" : "B",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Brewster"
  },
  "@context" : {
    "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"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "siUnitsExpression" : {
      "@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "qkdvNumerator" : {
      "@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "qkdvDenominator" : {
      "@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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:39:02.881-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)