<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/QuantityValue">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Quantifiable"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
<p>A <em>Quantity Value</em>
</p></j.0:description>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href="http://physics.nist.gov/Pubs/SP811/sec07.html">NIST SP 811 section 7</a> for more on quantity values.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdfs:label>Quantity value</rdfs:label>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
</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/QuantityValue>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
<p>A <em>Quantity Value</em>
</p>"""^^rdf:HTML ;
rdfs:comment "A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7</a> for more on quantity values."^^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 "Quantity value" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Quantifiable> ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Verifiable> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
.
{"resource":"Quantity value"
,"qname":"qudt:QuantityValue"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/QuantityValue"
,"properties":["comment":"A <i>Quantity Value<\/i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n<\/code> and a unit of measure <code>U<\/code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec07.html\">NIST SP 811 section 7<\/a> for more on quantity values."
,"description":"\n <p>A <em>Quantity Value<\/em> \n <\/p>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Quantity value"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:Concept"
,"subClassOf":"qudt:Quantifiable"
,"subClassOf":"qudt:Verifiable"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/QuantityValue",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n <p>A <em>Quantity Value</em> \n </p>",
"comment" : "A <i>Quantity Value</i> expresses the magnitude and kind of a quantity and is given by the product of a numerical value <code>n</code> and a unit of measure <code>U</code>. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7</a> for more on quantity values.",
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ],
"label" : "Quantity value",
"subClassOf" : [ "http://qudt.org/schema/qudt/Quantifiable", "http://qudt.org/schema/qudt/Concept", "http://qudt.org/schema/qudt/Verifiable", "_:b0", "_:b1" ],
"@context" : {
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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#"
}
}