<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
	<!ENTITY research "http://ebiquity.umbc.edu/ontology/research.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:person = "&person;"
		xmlns:project = "&project;"
		xmlns:pub = "&pub;"
		xmlns:assoc = "&assoc;"
		xmlns:research = "&research;"
		xmlns:assert = "&assert;">
	<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/29/UMBC-OntoMapper-A-Tool-For-Mapping-Between-Two-Ontologies">
		<rdfs:label><![CDATA[UMBC OntoMapper: A Tool For Mapping Between Two Ontologies]]></rdfs:label>
		<project:title><![CDATA[UMBC OntoMapper: A Tool For Mapping Between Two Ontologies]]></project:title>
		<project:description><![CDATA[   <p>Forcing all communicating agents to share a common ontology is infeasible. A group of
people with similar interests usually has its own organizational schemes for documents. This
organization may be in the form of an ontology. Different agents may define very different
ontologies, and the semantics for the same terms may be very different in their ontologies. A
mapping from one agent's ontology to another agent's ontology is required to facilitate
communication between agents.</p>
   <p>This project develops a tool for automatic mapping between concepts of two ontologies.
We use a probabilistic approach for ontology mapping by using explicit information in the form of
documents assigned to individual concepts. This approach combines DAML+OIL (for ontology
specification), IR text classification techniques (for raw similarity scores between concepts from
each ontology) and Bayesian reasoning (for mapping generation). User specified landmarks are
used to improve accuracy and efficiency.</p>
]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2001-09-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2002-08-01T00:00:00-05:00</project:endDate>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html//DARPA"><person:name><![CDATA[DARPA]]></person:name><rdfs:label><![CDATA[DARPA]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Sponsor" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Zhongli/Ding"><person:name><![CDATA[Zhongli Ding]]></person:name><rdfs:label><![CDATA[Zhongli Ding]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Yun/Peng"><person:name><![CDATA[Yun Peng]]></person:name><rdfs:label><![CDATA[Yun Peng]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sushama/Prasad"><person:name><![CDATA[Sushama Prasad]]></person:name><rdfs:label><![CDATA[Sushama Prasad]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/110/Using-Explicit-Information-To-Map-Between-Two-Ontologies">
				<pub:title><![CDATA[Using Explicit Information To Map Between Two Ontologies]]></pub:title>
				<rdfs:label><![CDATA[Using Explicit Information To Map Between Two Ontologies]]></rdfs:label>
				<pub:booktitle><![CDATA[AAMAS 2002 Workshop on Ontologies and Agent Systems]]></pub:booktitle>
				<pub:publisher><![CDATA[CEUR Workshop Proceedings]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2002-07-07T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sushama/Prasad"><person:name><![CDATA[Sushama Prasad]]></person:name><rdfs:label><![CDATA[Sushama Prasad]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedResearchArea rdf:resource="&research;KnowledgeRepresentationandReasoning" />
		<project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
	</project:PastProject>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
