qudt:Concept
URI: http://qudt.org/schema/qudt/Concept
The root class for all QUDT concepts.
`abbreviation` max 1
`deprecated [qudt:deprecated]` max 1
`description [dcterms:description]` max 1
`description (plain text)` max 1
`has rule` only `Rule [qudt:Rule]`
`is replaced by` max 1
`qudt id` max 1
Work in progress
<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/Concept"> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <rdfs:subClassOf rdf:nodeID="A0"/> <rdfs:subClassOf rdf:nodeID="A1"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/overlay/qudt"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-code"/> <rdfs:label>QUDT Concept</rdfs:label> <rdfs:subClassOf rdf:nodeID="A2"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-id"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-guidance"/> <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> <rdfs:subClassOf rdf:nodeID="A3"/> <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The root class for all QUDT concepts.</j.0:description> <rdfs:subClassOf rdf:nodeID="A4"/> <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The root class for all QUDT concepts.</rdfs:comment> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-rdfs_label"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-exactMatch"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-abbreviation"/> <rdfs:subClassOf rdf:nodeID="A5"/> <rdfs:subClassOf rdf:nodeID="A6"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-skos_altLabel"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-hasRule"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-isReplacedBy"/> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-rdfs_seeAlso"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-rdf_type"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-deprecated"/> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-rdfs_isDefinedBy"/> <j.1:property rdf:resource="http://qudt.org/schema/qudt/Concept-plainTextDescription"/> <j.1: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> ; <http://purl.org/dc/terms/description> "The root class for all QUDT concepts."^^rdf:HTML ; rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/overlay/qudt> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ; rdfs:label "QUDT Concept" ; rdfs:subClassOf rdfs:Resource ; rdfs:subClassOf owl:Thing ; rdfs:subClassOf [] ; 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-deprecated> ; <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-exactMatch> ; <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-isReplacedBy> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-plainTextDescription> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-rdf_type> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-rdfs_isDefinedBy> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-rdfs_label> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-rdfs_seeAlso> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Concept-skos_altLabel> ; .
{"resource":"QUDT Concept" ,"qname":"qudt:Concept" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Concept" ,"properties":["comment":"The root class for all QUDT concepts." ,"description":"The root class for all QUDT concepts." ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/overlay\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>" ,"label":"QUDT Concept" ,"property":"qudt:Concept-abbreviation" ,"property":"qudt:Concept-code" ,"property":"qudt:Concept-deprecated" ,"property":"qudt:Concept-description" ,"property":"qudt:Concept-exactMatch" ,"property":"qudt:Concept-guidance" ,"property":"qudt:Concept-hasRule" ,"property":"qudt:Concept-id" ,"property":"qudt:Concept-isReplacedBy" ,"property":"qudt:Concept-plainTextDescription" ,"property":"qudt:Concept-rdf_type" ,"property":"qudt:Concept-rdfs_isDefinedBy" ,"property":"qudt:Concept-rdfs_label" ,"property":"qudt:Concept-rdfs_seeAlso" ,"property":"qudt:Concept-skos_altLabel" ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":"rdfs:Resource" ,"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" ], "description" : "The root class for all QUDT concepts.", "comment" : "The root class for all QUDT concepts.", "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/shacl/overlay/qudt" ], "label" : "QUDT Concept", "subClassOf" : [ "_:b0", "_:b1", "_:b2", "rdfs:Resource", "_:b3", "_:b4", "_:b5", "_:b6", "owl:Thing" ], "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-rdfs_label", "http://qudt.org/schema/qudt/Concept-exactMatch", "http://qudt.org/schema/qudt/Concept-abbreviation", "http://qudt.org/schema/qudt/Concept-skos_altLabel", "http://qudt.org/schema/qudt/Concept-hasRule", "http://qudt.org/schema/qudt/Concept-isReplacedBy", "http://qudt.org/schema/qudt/Concept-rdfs_seeAlso", "http://qudt.org/schema/qudt/Concept-rdf_type", "http://qudt.org/schema/qudt/Concept-deprecated", "http://qudt.org/schema/qudt/Concept-rdfs_isDefinedBy", "http://qudt.org/schema/qudt/Concept-plainTextDescription", "http://qudt.org/schema/qudt/Concept-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" }, "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" }, "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#" } }