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


KB Term:  Term intersection
English Word: 

Sigma KEE - subAttribute
subAttribute

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


(instance subAttribute BinaryPredicate) Merge.kif 672-672 sub attribute is an instance of binary predicate
(instance subAttribute PartialOrderingRelation) Merge.kif 673-673 sub attribute is an instance of partial ordering relation
(domain subAttribute 1 Attribute) Merge.kif 674-674 The number 1 argument of sub attribute is an instance of attribute
(domain subAttribute 2 Attribute) Merge.kif 675-675 The number 2 argument of sub attribute is an instance of attribute
(disjointRelation subAttribute successorAttribute) Merge.kif 676-676 sub attribute and successor attribute are disjoint
(documentation subAttribute EnglishLanguage "Means that the second argument can be ascribed to everything which has the first argument ascribed to it.") Merge.kif 678-679 sub attribute and successor attribute are disjoint

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


(termFormat EnglishLanguage subAttribute "sub attribute") domainEnglishFormat.kif 55687-55687
(termFormat ChineseTraditionalLanguage subAttribute "子屬性") domainEnglishFormat.kif 55688-55688
(termFormat ChineseLanguage subAttribute "子属性") domainEnglishFormat.kif 55689-55689
(format EnglishLanguage subAttribute "%1 is %n a subattribute of %2") english_format.kif 322-322

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


(=>
    (subAttribute ?ATTR1 ?ATTR2)
    (forall (?OBJ)
        (=>
            (property ?OBJ ?ATTR1)
            (property ?OBJ ?ATTR2))))
Merge.kif 681-686 If X is a subattribute of Y, then For all Entity Z: if Z the attribute X, then Z the attribute Y
(=>
    (and
        (subAttribute ?ATTR1 ?ATTR2)
        (instance ?ATTR2 ?CLASS))
    (instance ?ATTR1 ?CLASS))
Merge.kif 688-692 If X is a subattribute of Y and Y is an instance of Z, then X is an instance of Z
(=>
    (and
        (governmentType ?PLACE ?TYPE)
        (instance ?PLACE GeopoliticalArea)
        (subAttribute ?TYPE ParliamentaryGovernment))
    (exists (?ORG)
        (and
            (instance ?ORG Parliament)
            (subOrganization ?ORG
                (GovernmentFn ?PLACE)))))
Government.kif 256-264 If X is a government type of Y, Y is an instance of geopolitical area, and X is a subattribute of parliamentary government, then there exists Z such that Z is an instance of parliament and Z is a part of the organization the government of Y
(=>
    (and
        (governmentType ?AGENT ?TYPE)
        (subAttribute ?TYPE TheocraticGovernment)
        (instance ?AGENT Organization))
    (instance ?AGENT ReligiousOrganization))
Government.kif 345-350 If X is a government type of Y, X is a subattribute of theocratic government, and Y is an instance of organization, then Y is an instance of religious organization
(=>
    (and
        (governmentType ?AGENT ?TYPE)
        (subAttribute ?TYPE TheocraticGovernment)
        (instance ?AGENT GeopoliticalArea))
    (instance
        (GovernmentFn ?AGENT) ReligiousOrganization))
Government.kif 352-357 If X is a government type of Y, X is a subattribute of theocratic government, and Y is an instance of geopolitical area, then the government of Y is an instance of religious organization
(=>
    (and
        (organizationalObjective ?ORG ?AIM)
        (subAttribute ?AIM ?OVERAIM))
    (organizationalObjective ?ORG ?OVERAIM))
Government.kif 2594-2598 If X is an organizational objective of Y and X is a subattribute of Z, then Z is an organizational objective of Y
(=>
    (and
        (diplomaticRepresentationType ?COUNTRY1 ?ROLE ?COUNTRY2)
        (subAttribute ?ROLE DiplomaticAgent))
    (exists (?PERSON)
        (and
            (instance ?PERSON Human)
            (citizen ?PERSON ?COUNTRY1)
            (diplomaticRepresentativeInRole ?COUNTRY1 ?PERSON ?ROLE ?COUNTRY2))))
Government.kif 4574-4582 If X diplomatic representation type Y for Z and Y is a subattribute of diplomatic agent, then there exists W such that W is an instance of human, W is a citizen of X, and X is diplomatic representative in role W for Y with Z
(=>
    (and
        (instance ?SENDER Nation)
        (instance ?RECEIVER Nation)
        (instance ?PERSON Human)
        (attribute ?PERSON ?ROLE)
        (subAttribute ?ROLE DiplomaticAgent)
        (representativeAgentToAgent ?SENDER ?PERSON ?RECEIVER))
    (diplomaticRepresentationType ?SENDER ?ROLE ?RECEIVER))
Government.kif 4613-4621 If All of the following hold: (1) X is an instance of nation (2) Y is an instance of nation (3) Z is an instance of human (4) W is an attribute of Z (5) W is a subattribute of diplomatic agent (6) X is representative agent to agent Z for Y, then X diplomatic representation type W for Y

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


