qudt:ScaleType

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

Type
Description

Properties
qudt:plainTextDescription
Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales.
Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales.
rdfs:subClassOf
`data structure` max 1
`permissible maths` only `Maths Function Type`
`permissible transformation` only `Transform type`
Annotations
rdfs:label
Scale type
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/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/ScaleType">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/ScaleType-permissibleMaths"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/EnumeratedValue"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/ScaleType-permissibleTransformation"/>
    <j.0:plainTextDescription>
  Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. 
  Four different types of scales are typically used. 
  These are interval, nominal, ordinal and ratio scales.
  </j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.0:plainTextDescription>Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference.  Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales.</j.0:plainTextDescription>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/ScaleType-dataStructure"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:label>Scale type</rdfs:label>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
  </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/ScaleType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://qudt.org/schema/qudt/plainTextDescription> """
  Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. 
  Four different types of scales are typically used. 
  These are interval, nominal, ordinal and ratio scales.
  """ ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference.  Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales." ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Scale type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/EnumeratedValue> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScaleType-dataStructure> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScaleType-permissibleMaths> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScaleType-permissibleTransformation> ;
.
JSON
{"resource":"Scale type" 
 ,"qname":"qudt:ScaleType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/ScaleType" 
 ,"properties":["description (plain text)":"\n  Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. \n  Four different types of scales are typically used. \n  These are interval, nominal, ordinal and ratio scales.\n  " 
    ,"description (plain text)":"Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference.  Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Scale type" 
    ,"property":"qudt:ScaleType-dataStructure" 
    ,"property":"qudt:ScaleType-permissibleMaths" 
    ,"property":"qudt:ScaleType-permissibleTransformation" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:EnumeratedValue" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/ScaleType",
  "@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "plainTextDescription" : [ "\n  Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. \n  Four different types of scales are typically used. \n  These are interval, nominal, ordinal and ratio scales.\n  ", "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference.  Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales." ],
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ],
  "label" : "Scale type",
  "subClassOf" : [ "http://qudt.org/schema/qudt/EnumeratedValue", "_:b0", "_:b1", "_:b2" ],
  "property" : [ "http://qudt.org/schema/qudt/ScaleType-permissibleMaths", "http://qudt.org/schema/qudt/ScaleType-permissibleTransformation", "http://qudt.org/schema/qudt/ScaleType-dataStructure" ],
  "@context" : {
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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:30:31.537-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)