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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Agreement
Agreement(協議)

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


(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 15339-15343
(subclass Agreement Proposition) Mid-level-ontology.kif 15338-15338 子類 協議 and Proposition

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


(instance AirPollutionConvention Agreement) Geography.kif 3126-3126 空氣污染公約 and 協議
(instance AirPollution_NitrogenOxidesProtocol Agreement) Geography.kif 3132-3132 空氣污染 - 氮氧化物協議 and 協議
(instance AirPollution_PeristentOrganicPollutantsProtocol Agreement) Geography.kif 3138-3138 空氣污染 - 持久性有機污染物協議 and 協議
(instance AirPollution_Sulphur85Protocol Agreement) Geography.kif 3143-3143 空氣污染 - sulphur85協議 and 協議
(instance AirPollution_Sulphur94Protocol Agreement) Geography.kif 3149-3149 空氣污染- sulphur94協議 and 協議
(instance AirPollution_VolatileOrganicCompoundsProtocol Agreement) Geography.kif 3154-3154 空氣污染 - 揮發性有機化合物協議 and 協議
(instance AntarcticSealsConvention Agreement) Geography.kif 3172-3172 南極海豹公約 and 協議
(instance AntarcticTreaty Agreement) Geography.kif 3178-3178 南極條約 and 協議
(instance Antarctic_EnvironmentalProtocol Agreement) Geography.kif 3160-3160 南極洲 - 環境協議 and 協議
(instance Antarctic_MarineLivingResourcesConvention Agreement) Geography.kif 3165-3165 南極洲 - 海洋生物資源公約 and 協議
(instance BiodiversityConvention Agreement) Geography.kif 3192-3192 生物多樣性公約 and 協議
(instance ClimateChangeConvention Agreement) Geography.kif 3196-3196 氣候變化公約 and 協議
(instance ClimateChange_KyotoProtocol Agreement) Geography.kif 3202-3202 氣候變化- 京都協議 and 協議
(instance DesertificationConvention Agreement) Geography.kif 3210-3210 荒漠化公約 and 協議
(instance EndangeredSpeciesConvention Agreement) Geography.kif 3217-3217 瀕危物種公約 and 協議
(instance EnvironmentalModificationConvention Agreement) Geography.kif 3225-3225 環境修改公約 and 協議
(instance HazardousWastesConvention Agreement) Geography.kif 3232-3232 危險廢物公約 and 協議
(instance LawOfTheSeaConvention Agreement) Geography.kif 3240-3240 海洋法公約 and 協議
(instance MarineDumpingConvention Agreement) Geography.kif 3247-3247 海洋傾倒公約 and 協議
(instance MarineLifeConservationConvention Agreement) Geography.kif 3255-3255 海洋生物保護公約 and 協議
(instance NuclearTestBanTreaty Agreement) Geography.kif 3262-3262 核試驗禁令條約 and 協議
(instance OzoneLayerProtectionProtocol Agreement) Geography.kif 3269-3269 臭氧層保護協議 and 協議
(instance ShipPollutionProtocol Agreement) Geography.kif 3277-3277 船舶污染協議 and 協議
(instance TropicalTimber83Agreement Agreement) Geography.kif 3285-3285 熱帶木材83協議 and 協議
(instance TropicalTimber94Agreement Agreement) Geography.kif 3291-3291 熱帶木材94協議 and 協議

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain AgreementOrganizationFn 1 Agreement) Geography.kif 3044-3044 協議組織, 1 and 協議
(domain agreementClause 3 Agreement) Mid-level-ontology.kif 15450-15450 agreementClause, 3 and 協議
(domain agreementEffectiveDate 1 Agreement) Mid-level-ontology.kif 15405-15405 協議生效日期, 1 and 協議
(domain agreementExpirationDate 1 Agreement) Mid-level-ontology.kif 15430-15430 截止日期, 1 and 協議
(domain agreementPeriod 1 Agreement) Mid-level-ontology.kif 15391-15391 協議期限, 1 and 協議
(domain contractedRentalPrice 3 Agreement) Catalog.kif 503-503 contractedRentalPrice, 3 and 協議
(domain negotiatedPrice 3 Agreement) Catalog.kif 271-271 negotiatedPrice, 3 and 協議
(domain optionHolder 1 Agreement) FinancialOntology.kif 2600-2600 期權持有人, 1 and 協議
(domain optionSeller 1 Agreement) FinancialOntology.kif 2613-2613 期權賣方, 1 and 協議
(domain partyToAgreement 2 Agreement) Mid-level-ontology.kif 15380-15380 協議的一方, 2 and 協議
(domain premium 1 Agreement) FinancialOntology.kif 2735-2735 額外費用, 1 and 協議
(domain recordForAgreement 2 Agreement) Law.kif 502-502 recordForAgreement, 2 and 協議
(domain underlier 1 Agreement) FinancialOntology.kif 2753-2753 底層證券, 1 and 協議
(domain unratifiedSignatoryToAgreement 2 Agreement) Geography.kif 3093-3093 未經批准的簽署協議, 2 and 協議

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


(=>
    (and
        (instance ?RA ReachingAgreement)
        (agent ?RA ?AGENT)
        (result ?RA ?PROP)
        (instance ?PROP Agreement))
    (holdsDuring
        (FutureFn
            (WhenFn ?RA))
        (partyToAgreement ?AGENT ?PROP)))
Media.kif 153-160
(=>
    (instance ?AGREEMENT Agreement)
    (exists (?AGENT1 ?AGENT2)
        (and
            (partyToAgreement ?AGENT1 ?AGREEMENT)
            (partyToAgreement ?AGENT2 ?AGREEMENT)
            (not
                (equal ?AGENT1 ?AGENT2)))))
Mid-level-ontology.kif 15353-15359
(=>
    (instance ?COMPACT Agreement)
    (exists (?COMM)
        (and
            (instance ?COMM Committing)
            (represents ?COMM ?COMPACT))))
Mid-level-ontology.kif 15346-15351

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


(=>
    (instance ?RA ReachingAgreement)
    (exists (?PROP)
        (and
            (instance ?PROP Agreement)
            (result ?RA ?PROP))))
Media.kif 146-151
(=>
    (instance ?SIGNING SigningAnAgreement)
    (exists (?DOC ?TERMS)
        (and
            (instance ?DOC LinguisticExpression)
            (instance ?TERMS Agreement)
            (containsInformation ?DOC ?TERMS)
            (patient ?SIGNING ?DOC))))
Geography.kif 3113-3120
(=>
    (property ?AGREEMENT ActiveAgreement)
    (instance ?AGREEMENT Agreement))
Mid-level-ontology.kif 15494-15496


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