<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY gen 'http://sswapmeet.sswap.info/genome/'>
  <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
  <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:gen="&gen;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&gen;owlOntology">
        <owl:imports rdf:resource="&gen;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&gen;Chromosome"/>
    <owl:FunctionalProperty rdf:about="&gen;chromosomeNumber">
        <rdfs:domain rdf:resource="&gen;Chromosome"/>
        <rdfs:comment rdf:datatype="&xsd;string">Predicate for storing the chromosome number, such as "2".</rdfs:comment>
        <rdf:type rdf:resource="&owl;DatatypeProperty"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:FunctionalProperty>
</rdf:RDF>
