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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ShapeAttribute

Sigma KEE - ShapeAttribute
ShapeAttribute

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


(documentation ShapeAttribute ChineseLanguage "这是任何与 Object 的形状有关的 Attribute。") chinese_format.kif 3961-3961
(documentation ShapeAttribute EnglishLanguage "Any Attribute that relates to the shape of an Object.") Merge.kif 17733-17734
(subclass ShapeAttribute StructureAttribute) Merge.kif 17729-17729 ShapeAttribute ist eine teilkategorie von StructureAttribute

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


(instance Circular ShapeAttribute) Mid-level-ontology.kif 25598-25598 Circular ist ein fall von ShapeAttribute %n{nicht}
(instance Concave ShapeAttribute) ComputingBrands.kif 2678-2678 Concave ist ein fall von ShapeAttribute %n{nicht}
(instance ConeSegment ShapeAttribute) Cars.kif 1426-1426 ConeSegment ist ein fall von ShapeAttribute %n{nicht}
(instance Convex ShapeAttribute) ComputingBrands.kif 2646-2646 Convex ist ein fall von ShapeAttribute %n{nicht}
(instance DiskShaped ShapeAttribute) Mid-level-ontology.kif 25606-25606 DiskShaped ist ein fall von ShapeAttribute %n{nicht}
(instance Elliptical ShapeAttribute) Mid-level-ontology.kif 25590-25590 Elliptical ist ein fall von ShapeAttribute %n{nicht}
(instance Fillable ShapeAttribute) Merge.kif 9949-9949 Fillable ist ein fall von ShapeAttribute %n{nicht}
(instance Flat ShapeAttribute) Mid-level-ontology.kif 2781-2781 Flat ist ein fall von ShapeAttribute %n{nicht}
(instance LevelShape ShapeAttribute) Mid-level-ontology.kif 2818-2818 LevelShape ist ein fall von ShapeAttribute %n{nicht}
(instance LineFormation ShapeAttribute) Mid-level-ontology.kif 19424-19424 LineFormation ist ein fall von ShapeAttribute %n{nicht}
(instance LongAndThin ShapeAttribute) Mid-level-ontology.kif 2801-2801 LongAndThin ist ein fall von ShapeAttribute %n{nicht}
(instance RingTorus ShapeAttribute) Cars.kif 4409-4409 RingTorus ist ein fall von ShapeAttribute %n{nicht}
(instance RoundTwoDimensional ShapeAttribute) Mid-level-ontology.kif 25587-25587 RoundTwoDimensional ist ein fall von ShapeAttribute %n{nicht}
(instance SymmetricShape ShapeAttribute) Mid-level-ontology.kif 2838-2838 SymmetricShape ist ein fall von ShapeAttribute %n{nicht}
(subclass Fingerprint ShapeAttribute) Mid-level-ontology.kif 12532-12532 Fingerprint ist eine teilkategorie von ShapeAttribute
(subclass GeometricFigure ShapeAttribute) Merge.kif 17780-17780 GeometricFigure ist eine teilkategorie von ShapeAttribute
(subclass MoleculeStructuralAttribute ShapeAttribute) VirusProteinAndCellPart.kif 154-154 MoleculeStructuralAttribute ist eine teilkategorie von ShapeAttribute
(termFormat ChineseLanguage ShapeAttribute "形状属性") chinese_format.kif 1254-1254
(termFormat EnglishLanguage ShapeAttribute "shape attribute") english_format.kif 1729-1729
(termFormat FrenchLanguage ShapeAttribute "attribut de forme") french_format.kif 932-932
(termFormat Hindi ShapeAttribute "aakaara visheshataa") terms-hindi.txt 466-466
(termFormat ItalianLanguage ShapeAttribute "AttributoDiForma") terms-it.txt 469-469
(termFormat JapaneseLanguage ShapeAttribute "形状属性") japanese_format.kif 2616-2616
(termFormat PortugueseLanguage ShapeAttribute "Atributo de Forma") portuguese_format.kif 884-884

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain cellShape 2 ShapeAttribute) VirusProteinAndCellPart.kif 405-405 Die Zahl 2 Argument von cellShape ist ein fall von ShapeAttribute %n{nicht}
(domain shape 2 ShapeAttribute) Mid-level-ontology.kif 25577-25577 Die Zahl 2 Argument von shape ist ein fall von ShapeAttribute %n{nicht}

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


(=>
    (and
        (instance ?ATTRIBUTE ShapeAttribute)
        (attribute ?OBJ ?ATTRIBUTE)
        (surface ?SURFACE ?OBJ))
    (attribute ?SURFACE ?ATTRIBUTE))
Merge.kif 17736-17741
(=>
    (and
        (property ?OBJ ?SHAPE)
        (instance ?OBJ Physical)
        (instance ?SHAPE ShapeAttribute))
    (shape ?OBJ ?SHAPE))
Mid-level-ontology.kif 25580-25585

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


(=>
    (and
        (instance ?ALT ShapeChange)
        (patient ?ALT ?OBJ))
    (exists (?PROPERTY)
        (and
            (instance ?PROPERTY ShapeAttribute)
            (or
                (and
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?ALT))
                        (attribute ?OBJ ?PROPERTY))
                    (holdsDuring
                        (EndFn
                            (WhenFn ?ALT))
                        (not
                            (attribute ?OBJ ?PROPERTY))))
                (and
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?ALT))
                        (not
                            (attribute ?OBJ ?PROPERTY)))
                    (holdsDuring
                        (EndFn
                            (WhenFn ?ALT))
                        (attribute ?OBJ ?PROPERTY)))))))
Merge.kif 12656-12669


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