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 677-682
(domain homologousChromosome 1 Chromosome) VirusProteinAndCellPart.kif 684-684 The number 1 argument of homologous chromosome is an instance of Chromosome
(domain homologousChromosome 2 Chromosome) VirusProteinAndCellPart.kif 685-685 The number 2 argument of homologous chromosome is an instance of Chromosome
(instance homologousChromosome BinaryPredicate) VirusProteinAndCellPart.kif 676-676 homologous chromosome is an instance of binary predicate

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


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

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 719-731
(=>
    (homologousChromosomePair ?A ?B)
    (exists (?X ?Y)
        (and
            (member ?X ?A)
            (member ?Y ?B)
            (not
                (equal ?X ?Y))
            (homologousChromosome ?X ?Y))))
VirusProteinAndCellPart.kif 849-857


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