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


KB Term:  Term intersection
English Word: 

Sigma KEE - Agreement
Agreement(agreement)Chemical_Weapons_Convention, Geneva_Convention, Lateran_Treaty, North_Atlantic_Treaty, Peace_of_Westphalia, SALT_I, SALT_II, Treaty_of_Versailles, agreement, bargain, combination, covenant, deal, entente, entente_cordiale, fair-trade_agreement, gentlemen's_agreement, golden_handshake, oral_contract, plea_bargain, plea_bargaining, severance_agreement, sign, submission, understanding, unilateral_contract, working_agreement, written_agreement, yellow-dog_contract

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


(subclass Agreement Proposition) Mid-level-ontology.kif 15456-15456 Agreement is a subclass of proposition
(documentation Agreement EnglishLanguage "Agreement is the class of Propositions that express the contents of agreements entered into by CognitiveAgents. Agreement includes treaties, contracts, purchase orders, pledges, marriage vows, etc. An Agreement may be written down in a document or other ContentBearingObject, it can be verbal Communication, it can even be an implied agreement.") Mid-level-ontology.kif 15457-15461 Agreement is a subclass of proposition

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


(termFormat EnglishLanguage Agreement "agreement") Mid-level-ontology.kif 15462-15462
(subclass Account Agreement) ComputingBrands.kif 4445-4445 Account is a subclass of agreement
(subclass Reservation Agreement) Dining.kif 639-639 Reservation is a subclass of agreement
(subclass FinancialAccount Agreement) FinancialOntology.kif 60-60 Financial account is a subclass of agreement
(subclass InternationalAgreement Agreement) Geography.kif 4451-4451 International agreement is a subclass of agreement
(instance AirPollutionConvention Agreement) Geography.kif 4593-4593 Air pollution convention is an instance of agreement
(instance AirPollution_NitrogenOxidesProtocol Agreement) Geography.kif 4599-4599 Air pollution- nitrogen oxides protocol is an instance of agreement
(instance AirPollution_PeristentOrganicPollutantsProtocol Agreement) Geography.kif 4605-4605 Air pollution- peristent organic pollutants protocol is an instance of agreement
(instance AirPollution_Sulphur85Protocol Agreement) Geography.kif 4610-4610 Air pollution- sulphur85 protocol is an instance of agreement
(instance AirPollution_Sulphur94Protocol Agreement) Geography.kif 4616-4616 Air pollution- sulphur94 protocol is an instance of agreement
(instance AirPollution_VolatileOrganicCompoundsProtocol Agreement) Geography.kif 4621-4621 Air pollution- volatile organic compounds protocol is an instance of agreement
(instance Antarctic_EnvironmentalProtocol Agreement) Geography.kif 4627-4627 Antarctic environmental protocol is an instance of agreement
(instance Antarctic_MarineLivingResourcesConvention Agreement) Geography.kif 4632-4632 Antarctic marine living resources convention is an instance of agreement
(instance AntarcticSealsConvention Agreement) Geography.kif 4639-4639 Antarctic seals convention is an instance of agreement
(instance AntarcticTreaty Agreement) Geography.kif 4645-4645 Antarctic treaty is an instance of agreement
(instance BiodiversityConvention Agreement) Geography.kif 4659-4659 Biodiversity convention is an instance of agreement
(instance ClimateChangeConvention Agreement) Geography.kif 4663-4663 Climate change convention is an instance of agreement
(instance ClimateChange_KyotoProtocol Agreement) Geography.kif 4669-4669 Climate change- kyoto protocol is an instance of agreement
(instance DesertificationConvention Agreement) Geography.kif 4677-4677 Desertification convention is an instance of agreement
(instance EndangeredSpeciesConvention Agreement) Geography.kif 4684-4684 Endangered species convention is an instance of agreement
(instance EnvironmentalModificationConvention Agreement) Geography.kif 4692-4692 Environmental modification convention is an instance of agreement
(instance HazardousWastesConvention Agreement) Geography.kif 4699-4699 Hazardous wastes convention is an instance of agreement
(instance LawOfTheSeaConvention Agreement) Geography.kif 4707-4707 Law of the sea convention is an instance of agreement
(instance MarineDumpingConvention Agreement) Geography.kif 4714-4714 Marine dumping convention is an instance of agreement

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain partyToAgreement 2 Agreement) Mid-level-ontology.kif 15498-15498 The number 2 argument of party to agreement is an instance of agreement
(domain agreementPeriod 1 Agreement) Mid-level-ontology.kif 15509-15509 The number 1 argument of agreement period is an instance of agreement
(domain agreementEffectiveDate 1 Agreement) Mid-level-ontology.kif 15523-15523 The number 1 argument of agreement effective date is an instance of agreement
(domain agreementExpirationDate 1 Agreement) Mid-level-ontology.kif 15548-15548 The number 1 argument of expiration date is an instance of agreement
(domain agreementClause 3 Agreement) Mid-level-ontology.kif 15568-15568 The number 3 argument of agreement clause is an instance of agreement
(domain negotiatedPrice 3 Agreement) Catalog.kif 271-271 The number 3 argument of negotiated price is an instance of agreement
(domain contractedRentalPrice 3 Agreement) Catalog.kif 503-503 The number 3 argument of contracted rental price is an instance of agreement
(domain optionHolder 1 Agreement) FinancialOntology.kif 2603-2603 The number 1 argument of option holder is an instance of agreement
(domain optionSeller 1 Agreement) FinancialOntology.kif 2616-2616 The number 1 argument of option seller is an instance of agreement
(domain premium 1 Agreement) FinancialOntology.kif 2738-2738 The number 1 argument of premium is an instance of agreement
(domain underlier 1 Agreement) FinancialOntology.kif 2756-2756 The number 1 argument of underlier is an instance of agreement
(domain AgreementOrganizationFn 1 Agreement) Geography.kif 4511-4511 The number 1 argument of agreement organization is an instance of agreement
(domain unratifiedSignatoryToAgreement 2 Agreement) Geography.kif 4560-4560 The number 2 argument of unratified signatory to agreement is an instance of agreement
(domain recordForAgreement 2 Agreement) Law.kif 483-483 The number 2 argument of record for agreement is an instance of agreement

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