(=>
    (equal ?P
        (ParalysisFn ?O))
    (subAttribute ?P Paralysis))
Mid-level-ontology.kif 7418-7420 If equal X and paralysis of the Y, then X is a subattribute of paralysis
(=>
    (equal ?A2
        (ProfessionalFn ?A1))
    (subAttribute ?A2 ?A1))
Mid-level-ontology.kif 9573-9575 If equal X and profession Y, then X is a subattribute of Y
(=>
    (instance ?ROLE ForeignServicePosition)
    (subAttribute ?ROLE DiplomaticAgent))
Government.kif 4400-4402 If X is an instance of foreign service position, then X is a subattribute of diplomatic agent
(=>
    (diplomaticRelations ?COUNTRY1 ?COUNTRY2)
    (exists (?ROLE)
        (and
            (instance ?ROLE ForeignServicePosition)
            (subAttribute ?ROLE DiplomaticAgent)
            (diplomaticRepresentationType ?COUNTRY1 ?ROLE ?COUNTRY2))))
Government.kif 4549-4555 If X is a diplomatic relations of Y, then there exists Z such that Z is an instance of foreign service position, Z is a subattribute of diplomatic agent, and Y diplomatic representation type Z for X
(=>
    (diplomaticRelations ?COUNTRY1 ?COUNTRY2)
    (exists (?ROLE)
        (and
            (instance ?ROLE ForeignServicePosition)
            (subAttribute ?ROLE DiplomaticAgent)
            (diplomaticRepresentationType ?COUNTRY2 ?ROLE ?COUNTRY1))))
Government.kif 4557-4563 If X is a diplomatic relations of Y, then there exists Z such that Z is an instance of foreign service position, Z is a subattribute of diplomatic agent, and X diplomatic representation type Z for Y

appearance as argument number 0
-------------------------


(subAttribute Circle Oval) Merge.kif 7780-7780 Circle is a subattribute of oval
(subAttribute Law Obligation) Merge.kif 17836-17836 Law is a subattribute of obligation
(subAttribute Promise Obligation) Merge.kif 17843-17843 Promise is a subattribute of obligation
(subAttribute Liquid Fluid) Merge.kif 17913-17913 Liquid is a subattribute of fluid
(subAttribute Gas Fluid) Merge.kif 17922-17922 Gas is a subattribute of fluid
(subAttribute Plasma Fluid) Merge.kif 17940-17940 Plasma is a subattribute of fluid
(subAttribute Wet Damp) Merge.kif 18348-18348 Wet is a subattribute of damp
(subAttribute Dead Unconscious) Merge.kif 18432-18432 Dead is a subattribute of unconscious
(subAttribute Larval NonFullyFormed) Merge.kif 18506-18506 Larval is a subattribute of non fully formed
(subAttribute Embryonic NonFullyFormed) Merge.kif 18530-18530 Embryonic is a subattribute of non fully formed
(subAttribute TangentLine StraightLine) Mid-level-ontology.kif 5372-5372 Tangent line is a subattribute of straight line
(subAttribute SquarePyramid Pyramid) Mid-level-ontology.kif 5514-5514 Square pyramid is a subattribute of pyramid
(subAttribute RightTriangle Triangle) Mid-level-ontology.kif 5655-5655 Right triangle is a subattribute of triangle
(subAttribute Square Rectangle) Mid-level-ontology.kif 5684-5684 Square is a subattribute of rectangle
(subAttribute SemicircularArc CircularArc) Mid-level-ontology.kif 5824-5824 Semicircular arc is a subattribute of circular arc
(subAttribute MinorArc CircularArc) Mid-level-ontology.kif 5904-5904 Minor arc is a subattribute of circular arc
(subAttribute MajorArc CircularArc) Mid-level-ontology.kif 5921-5921 Major arc is a subattribute of circular arc
(subAttribute ClosedLineSegment StraightLine) Mid-level-ontology.kif 5947-5947 Closed line segment is a subattribute of straight line
(subAttribute ChordOfACircle ClosedLineSegment) Mid-level-ontology.kif 5954-5954 Chord of a circle is a subattribute of closed line segment
(subAttribute DiameterLine ChordOfACircle) Mid-level-ontology.kif 5969-5969 Diameter line is a subattribute of chord of a circle
(subAttribute SecantLine StraightLine) Mid-level-ontology.kif 5990-5990 Secant line is a subattribute of straight line
(subAttribute Emphysema ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 7081-7081 Emphysema is a subattribute of COPD
(subAttribute Bronchitis ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 7103-7103 Bronchitis is a subattribute of COPD
(subAttribute ChronicBronchitis Bronchitis) Mid-level-ontology.kif 7119-7119 Chronic bronchitis is a subattribute of bronchitis
(subAttribute AcuteBronchitis Bronchitis) Mid-level-ontology.kif 7120-7120 Acute bronchitis is a subattribute of bronchitis

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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.0-321a000c (2026-05-05) is open source software produced by Articulate Software and its partners