qudt:Comment
URI: http://qudt.org/schema/qudt/Comment
`description [dcterms:description]` max 1
`rationale [qudt:rationale]` min 0
Work in progress
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:j.0="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/Comment"> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Comment-rationale"/> <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"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Comment-description"/> <rdfs:subClassOf rdf:nodeID="A0"/> <rdfs:subClassOf rdf:nodeID="A1"/> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/> <rdfs:label>Comment</rdfs:label> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> </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/Comment> rdf:type rdfs:Class ; rdf:type owl:Class ; rdf:type <http://www.w3.org/ns/shacl#NodeShape> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ; rdfs:label "Comment" ; rdfs:subClassOf <http://qudt.org/schema/qudt/Verifiable> ; rdfs:subClassOf owl:Thing ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Comment-description> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Comment-rationale> ; .
{"resource":"Comment" ,"qname":"qudt:Comment" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Comment" ,"properties":["isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>" ,"label":"Comment" ,"property":"qudt:Comment-description" ,"property":"qudt:Comment-rationale" ,"subClassOf":null ,"subClassOf":null ,"subClassOf":"qudt:Verifiable" ,"subClassOf":"owl:Thing" ,"type":"rdfs:Class" ,"type":"owl:Class" ,"type":"sh:NodeShape" ]}
{ "@id" : "http://qudt.org/schema/qudt/Comment", "@type" : [ "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape", "owl:Class" ], "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ], "label" : "Comment", "subClassOf" : [ "owl:Thing", "http://qudt.org/schema/qudt/Verifiable", "_:b0", "_:b1" ], "property" : [ "http://qudt.org/schema/qudt/Comment-rationale", "http://qudt.org/schema/qudt/Comment-description" ], "@context" : { "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "subClassOf" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf", "@type" : "@id" }, "property" : { "@id" : "http://www.w3.org/ns/shacl#property", "@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#" } }