qudt:Scale

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

Type
Description

Scales (also called "scales of measurement" or "levels of measurement") are expressions that typically are based on scale types.

Properties
rdfs:subClassOf
`data structure` max 1
`permissible maths` only `Maths Function Type`
`permissible transformation` only `Transform type`
`scale type` max 1
`scale type` only `Scale type`
Annotations
rdfs:comment
Scales (also called "scales of measurement" or "levels of measurement") are expressions that typically refer to the theory of scale types.
dcterms:description

Scales (also called "scales of measurement" or "levels of measurement") are expressions that typically are based on scale types.

rdfs:label
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://purl.org/dc/terms/"
    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/Scale">
    <rdfs:label>Scale</rdfs:label>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Scale-dataStructure"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Scale-scaleType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Scale-permissibleMaths"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Scales (also called "scales of measurement" or "levels of measurement")  are expressions that typically refer to the theory of scale types.</rdfs:comment>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;Scales (also called "scales of measurement" or "levels of measurement") are expressions that typically are based on scale types.
  &lt;/p&gt;</j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Scale-permissibleTransformation"/>
  </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/Scale>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p>Scales (also called \"scales of measurement\" or \"levels of measurement\") are expressions that typically are based on scale types.
  </p>"""^^rdf:HTML ;
  rdfs:comment "Scales (also called \"scales of measurement\" or \"levels of measurement\")  are expressions that typically refer to the theory of scale types."^^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 "Scale" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Verifiable> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Scale-dataStructure> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Scale-permissibleMaths> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Scale-permissibleTransformation> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Scale-scaleType> ;
.
JSON
{"resource":"Scale" 
 ,"qname":"qudt:Scale" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Scale" 
 ,"properties":["comment":"Scales (also called \"scales of measurement\" or \"levels of measurement\")  are expressions that typically refer to the theory of scale types." 
    ,"description":"\n  &lt;p&gt;Scales (also called \"scales of measurement\" or \"levels of measurement\") are expressions that typically are based on scale types.\n  &lt;\/p&gt;" 
    ,"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" 
    ,"property":"qudt:Scale-dataStructure" 
    ,"property":"qudt:Scale-permissibleMaths" 
    ,"property":"qudt:Scale-permissibleTransformation" 
    ,"property":"qudt:Scale-scaleType" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:Concept" 
    ,"subClassOf":"qudt:Verifiable" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Scale",
  "@type" : [ "owl:Class", "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class" ],
  "description" : "\n  <p>Scales (also called \"scales of measurement\" or \"levels of measurement\") are expressions that typically are based on scale types.\n  </p>",
  "comment" : "Scales (also called \"scales of measurement\" or \"levels of measurement\")  are expressions that typically refer to the theory of scale types.",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ],
  "label" : "Scale",
  "subClassOf" : [ "_:b0", "_:b1", "_:b2", "http://qudt.org/schema/qudt/Concept", "_:b3", "_:b4", "http://qudt.org/schema/qudt/Verifiable" ],
  "property" : [ "http://qudt.org/schema/qudt/Scale-dataStructure", "http://qudt.org/schema/qudt/Scale-scaleType", "http://qudt.org/schema/qudt/Scale-permissibleMaths", "http://qudt.org/schema/qudt/Scale-permissibleTransformation" ],
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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:33:07.618-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)