#
# KEHOME/kb/spo.tap.html
# Mar/4/2007
# TAP Upper Ontology
begin hierarchy cps;
Resource;
/ Activity;
// Sport;
/// SportBaseball;
/// SportBasketball;
/// SportFootball;
/ Agent;
// Organization;
/// GeoPoliticalRegion;
//// Country;
/// SportsOrganization;
//// SportsTeam;
///// BaseballTeam;
///// BasketballTeam;
// Person;
/// Artist;
//// Actor;
//// MovieDirector;
//// Musician;
/// Athlete;
/// Author;
/// Politician;
/ Intangible;
// MediaObject;
/// Movie;
/// TelevisionShow;
//// MedicalDramaTVShow;
/ Tangible;
// Place;
/// GeoPoliticalRegion;
// Product;
/// HeathCareProduct;
/// ToysAndGames;
//// Game;
end hierarchy cps;
# mKR relation RDF
existent is Resource;
# entity is Class;
# attribute iss Property;
# binary relation iss Property;
# statement isg Statement;
# group isg Container;
# list (ingroup) iss Seq;
# set (ingroup) iss Bag;
# enum (exgroup) iss Alt;
# isa* (isu*|iss*) is type; # Resource type Class;
# iss* (is|iss+) is subClassOf; # Class subClassOf Class;
# iss* (is|iss+) is subPropertyOf; # Property subPropertyOf Property;
# isall (ingroup) iss member; # Container member Resource;
# isany (exgroup) iss member; # Container member Resource;
#