<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/OGSF?iri=http://purl.obolibrary.org/obo/OGI.owl%23isAdjacentBefore"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:OGI="http://purl.obolibrary.org/obo/OGI.owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:ns3="http://purl.obolibrary.org/obo/">
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/OGI.owl#hasIntervalRelation -->

    <ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OGI.owl#hasIntervalRelation"/>
    


    <!-- http://purl.obolibrary.org/obo/OGI.owl#isAdjacentBefore -->

    <ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OGI.owl#isAdjacentBefore">
        <ns3:IAO_0000115 xml:lang="en">isAdjacentBefore(X,Y) : genetic interval X is adjacent to the start of genetic interval Y

If genetic interval X is adjacent to the start of genetic interval Y, then the start of X 
is before the start of Y and the end of X is before the end of Y, and the end of X is 
identical with the start of Y. 
</ns3:IAO_0000115>
        <dc:description xml:lang="en">isAdjacentBefore(X,Y) ↔
   (hasStartPoint(x1,X) &amp; hasStartPoint(y1,Y) &amp; isLocatedBefore(x1,y1)) 
   &amp; (hasEndPoint(x2,X) &amp; hasEndPoint(y2,Y) &amp;  isLocatedBefore(x2,y2)) 
   &amp; ((pointInterval(x2,X) == pointInterval(y1,X)) </dc:description>
        <rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/OGI.owl#hasIntervalRelation"/>
    </ObjectProperty>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.4.1806) http://owlapi.sourceforge.net -->



