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 13958-13962
(subclass Agreement Proposition) Mid-level-ontology.kif 13957-13957 协议命题subclass

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


(instance AirPollution-NitrogenOxidesProtocol Agreement) Geography.kif 3144-3144 空气污染 - 氮氧化物协议协议instance
(instance AirPollution-PeristentOrganicPollutantsProtocol Agreement) Geography.kif 3150-3150 空气污染 - 持久性有机污染物协议协议instance
(instance AirPollution-Sulphur85Protocol Agreement) Geography.kif 3155-3155 空气污染 - sulphur85协议协议instance
(instance AirPollution-Sulphur94Protocol Agreement) Geography.kif 3161-3161 空气污染 - sulphur94协议协议instance
(instance AirPollution-VolatileOrganicCompoundsProtocol Agreement) Geography.kif 3166-3166 空气污染 - 挥发性有机化合物协议协议instance
(instance AirPollutionConvention Agreement) Geography.kif 3138-3138 空气污染公约协议instance
(instance Antarctic-EnvironmentalProtocol Agreement) Geography.kif 3172-3172 南极洲 - 环境协议协议instance
(instance Antarctic-MarineLivingResourcesConvention Agreement) Geography.kif 3177-3177 南极洲 - 海洋生物资源公约协议instance
(instance AntarcticSealsConvention Agreement) Geography.kif 3184-3184 南极海豹公约协议instance
(instance AntarcticTreaty Agreement) Geography.kif 3190-3190 南极条约协议instance
(instance BiodiversityConvention Agreement) Geography.kif 3204-3204 生物多样性公约协议instance
(instance ClimateChange-KyotoProtocol Agreement) Geography.kif 3214-3214 气候变化- 京都协议协议instance
(instance ClimateChangeConvention Agreement) Geography.kif 3208-3208 气候变化公约协议instance
(instance DesertificationConvention Agreement) Geography.kif 3222-3222 荒漠化公约协议instance
(instance EndangeredSpeciesConvention Agreement) Geography.kif 3229-3229 濒危物种公约协议instance
(instance EnvironmentalModificationConvention Agreement) Geography.kif 3237-3237 环境修改公约协议instance
(instance HazardousWastesConvention Agreement) Geography.kif 3244-3244 危险废物公约协议instance
(instance LawOfTheSeaConvention Agreement) Geography.kif 3252-3252 海洋法公约协议instance
(instance MarineDumpingConvention Agreement) Geography.kif 3259-3259 海洋倾倒公约协议instance
(instance MarineLifeConservationConvention Agreement) Geography.kif 3267-3267 海洋生物保护公约协议instance
(instance NuclearTestBanTreaty Agreement) Geography.kif 3274-3274 核试验禁令条约协议instance
(instance OzoneLayerProtectionProtocol Agreement) Geography.kif 3281-3281 臭氧层保护协议协议instance
(instance ShipPollutionProtocol Agreement) Geography.kif 3289-3289 船舶污染协议协议instance
(instance TropicalTimber83Agreement Agreement) Geography.kif 3297-3297 热带木材83协议协议instance
(instance TropicalTimber94Agreement Agreement) Geography.kif 3303-3303 热带木材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 3056-3056 协议组织 的 1 数量 是 协议instance
(domain agreementClause 3 Agreement) Mid-level-ontology.kif 14069-14069 agreementClause 的 3 数量 是 协议instance
(domain agreementEffectiveDate 1 Agreement) Mid-level-ontology.kif 14024-14024 协议生效日期 的 1 数量 是 协议instance
(domain agreementExpirationDate 1 Agreement) Mid-level-ontology.kif 14049-14049 截止日期 的 1 数量 是 协议instance
(domain agreementPeriod 1 Agreement) Mid-level-ontology.kif 14010-14010 协议期限 的 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 2586-2586 期权持有人 的 1 数量 是 协议instance
(domain optionSeller 1 Agreement) FinancialOntology.kif 2599-2599 期权卖方 的 1 数量 是 协议instance
(domain partyToAgreement 2 Agreement) Mid-level-ontology.kif 13999-13999 协议的一方 的 2 数量 是 协议instance
(domain premium 1 Agreement) FinancialOntology.kif 2721-2721 额外费用 的 1 数量 是 协议instance
(domain recordForAgreement 2 Agreement) Law.kif 502-502 recordForAgreement 的 2 数量 是 协议instance
(domain underlier 1 Agreement) FinancialOntology.kif 2739-2739 底层证券 的 1 数量 是 协议instance
(domain unratifiedSignatoryToAgreement 2 Agreement) Geography.kif 3105-3105 未经批准的签署协议 的 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 13972-13978
(=>
    (instance ?COMPACT Agreement)
    (exists (?COMM)
        (and
            (instance ?COMM Committing)
            (represents ?COMM ?COMPACT))))
Mid-level-ontology.kif 13965-13970

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 3125-3132
(=>
    (property ?AGREEMENT ActiveAgreement)
    (instance ?AGREEMENT Agreement))
Mid-level-ontology.kif 14113-14115


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