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 15329-15333
(subclass Agreement Proposition) Mid-level-ontology.kif 15328-15328 协议命题subclass

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


(instance AirPollutionConvention Agreement) Geography.kif 3263-3263 空气污染公约协议instance
(instance AirPollution_NitrogenOxidesProtocol Agreement) Geography.kif 3269-3269 空气污染 - 氮氧化物协议协议instance
(instance AirPollution_PeristentOrganicPollutantsProtocol Agreement) Geography.kif 3275-3275 空气污染 - 持久性有机污染物协议协议instance
(instance AirPollution_Sulphur85Protocol Agreement) Geography.kif 3280-3280 空气污染 - sulphur85协议协议instance
(instance AirPollution_Sulphur94Protocol Agreement) Geography.kif 3286-3286 空气污染 - sulphur94协议协议instance
(instance AirPollution_VolatileOrganicCompoundsProtocol Agreement) Geography.kif 3291-3291 空气污染 - 挥发性有机化合物协议协议instance
(instance AntarcticSealsConvention Agreement) Geography.kif 3309-3309 南极海豹公约协议instance
(instance AntarcticTreaty Agreement) Geography.kif 3315-3315 南极条约协议instance
(instance Antarctic_EnvironmentalProtocol Agreement) Geography.kif 3297-3297 南极洲 - 环境协议协议instance
(instance Antarctic_MarineLivingResourcesConvention Agreement) Geography.kif 3302-3302 南极洲 - 海洋生物资源公约协议instance
(instance BiodiversityConvention Agreement) Geography.kif 3329-3329 生物多样性公约协议instance
(instance ClimateChangeConvention Agreement) Geography.kif 3333-3333 气候变化公约协议instance
(instance ClimateChange_KyotoProtocol Agreement) Geography.kif 3339-3339 气候变化- 京都协议协议instance
(instance DesertificationConvention Agreement) Geography.kif 3347-3347 荒漠化公约协议instance
(instance EndangeredSpeciesConvention Agreement) Geography.kif 3354-3354 濒危物种公约协议instance
(instance EnvironmentalModificationConvention Agreement) Geography.kif 3362-3362 环境修改公约协议instance
(instance HazardousWastesConvention Agreement) Geography.kif 3369-3369 危险废物公约协议instance
(instance LawOfTheSeaConvention Agreement) Geography.kif 3377-3377 海洋法公约协议instance
(instance MarineDumpingConvention Agreement) Geography.kif 3384-3384 海洋倾倒公约协议instance
(instance MarineLifeConservationConvention Agreement) Geography.kif 3392-3392 海洋生物保护公约协议instance
(instance NuclearTestBanTreaty Agreement) Geography.kif 3399-3399 核试验禁令条约协议instance
(instance OzoneLayerProtectionProtocol Agreement) Geography.kif 3406-3406 臭氧层保护协议协议instance
(instance ShipPollutionProtocol Agreement) Geography.kif 3414-3414 船舶污染协议协议instance
(instance TropicalTimber83Agreement Agreement) Geography.kif 3422-3422 热带木材83协议协议instance
(instance TropicalTimber94Agreement Agreement) Geography.kif 3428-3428 热带木材94协议协议instance

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 3181-3181 协议组织 的 1 数量 是 协议instance
(domain agreementClause 3 Agreement) Mid-level-ontology.kif 15440-15440 agreementClause 的 3 数量 是 协议instance
(domain agreementEffectiveDate 1 Agreement) Mid-level-ontology.kif 15395-15395 协议生效日期 的 1 数量 是 协议instance
(domain agreementExpirationDate 1 Agreement) Mid-level-ontology.kif 15420-15420 截止日期 的 1 数量 是 协议instance
(domain agreementPeriod 1 Agreement) Mid-level-ontology.kif 15381-15381 协议期限 的 1 数量 是 协议instance
(domain contractedRentalPrice 3 Agreement) Catalog.kif 503-503 contractedRentalPrice 的 3 数量 是 协议instance
(domain negotiatedPrice 3 Agreement) Catalog.kif 271-271 negotiatedPrice 的 3 数量 是 协议instance
(domain optionHolder 1 Agreement) FinancialOntology.kif 2603-2603 期权持有人 的 1 数量 是 协议instance
(domain optionSeller 1 Agreement) FinancialOntology.kif 2616-2616 期权卖方 的 1 数量 是 协议instance
(domain partyToAgreement 2 Agreement) Mid-level-ontology.kif 15370-15370 协议的一方 的 2 数量 是 协议instance
(domain premium 1 Agreement) FinancialOntology.kif 2738-2738 额外费用 的 1 数量 是 协议instance
(domain recordForAgreement 2 Agreement) Law.kif 508-508 recordForAgreement 的 2 数量 是 协议instance
(domain underlier 1 Agreement) FinancialOntology.kif 2756-2756 底层证券 的 1 数量 是 协议instance
(domain unratifiedSignatoryToAgreement 2 Agreement) Geography.kif 3230-3230 未经批准的签署协议 的 2 数量 是 协议instance

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 15343-15349
(=>
    (instance ?COMPACT Agreement)
    (exists (?COMM)
        (and
            (instance ?COMM Committing)
            (represents ?COMM ?COMPACT))))
Mid-level-ontology.kif 15336-15341

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 3250-3257
(=>
    (property ?AGREEMENT ActiveAgreement)
    (instance ?AGREEMENT Agreement))
Mid-level-ontology.kif 15484-15486


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