qudt:LittleEndian
URI: http://qudt.org/schema/qudt/LittleEndian
A little-endian machine stores the least 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/LittleEndian"> <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 little-endian machine stores the least significant byte first.</j.0:description> <j.2:code rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</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>little</j.2:literal> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/> <rdfs:label>Little 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/LittleEndian> rdf:type <http://qudt.org/schema/qudt/EndianType> ; <http://purl.org/dc/terms/description> "A little-endian machine stores the least significant byte first."^^rdf:HTML ; <http://www.linkedmodel.org/schema/dtype#code> 2 ; <http://www.linkedmodel.org/schema/dtype#literal> "little" ; 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 "Little Endian" ; .
{"resource":"Little Endian" ,"qname":"qudt:LittleEndian" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/LittleEndian" ,"properties":["code":"2" ,"description":"A little-endian machine stores the least 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":"Little Endian" ,"literal":"little" ,"type":"qudt:EndianType" ]}
{ "@id" : "http://qudt.org/schema/qudt/LittleEndian", "@type" : "http://qudt.org/schema/qudt/EndianType", "description" : "A little-endian machine stores the least significant byte first.", "http://www.linkedmodel.org/schema/dtype#code" : 2, "literal" : "little", "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/vocab/datatype", "http://qudt.org/2.1/schema/shacl/datatype" ], "label" : "Little 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#" } }