qudt:Encoding-bytes

URI: http://qudt.org/schema/qudt/Encoding-bytes

Type
Description

Properties
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.0="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/Encoding-bytes">
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/>
    <j.0:path rdf:resource="http://qudt.org/schema/qudt/bytes"/>
    <j.0:datatype rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <j.0:maxCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</j.0:maxCount>
  </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/Encoding-bytes>
  rdf:type <http://www.w3.org/ns/shacl#PropertyShape> ;
  <http://www.w3.org/ns/shacl#path> <http://qudt.org/schema/qudt/bytes> ;
  <http://www.w3.org/ns/shacl#datatype> xsd:integer ;
  <http://www.w3.org/ns/shacl#maxCount> 1 ;
.
JSON
{"resource":"Encoding-bytes" 
 ,"qname":"qudt:Encoding-bytes" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Encoding-bytes" 
 ,"properties":["datatype":"xsd:integer" 
    ,"max count":"1" 
    ,"path":"qudt:bytes" 
    ,"type":"sh:PropertyShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Encoding-bytes",
  "@type" : "http://www.w3.org/ns/shacl#PropertyShape",
  "datatype" : "xsd:integer",
  "http://www.w3.org/ns/shacl#maxCount" : 1,
  "path" : "http://qudt.org/schema/qudt/bytes",
  "@context" : {
    "path" : {
      "@id" : "http://www.w3.org/ns/shacl#path",
      "@type" : "@id"
    },
    "datatype" : {
      "@id" : "http://www.w3.org/ns/shacl#datatype",
      "@type" : "@id"
    },
    "maxCount" : {
      "@id" : "http://www.w3.org/ns/shacl#maxCount",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "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 2022-06-29T17:06:39.055-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)