<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"><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></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">
<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></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>
@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> ;
.
{"resource":"Data Encoding"
,"qname":"qudt:DataEncoding"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/DataEncoding"
,"properties":["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>"
,"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>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"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"
]}
{
"@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#"
}
}