<?xml version="1.0" encoding="UTF-8"?>

<!--

    Example 3.1 from the P3P spec as an RDF model

    $Id: ex-3-1.xml,v 1.1 2002/01/25 16:42:53 dom Exp $
-->

<!DOCTYPE rdf:RDF [
  <!ENTITY rdf     "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs    "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY p3p     "http://www.w3.org/2002/01/p3prdfv1#">
]>

<rdf:RDF
  xmlns:rdf ="&rdf;" 
  xmlns:rdfs="&rdfs;"
  xmlns:p3p ="&p3p;">

  <p3p:Policy rdf:ID="forBrowsers">
    <p3p:disclosure
  rdf:resource="http://www.catalog.example.com/PrivacyPracticeBrowsing.html"/>
    <p3p:entity rdf:parseType="Resource">

      <p3p:business.name rdf:value="CatalogExample"/>
      <p3p:business.contact-info.postal.street rdf:value="4000 Lincoln Ave."/>
      <p3p:business.contact-info.postal.city rdf:value="Birmingham"/>
      <p3p:business.contact-info.postal.stateprov rdf:value="MI"/>
      <p3p:business.contact-info.postal.country rdf:value="USA"/>

      <p3p:contact.online.email rdf:value="catalog@example.com"/>

      <p3p:contact.telephonenum.intcode rdf:value="1"/>
      <p3p:contact.telephonenum.loccode rdf:value="248"/>
      <p3p:contact.telephonnum.number   rdf:value="3926753"/>

    </p3p:entity>
      
    <p3p:access rdf:resource="&p3p;AccessClass-nonident"/>

    <p3p:disputeResolution>
      <p3p:DisputeResolution-independent-organization>
        <p3p:service rdf:resource="http://www.PrivacySeal.example.org"/>
        <p3p:shortDescription>PrivacySeal.example.org</p3p:shortDescription>
        <p3p:img>
          <p3p:Image rdf:about="http://www.PrivacySeal.example.org/Logo.gif">
            <p3p:imageAltText>PrivacySeal's logo</p3p:imageAltText>
          </p3p:Image>
        </p3p:img>
        <p3p:remedy rdf:resource="&p3p;Remedy-correct"/>
      </p3p:DisputeResolution-independent-organization>
    </p3p:disputeResolution>

    <p3p:statement          rdf:parseType="Resource">
      <p3p:purposeAlways    rdf:resource="&p3p;Purpose-admin"/>
      <p3p:purposeAlways    rdf:resource="&p3p;Purpose-develop"/>
      <p3p:recipientAlways  rdf:type="&p3p;Recipient-ours"/>
      <p3p:rentention       rdf:resource="&p3p;Rentention-stated-purpose"/>
      <p3p:data             rdf:predicate="&p3p;dynamic.clickstream"/>
      <p3p:data             rdf:predicate="&p3p;dynamic.http"/>
    </p3p:statement>        

  </p3p:Policy>
</rdf:RDF>

<!--
  $Log: ex-3-1.xml,v $
  Revision 1.1  2002/01/25 16:42:53  dom
  Installed for publication

  Revision 1.2  2002/01/24 17:08:42  rigo
  copy pasted schema into the note and added all the xml-files.

  Revision 1.1  2002/01/24 10:36:09  rigo
  revision after bugfixes and issue resolution with Brian McBride


  Revisions Prior to loading into W3C CVS repository

  Revision 1.3  2001/12/06 12:22:45  bwm
  changes associated with flattening the data schema

  Revision 1.2  2001/12/05 00:43:46  bwm
  tidying up

  Revision 1.1  2001/12/02 20:10:46  bwm
  Initial version

-->







