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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - CorpuscularObject
CorpuscularObject

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


(disjoint CorpuscularObject Substance) Merge.kif 1237-1237
(documentation CorpuscularObject ChineseLanguage "这是一个整体和部分之间不存在共有的特性 SelfConnectedObject。 ") chinese_format.kif 1624-1625
(documentation CorpuscularObject EnglishLanguage "A SelfConnectedObject whose parts have properties that are not shared by the whole.") Merge.kif 1238-1239
(documentation CorpuscularObject JapaneseLanguage "パーツのプロパティが全体で共有されない SelfConnectedObject。") japanese_format.kif 206-207
(documentation CorpuscularObject SpanishLanguage "Un SelfConnectedObject cuyas propiedades no comparten entre todo el objeto.") spanish_format.kif 245-246
(subclass CorpuscularObject SelfConnectedObject) Merge.kif 1236-1236

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


(subclass Bubble CorpuscularObject) Mid-level-ontology.kif 5937-5937
(subclass ContentBearingObject CorpuscularObject) Merge.kif 1337-1337
(subclass Nest CorpuscularObject) Mid-level-ontology.kif 5964-5964
(subclass Organelle CorpuscularObject) Mid-level-ontology.kif 11447-11447
(subclass OrganicObject CorpuscularObject) Merge.kif 14499-14499
(subclass RealEstate CorpuscularObject) FinancialOntology.kif 1372-1372
(subclass Sonar CorpuscularObject) Mid-level-ontology.kif 3075-3075
(termFormat ChineseLanguage CorpuscularObject "躯体性物体") chinese_format.kif 830-830
(termFormat EnglishLanguage CorpuscularObject "corpuscular object") english_format.kif 862-862
(termFormat FrenchLanguage CorpuscularObject "objet corpusculaire ") french_format.kif 506-506
(termFormat Hindi CorpuscularObject "kaNikaa sambandhI padaartha") terms-hindi.txt 38-38
(termFormat ItalianLanguage CorpuscularObject "OggettoCorpuscolare") terms-it.txt 41-41
(termFormat JapaneseLanguage CorpuscularObject "微粒子オブジェクト") japanese_format.kif 2191-2191
(termFormat PortugueseLanguage CorpuscularObject "Objeto Corpuscular") portuguese_format.kif 458-458
(termFormat cz CorpuscularObject "corpuscular object") terms-cz.txt 73-73
(termFormat de CorpuscularObject "korpuskularer Gegenstand") terms-de.txt 332-332
(termFormat ro CorpuscularObject "obiect neomogen") relations-ro.kif 527-527
(termFormat tg CorpuscularObject "bagay") terms-tg.txt 42-42

appearance as argument number 3
-------------------------


(domain AmountsFn 2 CorpuscularObject) Merge.kif 7628-7628
(domain amount 2 CorpuscularObject) Merge.kif 7644-7644
(domain component 1 CorpuscularObject) Merge.kif 977-977
(domain component 2 CorpuscularObject) Merge.kif 978-978
(domain material 2 CorpuscularObject) Merge.kif 989-989
(domain sliceOfFigure 2 CorpuscularObject) Mid-level-ontology.kif 5288-5288
(domainSubclass substanceElement 1 CorpuscularObject) Merge.kif 1252-1252

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


(=>
    (and
        (instance ?G Grinding)
        (patient ?G ?O)
        (instance ?O CorpuscularObject))
    (holdsDuring
        (EndFn
            (WhenFn ?G))
        (exists (?C)
            (and
                (result ?G ?C)
                (instance ?C Collection)
                (forall (?M)
                    (=>
                        (member ?M ?C)
                        (part ?M ?O)))))))
Food.kif 1013-1027
(=>
    (and
        (instance ?HR Reel)
        (instance ?K Keeping)
        (instance ?H CorpuscularObject)
        (attribute ?H LongAndThin)
        (attribute ?H Pliable)
        (instrument ?K ?HR)
        (patient ?K ?H))
    (exists (?P)
        (and
            (part ?P ?H)
            (meetsSpatially ?P ?HR))))
