<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/cwmo/#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://purl.org/cwmo/#DataType"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en">Data type class define the form in which that content is typically collected and communicated.</rdfs:comment> <rdfs:label xml:lang="en">Data Type</rdfs:label> <metadata:prefixIRI>DataType</metadata:prefixIRI> <metadata:def/prefLabel xml:lang="en">Data Type</metadata:def/prefLabel> <metadata:def/mappingLoom>datatype</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="http://purl.org/cwmo/#DataType"/> </owl:Class> <ns0:DataType rdf:about="http://purl.org/cwmo/#QualitativeData"> </ns0:DataType> <ns0:DataType rdf:about="http://purl.org/cwmo/#QuantitativeData"> </ns0:DataType> <rdf:Description rdf:about="http://purl.org/cwmo/#isProducingData"> <rdfs:range> <rdf:Description rdf:about="http://purl.org/cwmo/#DataType"> <metadata:def/mappingSameURI rdf:resource="http://purl.org/cwmo/#DataType"/> </rdf:Description> </rdfs:range> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/cwmo/#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://purl.org/cwmo/#DataType">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en">Data type class define the form in which that content is typically collected and communicated.</rdfs:comment>
    <rdfs:label xml:lang="en">Data Type</rdfs:label>
    <metadata:prefixIRI>DataType</metadata:prefixIRI>
    <metadata:def/prefLabel xml:lang="en">Data Type</metadata:def/prefLabel>
    <metadata:def/mappingLoom>datatype</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="http://purl.org/cwmo/#DataType"/>
  </owl:Class>
  <ns0:DataType rdf:about="http://purl.org/cwmo/#QualitativeData">
  </ns0:DataType>
  <ns0:DataType rdf:about="http://purl.org/cwmo/#QuantitativeData">
  </ns0:DataType>
  <rdf:Description rdf:about="http://purl.org/cwmo/#isProducingData">
    <rdfs:range>
      <rdf:Description rdf:about="http://purl.org/cwmo/#DataType">
        <metadata:def/mappingSameURI rdf:resource="http://purl.org/cwmo/#DataType"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
</rdf:RDF>