<?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/216/Linked-Data">
    <rdfs:label><![CDATA[Linked Data]]></rdfs:label>
    <event:title><![CDATA[Linked Data]]></event:title>
    <event:speaker><person:AffiliatedFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Joel/Sachs/"><person:name><![CDATA[Joel  Sachs]]></person:name><rdfs:label><![CDATA[Joel  Sachs]]></rdfs:label></person:AffiliatedFaculty></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2007-10-01T10:30:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2007-10-01T12:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE]]></event:location>
    <event:abstract><![CDATA[<a href="http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/LinkedDataTutorial/">Linked Data</a> refers to a collection of best practices for publishing data on the semantic web. It is also, in part, a re-branding of the semantic web itself, with less emphasis on semantics, and more on RDF linkages amongst data sources. Also heavily emphasized is the proper role of web architecture (http requests and responses; 303 redirects; etc.), and the distinction between information resources (those that physically reside on the web), and non-information resources (those that exist in the so-called real world).
<p>
I'll give a brief overview of Linked Data, followed by a discussion of some issues that Linked Data raises for the SPIRE project. These issues include how Swoogle should handle information sources such as <a href="http://dbpedia.org/">DBpedia</a>, and how to link <a href="http://spire.umbc.edu/ont/ethan.php">ETHAN</a> to other sources of taxonomic and natural history information.
]]></event:abstract>
    <event:tag><![CDATA[semantic web]]></event:tag>
    <event:tag><![CDATA[rdf]]></event:tag>
    <event:tag><![CDATA[owl]]></event:tag>
    <event:tag><![CDATA[linked data]]></event:tag>
    <event:tag><![CDATA[web 3.0]]></event:tag>
  </event:Event>

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

</rdf:RDF>
