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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Archeology
Archeology(archeology)archaeology, archeology

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


(documentation Archeology EnglishLanguage "Archeology is a FieldOfStudy, its Arguments are refering to earlier discoverings of old Objects burried below the surface of LandArea or a BodyOfWater. Note that the minimal age of the Object is set arbitrarily.") Mid-level-ontology.kif 21143-21145
(subclass Archeology FieldOfStudy) Mid-level-ontology.kif 21142-21142 Archeology is a subclass of field of study

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


(termFormat EnglishLanguage Archeology "archeology") domainEnglishFormat.kif 64471-64471

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


(=>
    (and
        (instance ?X Argument)
        (instance ?R Reasoning)
        (instance ?A Archeology)
        (subProposition ?X ?A)
        (realization ?R ?X))
    (exists (?D ?S ?O ?T ?W ?L)
        (and
            (instance ?D Discovering)
            (instance ?O Object)
            (patient ?D ?O)
            (refers ?R ?D)
            (earlier
                (WhenFn ?D)
                (WhenFn ?R))
            (age ?O
                (MeasureFn ?T YearDuration))
            (greaterThan ?T 50)
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?D))
                (or
                    (and
                        (surface ?S ?W)
                        (instance ?W BodyOfWater)
                        (orientation ?O ?S Below))
                    (and
                        (surface ?S ?L)
                        (instance ?L LandArea)
                        (orientation ?O ?S Below)))))))
Mid-level-ontology.kif 21147-21177

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


(=>
    (attribute ?PERSON Archeologist)
    (hasExpertise ?PERSON Archeology))
Biography.kif 373-375


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