<?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 project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.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:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/74/Database-Semanticizer-Presentation">
    <rdfs:label><![CDATA[Database Semanticizer Presentation]]></rdfs:label>
    <pub:title><![CDATA[Database Semanticizer Presentation]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2004-12-06T00:00:00-05:00</pub:publishedOn>
    <pub:description><![CDATA[The vision of the Semantic web is to give the web a well defined meaning
by representing the same in OWL and linking it to ontologies accepted
commonly by standardization efforts. Most of the formatted data is today
stored in the form of relational databases. We need to RDFize it in order
to use this data on the Semantic Web. The data model behind RDF is a
directed labeled graph, which consists of nodes and labeled directed arcs
linking pairs of nodes. To export data from an RDBMS into RDF, the
relational database model has to be mapped to the graph-based RDF data
model. We go for a service oriented model to capture the necessary values
we require to create a semantic instance. We have modeled our application
as a semantic service for Task Computing.
<p>
Also we have demonstrated the usefulness of our system in the domains of
Task Computing and the Bioinformatics Grid Computing domain. Bio grid task
computing environments are now able to access legacy databases and pass on
tuples in the form of semantic instances. Also we demonstrated how Bio
grid Computing can enhance the user experience of a bioinformatics
researcher.
]]></pub:description>
    <pub:counter>1767</pub:counter>
    <pub:tag><![CDATA[database]]></pub:tag>
    <pub:tag><![CDATA[semantic web]]></pub:tag>
    <pub:author>
       <rdf:List>
         <rdf:first><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Anubhav/Sonthalia/"><person:name><![CDATA[Anubhav  Sonthalia]]></person:name><rdfs:label><![CDATA[Anubhav  Sonthalia]]></rdfs:label></person:MSAlumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Anubhav/Sonthalia/"><person:name><![CDATA[Anubhav  Sonthalia]]></person:name><rdfs:label><![CDATA[Anubhav  Sonthalia]]></rdfs:label></person:MSAlumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[Microsoft PowerPoint]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/resource/74.ppt]]></pub:softCopyURI>
      <pub:softCopySize>6436864</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
    <assert:eventPptSlidesOf rdf:resource="http://ebiquity.umbc.edu/event/html/id/73/MS-defense-Building-a-Database-semanticizer-for-Task-Computing" />
  </pub:Resource>

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

</rdf:RDF>

