qudt:UNSIGNED
URI: http://qudt.org/schema/qudt/UNSIGNED
Work in progress
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:j.0="http://qudt.org/schema/qudt/" xmlns:j.1="http://www.linkedmodel.org/schema/dtype#" xmlns:owl="http://www.w3.org/2002/07/owl#" 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/UNSIGNED"> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/> <rdf:type rdf:resource="http://qudt.org/schema/qudt/SignednessType"/> <j.1:literal>unsigned</j.1:literal> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/> <rdfs:label>Unsigned</rdfs:label> </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/UNSIGNED> rdf:type <http://qudt.org/schema/qudt/SignednessType> ; <http://www.linkedmodel.org/schema/dtype#literal> "unsigned" ; rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ; rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ; rdfs:label "Unsigned" ; .
{"resource":"Unsigned" ,"qname":"qudt:UNSIGNED" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/UNSIGNED" ,"properties":["isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>" ,"label":"Unsigned" ,"literal":"unsigned" ,"type":"qudt:SignednessType" ]}
{ "@id" : "http://qudt.org/schema/qudt/UNSIGNED", "@type" : "http://qudt.org/schema/qudt/SignednessType", "literal" : "unsigned", "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ], "label" : "Unsigned", "@context" : { "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "literal" : { "@id" : "http://www.linkedmodel.org/schema/dtype#literal" }, "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#" } }