qudt:SystemOfQuantityKinds

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

Type
Description

A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position. In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind. From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention.

Properties
rdfs:subClassOf
`base dimension enumeration` max 1
`base dimension enumeration` only `QUDT Enumeration`
`has base quantity kind` only `Quantity Kind`
`has quantity kind` min 0
`has quantity kind` only `Quantity Kind`
`has unit system` only `System of Units`
`system derived quantity kind` only `Quantity Kind`
Annotations
rdfs:comment
A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position. In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind. From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention.
rdfs:label
System of Quantity Kinds
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.0="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/SystemOfQuantityKinds">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasQuantityKind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/SystemOfQuantityKinds-baseDimensionEnumeration"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasUnitSystem"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <rdfs:subClassOf rdf:nodeID="A5"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/SystemOfQuantityKinds-systemDerivedQuantityKind"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:nodeID="A6"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position.  In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind.  From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdfs:label>System of Quantity Kinds</rdfs:label>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasBaseQuantityKind"/>
  </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/SystemOfQuantityKinds>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  rdfs:comment "A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position.  In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind.  From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "System of Quantity Kinds" ;
  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 [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfQuantityKinds-baseDimensionEnumeration> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasBaseQuantityKind> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasQuantityKind> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasUnitSystem> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfQuantityKinds-systemDerivedQuantityKind> ;
.
JSON
{"resource":"System of Quantity Kinds" 
 ,"qname":"qudt:SystemOfQuantityKinds" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/SystemOfQuantityKinds" 
 ,"properties":["comment":"A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton\u2019s First Law of Motion, Coulomb\u2019s Law, and the definition of velocity as the instantaneous change in position.  In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind.  From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"System of Quantity Kinds" 
    ,"property":"qudt:SystemOfQuantityKinds-baseDimensionEnumeration" 
    ,"property":"qudt:SystemOfQuantityKinds-hasBaseQuantityKind" 
    ,"property":"qudt:SystemOfQuantityKinds-hasQuantityKind" 
    ,"property":"qudt:SystemOfQuantityKinds-hasUnitSystem" 
    ,"property":"qudt:SystemOfQuantityKinds-systemDerivedQuantityKind" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"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/SystemOfQuantityKinds",
  "@type" : [ "owl:Class", "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class" ],
  "comment" : "A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position.  In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind.  From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/qudt" ],
  "label" : "System of Quantity Kinds",
  "subClassOf" : [ "_:b0", "_:b1", "_:b2", "http://qudt.org/schema/qudt/Concept", "_:b3", "http://qudt.org/schema/qudt/Verifiable", "_:b4", "_:b5", "_:b6" ],
  "property" : [ "http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasQuantityKind", "http://qudt.org/schema/qudt/SystemOfQuantityKinds-baseDimensionEnumeration", "http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasUnitSystem", "http://qudt.org/schema/qudt/SystemOfQuantityKinds-systemDerivedQuantityKind", "http://qudt.org/schema/qudt/SystemOfQuantityKinds-hasBaseQuantityKind" ],
  "@context" : {
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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"
    },
    "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 2024-09-27T07:15:27.248-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)