<?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/315/PhD-Proposal-A-Generic-Data-Model-Pivot-Query-for-Flexible-Adaptive-and-Agile-Systems">
    <rdfs:label><![CDATA[PhD Proposal :  A Generic Data Model Pivot Query for Flexible, Adaptive, and Agile Systems]]></rdfs:label>
    <event:title><![CDATA[PhD Proposal :  A Generic Data Model Pivot Query for Flexible, Adaptive, 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">2009-09-29T10:15:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2009-09-29T11:30:00-05:00</event:endDate>
    <event:location><![CDATA[ITE 325 B]]></event:location>
    <event:abstract><![CDATA[Fuesane Cheng's Ph.D. Preliminary Exam: 
<br><br>
Abstract: <br>
Generically modeled data structure has been widely used  in the development of vertical application software systems and in the usage of XML and RDF for its flexibility, adaptability, and agility to support corporate business’ competition on speed to market for product and service development. However, generic data models require multiple self-joins on a single table with large volume of data, causing slow performance for Business intelligence (BI) applications On the other hand, traditional specific data models have faster performance but are not flexible, adaptive, or agile for speed to market. This research is to develop a novel generic data model with pivot query schemes which can maintain the flexibility, agility, and adaptability of generic data model and achieve the desired performance of a specific data model.
<br><br>
The goals for this research are to:<br>
Develop a novel generic data model with pivot query schemes to maintain the flexibility, agility, and adaptability of generic data model and achieve the desired performance of a specific data model.
Develop algorithms for generating static views and dynamic pivot SQL queries to improve the performance of generic data model approach.
Develop parsing and dynamic pivot query generating algorithms to support XQuery and XPath data graph queries using the novel generic data model in any RDBMS.
Develop approaches for implementing the COVER data structures and pivoting algorithms in native file management system with multi-core parallel processing.
<br><br>
Possible Contributions upon completion of this research:<br>
A novel generic data model for Flexible, Adaptive, and Agile Systems.
An Implementation of model and algorithms for Generic XML data store.
A generic archival data store for any relational, hierarchical, or network DBMS database.
A replacement of the core data storage management system of existing DBMS systems to provide Flexibility, Adaptability, and Agility for schema changes.
<br><br>
Committee:<br>
<a href="http://ebiquity.umbc.edu/person/html/Yelena/Yesha/">Dr.Yelena Yesha (Chair)</a><br>
<a href="http://ebiquity.umbc.edu/person/html/Milton/Halem/">Dr. Milton Halem</a><br>
<a href="http://ebiquity.umbc.edu/person/html/Tim/Finin/">Dr. Tim Finin</a><br>
<a href="http://ebiquity.umbc.edu/person/html/Anupam/Joshi/">Dr. Anupam Joshi</a><br>]]></event:abstract>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Yelena/Yesha/"><person:name><![CDATA[Yelena  Yesha]]></person:name><rdfs:label><![CDATA[Yelena  Yesha]]></rdfs:label></person:PrincipalFaculty></event:host>
  </event:Event>

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

</rdf:RDF>

