qudt:NumericTypeUnion

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

Type
Description

An rdf:List that can be used in property constraints as value for sh:or to indicate that all values of a property must be a string, an integer, a float, a double or a decimal.

Properties
rdf:first
<@5e8e35e4fdacf9eb4fc6b276463b84f8>
rdf:rest
  1. <@21a80edfdfd4e460a82085831c0405e4>
  2. <@b16be34be538a24b52b42f76297a3b01>
  3. <@d368278333f07e8f536fd9de3506dbca>
  4. <@7753360cdfc5f75da888d4d106b17153>
  5. <@7b701595db84e1f04a69588a36bee907>
  6. <@c76791c7d74969d85e636032e1b77f51>
  7. <@99064059be309df0f7b6a02d0375eef2>
Annotations
dcterms:description
An rdf:List that can be used in property constraints as value for sh:or to indicate that all values of a property must be a string, an integer, a float, a double or a decimal.
rdfs:label
Numeric Type Union
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: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/NumericTypeUnion">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
    <j.0:description>
  An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
   of a property must be a string, an integer, a float, a double or a decimal.
  </j.0:description>
    <rdf:first rdf:nodeID="A0"/>
    <rdf:rest rdf:nodeID="A1"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:label>Numeric Type Union</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/NumericTypeUnion>
  rdf:type rdf:List ;
  <http://purl.org/dc/terms/description> """
  An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
   of a property must be a string, an integer, a float, a double or a decimal.
  """ ;
  rdf:first [] ;
  rdf:rest [] ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Numeric Type Union" ;
.
JSON
{"resource":"Numeric Type Union" 
 ,"qname":"qudt:NumericTypeUnion" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/NumericTypeUnion" 
 ,"properties":["description":"\n  An rdf:List that can be used in property constraints as value for sh:or to indicate that all values\n   of a property must be a string, an integer, a float, a double or a decimal.\n  " 
    ,"first":null 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Numeric Type Union" 
    ,"rest":null 
    ,"type":"rdf:List" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/NumericTypeUnion",
  "@type" : "rdf:List",
  "description" : "\n  An rdf:List that can be used in property constraints as value for sh:or to indicate that all values\n   of a property must be a string, an integer, a float, a double or a decimal.\n  ",
  "first" : "_:b0",
  "rest" : "_:b1",
  "isDefinedBy" : "http://qudt.org/3.0.0/schema/shacl/qudt",
  "label" : "Numeric Type Union",
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "first" : {
      "@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#first",
      "@type" : "@id"
    },
    "rest" : {
      "@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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 2025-02-18T17:30:40.409-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)