<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/EnumerationScale">
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Scale"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>Enumeration scale</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.linkedmodel.org/schema/dtype#Enumeration"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<j.0:description>
A sub-type of 'DTYPE Enumeration'.
</j.0:description>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.1:class rdf:resource="http://www.linkedmodel.org/schema/dtype#Enumeration"/>
</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/EnumerationScale>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
A sub-type of 'DTYPE Enumeration'.
""" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
rdfs:label "Enumeration scale" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Scale> ;
rdfs:subClassOf <http://www.linkedmodel.org/schema/dtype#Enumeration> ;
<http://www.w3.org/ns/shacl#class> <http://www.linkedmodel.org/schema/dtype#Enumeration> ;
.
{"resource":"Enumeration scale"
,"qname":"qudt:EnumerationScale"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/EnumerationScale"
,"properties":["class":"dtype:Enumeration"
,"description":"\n A sub-type of 'DTYPE Enumeration'.\n "
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"label":"Enumeration scale"
,"subClassOf":"qudt:Scale"
,"subClassOf":"dtype:Enumeration"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/EnumerationScale",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n A sub-type of 'DTYPE Enumeration'.\n ",
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/datatype", "http://qudt.org/2.1/schema/qudt" ],
"label" : "Enumeration scale",
"subClassOf" : [ "http://qudt.org/schema/qudt/Scale", "http://www.linkedmodel.org/schema/dtype#Enumeration" ],
"class" : "http://www.linkedmodel.org/schema/dtype#Enumeration",
"@context" : {
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@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"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"class" : {
"@id" : "http://www.w3.org/ns/shacl#class",
"@type" : "@id"
},
"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#"
}
}