qudt:DataEncoding

URI: http://qudt.org/schema/qudt/DataEncoding

Type
Description

Data Encoding expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.

Properties
rdfs:subClassOf
`bit order` max 1
`bit order` only `Endian Type`
`byte order` max 1
`encoding  [qudt:encoding]` max 1
`encoding  [qudt:encoding]` only `Encoding`
Annotations
rdfs:comment

Data Encoding expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.

dcterms:description

Data Encoding expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.

rdfs:label
Data Encoding
View as:  CSV

Work in progress

RDF/XML
<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/DataEncoding">
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">&lt;p&gt;&lt;em&gt;Data Encoding&lt;/em&gt; expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.&lt;/p&gt;</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/DataEncoding-byteOrder"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/DataEncoding-encoding"/>
    <rdfs:label>Data Encoding</rdfs:label>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Aspect"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;&lt;em&gt;Data Encoding&lt;/em&gt; expresses the properties that specify how data is represented at the bit and byte level. 
  These properties are applicable to describing raw data.
  &lt;/p&gt;</j.0:description>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/DataEncoding-bitOrder"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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/DataEncoding>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p><em>Data Encoding</em> expresses the properties that specify how data is represented at the bit and byte level. 
  These properties are applicable to describing raw data.
  </p>"""^^rdf:HTML ;
  rdfs:comment "<p><em>Data Encoding</em> expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.</p>"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "Data Encoding" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Aspect> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/DataEncoding-bitOrder> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/DataEncoding-byteOrder> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/DataEncoding-encoding> ;
.
JSON
{"resource":"Data Encoding" 
 ,"qname":"qudt:DataEncoding" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/DataEncoding" 
 ,"properties":["comment":"&lt;p&gt;&lt;em&gt;Data Encoding&lt;\/em&gt; expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.&lt;\/p&gt;" 
    ,"description":"\n  &lt;p&gt;&lt;em&gt;Data Encoding&lt;\/em&gt; expresses the properties that specify how data is represented at the bit and byte level. \n  These properties are applicable to describing raw data.\n  &lt;\/p&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"Data Encoding" 
    ,"property":"qudt:DataEncoding-bitOrder" 
    ,"property":"qudt:DataEncoding-byteOrder" 
    ,"property":"qudt:DataEncoding-encoding" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:Aspect" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/DataEncoding",
  "@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "\n  <p><em>Data Encoding</em> expresses the properties that specify how data is represented at the bit and byte level. \n  These properties are applicable to describing raw data.\n  </p>",
  "comment" : "<p><em>Data Encoding</em> expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.</p>",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/datatype", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "Data Encoding",
  "subClassOf" : [ "_:b0", "_:b1", "http://qudt.org/schema/qudt/Aspect", "_:b2", "_:b3", "_:b4" ],
  "property" : [ "http://qudt.org/schema/qudt/DataEncoding-byteOrder", "http://qudt.org/schema/qudt/DataEncoding-encoding", "http://qudt.org/schema/qudt/DataEncoding-bitOrder" ],
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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#"
  }
}

Generated 2025-01-28T13:56:50.254-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)