<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Atanas Kiryakov (OntoText Lab) -->
<!DOCTYPE rdf:RDF [
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY enterprise_rdfs 'http://www.ontotext.com/otk/2002/05/enterprise.rdfs#'>
]>
<rdf:RDF xmlns:rdf="&rdf;" xmlns:enterprise_rdfs="&enterprise_rdfs;" xmlns:rdfs="&rdfs;">
	<rdfs:Class rdf:about="&enterprise_rdfs;Agent" rdfs:label="Agent">
		<rdfs:comment>An agent is something which can show independent action, whether conscious or not. Most animals are considered agents, in most contexts; so are most organizations.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;BoardMember" rdfs:label="BoardMember">
		<rdfs:comment>Position for a Person who belongs to Board of Directors, which is responsible for oversight of the Organization. A member of the Board of Directors of an organization may or may not be an executive of the organization.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Position"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Business" rdfs:label="Business">
		<rdfs:comment>Organization intended to make profits, i.e., make money for agents that own them. Businesses are typically LegalAgents, while Commercial Organizations need not be. 
</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;CommercialOrganization"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;CommercialOrganization" rdfs:label="CommercialOrganization">
		<rdfs:comment>Organization which buys or sells goods or services for a profit. It may also be a Business or it may merely be a sub-organization of a Business entity.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Organization"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Company" rdfs:label="Company">
		<rdfs:comment>A private, legal, corporate entity with the legal rights to own property, manage itself, and sue or be sued. It is established by a charter or registration granted by a government.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Business"/>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;LegalAgent"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Division" rdfs:label="Division">
		<rdfs:comment>Branch, division, department, laboratory, etc. within an organisation. Usually, not a legal agent and not independent.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Organization"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Employee" rdfs:label="Employee">
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Position"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Executive" rdfs:label="Executive">
		<rdfs:comment>Person who holds an executive managerial positions in some Organization. Executives are top managers of organizations, including corporate officers (CompanyPresident, etc.), Chiefs of Staff, Generals, Admirals and others like Chief Corporate Counsel, Managing Partner, Producer, Chief Scientist, Chief Engineer, as well as other upper and upper-middle managers.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Leader"/>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Manager"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Leader" rdfs:label="Leader">
		<rdfs:comment>Position for a person who heads an Organization. Typically, a leader of an organization makes major decisions on behalf of the whole organization, has the authority to direct the organization's personnel to carry out those decisions, and is empowered to engage or negotiate with external agents to achieve the organization's goals. This collection includes leaders of Divisions, such as department heads within larger organizations. Also, a single person may be a leader in more than one organization.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Position"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;LegalAgent" rdfs:label="LegalAgent">
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Agent"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Manager" rdfs:label="Manager">
		<rdfs:comment>Person whose primary job is to manage other people, directing their work activity in an Organization or for a project. A Manager tells his or her subordinate workers what to do</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Employee"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Organization" rdfs:label="Organization">
		<rdfs:comment>Organization is a group which is established such that certain known relationships and obligations exist between the members, and/or between the organization and its members, and/or between the organization and `outsiders' (individuals or groups). Organization includes both informal and legally constituted organizations. Organizations can act as agents -- to undertake projects, enter into agreements, own property, etc. Most organizations have names. Almost all have at least two members.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;Agent"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Person" rdfs:label="Person">
		<rdfs:subClassOf rdf:resource="&enterprise_rdfs;LegalAgent"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Position" rdfs:label="Position">
		<rdfs:comment>Position of a person within organisation. There could be number of different types of positions</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
	</rdfs:Class>
	<rdfs:Class rdf:about="&enterprise_rdfs;Team" rdfs:label="Team">
		<rdfs:comment>A group of people gathered for some task, say a project. Teams are usually not formally established and not meant to perform as a single agent for purposes outside the scope of their task. Teams may "live" within or organizations, spread between multiple organizations, or be independent form any organization.</rdfs:comment>
		<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
	</rdfs:Class>
	<rdf:Property rdf:about="&enterprise_rdfs;hasMember" rdfs:label="hasMember">
		<rdfs:comment>Relates a particular organization to the agents which are members of that organization. This predicate indicates `generic' membership, although there may be specialized kinds of membership in the same organization.Typically, membership elegibility is determined by the organization and accepted with the agent's voluntary affiliation. In many cases Persons that take Positions within Organization are considered members of the organization, although this is no way formally encoded here. </rdfs:comment>
		<rdfs:range rdf:resource="&enterprise_rdfs;Agent"/>
		<rdfs:domain rdf:resource="&enterprise_rdfs;Organization"/>
	</rdf:Property>
	<rdf:Property rdf:about="&enterprise_rdfs;hasPosition" rdfs:label="hasPosition">
		<rdfs:domain rdf:resource="&enterprise_rdfs;Person"/>
		<rdfs:range rdf:resource="&enterprise_rdfs;Position"/>
	</rdf:Property>
	<rdf:Property rdf:about="&enterprise_rdfs;isBossOf" rdfs:label="isBossOf">
		<rdfs:comment>Relates a Person to another one for which he is immediate boss or supervisor. This is a many-to-many relationship, i.e. there can be more than one boss of a person, even cotemporally.</rdfs:comment>
		<rdfs:domain rdf:resource="&enterprise_rdfs;Person"/>
		<rdfs:range rdf:resource="&enterprise_rdfs;Person"/>
	</rdf:Property>
	<rdf:Property rdf:about="&enterprise_rdfs;parentCompany" rdfs:label="parentCompany">
		<rdfs:comment>Relation betweeb an organization and its parent company that owns and substantially controls the organization.</rdfs:comment>
		<rdfs:range rdf:resource="&enterprise_rdfs;Business"/>
		<rdfs:domain rdf:resource="&enterprise_rdfs;Organization"/>
	</rdf:Property>
	<rdf:Property rdf:about="&enterprise_rdfs;subOrganizationOf" rdfs:label="subOrganizationOf">
		<rdfs:domain rdf:resource="&enterprise_rdfs;Organization"/>
		<rdfs:range rdf:resource="&enterprise_rdfs;Organization"/>
	</rdf:Property>
	<rdf:Property rdf:about="&enterprise_rdfs;withinOrganization" rdfs:comment="Determines in which organization is the position" rdfs:label="withinOrganization">
		<rdfs:range rdf:resource="&enterprise_rdfs;Organization"/>
		<rdfs:domain rdf:resource="&enterprise_rdfs;Position"/>
	</rdf:Property>
</rdf:RDF>
