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/qudt>
Annotations
dcterms: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: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.1:property rdf:nodeID="A0"/>
    <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"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/datatype"/>
    <owl:oneOf rdf:nodeID="A1"/>
    <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"/>
    <rdfs:label>Char Encoding Type</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
  </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> "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/datatype> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  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":"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\/datatype&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&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.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/datatype", "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/qudt" ],
  "label" : "Char Encoding Type",
  "subClassOf" : "http://qudt.org/schema/qudt/Encoding",
  "oneOf" : "_:b1",
  "property" : "_:b0",
  "@context" : {
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "oneOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#oneOf",
      "@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"
    },
    "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 2024-08-31T10:28:37.891-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)