<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/OGSF?iri=http://purl.obolibrary.org/obo/OGI.owl%23isAdjacentAfter"?>
<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#isAdjacentAfter -->

    <ObjectProperty rdf:about="http://purl.obolibrary.org/obo/OGI.owl#isAdjacentAfter">
        <ns3:IAO_0000115 xml:lang="en">isAdjacentAfter(X,Y) : genetic interval X is adjacent the end part of genetic interval 
Y 
If genetic interval X is adjacent to the end part of genetic interval Y, then the start 
of X is after the start of Y and the end of X is after the end of Y, and the end of X is 
the same as the start of Y.</ns3:IAO_0000115>
        <dc:description xml:lang="en">isAdjacentAfter(X,Y) ↔
   (hasStartPoint(x1,X) &amp; hasStartPoint(y1,Y) &amp; isLocatedAfter(x1,y1)) 
   &amp; (hasEndPoint(x2,X) &amp;  hasEndPoint(y2,Y) &amp; isLocatedAfter(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 -->



