<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://biohackathon.org/resource/faldo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://biohackathon.org/resource/faldo#InBetweenPosition"> <rdfs:subClassOf rdf:resource="http://biohackathon.org/resource/faldo#Position"/> <rdfs:label>In between positions</rdfs:label> <rdfs:comment>This indicates that a feature is between two other positions that are both known exactly and that are next to each other. An example is a restriction enzyme cutting site. The cut is after one position and before the other position (hence, in between).</rdfs:comment> <owl:disjointWith rdf:resource="http://biohackathon.org/resource/faldo#InRangePosition"/> <owl:disjointWith rdf:resource="http://biohackathon.org/resource/faldo#OneOfPosition"/> <metadata_def:prefLabel>In between positions</metadata_def:prefLabel> <metadata_def:mappingLoom>inbetweenpositions</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/> <metadata:prefixIRI>InBetweenPosition</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#ExactPosition"> <owl:disjointWith> <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#InBetweenPosition"> <metadata_def:mappingSameURI rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/> </rdf:Description> </owl:disjointWith> </rdf:Description> <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#after"> <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/> </rdf:Description> <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#before"> <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/> </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:ns0="http://biohackathon.org/resource/faldo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://biohackathon.org/resource/faldo#InBetweenPosition">
    <rdfs:subClassOf rdf:resource="http://biohackathon.org/resource/faldo#Position"/>
    <rdfs:label>In between positions</rdfs:label>
    <rdfs:comment>This indicates that a feature is between two other positions that are both known exactly and that are next to each other. An example is a restriction enzyme cutting site. The cut is after one position and before the other position (hence, in between).</rdfs:comment>
    <owl:disjointWith rdf:resource="http://biohackathon.org/resource/faldo#InRangePosition"/>
    <owl:disjointWith rdf:resource="http://biohackathon.org/resource/faldo#OneOfPosition"/>
    <metadata_def:prefLabel>In between positions</metadata_def:prefLabel>
    <metadata_def:mappingLoom>inbetweenpositions</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/>
    <metadata:prefixIRI>InBetweenPosition</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#ExactPosition">
    <owl:disjointWith>
      <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#InBetweenPosition">
        <metadata_def:mappingSameURI rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/>
      </rdf:Description>
    </owl:disjointWith>
  </rdf:Description>
  <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#after">
    <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://biohackathon.org/resource/faldo#before">
    <rdfs:domain rdf:resource="http://biohackathon.org/resource/faldo#InBetweenPosition"/>
  </rdf:Description>
</rdf:RDF>