qudt:isDeltaQuantity

URI: http://qudt.org/schema/qudt/isDeltaQuantity

Type
Description

This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.

Properties
Annotations
rdfs:comment
This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.
dcterms:description
This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.
rdfs:label
is Delta Quantity
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://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/schema/qudt/isDeltaQuantity">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment>This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <j.0:description>
  This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property,
   rather than a measure of its absolute value. 
  This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.
  </j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:label>is Delta Quantity</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/schema/qudt/isDeltaQuantity>
  rdf:type rdf:Property ;
  rdf:type owl:DatatypeProperty ;
  <http://purl.org/dc/terms/description> """
  This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property,
   rather than a measure of its absolute value. 
  This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.
  """ ;
  rdfs:comment "This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets." ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "is Delta Quantity" ;
  rdfs:range xsd:boolean ;
.
JSON
{"resource":"is Delta Quantity" 
 ,"qname":"qudt:isDeltaQuantity" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/isDeltaQuantity" 
 ,"properties":["comment":"This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets." 
    ,"description":"\n  This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property,\n   rather than a measure of its absolute value. \n  This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.\n  " 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"is Delta Quantity" 
    ,"range":"xsd:boolean" 
    ,"type":"rdf:Property" 
    ,"type":"owl:DatatypeProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/isDeltaQuantity",
  "@type" : [ "owl:DatatypeProperty", "rdf:Property" ],
  "description" : "\n  This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property,\n   rather than a measure of its absolute value. \n  This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.\n  ",
  "comment" : "This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets.",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "is Delta Quantity",
  "range" : "xsd:boolean",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "range" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "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 2025-02-18T17:32:35.290-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)