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

Formal Language: 



KB Term:  Term intersection
English Word: 

  contractor

Sigma KEE - contractor
contractor

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


(documentation contractor EnglishLanguage "(contractor ?BUILDING ?AGENT) means that some AutonomousAgent ?AGENT has a contract with another ?AGENT to build a StationaryArtifact for the agent.") Mid-level-ontology.kif 20819-20821
(domain contractor 1 StationaryArtifact) Mid-level-ontology.kif 20817-20817 O argumento numero 1 de contractor e' uma instancia de Artefato Estacionario
(domain contractor 2 AutonomousAgent) Mid-level-ontology.kif 20818-20818 O argumento numero 2 de contractor e' uma instancia de AutonomousAgent
(instance contractor BinaryPredicate) Mid-level-ontology.kif 20816-20816 contractor e' uma instancia de Predicado Binario

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


(format ChineseLanguage contractor "%2 有 contract 去 build %1 ") domainEnglishFormat.kif 3110-3110
(format ChineseTraditionalLanguage contractor "%2 有 contract 去 build %1 ") domainEnglishFormat.kif 3109-3109
(format EnglishLanguage contractor "%2 has a contract to build %1") domainEnglishFormat.kif 3108-3108
(termFormat EnglishLanguage contractor "contractor") domainEnglishFormat.kif 65798-65798

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


(=>
    (contractor ?BUILDING ?CONTRACTOR)
    (exists (?CONTRACT ?AGENT)
        (and
            (property ?CONTRACT Contract)
            (partyToAgreement ?AGENT ?CONTRACT)
            (partyToAgreement ?CONTRACTOR ?CONTRACT)
            (confersObligation
                (exists (?CONSTRUCT ?BUILDING2)
                    (and
                        (instance ?CONSTRUCT Constructing)
                        (agent ?CONSTRUCT ?CONTRACTOR)
                        (result ?CONSTRUCT ?BUILDING2)
                        (instance ?BUILDING2 StationaryArtifact))) ?AGENT ?CONTRACTOR))))
Mid-level-ontology.kif 20823-20836


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