quantitykind:StrainEnergyReleaseRate

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

Type
Description

In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.

Properties
qudt:plainTextDescription
In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.
Annotations
dcterms:description
In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.
rdfs:label
Strain Energy Release Rate(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:j.2="http://www.w3.org/2004/02/skos/core#"
    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/StrainEnergyReleaseRate">
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/EnergyPerArea"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GigaJ-PER-M2"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">In fracture mechanics, the &lt;b&gt;energy release rate&lt;/b&gt;, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliJ-PER-M2"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Energy_release_rate_(fracture_mechanics)</j.0:informativeReference>
    <j.0:plainTextDescription>In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.</j.0:plainTextDescription>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaJ-PER-M2"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/ERG-PER-CentiM2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-CentiM2"/>
    <rdfs:label xml:lang="en">Strain Energy Release Rate</rdfs:label>
    <j.0:symbol>G</j.0:symbol>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\G$</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/StrainEnergyReleaseRate>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "In fracture mechanics, the <b>energy release rate</b>, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/ERG-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GigaJ-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaJ-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliJ-PER-M2> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Energy_release_rate_(fracture_mechanics)"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexSymbol> "$\\G$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area." ;
  <http://qudt.org/schema/qudt/symbol> "G" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Strain Energy Release Rate"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
.
JSON
{"resource":"Strain Energy Release Rate" 
 ,"qname":"quantitykind:StrainEnergyReleaseRate" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/StrainEnergyReleaseRate" 
 ,"properties":["applicable unit":"unit:ERG-PER-CentiM2" 
    ,"applicable unit":"unit:GigaJ-PER-M2" 
    ,"applicable unit":"unit:J-PER-CentiM2" 
    ,"applicable unit":"unit:J-PER-M2" 
    ,"applicable unit":"unit:MegaJ-PER-M2" 
    ,"applicable unit":"unit:MilliJ-PER-M2" 
    ,"description":"In fracture mechanics, the &lt;b&gt;energy release rate&lt;\/b&gt;, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area." 
    ,"description (plain text)":"In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area." 
    ,"has broader":"quantitykind:EnergyPerArea" 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T-2D0" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Energy_release_rate_(fracture_mechanics)" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Strain Energy Release Rate" 
    ,"latex symbol":"$\\G$" 
    ,"symbol":"G" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "In fracture mechanics, the <b>energy release rate</b>, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/GigaJ-PER-M2", "http://qudt.org/vocab/unit/MilliJ-PER-M2", "http://qudt.org/vocab/unit/J-PER-M2", "http://qudt.org/vocab/unit/MegaJ-PER-M2", "http://qudt.org/vocab/unit/ERG-PER-CentiM2", "http://qudt.org/vocab/unit/J-PER-CentiM2" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
  "informativeReference" : "https://en.wikipedia.org/wiki/Energy_release_rate_(fracture_mechanics)",
  "latexSymbol" : "$\\G$",
  "plainTextDescription" : "In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area.",
  "symbol" : "G",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Strain Energy Release Rate"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
  "@context" : {
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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-08-31T12:09:34.058-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)