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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - homologousChromosome
homologousChromosome

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


(documentation homologousChromosome EnglishLanguage "A homologousChromosome is a BinaryPredicate. (homologousChromosome ?X ?Y) means that the instance of Chromosome ?X and Chromosome ?Y are homologous. Homologous chromosomes are made up of chromosome pairs of approximately the same length, centromere position, and staining pattern (gene sequence), for genes with the same corresponding loci (gene position). [Wikipedia]") VirusProteinAndCellPart.kif 676-681
(domain homologousChromosome 1 Chromosome) VirusProteinAndCellPart.kif 683-683 homologousChromosome, 1 and Chromosome
(domain homologousChromosome 2 Chromosome) VirusProteinAndCellPart.kif 684-684 homologousChromosome, 2 and Chromosome
(instance homologousChromosome BinaryPredicate) VirusProteinAndCellPart.kif 675-675 homologousChromosome and BinaryPredicate

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


(format EnglishLanguage homologousChromosome "%1 in %2 are homologousChromosome") VirusProteinAndCellPart.kif 685-685
(termFormat EnglishLanguage homologousChromosome "homologous chromosome") VirusProteinAndCellPart.kif 682-682

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


(=>
    (and
        (instance ?COLL MonoploidChromosomeSet)
        (memberType ?COLL Chromosome)
        (located ?COLL ?N)
        (instance ?N CellNucleus)
        (part ?N EukaryoticCell)
        (member ?X ?COLL)
        (member ?Y ?COLL)
        (not
            (equal ?X ?Y)))
    (not
        (homologousChromosome ?X ?Y)))
VirusProteinAndCellPart.kif 718-730
(=>
    (homologousChromosomePair ?A ?B)
    (exists (?X ?Y)
        (and
            (member ?X ?A)
            (member ?Y ?B)
            (not
                (equal ?X ?Y))
            (homologousChromosome ?X ?Y))))
VirusProteinAndCellPart.kif 848-856


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