@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

qudt:NumericUnion a owl:Class ;
    rdfs:label "Numeric union" ;
    rdfs:isDefinedBy <http://qudt.org/3.1.11/schema/qudt> ;
    rdfs:subClassOf qudt:Concept,
        dtype:numericUnion .

