qudt:NumericUnion

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

Type
Description

Properties
Annotations
rdfs:label
Numeric union
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: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/NumericUnion">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:label>Numeric union</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.linkedmodel.org/schema/dtype#numericUnion"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
  </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/NumericUnion>
  rdf:type owl:Class ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:label "Numeric union" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
  rdfs:subClassOf <http://www.linkedmodel.org/schema/dtype#numericUnion> ;
.
JSON
{"resource":"Numeric union" 
 ,"qname":"qudt:NumericUnion" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/NumericUnion" 
 ,"properties":["isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"label":"Numeric union" 
    ,"subClassOf":"qudt:Concept" 
    ,"subClassOf":"dtype:numericUnion" 
    ,"type":"owl:Class" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/NumericUnion",
  "@type" : "owl:Class",
  "isDefinedBy" : "http://qudt.org/2.1/schema/qudt",
  "label" : "Numeric union",
  "subClassOf" : [ "http://www.linkedmodel.org/schema/dtype#numericUnion", "http://qudt.org/schema/qudt/Concept" ],
  "@context" : {
    "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:57:48.765-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)