<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:obo_purl="http://purl.obolibrary.org/obo/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://purl.obolibrary.org/obo/CDAO_0000031"> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000091"/> <rdfs:label>Continuous</rdfs:label> <dct:description>This class describes a continuous value. The link to the actual float value is through the property has_Value. It could have also other properties attached (e.g., has_Precision).</dct:description> <metadata_def:prefLabel>Continuous</metadata_def:prefLabel> <metadata_def:mappingLoom>continuous</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000031"/> <metadata:prefixIRI>CDAO:0000031</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://purl.obolibrary.org/obo/CDAO_0000175"> <rdfs:range> <rdf:Description rdf:about="http://purl.obolibrary.org/obo/CDAO_0000031"> <metadata_def:mappingSameURI rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000031"/> </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:obo_purl="http://purl.obolibrary.org/obo/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://purl.obolibrary.org/obo/CDAO_0000031">
    <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000091"/>
    <rdfs:label>Continuous</rdfs:label>
    <dct:description>This class describes a continuous value. The link to the actual float value is through the property has_Value. It could have also other properties attached (e.g., has_Precision).</dct:description>
    <metadata_def:prefLabel>Continuous</metadata_def:prefLabel>
    <metadata_def:mappingLoom>continuous</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000031"/>
    <metadata:prefixIRI>CDAO:0000031</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.obolibrary.org/obo/CDAO_0000175">
    <rdfs:range>
      <rdf:Description rdf:about="http://purl.obolibrary.org/obo/CDAO_0000031">
        <metadata_def:mappingSameURI rdf:resource="http://purl.obolibrary.org/obo/CDAO_0000031"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
</rdf:RDF>