@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/cwmo/#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:DataType metadata_def:mappingLoom "datatype" ; metadata_def:mappingSameURI ns0:DataType ; metadata_def:prefLabel "Data Type"@en ; metadata:prefixIRI "DataType" ; a owl:Class ; rdfs:comment "Data type class define the form in which that content is typically collected and communicated."@en ; rdfs:label "Data Type"@en ; rdfs:subClassOf owl:Thing . ns0:QualitativeData a ns0:DataType . ns0:QuantitativeData a ns0:DataType . ns0:isProducingData rdfs:range ns0:DataType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/cwmo/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:DataType
    metadata_def:mappingLoom "datatype" ;
    metadata_def:mappingSameURI ns0:DataType ;
    metadata_def:prefLabel "Data Type"@en ;
    metadata:prefixIRI "DataType" ;
    a owl:Class ;
    rdfs:comment "Data type class define the form in which that content is typically collected and communicated."@en ;
    rdfs:label "Data Type"@en ;
    rdfs:subClassOf owl:Thing .

ns0:QualitativeData
    a ns0:DataType .

ns0:QuantitativeData
    a ns0:DataType .

ns0:isProducingData
    rdfs:range ns0:DataType .