This ontology is declared in this document both in human-readable form (what you see in front of you now) and machine-readable SHOE form (which you can see from viewing the html source of this document). The rest of this document is divided into the following sections:
Relationships
Relationships are declared between one or more arguments, where each argument is either a type or a category. If the argument is a category, any subcategory of that category is valid as well. Relationships which have a local alias but are defined in another ontology are followed by an asterisk. 数据挖掘实验室
addressStreet(Address, .STRING)
addressCity(Address, .STRING)
addressState(Address, .STRING)
addressZip(Address, .STRING)
affiliateOf(Organization, Person)
affiliatedOrganization(Organization, Organization)
alumnus(Organization, Person)
borders(Location, Location)
emailAddress(Person, .STRING)
encloses(Location, Location)
engagesIn(Agent, Activity)
eventStart(Event, .DATE)
eventEnd(Event, .DATE)
eventLocation(Event, Location)
head(Organization, Person)
homeAddress(Person, Address)
homePhone(Person, .STRING)
isLocated(Organization, Location)
member(SocialGroup, Person)
name(base.SHOEEnity, .STRING)*
orgAddress(Organization, Address)
orgPhone(Organization, .STRING)
participant(Event, Agent)
performs(Agent, Work)
subOrganizationOf(Organization:"suborganization", Organization:"superorganization")
workAddress(Person, Address)
workPhone(Person, .STRING)
worksFor(Employee, Organization)
数据挖掘工具