qudt:NumericUnion
URI: http://qudt.org/schema/qudt/NumericUnion
Work in progress
<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>
@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> ; .
{"resource":"Numeric union" ,"qname":"qudt:NumericUnion" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/NumericUnion" ,"properties":["isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>" ,"label":"Numeric union" ,"subClassOf":"qudt:Concept" ,"subClassOf":"dtype:numericUnion" ,"type":"owl:Class" ]}
{ "@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#" } }