<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://data.totl.net/game/" 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://data.totl.net/game/Status"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment>A status of a game.</rdfs:comment> <rdfs:label>Game Status</rdfs:label> <metadata:prefixIRI>game:Status</metadata:prefixIRI> <metadata:def/prefLabel>Game Status</metadata:def/prefLabel> <metadata:def/mappingLoom>gamestatus</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="http://data.totl.net/game/Status"/> </owl:Class> <ns0:Status rdf:about="http://data.totl.net/game/drawn"> </ns0:Status> <ns0:Status rdf:about="http://data.totl.net/game/ongoing"> </ns0:Status> <rdf:Description rdf:about="http://data.totl.net/game/status"> <rdfs:range> <rdf:Description rdf:about="http://data.totl.net/game/Status"> <metadata:def/mappingSameURI rdf:resource="http://data.totl.net/game/Status"/> </rdf:Description> </rdfs:range> </rdf:Description> <ns0:Status rdf:about="http://data.totl.net/game/won"> </ns0:Status> </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://data.totl.net/game/" 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://data.totl.net/game/Status">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment>A status of a game.</rdfs:comment>
    <rdfs:label>Game Status</rdfs:label>
    <metadata:prefixIRI>game:Status</metadata:prefixIRI>
    <metadata:def/prefLabel>Game Status</metadata:def/prefLabel>
    <metadata:def/mappingLoom>gamestatus</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="http://data.totl.net/game/Status"/>
  </owl:Class>
  <ns0:Status rdf:about="http://data.totl.net/game/drawn">
  </ns0:Status>
  <ns0:Status rdf:about="http://data.totl.net/game/ongoing">
  </ns0:Status>
  <rdf:Description rdf:about="http://data.totl.net/game/status">
    <rdfs:range>
      <rdf:Description rdf:about="http://data.totl.net/game/Status">
        <metadata:def/mappingSameURI rdf:resource="http://data.totl.net/game/Status"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
  <ns0:Status rdf:about="http://data.totl.net/game/won">
  </ns0:Status>
</rdf:RDF>