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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SportsTeam
SportsTeam(sports team)
JV, first_team, hockey_team, junior_varsity, major-league_club, major-league_team, minor-league_club, minor-league_team, varsity

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


(documentation SportsTeam EnglishLanguage "A GroupOfPeople who habitually play a Sport together, either as an occupation or as a leisure activity.") Mid-level-ontology.kif 8711-8712
(externalImage SportsTeam "http://upload.wikimedia.org/wikipedia/commons/ 4/ 4b/ Thai_national_football_team_squad_Asian_Games_2006.jpg") pictureList.kif 1501-1501
(subclass SportsTeam GroupOfPeople) Mid-level-ontology.kif 8710-8710 Sports team is a subclass of group of people

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


(subclass BaseballTeam SportsTeam) Sports.kif 762-762 Baseball team is a subclass of sports team
(subclass BasketballTeam SportsTeam) Sports.kif 515-515 Basketball team is a subclass of sports team
(subclass CarRacingTeam SportsTeam) Sports.kif 525-525 Car racing team is a subclass of sports team
(subclass FootballTeam SportsTeam) Sports.kif 855-855 Football team is a subclass of sports team
(subclass LacrosseTeam SportsTeam) Sports.kif 523-523 Lacrosse team is a subclass of sports team
(subclass MotorcycleRacingTeam SportsTeam) Sports.kif 526-526 Motorcycle racing team is a subclass of sports team
(subclass RugbyTeam SportsTeam) Sports.kif 521-521 Rugby team is a subclass of sports team
(subclass SoccerTeam SportsTeam) Sports.kif 519-519 Soccer team is a subclass of sports team
(subclass VolleyballTeam SportsTeam) Sports.kif 517-517 Volleyball team is a subclass of sports team
(termFormat ChineseLanguage SportsTeam "运动队") domainEnglishFormat.kif 54819-54819 Volleyball team is a subclass of sports team
(termFormat ChineseTraditionalLanguage SportsTeam "運動隊") domainEnglishFormat.kif 54818-54818 Volleyball team is a subclass of sports team
(termFormat EnglishLanguage SportsTeam "sports team") domainEnglishFormat.kif 54817-54817 Volleyball team is a subclass of sports team

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


(=>
    (instance ?TEAM SportsTeam)
    (exists (?SPORT)
        (and
            (subclass ?SPORT Sport)
            (capability ?SPORT agent ?TEAM))))
Mid-level-ontology.kif 8714-8719

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


(=>
    (and
        (instance ?L SportsLeague)
        (member ?M ?L))
    (instance ?M SportsTeam))
Mid-level-ontology.kif 8203-8207
(=>
    (and
        (occupiesPosition ?H ?P ?O)
        (instance ?P SportsPosition))
    (instance ?O SportsTeam))
Mid-level-ontology.kif 20521-20525
(=>
    (instance ?PASS FootballPass)
    (exists (?THROW ?B ?TEAM ?M1 ?M2)
        (and
            (subProcess ?THROW ?PASS)
            (instance ?THROW Throwing)
            (agent ?THROW ?M1)
            (destination ?THROW ?M2)
            (patient ?THROW ?B)
            (instance ?B Football)
            (instance ?TEAM SportsTeam)
            (member ?M1 ?TEAM)
            (member ?M2 ?TEAM)
            (not
                (equal ?M1 ?M2)))))
Sports.kif 840-853
(=>
    (instance ?S TeamSport)
    (exists (?T1 ?T2)
        (and
            (contestParticipant ?S ?T1)
            (contestParticipant ?S ?T2)
            (instance ?T1 SportsTeam)
            (instance ?T2 SportsTeam)
            (not
                (equal ?T1 ?T2)))))
Mid-level-ontology.kif 8725-8733


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