qudt:SystemOfUnits

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

Type
Description

A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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.

Properties
rdfs:subClassOf
`allowed unit` only `Unit`
`applicable physical constant` only `Physical Constant`
`base unit` only `Unit`
`coherent unit` only `Unit`
`defined unit` only `Unit`
`derived coherent unit` only `Unit`
`derived unit` only `Unit`
`has unit` only `Unit`
`prefix  [qudt:prefix]` only `Prefix`
Annotations
rdfs:comment
A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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.
rdfs:label
System of Units
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/SystemOfUnits">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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.</rdfs:comment>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasCoherentUnit"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdfs:label>System of Units</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Category:Systems_of_units</j.0:informativeReference>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-applicablePhysicalConstant"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedUnit"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasUnit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units</j.0:informativeReference>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-prefix"/>
    <rdfs:subClassOf rdf:nodeID="A5"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasDefinedUnit"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedCoherentUnit"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasBaseUnit"/>
    <rdfs:subClassOf rdf:nodeID="A6"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <rdfs:subClassOf rdf:nodeID="A7"/>
    <rdfs:subClassOf rdf:nodeID="A8"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits-hasAllowedUnit"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
  </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/SystemOfUnits>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://dbpedia.org/resource/Category:Systems_of_units"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units"^^xsd:anyURI ;
  rdfs:comment "A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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."^^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 Units" ;
  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 [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-applicablePhysicalConstant> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasAllowedUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasBaseUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasCoherentUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasDefinedUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedCoherentUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-hasUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/SystemOfUnits-prefix> ;
.
JSON
{"resource":"System of Units" 
 ,"qname":"qudt:SystemOfUnits" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/SystemOfUnits" 
 ,"properties":["comment":"A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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." 
    ,"informative reference":"http:\/\/dbpedia.org\/resource\/Category:Systems_of_units" 
    ,"informative reference":"http:\/\/www.ieeeghn.org\/wiki\/index.php\/System_of_Measurement_Units" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"System of Units" 
    ,"property":"qudt:SystemOfUnits-applicablePhysicalConstant" 
    ,"property":"qudt:SystemOfUnits-hasAllowedUnit" 
    ,"property":"qudt:SystemOfUnits-hasBaseUnit" 
    ,"property":"qudt:SystemOfUnits-hasCoherentUnit" 
    ,"property":"qudt:SystemOfUnits-hasDefinedUnit" 
    ,"property":"qudt:SystemOfUnits-hasDerivedCoherentUnit" 
    ,"property":"qudt:SystemOfUnits-hasDerivedUnit" 
    ,"property":"qudt:SystemOfUnits-hasUnit" 
    ,"property":"qudt:SystemOfUnits-prefix" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"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/SystemOfUnits",
  "@type" : [ "http://www.w3.org/ns/shacl#NodeShape", "owl:Class", "rdfs:Class" ],
  "informativeReference" : [ "http://dbpedia.org/resource/Category:Systems_of_units", "http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units" ],
  "comment" : "A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. 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.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "System of Units",
  "subClassOf" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4", "_:b5", "http://qudt.org/schema/qudt/Verifiable", "_:b6", "http://qudt.org/schema/qudt/Concept", "_:b7", "_:b8" ],
  "property" : [ "http://qudt.org/schema/qudt/SystemOfUnits-hasCoherentUnit", "http://qudt.org/schema/qudt/SystemOfUnits-applicablePhysicalConstant", "http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedUnit", "http://qudt.org/schema/qudt/SystemOfUnits-hasUnit", "http://qudt.org/schema/qudt/SystemOfUnits-prefix", "http://qudt.org/schema/qudt/SystemOfUnits-hasDefinedUnit", "http://qudt.org/schema/qudt/SystemOfUnits-hasDerivedCoherentUnit", "http://qudt.org/schema/qudt/SystemOfUnits-hasBaseUnit", "http://qudt.org/schema/qudt/SystemOfUnits-hasAllowedUnit" ],
  "@context" : {
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@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"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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:00.484-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)