<?xml version="1.0"?>
<rdf:RDF
    xmlns:gen="http://sswapmeet.sswap.info/genome/"
    xmlns="http://sswapmeet.sswap.info/genome/genome.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:so="http://sswapmeet.sswap.info/SO/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://sswapmeet.sswap.info/genome/genome.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:about="http://sswapmeet.sswap.info/genome/Genomes">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Super class for all Genome ontology concepts.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://sswapmeet.sswap.info/genome/Genome">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >High level concept of an organism's genome.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://sswapmeet.sswap.info/genome/Genomes"/>
  </owl:Class>
  <owl:Class rdf:about="http://sswapmeet.sswap.info/SO/SO_0000340">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reference to Sequence Ontology 'chromosome' (SO_0000340).</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class rdf:about="http://sswapmeet.sswap.info/genome/Chromosome"/>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="http://sswapmeet.sswap.info/genome/Chromosome">
    <owl:equivalentClass rdf:resource="http://sswapmeet.sswap.info/SO/SO_0000340"/>
    <rdfs:subClassOf rdf:resource="http://sswapmeet.sswap.info/genome/Genomes"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Equivalent to Sequence Ontology 'Chromsome' class (http://sswapmeet.sswap.info/SO/SO_0000340).</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/genome/hasChromosome">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/genome/objectProperties"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://sswapmeet.sswap.info/genome/Chromosome"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Standardized predicate for any "thing" to assert a relationship a Chromosome.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/genome/hasGenome">
    <rdfs:range rdf:resource="http://sswapmeet.sswap.info/genome/Genome"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Standardized predicate for any "thing" to assert a relationship a Genome.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/genome/objectProperties"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/genome/objectProperties">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Super property of all object properties in this ontology.  Useful for grouping object properties when viewing ontologies from multiple namespaces.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/genome/chromosomeNumber">
    <rdfs:domain rdf:resource="http://sswapmeet.sswap.info/genome/Chromosome"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Predicate for storing the chromosome number, such as "2".</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 122)  http://protege.stanford.edu -->
