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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - hasExpertise
hasExpertise

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


(documentation hasExpertise EnglishLanguage "(hasExpertise ?PERSON ?FIELD) means that ?PERSON has studied the FieldOfStudy ?FIELD and is regarded as an expert.") Mid-level-ontology.kif 22985-22986
(domain hasExpertise 1 Human) Mid-level-ontology.kif 22983-22983 The number 1 argument of has expertise is an instance of human
(domainSubclass hasExpertise 2 FieldOfStudy) Mid-level-ontology.kif 22984-22984 The number 2 argument of has expertise is a subclass of field of study
(instance hasExpertise BinaryPredicate) Mid-level-ontology.kif 22982-22982 has expertise is an instance of binary predicate

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


(format ChineseLanguage hasExpertise "%2 %p{有} %n{没有} 在 %1 的专业知识") domainEnglishFormat.kif 1141-1141
(format ChineseTraditionalLanguage hasExpertise "%2 %p{有} %n{沒有} 在 %1 的專業知識") domainEnglishFormat.kif 1140-1140
(format EnglishLanguage hasExpertise "%2 %p{has} %n{does not have} an expertise in %1") domainEnglishFormat.kif 1139-1139
(termFormat ChineseLanguage hasExpertise "有专业知识") domainEnglishFormat.kif 27550-27550
(termFormat ChineseTraditionalLanguage hasExpertise "有專業知識") domainEnglishFormat.kif 27549-27549
(termFormat EnglishLanguage hasExpertise "has expertise") domainEnglishFormat.kif 27548-27548

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


(=>
    (hasExpertise ?H Architecture)
    (exists (?D ?P ?B)
        (and
            (instance ?D ContentDevelopment)
            (agent ?D ?H)
            (result ?D ?P)
            (instance ?P Blueprint)
            (represents ?P ?B)
            (instance ?B Building))))
Mid-level-ontology.kif 22817-22826
(=>
    (hasExpertise ?PERSON ?FIELD)
    (exists (?LEARN ?SPECIALITY)
        (and
            (instance ?LEARN Learning)
            (agent ?LEARN ?PERSON)
            (instance ?SPECIALITY ?FIELD)
            (realization ?LEARN ?SPECIALITY))))
Mid-level-ontology.kif 22988-22995

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


(=>
    (and
        (or
            (instance ?ROLE OccupationalTrade)
            (instance ?ROLE Profession))
        (holdsDuring ?T1
            (attribute ?HUMAN ?ROLE)))
    (exists (?FIELD)
        (and
            (subclass ?FIELD FieldOfStudy)
            (holdsDuring ?T1
                (hasExpertise ?HUMAN ?FIELD)))))
Mid-level-ontology.kif 9517-9526
(=>
    (attribute ?P Lawyer)
    (hasExpertise ?P FieldOfLaw))
Mid-level-ontology.kif 22607-22609
(=>
    (attribute ?P Researcher)
    (exists (?S)
        (and
            (subclass ?S Science)
            (hasExpertise ?P ?S))))
Mid-level-ontology.kif 20484-20489
(=>
    (attribute ?PERSON Actuary)
    (hasExpertise ?PERSON ActuaryScience))
Biography.kif 365-367
(=>
    (attribute ?PERSON Anthropologist)
    (hasExpertise ?PERSON Anthropology))
Biography.kif 373-375
(=>
    (attribute ?PERSON Archeologist)
    (hasExpertise ?PERSON Archeology))
Biography.kif 381-383
(=>
    (attribute ?PERSON Architect)
    (hasExpertise ?PERSON Architecture))
Biography.kif 388-390
(=>
    (attribute ?PERSON Astronomer)
    (hasExpertise ?PERSON Astronomy))
Biography.kif 396-398
(=>
    (attribute ?PERSON Biologist)
    (hasExpertise ?PERSON Biology))
Biography.kif 404-406
(=>
    (attribute ?PERSON Botanist)
    (hasExpertise ?PERSON Botany))
Biography.kif 625-627
(=>
    (attribute ?PERSON Chemist)
    (hasExpertise ?PERSON Chemistry))
Biography.kif 412-414
(=>
    (attribute ?PERSON ComputerScientist)
    (hasExpertise ?PERSON ComputerScience))
Biography.kif 420-422
(=>
    (attribute ?PERSON Economist)
    (hasExpertise ?PERSON Economics))
Biography.kif 428-430
(=>
    (attribute ?PERSON Engineer)
    (hasExpertise ?PERSON Engineering))
Biography.kif 435-437
(=>
    (attribute ?PERSON Geographer)
    (hasExpertise ?PERSON Geography))
Biography.kif 479-481
(=>
    (attribute ?PERSON Geologist)
    (hasExpertise ?PERSON Geology))
Biography.kif 487-489
(=>
    (attribute ?PERSON Historian)
    (hasExpertise ?PERSON History))
Biography.kif 494-496
(=>
    (attribute ?PERSON Librarian)
    (hasExpertise ?PERSON LibraryScience))
Biography.kif 572-574
(=>
    (attribute ?PERSON Linguist)
    (hasExpertise ?PERSON Linguistics))
Biography.kif 502-504
(=>
    (attribute ?PERSON Mathematician)
    (hasExpertise ?PERSON Mathematics))
Biography.kif 509-511
(=>
    (attribute ?PERSON MedicalResearcher)
    (and
        (attribute ?PERSON Researcher)
        (hasExpertise ?PERSON MedicalScience)))
Biography.kif 517-521
(=>
    (attribute ?PERSON Paleontologist)
    (hasExpertise ?PERSON Paleontology))
Biography.kif 527-529
(=>
    (attribute ?PERSON Philosopher)
    (hasExpertise ?PERSON Philosophy))
Biography.kif 534-536
(=>
    (attribute ?PERSON Physicist)
    (hasExpertise ?PERSON Physics))
Biography.kif 556-558
(=>
    (attribute ?PERSON PoliticalScientist)
    (hasExpertise ?PERSON PoliticalScience))
Biography.kif 564-566

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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