<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://schema.org/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/"> <owl:Class rdf:about="http://schema.org/DataType"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <rdfs:comment>The basic data types such as Integers, Strings, etc.</rdfs:comment> <rdfs:label>DataType</rdfs:label> <metadata_def:prefLabel>DataType</metadata_def:prefLabel> <metadata_def:mappingLoom>datatype</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://schema.org/DataType"/> </owl:Class> <schema:DataType rdf:about="http://schema.org/Boolean"> </schema:DataType> <schema:DataType rdf:about="http://schema.org/Date"> </schema:DataType> <schema:DataType rdf:about="http://schema.org/DateTime"> </schema:DataType> <schema:DataType rdf:about="http://schema.org/Number"> </schema:DataType> <schema:DataType rdf:about="http://schema.org/Text"> </schema:DataType> <schema:DataType rdf:about="http://schema.org/Time"> </schema:DataType> <rdf:Description rdf:about="http://schema.org/DataType"> <metadata_def:mappingSameURI rdf:resource="http://schema.org/DataType"/> </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:schema="http://schema.org/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/">
  <owl:Class rdf:about="http://schema.org/DataType">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment>The basic data types such as Integers, Strings, etc.</rdfs:comment>
    <rdfs:label>DataType</rdfs:label>
    <metadata_def:prefLabel>DataType</metadata_def:prefLabel>
    <metadata_def:mappingLoom>datatype</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://schema.org/DataType"/>
  </owl:Class>
  <schema:DataType rdf:about="http://schema.org/Boolean">
  </schema:DataType>
  <schema:DataType rdf:about="http://schema.org/Date">
  </schema:DataType>
  <schema:DataType rdf:about="http://schema.org/DateTime">
  </schema:DataType>
  <schema:DataType rdf:about="http://schema.org/Number">
  </schema:DataType>
  <schema:DataType rdf:about="http://schema.org/Text">
  </schema:DataType>
  <schema:DataType rdf:about="http://schema.org/Time">
  </schema:DataType>
  <rdf:Description rdf:about="http://schema.org/DataType">
    <metadata_def:mappingSameURI rdf:resource="http://schema.org/DataType"/>
  </rdf:Description>
</rdf:RDF>