quantitykind:SpecificHeatVolume

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

Type
Description

Specific heat per constant volume.

Properties
qudt:plainTextDescription
Specific heat per constant volume.
Annotations
dcterms:description
Specific heat per constant volume.
rdfs:label
Specific Heat Volume(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/SpecificHeatVolume">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Specific heat per constant volume.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0"/>
    <j.0:plainTextDescription>Specific heat per constant volume.</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Specific Heat Volume</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/quantitykind/SpecificHeatVolume>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Specific heat per constant volume."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Specific heat per constant volume." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Specific Heat Volume"@en ;
.
JSON
{"resource":"Specific Heat Volume" 
 ,"qname":"quantitykind:SpecificHeatVolume" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/SpecificHeatVolume" 
 ,"properties":["applicable unit":"unit:J-PER-KiloGM-K-M3" 
    ,"description":"Specific heat per constant volume." 
    ,"description (plain text)":"Specific heat per constant volume." 
    ,"has dimension vector":"dimension:A0E0L-1I0M0H-1T-2D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Specific Heat Volume" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/SpecificHeatVolume",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Specific heat per constant volume.",
  "applicableUnit" : "http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0",
  "plainTextDescription" : "Specific heat per constant volume.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Specific Heat Volume"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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-25T16:11:16.518-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)