quantitykind:OpeningRatio

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

Type
Description

In the context of mechanical systems, "opening ratio" might refer to the proportion of time or the extent to which a valve or gate is open relative to its maximum capacity.

Properties
qudt:plainTextDescription
In the context of mechanical systems, "opening ratio" might refer to the proportion of time or the extent to which a valve or gate is open relative to its maximum capacity.
Annotations
rdfs:comment
Applicable units are those of quantitykind:OpeningRatio
dcterms:description
In the context of mechanical systems, "opening ratio" might refer to the proportion of time or the extent to which a valve or gate is open relative to its maximum capacity.
rdfs:label
Opening Ratio(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/OpeningRatio">
    <j.0:plainTextDescription>In the context of mechanical systems, "opening ratio" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FRACTION"/>
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/DimensionlessRatio"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Opening Ratio</rdfs:label>
    <j.1:description>In the context of mechanical systems, "opening ratio" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/NUM"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PERCENT"/>
    <rdfs:comment>Applicable units are those of quantitykind:OpeningRatio</rdfs:comment>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
  </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/OpeningRatio>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> """In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity.""" ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FRACTION> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/NUM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PERCENT> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/plainTextDescription> """In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity.""" ;
  rdfs:comment "Applicable units are those of quantitykind:OpeningRatio" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Opening Ratio"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
.
JSON
{"resource":"Opening Ratio" 
 ,"qname":"quantitykind:OpeningRatio" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/OpeningRatio" 
 ,"properties":["applicable unit":"unit:FRACTION" 
    ,"applicable unit":"unit:NUM" 
    ,"applicable unit":"unit:PERCENT" 
    ,"comment":"Applicable units are those of quantitykind:OpeningRatio" 
    ,"description":"In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time \n  or the extent to which a valve or gate is open relative to its maximum capacity." 
    ,"description (plain text)":"In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time \n  or the extent to which a valve or gate is open relative to its maximum capacity." 
    ,"has broader":"quantitykind:DimensionlessRatio" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Opening Ratio" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/OpeningRatio",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time \n  or the extent to which a valve or gate is open relative to its maximum capacity.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/FRACTION", "http://qudt.org/vocab/unit/NUM", "http://qudt.org/vocab/unit/PERCENT" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "plainTextDescription" : "In the context of mechanical systems, \"opening ratio\" might refer to the proportion of time \n  or the extent to which a valve or gate is open relative to its maximum capacity.",
  "comment" : "Applicable units are those of quantitykind:OpeningRatio",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Opening Ratio"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
  "@context" : {
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@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"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "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-11-15T17:21:27.775-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)