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


KB Term:  Term intersection
English Word: 

Sigma KEE - Contract
Contract(contract)
T-bill, Treasury, Treasury_bill, Treasury_bond, Treasury_note, Treasury_obligations, acquisition_agreement, adhesion_contract, aleatory_contract, articles_of_agreement, bilateral_contract, charter, collective_agreement, concession, conditional_contract, consumer_credit, contract, contract_of_adhesion, contract_under_seal, contractual, contractually, convention, cost-plus_contract, credit, debt, deferred_payment, distribution_agreement, employment_agreement, employment_contract, fiducial, fiduciary, franchise, futures_contract, gambling_contract, grant, hire-purchase, indenture, instrument, insured, labor_agreement, labor_contract, lease, legal_document, legal_instrument, licensing_agreement, merger_agreement, never-never, obligation, official_document, output_contract...

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


(subAttribute Contract ActiveAgreement) Mid-level-ontology.kif 15655-15655 Contract is a subattribute of active agreement
(subAttribute Contract Promise) Mid-level-ontology.kif 15656-15656 Contract is a subattribute of promise
(documentation Contract EnglishLanguage "Contract is a type of Agreement that is legally enforceable, meaning a CognitiveAgent can pursue other parties of the agreement in a court of law if provisions of the contract are not followed or kept. It follows that all subpropositions of the Contract is Legal.") Mid-level-ontology.kif 15657-15660 Contract is a subattribute of promise
(externalImage Contract "http://upload.wikimedia.org/wikipedia/commons/7/ 7e/ Carbolic_smoke_ball_co.jpg") pictureList.kif 5930-5930 Contract is a subattribute of promise

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


(termFormat EnglishLanguage Contract "contract") Mid-level-ontology.kif 15661-15661
(contraryAttribute NakedPromise Contract) Mid-level-ontology.kif 15662-15662 Naked promise is the opposite of contract
(subAttribute MarriageContract Contract) Mid-level-ontology.kif 15686-15686 Marriage contract is a subattribute of contract
(subAttribute PurchaseContract Contract) Mid-level-ontology.kif 15699-15699 Purchase contract is a subattribute of contract
(subAttribute ServiceContract Contract) Mid-level-ontology.kif 15715-15715 Service contract is a subattribute of contract
(subAttribute Treaty Contract) Mid-level-ontology.kif 15737-15737 Treaty is a subattribute of contract
(subAttribute EarlyTerminationFeeClause Contract) ComputingBrands.kif 2803-2803 Early termination fee clause is a subattribute of contract
(subAttribute FinancialContract Contract) FinancialOntology.kif 54-54 Financial contract is a subattribute of contract
(subAttribute LoanCommitment Contract) FinancialOntology.kif 1484-1484 Loan commitment is a subattribute of contract
(subAttribute CivilAffairsAgreement Contract) MilitaryProcesses.kif 2319-2319 Civil affairs agreement is a subattribute of contract
(termFormat ChineseTraditionalLanguage Contract "合同") domainEnglishFormat.kif 16999-16999 Civil affairs agreement is a subattribute of contract
(termFormat ChineseLanguage Contract "合同") domainEnglishFormat.kif 17000-17000 Civil affairs agreement is a subattribute of contract

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


(=>
    (and
        (property ?AGREEMENT Contract)
        (subProposition ?X ?AGREEMENT))
    (modalAttribute ?X Legal))
Mid-level-ontology.kif 15664-15668 If X the attribute contract and Y is a sub-proposition of X, then the statement Y has the modal force of legal
(=>
    (and
        (property ?AGREEMENT Contract)
        (partyToAgreement ?AGENT1 ?AGREEMENT)
        (partyToAgreement ?AGENT2 ?AGREEMENT)
        (instance ?PROC IntentionalProcess)
        (agent ?PROC ?AGENT1)
        (realization ?PROC ?PROP)
        (not
            (consistent ?PROP ?AGREEMENT)))
    (modalAttribute
        (exists (?LEGAL)
            (and
                (instance ?LEGAL LegalAction)
                (plaintiff ?LEGAL ?AGENT2)
                (defendant ?LEGAL ?AGENT1))) Possibility))
Mid-level-ontology.kif 15670-15684 If All of the following hold: (1) X the attribute contract (2) X is a party to agreement of Y (3) X is a party to agreement of Z (4) W is an instance of intentional process (5) Y is an agent of W (6) W expresses the content of V (7) X is not a consistent of V, then the statement there exists U such that U is an instance of legal action, Z is the plaintiff in U, and Y is the defendant in U has the modal force of possibility
(=>
    (and
        (instance ?DOC ContractDocument)
        (containsInformation ?DOC ?PROP)
        (property ?PROP Contract))
    (property ?PROP Law))
Media.kif 995-1000 If X is an instance of contract document, X contains information Y, and Y the attribute contract, then Y the attribute law

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


(=>
    (insured ?PROP ?ORG)
    (property ?PROP Contract))
Mid-level-ontology.kif 8321-8323 If X is an insured of Y, then Y the attribute contract
(=>
    (property ?ENTITY Promise)
    (or
        (property ?ENTITY Contract)
        (property ?ENTITY NakedPromise)))
Mid-level-ontology.kif 15645-15649 If X the attribute promise, then X the attribute contract or X the attribute naked promise
(=>
    (contractor ?BUILDING ?CONTRACTOR)
    (exists (?CONTRACT ?AGENT)
        (and
            (property ?CONTRACT Contract)
            (partyToAgreement ?AGENT ?CONTRACT)
            (partyToAgreement ?CONTRACTOR ?CONTRACT)
            (confersObligation ?AGENT ?CONTRACTOR
                (exists (?CONSTRUCT ?BUILDING2)
                    (and
                        (instance ?CONSTRUCT Constructing)
                        (agent ?CONSTRUCT ?CONTRACTOR)
                        (result ?CONSTRUCT ?BUILDING2)
                        (instance ?BUILDING2 StationaryArtifact)))))))
Mid-level-ontology.kif 23131-23144 If X has a contract to build Y, then All of the following hold: (1) there exist Z (2) W such that Z the attribute contract (3) Z is a party to agreement of W (4) Z is a party to agreement of X (5) X obligates there exist V (6) U such that V is an instance of constructing (7) X is an agent of V (8) U is a result of V (9) U is an instance of stationary artifact to perform task of the type W
(=>
    (instance ?DOC ContractDocument)
    (exists (?PROP)
        (and
            (containsInformation ?DOC ?PROP)
            (property ?PROP Contract))))
Media.kif 979-984 If X is an instance of contract document, then there exists Y such that X contains information Y and Y the attribute contract


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