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

Formal Language: 



KB Term:  Term intersection
English Word: 

  homologousChromosomePair

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 Le nombre 1 argument de homologousChromosomePair est une instance de MonoploidChromosomeSet
(domain homologousChromosomePair 2 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 845-845 Le nombre 2 argument de homologousChromosomePair est une instance de MonoploidChromosomeSet
(instance homologousChromosomePair BinaryPredicate) VirusProteinAndCellPart.kif 838-838 homologousChromosomePair est une instance de pr�dicat binaire

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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