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 673-673 sub attribute is an instance of binary predicate
(instance subAttribute PartialOrderingRelation) Merge.kif 674-674 sub attribute is an instance of partial ordering relation
(domain subAttribute 1 Attribute) Merge.kif 675-675 The number 1 argument of sub attribute is an instance of attribute
(domain subAttribute 2 Attribute) Merge.kif 676-676 The number 2 argument of sub attribute is an instance of attribute
(disjointRelation subAttribute successorAttribute) Merge.kif 677-677 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 679-680 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 682-687 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 689-693 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 2583-2587 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 4563-4571 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 4602-4610 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 9488-9490 If equal X and profession Y, then X is a subattribute of Y
(=>
    (instance ?ROLE ForeignServicePosition)
    (subAttribute ?ROLE DiplomaticAgent))
Government.kif 4389-4391 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 4538-4544 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 4546-4552 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 7711-7711 Circle is a subattribute of oval
(subAttribute Law Obligation) Merge.kif 17682-17682 Law is a subattribute of obligation
(subAttribute Promise Obligation) Merge.kif 17689-17689 Promise is a subattribute of obligation
(subAttribute Liquid Fluid) Merge.kif 17759-17759 Liquid is a subattribute of fluid
(subAttribute Gas Fluid) Merge.kif 17768-17768 Gas is a subattribute of fluid
(subAttribute Plasma Fluid) Merge.kif 17786-17786 Plasma is a subattribute of fluid
(subAttribute Wet Damp) Merge.kif 18214-18214 Wet is a subattribute of damp
(subAttribute Dead Unconscious) Merge.kif 18298-18298 Dead is a subattribute of unconscious
(subAttribute Larval NonFullyFormed) Merge.kif 18372-18372 Larval is a subattribute of non fully formed
(subAttribute Embryonic NonFullyFormed) Merge.kif 18396-18396 Embryonic is a subattribute of non fully formed
(subAttribute TangentLine StraightLine) Mid-level-ontology.kif 5262-5262 Tangent line is a subattribute of straight line
(subAttribute SquarePyramid Pyramid) Mid-level-ontology.kif 5404-5404 Square pyramid is a subattribute of pyramid
(subAttribute RightTriangle Triangle) Mid-level-ontology.kif 5544-5544 Right triangle is a subattribute of triangle
(subAttribute Square Rectangle) Mid-level-ontology.kif 5573-5573 Square is a subattribute of rectangle
(subAttribute SemicircularArc CircularArc) Mid-level-ontology.kif 5713-5713 Semicircular arc is a subattribute of circular arc
(subAttribute MinorArc CircularArc) Mid-level-ontology.kif 5793-5793 Minor arc is a subattribute of circular arc
(subAttribute MajorArc CircularArc) Mid-level-ontology.kif 5810-5810 Major arc is a subattribute of circular arc
(subAttribute ClosedLineSegment StraightLine) Mid-level-ontology.kif 5836-5836 Closed line segment is a subattribute of straight line
(subAttribute ChordOfACircle ClosedLineSegment) Mid-level-ontology.kif 5843-5843 Chord of a circle is a subattribute of closed line segment
(subAttribute DiameterLine ChordOfACircle) Mid-level-ontology.kif 5858-5858 Diameter line is a subattribute of chord of a circle
(subAttribute SecantLine StraightLine) Mid-level-ontology.kif 5879-5879 Secant line is a subattribute of straight line
(subAttribute Emphysema ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 6947-6947 Emphysema is a subattribute of COPD
(subAttribute Bronchitis ChronicObstructivePulmonaryDisease) Mid-level-ontology.kif 6969-6969 Bronchitis is a subattribute of COPD
(subAttribute ChronicBronchitis Bronchitis) Mid-level-ontology.kif 6985-6985 Chronic bronchitis is a subattribute of bronchitis
(subAttribute AcuteBronchitis Bronchitis) Mid-level-ontology.kif 6986-6986 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 is open source software produced by Articulate Software and its partners