<?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/17/-Ontologies-What-Why-and-How">
    <rdfs:label><![CDATA[ Ontologies -- What, Why and How]]></rdfs:label>
    <event:title><![CDATA[ Ontologies -- What, Why and How]]></event:title>
    <event:speaker><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin/"><person:name><![CDATA[Tim  Finin]]></person:name><rdfs:label><![CDATA[Tim  Finin]]></rdfs:label></person:PrincipalFaculty></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2004-04-28T10:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2004-04-28T12:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE Building, UMBC]]></event:location>
    <event:abstract><![CDATA[In philosophy, an ontology is the branch of metaphysics
that deals with the nature of being.  An ontology is a
theory of what exists and lets us experience and
operate in the world by, as Plato put it, "carving
nature at its joints".  In information systems, an
ontology is an explicit formal specification of how to
represent the objects, concepts and other entities
relevant to some domain and the relationships that hold
among them.  An ontology provides a conceptualization
of information to be represented in the computer and a
vocabulary of terms to use in this representation.
<p>
This tutorial will cover the basics of how ontologies
are being used in information system today.  It will
include a discussion of their history, the relationship
to the semantic web, the languages and tools used for
building and using ontologies, examples of large and
small ontologies, some example applications that use
ontologies, and speculations on how the ideas and
technologies will develop.]]></event:abstract>
    <event:host><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Jin-Ping/(Jack)/Gwo/"><person:name><![CDATA[Jin-Ping (Jack) Gwo]]></person:name><rdfs:label><![CDATA[Jin-Ping (Jack) Gwo]]></rdfs:label></person:Collaborator></event:host>
    <assert:hasEventResource rdf:resource="http://ebiquity.umbc.edu/resource/html/id/20/Ontologies-what-why-and-how" />
  </event:Event>

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

</rdf:RDF>
