<?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 photo "http://ebiquity.umbc.edu/ontology/photo.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:photo = "&photo;"
  xmlns:assert = "&assert;">
  <photo:Photo rdf:about="http://ebiquity.umbc.edu/photo/html/id/128/Filip-at-Mobiquitous-04">
    <rdfs:label><![CDATA[Filip at Mobiquitous '04]]></rdfs:label>
    <photo:title><![CDATA[Filip at Mobiquitous '04]]></photo:title>
    <photo:takenOn rdf:datatype="&xsd;dateTime">2004-08-24T00:00:00-05:00</photo:takenOn>
    <photo:description><![CDATA[Filip  presents a paper at the First Annual International Conference
on Mobile and Ubiquitous Systems: Networking and Services in Boston.]]></photo:description>
    <photo:jpegURI><![CDATA[http://ebiquity.umbc.edu/photos/l/128]]></photo:jpegURI>
    <photo:size>13433</photo:size>
    <photo:width>251</photo:width>
    <photo:height>390</photo:height>
    <assert:shows rdf:resource="http://ebiquity.umbc.edu/person/html/Filip/Perich/" />
    <assert:takenAtConference rdf:resource="http://ebiquity.umbc.edu/conference/html/id/10/Mobiquitous-2004" />
  </photo:Photo>

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

</rdf:RDF>
