Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - homologousChromosomePair
homologousChromosomePair

appearance as argument number 1
-------------------------


(documentation homologousChromosomePair EnglishLanguage "homologousChromosomePair is a BinaryPredicate indicating (homologousChromosomePair ?A ?B) members of MonoploidChromosomeSet ?A and members of MonoploidChromosomeSet ?B are homologousChromosome pairs.") VirusProteinAndCellPart.kif 839-842
(domain homologousChromosomePair 1 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 844-844 The number 1 argument of homologous chromosome pair is an instance of monoploid chromosome set
(domain homologousChromosomePair 2 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 845-845 The number 2 argument of homologous chromosome pair is an instance of monoploid chromosome set
(instance homologousChromosomePair BinaryPredicate) VirusProteinAndCellPart.kif 838-838 homologous chromosome pair is an instance of binary predicate

appearance as argument number 2
-------------------------


(format EnglishLanguage homologousChromosomePair "members of MonoploidChromosomeSet %1 and members of MonoploidChromosomeSet %2 are homologoousChromosome pairs.") VirusProteinAndCellPart.kif 846-847
(termFormat EnglishLanguage homologousChromosomePair "homologous chromosome pair") VirusProteinAndCellPart.kif 843-843

antecedent
-------------------------


(=>
    (homologousChromosomePair ?A ?B)
    (exists (?X ?Y)
        (and
            (member ?X ?A)
            (member ?Y ?B)
            (not
                (equal ?X ?Y))
            (homologousChromosome ?X ?Y))))
VirusProteinAndCellPart.kif 849-857

consequent
-------------------------


(=>
    (and
        (instance ?COLL HomologousChromosomeSet)
        (memberType ?COLL Chromosome)
        (located ?COLL ?N)
        (instance ?N CellNucleus)
        (part ?N EukaryoticCell)
        (subCollection ?X ?COLL)
        (subCollection ?Y ?COLL)
        (not
            (equal ?X ?Y)))
    (homologousChromosomePair ?X ?Y))
VirusProteinAndCellPart.kif 877-888


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners