quantitykind:InversePressure

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

Type
Description

Properties
Annotations
rdfs:label
Inverse Pressure(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: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/InversePressure">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PER-MILLE-PSI"/>
    <rdfs:label xml:lang="en">Inverse Pressure</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PER-BAR"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/quantitykind/IsothermalCompressibility"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PER-PSI"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PER-MegaPA"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PER-PA"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
  </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/InversePressure>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PER-BAR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PER-MILLE-PSI> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PER-MegaPA> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PER-PA> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PER-PSI> ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Inverse Pressure"@en ;
.
JSON
{"resource":"Inverse Pressure" 
 ,"qname":"quantitykind:InversePressure" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/InversePressure" 
 ,"properties":["applicable unit":"unit:PER-BAR" 
    ,"applicable unit":"unit:PER-MILLE-PSI" 
    ,"applicable unit":"unit:PER-MegaPA" 
    ,"applicable unit":"unit:PER-PA" 
    ,"applicable unit":"unit:PER-PSI" 
    ,"exact match":"quantitykind:IsothermalCompressibility" 
    ,"has dimension vector":"dimension:A0E0L1I0M-1H0T2D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Inverse Pressure" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/InversePressure",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/PER-MILLE-PSI", "http://qudt.org/vocab/unit/PER-BAR", "http://qudt.org/vocab/unit/PER-PSI", "http://qudt.org/vocab/unit/PER-MegaPA", "http://qudt.org/vocab/unit/PER-PA" ],
  "exactMatch" : "http://qudt.org/vocab/quantitykind/IsothermalCompressibility",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Inverse Pressure"
  },
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@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:12:22.368-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)