quantitykind:PropellantTemperature

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

Type
Description

Properties
Annotations
rdfs:label
Propellant Temperature(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:j.1="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/PropellantTemperature">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_R"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliDEG_C"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:broader rdf:resource="http://qudt.org/vocab/quantitykind/Temperature"/>
    <rdfs:label xml:lang="en">Propellant Temperature</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_C"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_F"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PlanckTemperature"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/K"/>
  </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/PropellantTemperature>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_C> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_F> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_R> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/K> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliDEG_C> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PlanckTemperature> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Propellant Temperature"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/Temperature> ;
.
JSON
{"resource":"Propellant Temperature" 
 ,"qname":"quantitykind:PropellantTemperature" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/PropellantTemperature" 
 ,"properties":["applicable unit":"unit:DEG_C" 
    ,"applicable unit":"unit:DEG_F" 
    ,"applicable unit":"unit:DEG_R" 
    ,"applicable unit":"unit:K" 
    ,"applicable unit":"unit:MilliDEG_C" 
    ,"applicable unit":"unit:PlanckTemperature" 
    ,"has broader":"quantitykind:Temperature" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H1T0D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Propellant Temperature" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/PropellantTemperature",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/DEG_R", "http://qudt.org/vocab/unit/MilliDEG_C", "http://qudt.org/vocab/unit/DEG_C", "http://qudt.org/vocab/unit/DEG_F", "http://qudt.org/vocab/unit/PlanckTemperature", "http://qudt.org/vocab/unit/K" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Propellant Temperature"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/Temperature",
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "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:28.344-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)