qudt:StringEncodingType

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

Type
Description

An "Encoding" with the following instance(s): "qudt:UTF8-StringEncoding", qudt:UTF16-StringEncoding".

Properties
Annotations
dcterms:description

String Encoding Type is an "Encoding" with the following instance(s): "UTF-16 String", "UTF-8 Encoding".

An "Encoding" with the following instance(s): "qudt:UTF8-StringEncoding", qudt:UTF16-StringEncoding".
rdfs:label
String 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/StringEncodingType">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;&lt;em&gt;String Encoding Type&lt;/em&gt; is an "Encoding" with the following instance(s):
   "UTF-16 String", "UTF-8 Encoding".
   &lt;/p&gt;
  </j.0:description>
    <j.0:description>
  An "Encoding" with the following instance(s): "qudt:UTF8-StringEncoding", qudt:UTF16-StringEncoding".
  </j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <rdfs:label>String Encoding Type</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Encoding"/>
  </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/StringEncodingType>
  rdf:type rdfs:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p><em>String Encoding Type</em> is an \"Encoding\" with the following instance(s):
   \"UTF-16 String\", \"UTF-8 Encoding\".
   </p>
  """^^rdf:HTML ;
  <http://purl.org/dc/terms/description> """
  An \"Encoding\" with the following instance(s): \"qudt:UTF8-StringEncoding\", qudt:UTF16-StringEncoding\".
  """ ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "String Encoding Type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Encoding> ;
.
JSON
{"resource":"String Encoding Type" 
 ,"qname":"qudt:StringEncodingType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/StringEncodingType" 
 ,"properties":["description":"\n  &lt;p&gt;&lt;em&gt;String Encoding Type&lt;\/em&gt; is an \"Encoding\" with the following instance(s):\n   \"UTF-16 String\", \"UTF-8 Encoding\".\n   &lt;\/p&gt;\n  " 
    ,"description":"\n  An \"Encoding\" with the following instance(s): \"qudt:UTF8-StringEncoding\", qudt:UTF16-StringEncoding\".\n  " 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"String Encoding Type" 
    ,"subClassOf":"qudt:Encoding" 
    ,"type":"rdfs:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/StringEncodingType",
  "@type" : [ "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "\n  <p><em>String Encoding Type</em> is an \"Encoding\" with the following instance(s):\n   \"UTF-16 String\", \"UTF-8 Encoding\".\n   </p>\n  ",
  "http://purl.org/dc/terms/description" : "\n  An \"Encoding\" with the following instance(s): \"qudt:UTF8-StringEncoding\", qudt:UTF16-StringEncoding\".\n  ",
  "isDefinedBy" : "http://qudt.org/2.1/schema/shacl/datatype",
  "label" : "String Encoding Type",
  "subClassOf" : "http://qudt.org/schema/qudt/Encoding",
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@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"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "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:43.381-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)