qudt:QuantityType

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

Type
Description

A Quantity Type is an enumeration of quantity kinds. It specializes dtype:EnumeratedValue by constrinaing dtype:value to instances of qudt:QuantityKind.

Properties
rdfs:subClassOf
`value  [dtype:value]` only `Quantity Kind`
Annotations
dcterms:description
A Quantity Type is an enumeration of quantity kinds. It specializes dtype:EnumeratedValue by constrinaing dtype:value to instances of qudt:QuantityKind.
rdfs:label
Quantity 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://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/QuantityType">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/QuantityType-value"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <j.0:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  A $\textit{Quantity Type}$ is an enumeration of quantity kinds. 
  It specializes $\boxed{dtype:EnumeratedValue}$ by constrinaing $\boxed{dtype:value}$ to instances of $\boxed{qudt:QuantityKind}$.
  </j.0:description>
    <rdfs:label>Quantity type</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/EnumeratedValue"/>
  </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/QuantityType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  A $\\textit{Quantity Type}$ is an enumeration of quantity kinds. 
  It specializes $\\boxed{dtype:EnumeratedValue}$ by constrinaing $\\boxed{dtype:value}$ to instances of $\\boxed{qudt:QuantityKind}$.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Quantity type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/EnumeratedValue> ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/QuantityType-value> ;
.
JSON
{"resource":"Quantity type" 
 ,"qname":"qudt:QuantityType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/QuantityType" 
 ,"properties":["description":"\n  A $\\textit{Quantity Type}$ is an enumeration of quantity kinds. \n  It specializes $\\boxed{dtype:EnumeratedValue}$ by constrinaing $\\boxed{dtype:value}$ to instances of $\\boxed{qudt:QuantityKind}$.\n  " 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Quantity type" 
    ,"property":"qudt:QuantityType-value" 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:EnumeratedValue" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/QuantityType",
  "@type" : [ "owl:Class", "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class" ],
  "description" : "\n  A $\\textit{Quantity Type}$ is an enumeration of quantity kinds. \n  It specializes $\\boxed{dtype:EnumeratedValue}$ by constrinaing $\\boxed{dtype:value}$ to instances of $\\boxed{qudt:QuantityKind}$.\n  ",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "Quantity type",
  "subClassOf" : [ "_:b0", "http://qudt.org/schema/qudt/EnumeratedValue" ],
  "property" : "http://qudt.org/schema/qudt/QuantityType-value",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@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://qudt.org/schema/qudt/LatexString"
    },
    "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:31:32.713-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)