<?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/135/A-cost-effective-approach-to-protecting-RFID-tag-identity">
    <rdfs:label><![CDATA[A cost-effective approach to protecting RFID tag identity]]></rdfs:label>
    <event:title><![CDATA[A cost-effective approach to protecting RFID tag identity]]></event:title>
    <event:speaker><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Nimish/Vartak/"><person:name><![CDATA[Nimish  Vartak]]></person:name><rdfs:label><![CDATA[Nimish  Vartak]]></rdfs:label></person:MSAlumnus></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2006-02-22T10:30:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2006-02-22T12:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b]]></event:location>
    <event:abstract><![CDATA[Radio Frequency Identifier (RFID) is an emerging technology. Despite
formidable security vulnerabilities, RFID finds applications from supply
chain management to tracking personnel. A rogue RFID reader being able to
query a RFID tag for its unique identifier or eavesdrop on the identifier is
a major security concern. One-way hashing, cryptography and one-time pads
are among some of the methods being used to secure this channel. Most of
these methods involve the use of expensive active RFID tags.
<p>
We develop a scheme to ensure that an RFID tagged item will reveal
sensitive data to only an authorized agency. We develop a cost-effective
security solution using common passive RFID tags and an agent for
validation. We propose a novel method by which a tag can enforce
validation/authentication by storing code (or a code fragment) on it. This
code would be executed in a sand-box within the environment of an agent or a
reader. Certificates would be used to verify the authenticity of the
interacting entities. A reader would be granted varying level of access
based on its capability certificates by the agent.
<p>
We target a scenario in which we protect the identity of specific
goods being transported in a consignment of goods using a special RFID tag
(or reader) which would act as a sentinel. The tag identifiers are of local
significance, and can be decoded by the sentinel. The sentinel has state
information and has code (or keys) for partial authentication, and directs
the reader to the agent. The reader then contacts the agent to get access to
the tag data, using its capability certificates.
<p>
This scheme leverages the existing technologies to provide an
effective privacy protection mechanism for RFID tags.

]]></event:abstract>
    <event:tag><![CDATA[rfid]]></event:tag>
    <event:tag><![CDATA[security]]></event:tag>
    <event:tag><![CDATA[privacy]]></event:tag>
    <event:tag><![CDATA[pervasive computing]]></event:tag>
  </event:Event>

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

</rdf:RDF>

