<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/376/COVER-Model-Pivot-Index-for-Flexible-Adaptable-and-Agile-Systems">
		<rdfs:label><![CDATA[COVER Model Pivot Index for Flexible, Adaptable, and Agile Systems]]></rdfs:label>
		<event:title><![CDATA[COVER Model Pivot Index for Flexible, Adaptable, and Agile Systems]]></event:title>
		<event:speaker>
<person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Fuesane/Cheng"><person:name><![CDATA[Fuesane Cheng]]></person:name><rdfs:label><![CDATA[Fuesane Cheng]]></rdfs:label></person:Collaborator>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2010-11-30T09:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2010-11-30T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[325b ITE, UMBC]]></event:location>
		<event:abstract><![CDATA[To support corporate business’ competition on speed to market for product and service development, generically modeled data structures have been  used in the development of vertical application software systems, and in storing XML and RDF data for its flexibility, adaptability, and agility. However, generic data models require multiple self-joins on a single table with a large volume of data, causing slow performance for business intelligence (BI) applications. Conversely, traditional specific data models have faster performance but are not flexible, adaptive, or agile for speed to market. 

<p>
A generic data model named the Class Object Value Element Relationship (COVER) model was developed for storing node-oriented tree data information, and is suitable for automated pivot index generation and distributed data processing. This approach utilizes pivot view with appropriate metadata constructs to expose the search predicate fields for indexing, leading to performance gains in data retrieval for queries on branches or leaves across multiple trees. It is beneficial for production support or data retrieval to feed business intelligence and data mining.  A distributed COVER model with two different physical implementation variations was also developed for implementation on the distributed and parallel cloud computing platforms to take the scalability and performance advantages of the technology. 

<p>

 Benchmark experiments for comparing the query performance on the COVER model against self-join and XPath/XQuery approaches using RDBMS were executed and proved that the COVER model outperforms the other two on the same sets of test data queries. Furthermore, benchmark experiments on distributed cloud computing environment were conducted using Hadoop HBase for comparing the RDBMS COVER and distributed COVER models. The results have shown that the distributed COVER models outperformed the RDBMS and proved that the distributed COVER model is a viable data storage approach for flexible, adaptable, agile, and scalable systems.  :

 ]]></event:abstract>
	</event:Event>

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

</rdf:RDF>
