qudt:LongUnsignedIntegerEncoding

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

Type
Description

Properties
Annotations
rdfs:label
Long Unsigned Integer 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://qudt.org/schema/qudt/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    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/LongUnsignedIntegerEncoding">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/datatype"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/IntegerEncodingType"/>
    <j.0:bytes rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">8</j.0:bytes>
    <rdfs:label>Long Unsigned Integer Encoding</rdfs:label>
  </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/LongUnsignedIntegerEncoding>
  rdf:type <http://qudt.org/schema/qudt/IntegerEncodingType> ;
  <http://qudt.org/schema/qudt/bytes> 8 ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/datatype> ;
  rdfs:label "Long Unsigned Integer Encoding" ;
.
JSON
{"resource":"Long Unsigned Integer Encoding" 
 ,"qname":"qudt:LongUnsignedIntegerEncoding" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/LongUnsignedIntegerEncoding" 
 ,"properties":["bytes":"8" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/datatype&gt;" 
    ,"label":"Long Unsigned Integer Encoding" 
    ,"type":"qudt:IntegerEncodingType" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/LongUnsignedIntegerEncoding",
  "@type" : "http://qudt.org/schema/qudt/IntegerEncodingType",
  "http://qudt.org/schema/qudt/bytes" : 8,
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/vocab/datatype" ],
  "label" : "Long Unsigned Integer Encoding",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "bytes" : {
      "@id" : "http://qudt.org/schema/qudt/bytes",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "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-12-09T16:21:00.531-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)