<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/SignednessType">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
<rdfs:label>Signedness type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/datatype"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<j.0:description>Specifics whether a value should be signed or unsigned.</j.0:description>
<owl:oneOf rdf:nodeID="A0"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/EnumeratedValue"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.1:property rdf:nodeID="A1"/>
</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/SignednessType>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> "Specifics whether a value should be signed or unsigned." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/datatype> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
rdfs:label "Signedness type" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/EnumeratedValue> ;
owl:oneOf [] ;
<http://www.w3.org/ns/shacl#property> [] ;
.
{"resource":"Signedness type"
,"qname":"qudt:SignednessType"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/SignednessType"
,"properties":["description":"Specifics whether a value should be signed or unsigned."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/datatype>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"label":"Signedness type"
,"oneOf":null
,"property":null
,"subClassOf":"qudt:EnumeratedValue"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/SignednessType",
"@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "Specifics whether a value should be signed or unsigned.",
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/datatype", "http://qudt.org/2.1/schema/datatype" ],
"label" : "Signedness type",
"subClassOf" : "http://qudt.org/schema/qudt/EnumeratedValue",
"oneOf" : "_:b0",
"property" : "_:b1",
"@context" : {
"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"
},
"oneOf" : {
"@id" : "http://www.w3.org/2002/07/owl#oneOf",
"@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"
},
"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#"
}
}