<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
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/NIST_SP811_Comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<dc:description>National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units</dc:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.0:description>National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:label>NIST SP~811 Comment</rdfs:label>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Comment"/>
</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/NIST_SP811_Comment>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/elements/1.1/description> "National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units" ;
<http://purl.org/dc/terms/description> "National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units" ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "NIST SP~811 Comment" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Comment> ;
.
{"resource":"NIST SP~811 Comment"
,"qname":"qudt:NIST_SP811_Comment"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/NIST_SP811_Comment"
,"properties":["description":"National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units"
,"description":"National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"NIST SP~811 Comment"
,"subClassOf":"qudt:Comment"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}