qudt:BigEndian
URI: http://qudt.org/schema/qudt/BigEndian
A big-endian machine stores the most significant byte first.
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:j.1="http://qudt.org/schema/qudt/" xmlns:j.2="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/BigEndian"> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/> <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A big-endian machine stores the most significant byte first.</j.0:description> <j.2:code rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</j.2:code> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/datatype"/> <rdf:type rdf:resource="http://qudt.org/schema/qudt/EndianType"/> <j.2:literal>big</j.2:literal> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/> <rdfs:label>Big Endian</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/BigEndian> rdf:type <http://qudt.org/schema/qudt/EndianType> ; <http://purl.org/dc/terms/description> "A big-endian machine stores the most significant byte first."^^rdf:HTML ; <http://www.linkedmodel.org/schema/dtype#code> 1 ; <http://www.linkedmodel.org/schema/dtype#literal> "big" ; rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ; rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ; rdfs:isDefinedBy <http://qudt.org/2.1/vocab/datatype> ; rdfs:label "Big Endian" ; .
{"resource":"Big Endian" ,"qname":"qudt:BigEndian" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/BigEndian" ,"properties":["code":"1" ,"description":"A big-endian machine stores the most significant byte first." ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>" ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/datatype>" ,"label":"Big Endian" ,"literal":"big" ,"type":"qudt:EndianType" ]}
{ "@id" : "http://qudt.org/schema/qudt/BigEndian", "@type" : "http://qudt.org/schema/qudt/EndianType", "description" : "A big-endian machine stores the most significant byte first.", "http://www.linkedmodel.org/schema/dtype#code" : 1, "literal" : "big", "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/vocab/datatype", "http://qudt.org/2.1/schema/shacl/datatype" ], "label" : "Big Endian", "@context" : { "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML" }, "code" : { "@id" : "http://www.linkedmodel.org/schema/dtype#code", "@type" : "http://www.w3.org/2001/XMLSchema#integer" }, "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#" } }