<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>
@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> ;
.
{"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":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Quantity type"
,"property":"qudt:QuantityType-value"
,"subClassOf":null
,"subClassOf":"qudt:EnumeratedValue"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@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#"
}
}