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

Formal Language: 


KB Term:  Term intersection
English Word: 

  Agreement

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 3296-3296 空气污染公约协议instance
(instance AirPollution_NitrogenOxidesProtocol Agreement) Geography.kif 3302-3302 空气污染 - 氮氧化物协议协议instance
(instance AirPollution_PeristentOrganicPollutantsProtocol Agreement) Geography.kif 3308-3308 空气污染 - 持久性有机污染物协议协议instance
(instance AirPollution_Sulphur85Protocol Agreement) Geography.kif 3313-3313 空气污染 - sulphur85协议协议instance
(instance AirPollution_Sulphur94Protocol Agreement) Geography.kif 3319-3319 空气污染 - sulphur94协议协议instance
(instance AirPollution_VolatileOrganicCompoundsProtocol Agreement) Geography.kif 3324-3324 空气污染 - 挥发性有机化合物协议协议instance
(instance AntarcticSealsConvention Agreement) Geography.kif 3342-3342 南极海豹公约协议instance
(instance AntarcticTreaty Agreement) Geography.kif 3348-3348 南极条约协议instance
(instance Antarctic_EnvironmentalProtocol Agreement) Geography.kif 3330-3330 南极洲 - 环境协议协议instance
(instance Antarctic_MarineLivingResourcesConvention Agreement) Geography.kif 3335-3335 南极洲 - 海洋生物资源公约协议instance
(instance BiodiversityConvention Agreement) Geography.kif 3362-3362 生物多样性公约协议instance
(instance ClimateChangeConvention Agreement) Geography.kif 3366-3366 气候变化公约协议instance
(instance ClimateChange_KyotoProtocol Agreement) Geography.kif 3372-3372 气候变化- 京都协议协议instance
(instance DesertificationConvention Agreement) Geography.kif 3380-3380 荒漠化公约协议instance
(instance EndangeredSpeciesConvention Agreement) Geography.kif 3387-3387 濒危物种公约协议instance
(instance EnvironmentalModificationConvention Agreement) Geography.kif 3395-3395 环境修改公约协议instance
(instance HazardousWastesConvention Agreement) Geography.kif 3402-3402 危险废物公约协议instance
(instance LawOfTheSeaConvention Agreement) Geography.kif 3410-3410 海洋法公约协议instance
(instance MarineDumpingConvention Agreement) Geography.kif 3417-3417 海洋倾倒公约协议instance
(instance MarineLifeConservationConvention Agreement) Geography.kif 3425-3425 海洋生物保护公约协议instance
(instance NuclearTestBanTreaty Agreement) Geography.kif 3432-3432 核试验禁令条约协议instance
(instance OzoneLayerProtectionProtocol Agreement) Geography.kif 3439-3439 臭氧层保护协议协议instance
(instance ShipPollutionProtocol Agreement) Geography.kif 3447-3447 船舶污染协议协议instance
(instance TropicalTimber83Agreement Agreement) Geography.kif 3455-3455 热带木材83协议协议instance
(instance TropicalTimber94Agreement Agreement) Geography.kif 3461-3461 热带木材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 3214-3214 协议组织 的 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 3263-3263 未经批准的签署协议 的 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 3283-3290
(=>
    (property ?AGREEMENT ActiveAgreement)
    (instance ?AGREEMENT Agreement))
Mid-level-ontology.kif 15484-15486


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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