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

Formal Language: 



KB Term:  Term intersection
English Word: 

  homologousChromosome

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 Die Zahl 1 Argument von homologousChromosome ist ein fall von Chromosome %n{nicht}
(domain homologousChromosome 2 Chromosome) VirusProteinAndCellPart.kif 685-685 Die Zahl 2 Argument von homologousChromosome ist ein fall von Chromosome %n{nicht}
(instance homologousChromosome BinaryPredicate) VirusProteinAndCellPart.kif 676-676 homologousChromosome ist ein fall von BinaryPredicate %n{nicht}

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