<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/RBO?iri=http://purl.obolibrary.org/obo/BFO_0000020"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:ns6="http://www.ebi.ac.uk/efo/"
     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:skos="http://www.w3.org/2004/02/skos/core#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:ns4="http://purl.obolibrary.org/obo/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    


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

    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000602"/>
    <AnnotationProperty rdf:about="http://www.ebi.ac.uk/efo/source_definition"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
    <AnnotationProperty rdf:about="http://www.ebi.ac.uk/efo/EFO_URI"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000412"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000179"/>
    <AnnotationProperty rdf:about="http://www.ebi.ac.uk/efo/organizational_class"/>
    <AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasDbXref"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000180"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000111"/>
    <AnnotationProperty rdf:about="http://www.ebi.ac.uk/efo/ArrayExpress_label"/>
    <AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
    <AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
    <AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym"/>
    <AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
    <AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasAlternativeId"/>
    


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

    


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

    


    <!-- http://purl.obolibrary.org/obo/BFO_0000050 -->

    <ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
        <rdfs:label>part_of</rdfs:label>
        <rdfs:label>part of</rdfs:label>
        <rdfs:label>is part of</rdfs:label>
        <rdfs:label xml:lang="en">part of</rdfs:label>
    </ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/BFO_0000002 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000002">
        <rdfs:label>continuant</rdfs:label>
        <rdfs:label xml:lang="en">continuant</rdfs:label>
    </Class>
    


    <!-- http://purl.obolibrary.org/obo/BFO_0000020 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000020">
        <rdfs:label>specifically dependent continuant</rdfs:label>
        <rdfs:label>material property</rdfs:label>
        <rdfs:label xml:lang="en">specifically dependent continuant</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000002"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
                <allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000020"/>
            </Restriction>
        </rdfs:subClassOf>
        <disjointWith rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
        <ns4:IAO_0000602>(iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] </ns4:IAO_0000602>
        <ns6:organizational_class>true</ns6:organizational_class>
        <oboInOwl:hasExactSynonym>specifically dependent continuant</oboInOwl:hasExactSynonym>
        <ns4:IAO_0000602>(iff (RelationalSpecificallyDependentContinuant a) (and (SpecificallyDependentContinuant a) (forall (t) (exists (b c) (and (not (SpatialRegion b)) (not (SpatialRegion c)) (not (= b c)) (not (exists (d) (and (continuantPartOfAt d b t) (continuantPartOfAt d c t)))) (specificallyDependsOnAt a b t) (specificallyDependsOnAt a c t)))))) // axiom label in BFO2 CLIF: [131-004] </ns4:IAO_0000602>
        <ns4:BFO_0000180>SpecificallyDependentContinuant</ns4:BFO_0000180>
        <ns4:IAO_0000117>James Malone</ns4:IAO_0000117>
        <oboInOwl:hasAlternativeId>http://www.ifomis.org/bfo/1.1/snap#SpecificallyDependentContinuant</oboInOwl:hasAlternativeId>
        <oboInOwl:hasDbXref>BFO:0000020</oboInOwl:hasDbXref>
        <skos:example xml:lang="en">(with multiple bearers) John&#39;s love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates</skos:example>
        <ns4:IAO_0000115>An experimental factor which is a property or characteristic of some other entity.  For example, the mouse has the colour white.</ns4:IAO_0000115>
        <dc:identifier>050-BFO</dc:identifier>
        <rdfs:comment xml:lang="en">A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.</rdfs:comment>
        <ns4:IAO_0000115 xml:lang="en">A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.</ns4:IAO_0000115>
        <oboInOwl:hasExactSynonym>SpecificallyDependentContinuant</oboInOwl:hasExactSynonym>
        <ns6:source_definition>A continuant [snap:Continuant] that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.</ns6:source_definition>
        <ns4:IAO_0000112 xml:lang="en">Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key</ns4:IAO_0000112>
        <ns4:IAO_0000117>Sirarat Sarntivijai</ns4:IAO_0000117>
        <ns4:IAO_0000115 xml:lang="en">b is a relational specifically dependent continuant = Def. b is a specifically dependent continuant and there are n &amp;gt; 1 independent continuants c1, … cn which are not spatial regions are such that for all 1  i &amp;lt; j  n, ci  and cj share no common parts, are such that for each 1  i  n, b s-depends_on ci at every time t during the course of b’s existence (axiom label in BFO2 Reference: [131-004])</ns4:IAO_0000115>
        <ns4:IAO_0000115 xml:lang="en">b is a specifically dependent continuant = Def. b is a continuant &amp; there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])</ns4:IAO_0000115>
        <skos:definition xml:lang="en">b is a specifically dependent continuant =Def b is a continuant &amp; there is some independent continuant c which is not a spatial region &amp; which is such that b specifically depends on c</skos:definition>
        <ns4:IAO_0000112 xml:lang="en">of one-sided specifically dependent continuants: the mass of this tomato</ns4:IAO_0000112>
        <ns6:ArrayExpress_label>sample characteristic</ns6:ArrayExpress_label>
        <ns4:IAO_0000116 xml:lang="en">Specifically dependent continuant doesn&#39;t have a closure axiom because the subclasses don&#39;t necessarily exhaust all possibilites. We&#39;re not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc.</ns4:IAO_0000116>
        <ns4:BFO_0000179>sdc</ns4:BFO_0000179>
        <skos:example xml:lang="en">(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole</skos:example>
        <ns6:EFO_URI>http://www.ebi.ac.uk/efo/EFO_0001443</ns6:EFO_URI>
        <ns4:IAO_0000112 xml:lang="en">of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates.</ns4:IAO_0000112>
        <ns4:IAO_0000111 xml:lang="en">specifically dependent continuant</ns4:IAO_0000111>
        <ns4:IAO_0000112 xml:lang="en">the disposition of this fish to decay</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the function of this heart: to pump blood</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the mutual dependence of proton donors and acceptors in chemical reactions [79</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the pink color of a medium rare piece of grilled filet mignon at its center</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the role of being a doctor</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the shape of this hole.</ns4:IAO_0000112>
        <ns4:IAO_0000112 xml:lang="en">the smell of this portion of mozzarella</ns4:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/bfo.owl"/>
        <ns4:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
        <ns4:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/pato.owl"/>
    </Class>
    


    <!-- http://purl.obolibrary.org/obo/BFO_0000031 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000031">
        <rdfs:label>generically dependent continuant</rdfs:label>
        <rdfs:label xml:lang="en">generically dependent continuant</rdfs:label>
    </Class>
</rdf:RDF>



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



