<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/Concept">
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:subClassOf rdf:nodeID="A2"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-code"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdfs:label>QUDT Concept</rdfs:label>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-id"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-guidance"/>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The root class for all QUDT concepts.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="A3"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-abbreviation"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-hasRule"/>
<rdfs:subClassOf rdf:nodeID="A4"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-plainTextDescription"/>
<rdfs:subClassOf rdf:nodeID="A5"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/Concept-description"/>
</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/Concept>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "QUDT Concept" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-abbreviation> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-code> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-description> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-guidance> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-hasRule> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-id> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-plainTextDescription> ;
.
{"resource":"QUDT Concept"
,"qname":"qudt:Concept"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/Concept"
,"properties":["comment":"The root class for all QUDT concepts."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"QUDT Concept"
,"property":"qudt:Concept-abbreviation"
,"property":"qudt:Concept-code"
,"property":"qudt:Concept-description"
,"property":"qudt:Concept-guidance"
,"property":"qudt:Concept-hasRule"
,"property":"qudt:Concept-id"
,"property":"qudt:Concept-plainTextDescription"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"owl:Thing"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/Concept",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"comment" : "The root class for all QUDT concepts.",
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
"label" : "QUDT Concept",
"subClassOf" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4", "owl:Thing", "_:b5" ],
"property" : [ "http://qudt.org/schema/qudt/Concept-code", "http://qudt.org/schema/qudt/Concept-id", "http://qudt.org/schema/qudt/Concept-guidance", "http://qudt.org/schema/qudt/Concept-abbreviation", "http://qudt.org/schema/qudt/Concept-hasRule", "http://qudt.org/schema/qudt/Concept-plainTextDescription", "http://qudt.org/schema/qudt/Concept-description" ],
"@context" : {
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}