qudt:CharEncodingType

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

Type
Description

The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes.

Properties
sh:property
Property ^rdf:type: in=[qudt:CharEncoding], isDefinedBy=<http://qudt.org/2.1/schema/shacl/datatype>
Annotations
dcterms:description

The class of all character encoding schemes. Each defines a rule or algorithm for encoding character data as a sequence of bits or bytes.

The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes.
rdfs:label
Char Encoding Type
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/CharEncodingType">
    <j.0:description>The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes.</j.0:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <owl:oneOf rdf:nodeID="A0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Encoding"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.1:property rdf:nodeID="A1"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;The class of all character encoding schemes.
  Each defines a rule or algorithm for encoding character data as a sequence of bits or bytes.
  &lt;/p&gt;</j.0:description>
    <rdfs:label>Char Encoding Type</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
  </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/CharEncodingType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p>The class of all character encoding schemes.
  Each defines a rule or algorithm for encoding character data as a sequence of bits or bytes.
  </p>"""^^rdf:HTML ;
  <http://purl.org/dc/terms/description> "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "Char Encoding Type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Encoding> ;
  owl:oneOf [] ;
  <http://www.w3.org/ns/shacl#property> [] ;
.
JSON
{"resource":"Char Encoding Type" 
 ,"qname":"qudt:CharEncodingType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/CharEncodingType" 
 ,"properties":["description":"\n  &lt;p&gt;The class of all character encoding schemes.\n  Each defines a rule or algorithm for encoding character data as a sequence of bits or bytes.\n  &lt;\/p&gt;" 
    ,"description":"The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"Char Encoding Type" 
    ,"oneOf":null 
    ,"property":null 
    ,"subClassOf":"qudt:Encoding" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/CharEncodingType",
  "@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : [ "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes.", {
    "@type" : "rdf:HTML",
    "@value" : "\n  <p>The class of all character encoding schemes.\n  Each defines a rule or algorithm for encoding character data as a sequence of bits or bytes.\n  </p>"
  } ],
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
  "label" : "Char Encoding Type",
  "subClassOf" : "http://qudt.org/schema/qudt/Encoding",
  "oneOf" : "_:b0",
  "property" : "_:b1",
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "oneOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#oneOf",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "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#"
  }
}

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