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 Die Zahl 1 Argument von homologousChromosomePair ist ein fall von MonoploidChromosomeSet %n{nicht}
(domain homologousChromosomePair 2 MonoploidChromosomeSet) VirusProteinAndCellPart.kif 845-845 Die Zahl 2 Argument von homologousChromosomePair ist ein fall von MonoploidChromosomeSet %n{nicht}
(instance homologousChromosomePair BinaryPredicate) VirusProteinAndCellPart.kif 838-838 homologousChromosomePair ist ein fall von BinaryPredicate %n{nicht}

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