(=>
    (instance ?COMPACT Agreement)
    (exists (?COMM)
        (and
            (instance ?COMM Committing)
            (represents ?COMM ?COMPACT))))
Mid-level-ontology.kif 15464-15469 If X is an instance of agreement, then there exists Y such that Y is an instance of committing and Y expresses X
(=>
    (instance ?AGREEMENT Agreement)
    (exists (?AGENT1 ?AGENT2)
        (and
            (partyToAgreement ?AGENT1 ?AGREEMENT)
            (partyToAgreement ?AGENT2 ?AGREEMENT)
            (not
                (equal ?AGENT1 ?AGENT2)))))
Mid-level-ontology.kif 15471-15477 If X is an instance of agreement, then there exist Y, Z such that X is a party to agreement of Y, X is a party to agreement of Z, equal Y, and Z
(=>
    (and
        (instance ?RA ReachingAgreement)
        (agent ?RA ?AGENT)
        (result ?RA ?PROP)
        (instance ?PROP Agreement))
    (holdsDuring
        (FutureFn
            (WhenFn ?RA))
        (partyToAgreement ?AGENT ?PROP)))
Media.kif 153-160 If X is an instance of reaching agreement, Y is an agent of X, Z is a result of X, and Z is an instance of agreement, then Z is a party to agreement of Y holds during after the time of existence of X

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


(=>
    (property ?AGREEMENT ActiveAgreement)
    (instance ?AGREEMENT Agreement))
Mid-level-ontology.kif 15612-15614 If X the attribute active agreement, then X is an instance of agreement
(=>
    (instance ?SIGNING SigningAnAgreement)
    (exists (?DOC ?TERMS)
        (and
            (instance ?DOC LinguisticExpression)
            (instance ?TERMS Agreement)
            (containsInformation ?DOC ?TERMS)
            (patient ?SIGNING ?DOC))))
Geography.kif 4580-4587 If X is an instance of signing an agreement, then there exist Y, Z such that Y is an instance of linguistic expression, Z is an instance of agreement, Y contains information Z, and Y is a patient of X
(=>
    (instance ?RA ReachingAgreement)
    (exists (?PROP)
        (and
            (instance ?PROP Agreement)
            (result ?RA ?PROP))))
Media.kif 146-151 If X is an instance of reaching agreement, then there exists Y such that Y is an instance of agreement and Y is a result of X
(=>
    (instance ?AA AirlineAlliance)
    (exists (?A1 ?A2 ?AGR)
        (and
            (instance ?A1 Airline)
            (instance ?A2 Airline)
            (instance ?AGR Agreement)
            (partyToAgreement ?A1 ?AGR)
            (partyToAgreement ?A2 ?AGR))))
Society.kif 116-124 If X is an instance of AirlineAlliance, then there exist Y, Z, W such that Y is an instance of Airline, Z is an instance of Airline, W is an instance of agreement, W is a party to agreement of Y, and W is a party to agreement of Z


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