Cars.kif 4348-4360
(=>
    (and
        (instance ?HR Reel)
        (instance ?K Keeping)
        (instance ?H CorpuscularObject)
        (attribute ?H LongAndThin)
        (attribute ?H Pliable)
        (instrument ?K ?HR)
        (patient ?K ?H))
    (exists (?R)
        (and
            (instance ?R Rotating)
            (patient ?R ?HR)
            (subProcess ?R ?K))))
Cars.kif 4362-4375
(=>
    (instance ?OBJ CorpuscularObject)
    (exists (?SUBSTANCE1 ?SUBSTANCE2)
        (and
            (subclass ?SUBSTANCE1 Substance)
            (subclass ?SUBSTANCE2 Substance)
            (material ?SUBSTANCE1 ?OBJ)
            (material ?SUBSTANCE2 ?OBJ)
            (not
                (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
Merge.kif 1241-1249

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


(=>
    (and
        (instance ?R Rotating)
        (patient ?R ?TRACK)
        (instance ?TRACK ContinuousTrack))
    (exists (?COLL ?MEM ?TREAD ?R2)
        (and
            (instance ?COLL Collection)
            (member ?MEM ?COLL)
            (instance ?MEM Wheel)
            (memberCount ?MEM ?I)
            (greaterThan ?I 2)
            (part ?COLL ?TRACK)
            (part ?TREAD ?TRACK)
            (instance ?TREAD CorpuscularObject)
            (shape ?TREAD LongAndThin)
            (attribute ?TREAD Pliable)
            (located ?COLL ?TREAD)
            (instance ?R2 Rotating)
            (causes ?R2 ?R))))
Military.kif 193-212
(=>
    (instance ?ATTACH Attaching)
    (exists (?OBJ)
        (and
            (instance ?OBJ CorpuscularObject)
            (patient ?ATTACH ?OBJ))))
Merge.kif 12519-12524
(=>
    (instance ?DETACH Detaching)
    (exists (?OBJ)
        (and
            (instance ?OBJ CorpuscularObject)
            (patient ?DETACH ?OBJ))))
Merge.kif 12569-12574
(=>
    (instance ?G Gasket)
    (hasPurpose ?G
        (exists (?O1 ?O2)
            (and
                (instance ?O1 CorpuscularObject)
                (instance ?O2 CorpuscularObject)
                (meetsSpatially ?O1 ?G)
                (meetsSpatially ?O2 ?G)
                (not
                    (exists (?H ?D ?T ?O)
                        (and
                            (instance ?H HoleRegion)
                            (equal ?G
                                (HoleHostFn ?H))
                            (instance ?T Translocation)
                            (path ?T ?H)
                            (origin ?T ?O)
                            (destination ?T ?D)
                            (contains ?O1 ?O)
                            (not
                                (contains ?O1 ?D))
                            (meetsSpatially ?O1 ?D)
                            (not
                                (exists (?O3)
                                    (and
                                        (contains ?H ?O3)
                                        (not
                                            (contains ?O1 ?O3))
                                        (not
                                            (contains ?O2 ?O3))))))))))))
Cars.kif 2827-2856
(=>
    (instance ?PGUIDE PhysicalGuiding)
    (exists (?MOVED)
        (and
            (patient ?PGUIDE ?MOVED)
            (instance ?MOVED CorpuscularObject))))
ComputerInput.kif 105-110
(=>
    (instance ?W WasherForBolt)
    (hasPurpose ?W
        (exists (?O1 ?O2)
            (and
                (instance ?O1 CorpuscularObject)
                (instance ?O2 AttachingDevice)
                (meetsSpatially ?O1 ?W)
                (contains ?W ?O2)))))
Mid-level-ontology.kif 4728-4736
(=>
    (instance ?X Reel)
    (hasPurpose ?X
        (exists (?K ?H)
            (and
                (instance ?K Keeping)
                (instance ?H CorpuscularObject)
                (attribute ?H LongAndThin)
                (attribute ?H Pliable)
                (instrument ?K ?X)
                (patient ?K ?H)))))
Cars.kif 4336-4346


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