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 838-841
(domain homologousChromosomePair 1 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 843-843 homologousChromosomePair 的 1 数量 是 MonoploidChromosomeSetinstance
(domain homologousChromosomePair 2 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 844-844 homologousChromosomePair 的 2 数量 是 MonoploidChromosomeSetinstance
(instance homologousChromosomePair BinaryPredicate) VirusProteinAndCellPart.kif 837-837 homologousChromosomePair二元谓语instance

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


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

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


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

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 876-887


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