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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SEO
SEO

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


(documentation SEO EnglishLanguage "A Process which makes a WebPage more likely to be listed higher in a SRPResults List.") UXExperimentalTerms.kif 2379-2380
(instance SEO Process) UXExperimentalTerms.kif 2375-2375

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


(termFormat EnglishLanguage SEO "search engine optimization") UXExperimentalTerms.kif 2377-2377

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


(=>
    (and
        (instance ?SEO SEO)
        (patient ?SEO ?PAGE))
    (hasPurpose ?SEO
        (exists (?SRPRESULT_BEFORE ?SRPRESULT_AFTER ?BEFORE ?AFTER ?BM1 ?BM2)
            (and
                (instance ?SRPRESULT_BEFORE SRPResults)
                (instance ?SRPRESULT_AFTER SRPResults)
                (equal ?PAGE
                    (ListOrderFn ?SRPRESULT_BEFORE ?BEFORE))
                (equal ?PAGE
                    (ListOrderFn ?SRPRESULT_AFTER ?AFTER))
                (instance ?BM1 BestMatchAlgorithm)
                (instance ?BM2 BestMatchAlgorithm)
                (earlier
                    (WhenFn ?BM1)
                    (WhenFn ?BM2))
                (earlier
                    (WhenFn ?SEO)
                    (WhenFn ?BM2))
                (earlier
                    (WhenFn ?BM1)
                    (WhenFn ?SEO))
                (greaterThan ?BEFORE ?AFTER)))))
UXExperimentalTerms.kif 2388-2404
(=>
    (and
        (instance ?SEO SEO)
        (patient ?SEO ?PAGE))
    (instance ?PAGE WebPage))
UXExperimentalTerms.kif 2382-2386


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