qudt:IntervalScale

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

Type
Description

The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock, location in Cartesian coordinates, and direction measured in degrees from true or magnetic north.

Ratios are not meaningful since 20 °C cannot be said to be "twice as hot" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called "scaled variables", but the formal mathematical term is an affine space (in this case an affine line).

Characteristics: median, percentile & Monotonic increasing (order (<) & totally ordered set.

Properties
Annotations
rdfs:comment

The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be "twice as hot" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called "scaled variables", but the formal mathematical term is an affine space (in this case an affine line).

Characteristics: median, percentile & Monotonic increasing (order (<) & totally ordered set

median, percentile & Monotonic increasing (order (<)) & totally ordered set
dcterms:description

The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock, location in Cartesian coordinates, and direction measured in degrees from true or magnetic north.

Ratios are not meaningful since 20 °C cannot be said to be "twice as hot" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called "scaled variables", but the formal mathematical term is an affine space (in this case an affine line).

Characteristics: median, percentile & Monotonic increasing (order (<) & totally ordered set.

rdfs:label
Interval scale
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/ns/shacl#"
    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/IntervalScale">
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdfs:label>Interval scale</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Scale"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;The interval type allows for the degree of difference between items, but not the ratio between them. 
  Examples include temperature with the Celsius scale, which has two defined points
   (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals,
   date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,
   location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. 
  &lt;/p&gt;
  &lt;p&gt;Ratios are not meaningful since 20 °C cannot be said to be "twice as hot" as 10 °C, nor can multiplication/division be carried out between any two dates directly. 
  However, ratios of differences can be expressed; for example, one difference can be twice another. 
  Interval type variables are sometimes also called "scaled variables", but the formal mathematical term is an affine space (in this case an affine line).
  &lt;/p&gt;
  &lt;p&gt;Characteristics: median, percentile &amp;amp; Monotonic increasing (order (&amp;lt;) &amp;amp; totally ordered set.&lt;/p&gt;
  </j.1:description>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">median, percentile &amp; Monotonic increasing (order (&lt;)) &amp; totally ordered set</rdfs:comment>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Level_of_measurement</j.0:informativeReference>
    <rdfs:seeAlso rdf:resource="http://qudt.org/schema/qudt/OrdinalScale"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">&lt;p&gt;The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be "twice as hot" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called "scaled variables", but the formal mathematical term is an affine space (in this case an affine line).&lt;/p&gt;
&lt;p&gt;Characteristics: median, percentile &amp;amp; Monotonic increasing (order (&amp;lt;) &amp;amp; totally ordered set&lt;/p&gt;</rdfs:comment>
    <rdfs:seeAlso rdf:resource="http://qudt.org/schema/qudt/RatioScale"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/schema/qudt/NominalScale"/>
  </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/IntervalScale>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p>The interval type allows for the degree of difference between items, but not the ratio between them. 
  Examples include temperature with the Celsius scale, which has two defined points
   (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals,
   date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,
   location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. 
  </p>
  <p>Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. 
  However, ratios of differences can be expressed; for example, one difference can be twice another. 
  Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).
  </p>
  <p>Characteristics: median, percentile &amp; Monotonic increasing (order (&lt;) &amp; totally ordered set.</p>
  """^^rdf:HTML ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ;
  rdfs:comment """<p>The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).</p>
<p>Characteristics: median, percentile &amp; Monotonic increasing (order (&lt;) &amp; totally ordered set</p>"""^^rdf:HTML ;
  rdfs:comment "median, percentile & Monotonic increasing (order (<)) & totally ordered set"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Interval scale" ;
  rdfs:seeAlso <http://qudt.org/schema/qudt/NominalScale> ;
  rdfs:seeAlso <http://qudt.org/schema/qudt/OrdinalScale> ;
  rdfs:seeAlso <http://qudt.org/schema/qudt/RatioScale> ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Scale> ;
.
JSON
{"resource":"Interval scale" 
 ,"qname":"qudt:IntervalScale" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/IntervalScale" 
 ,"properties":["comment":"&lt;p&gt;The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 &deg;C cannot be said to be \"twice as hot\" as 10 &deg;C, nor can multiplication\/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).&lt;\/p&gt;\n&lt;p&gt;Characteristics: median, percentile &amp;amp; Monotonic increasing (order (&amp;lt;) &amp;amp; totally ordered set&lt;\/p&gt;" 
    ,"comment":"median, percentile &amp; Monotonic increasing (order (&lt;)) &amp; totally ordered set" 
    ,"description":"\n  &lt;p&gt;The interval type allows for the degree of difference between items, but not the ratio between them. \n  Examples include temperature with the Celsius scale, which has two defined points\n   (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals,\n   date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,\n   location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. \n  &lt;\/p&gt;\n  &lt;p&gt;Ratios are not meaningful since 20 &deg;C cannot be said to be \"twice as hot\" as 10 &deg;C, nor can multiplication\/division be carried out between any two dates directly. \n  However, ratios of differences can be expressed; for example, one difference can be twice another. \n  Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).\n  &lt;\/p&gt;\n  &lt;p&gt;Characteristics: median, percentile &amp;amp; Monotonic increasing (order (&amp;lt;) &amp;amp; totally ordered set.&lt;\/p&gt;\n  " 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Level_of_measurement" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Interval scale" 
    ,"seeAlso":"qudt:NominalScale" 
    ,"seeAlso":"qudt:OrdinalScale" 
    ,"seeAlso":"qudt:RatioScale" 
    ,"subClassOf":"qudt:Scale" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/IntervalScale",
  "@type" : [ "http://www.w3.org/ns/shacl#NodeShape", "owl:Class", "rdfs:Class" ],
  "description" : "\n  <p>The interval type allows for the degree of difference between items, but not the ratio between them. \n  Examples include temperature with the Celsius scale, which has two defined points\n   (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals,\n   date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,\n   location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. \n  </p>\n  <p>Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. \n  However, ratios of differences can be expressed; for example, one difference can be twice another. \n  Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).\n  </p>\n  <p>Characteristics: median, percentile &amp; Monotonic increasing (order (&lt;) &amp; totally ordered set.</p>\n  ",
  "informativeReference" : "https://en.wikipedia.org/wiki/Level_of_measurement",
  "comment" : [ "median, percentile & Monotonic increasing (order (<)) & totally ordered set", "<p>The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).</p>\n<p>Characteristics: median, percentile &amp; Monotonic increasing (order (&lt;) &amp; totally ordered set</p>" ],
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "Interval scale",
  "seeAlso" : [ "http://qudt.org/schema/qudt/OrdinalScale", "http://qudt.org/schema/qudt/RatioScale", "http://qudt.org/schema/qudt/NominalScale" ],
  "subClassOf" : "http://qudt.org/schema/qudt/Scale",
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@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 2025-02-18T17:32:08.123-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)