Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  ]  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 2593-2597 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 4573-4581 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 4612-4620 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 ?A2
        (ProfessionalFn ?A1))
    (subAttribute ?A2 ?A1))
Mid-level-ontology.kif 9494-9496 If equal X and profession Y, then X is a subattribute of Y
(=>
    (instance ?ROLE ForeignServicePosition)
    (subAttribute ?ROLE DiplomaticAgent))
Government.kif 4399-4401 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 4548-4554 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 4556-4562 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 7704-7704 Circle is a subattribute of oval
(subAttribute Law Obligation) Merge.kif 17708-17708 Law is a subattribute of obligation
(subAttribute Promise Obligation) Merge.kif 17715-17715 Promise is a subattribute of obligation
(subAttribute Liquid Fluid) Merge.kif 17785-17785 Liquid is a subattribute of fluid
(subAttribute Gas Fluid) Merge.kif 17794-17794 Gas is a subattribute of fluid
(subAttribute Plasma Fluid) Merge.kif 17812-17812 Plasma is a subattribute of fluid
(subAttribute Wet Damp) Merge.kif 18220-18220 Wet is a subattribute of damp
(subAttribute Dead Unconscious) Merge.kif 18304-18304 Dead is a subattribute of unconscious
(subAttribute Larval NonFullyFormed) Merge.kif 18378-18378 Larval is a subattribute of non fully formed
(subAttribute Embryonic NonFullyFormed) Merge.kif 18402-18402 Embryonic is a subattribute of non fully formed
(subAttribute TangentLine StraightLine) Mid-level-ontology.kif 5272-5272 Tangent line is a subattribute of straight line
(subAttribute SquarePyramid Pyramid) Mid-level-ontology.kif 5414-5414 Square pyramid is a subattribute of pyramid
(subAttribute RightTriangle Triangle) Mid-level-ontology.kif 5554-5554 Right triangle is a subattribute of triangle
(subAttribute Square Rectangle) Mid-level-ontology.kif 5583-5583 Square is a subattribute of rectangle
(subAttribute SemicircularArc CircularArc) Mid-level-ontology.kif 5723-5723 Semicircular arc is a subattribute of circular arc
(subAttribute MinorArc CircularArc) Mid-level-ontology.kif 5803-5803 Minor arc is a subattribute of circular arc
(subAttribute MajorArc CircularArc) Mid-level-ontology.kif 5820-5820 Major arc is a subattribute of circular arc
(subAttribute ClosedLineSegment StraightLine) Mid-level-ontology.kif 5846-5846 Closed line segment is a subattribute of straight line
(subAttribute ChordOfACircle ClosedLineSegment) Mid-level-ontology.kif 5853-5853 Chord of a circle is a subattribute of closed line segment
(subAttribute DiameterLine ChordOfACircle) Mid-level-ontology.kif 5868-5868 Diameter line is a subattribute of chord of a circle
(subAttribute SecantLine StraightLine) Mid-level-ontology.kif 5889-5889 Secant line is a subattribute of straight line
(subAttribute Emphysema ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 6957-6957 Emphysema is a subattribute of COPD
(subAttribute Bronchitis ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 6979-6979 Bronchitis is a subattribute of COPD
(subAttribute ChronicBronchitis Bronchitis) Mid-level-ontology.kif 6995-6995 Chronic bronchitis is a subattribute of bronchitis
(subAttribute AcuteBronchitis Bronchitis) Mid-level-ontology.kif 6996-6996 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-c58f641d (2026-04-12) is open source software produced by Articulate Software and its partners