qudt:ISO8601-UTCDateTime-BasicFormat

URI: http://qudt.org/schema/qudt/ISO8601-UTCDateTime-BasicFormat

Type
Description

Properties
qudt:allowedPattern
[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z
[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z
Annotations
rdfs:label
ISO 8601 UTC Date Time - Basic Format
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/ISO8601-UTCDateTime-BasicFormat">
    <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/DateTimeStringEncodingType"/>
    <j.0:allowedPattern>[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z</j.0:allowedPattern>
    <j.0:allowedPattern>[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z</j.0:allowedPattern>
    <rdfs:isDefinedBy rdf:resource="file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <rdfs:label>ISO 8601 UTC Date Time - Basic Format</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/ISO8601-UTCDateTime-BasicFormat>
  rdf:type <http://qudt.org/schema/qudt/DateTimeStringEncodingType> ;
  <http://qudt.org/schema/qudt/allowedPattern> "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z" ;
  <http://qudt.org/schema/qudt/allowedPattern> "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" ;
  rdfs:isDefinedBy <file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/datatype> ;
  rdfs:label "ISO 8601 UTC Date Time - Basic Format" ;
.
JSON
{"resource":"ISO 8601 UTC Date Time - Basic Format" 
 ,"qname":"qudt:ISO8601-UTCDateTime-BasicFormat" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/ISO8601-UTCDateTime-BasicFormat" 
 ,"properties":["allowed pattern":"[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z" 
    ,"allowed pattern":"[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" 
    ,"isDefinedBy":"&lt;file:\/\/\/Users\/ralphtq\/git-qudt\/qudt-public-repo\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/datatype&gt;" 
    ,"label":"ISO 8601 UTC Date Time - Basic Format" 
    ,"type":"qudt:DateTimeStringEncodingType" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/ISO8601-UTCDateTime-BasicFormat",
  "@type" : "http://qudt.org/schema/qudt/DateTimeStringEncodingType",
  "allowedPattern" : [ "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z", "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" ],
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/vocab/datatype", "file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
  "label" : "ISO 8601 UTC Date Time - Basic Format",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "allowedPattern" : {
      "@id" : "http://qudt.org/schema/qudt/allowedPattern"
    },
    "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:55:58.195-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)