#Processed by Id: cwm.py,v 1.61 2001/07/20 04:46:40 connolly Exp 
        #    using base ephemeral:
        
#  Notation3 generation by
#       notation3.py,v 1.85 2001/07/26 04:45:47 connolly Exp

#   Base was: ephemeral:
     @prefix : <http://www.w3.org/2001/08/p3pv1#> .
     @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
     @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    
    <http://www.w3.org/2001/08/lang#Selector>     a rdfs:Class;
         rdfs:description """A resource which represents a
multi-valued property whose actual value is language dependent""";
         rdfs:label "Selector";
         rdfs:subClassOf rdfs:Resource .
    
    <http://www.w3.org/2001/08/lang#default>     a rdf:Property;
         rdfs:description "the value for a language selector property";
         rdfs:domain <http://www.w3.org/2001/08/lang#Selector>;
         rdfs:label "default language" .
    
    <http://www.w3.org/2001/08/lang#en>     a rdf:Property;
         rdfs:description "The English value for a selector property";
         rdfs:domain <http://www.w3.org/2001/08/lang#Selector>;
         rdfs:label "English" .
    
    :ContactInfo     a rdfs:Class;
         rdfs:description """
    Contact information.
  """;
         rdfs:label "Contact Info";
         rdfs:subClassOf rdfs:Resource .
    
    :Dispute     a rdfs:Class;
         rdfs:description """
    A dispute resolution procedure.
  """;
         rdfs:label "Dispute";
         rdfs:subClassOf rdfs:Resource,
                :longDescription-Domain,
                :shortDescription-Domain .
    
    :Disputes     a rdfs:Class;
         rdfs:description """
    A collection of dispute resolution procedures.
  """;
         rdfs:label "Disputes";
         rdfs:subClassOf rdf:Bag .
    
    :InfoType     a rdfs:Class;
         rdfs:description """
    A class of information types defined by P3P.
  """;
         rdfs:label "InfoType";
         rdfs:subClassOf rdfs:Resource .
    
    :Online     a rdfs:Class;
         rdfs:description """
    Online address information.
  """;
         rdfs:label "Online";
         rdfs:subClassOf rdfs:Resource .
    
    :Organization     a rdfs:Class;
         rdfs:description """
    An organisation.
  """;
         rdfs:label "Organization";
         rdfs:subClassOf rdfs:Resource .
    
    :Policy     a rdfs:Class;
         rdfs:description "A P3P Policy";
         rdfs:label "Policy";
         rdfs:subClassOf rdfs:Resource .
    
    :Remedy-Correct     a rdfs:Class;
         rdfs:description """
    Errors or wrongful actions arising in t connection with the privacy
    policy will be remedied by the service.
  """;
         rdfs:label "Correct";
         rdfs:subClassOf :Remedy .
    
    :Remedy-Law     a rdfs:Class;
         rdfs:description """
    Remedies for breaches of the policy statement will be determined
    based on the law referenced in the human readable description.
  """;
         rdfs:label "Correct";
         rdfs:subClassOf :Remedy .
    
    :Remedy-Money     a rdfs:Class;
         rdfs:description """
    If the service provider violates its privacy policy it wil pay
    the individual an amount specified in the human readable privacy
    policy or the amount of damages.
  """;
         rdfs:label "Money";
         rdfs:subClassOf :Remedy .
    
    :Remedy     a rdfs:Class;
         rdfs:description """
    A remedy in case a policy breach occurs.
  """;
         rdfs:label "Remedy";
         rdfs:subClassOf rdfs:Resource .
    
    :access     a rdf:Property;
         rdfs:description """
    Indicates whether the site provides access various kinds of 
    information.
  """;
         rdfs:domain :Policy;
         rdfs:label "access";
         rdfs:range :InfoType .
    
    :certificate     a rdfs:Property;
         rdfs:description """
    Organization identity certificate
  """;
         rdfs:domain :Organization;
         rdfs:label "certificate";
         rdfs:range rdfs:Resource .
    
    :contact-info     a rdfs:Property;
         rdfs:description """
    Contact Information for the organization.
  """;
         rdfs:domain :Organization;
         rdfs:label "contact-info";
         rdfs:range :ContactInfo .
    
    :department     a rdfs:Property;
         rdfs:description """
    The name of the department or division of the organization.
  """;
         rdfs:domain :Organization;
         rdfs:label "department";
         rdfs:range rdfs:Literal .
    
    :discuri     a rdf:Property;
         rdfs:description "Natural Language Privacy Statement";
         rdfs:domain :Policy;
         rdfs:label "disclosure";
         rdfs:range <http://www.w3.org/2001/08/lang#Selector> .
    
    :disputes     a rdf:Property;
         rdfs:description """
    A collection of dispute resolution procedures that may be
    followed for disputes about a services privacy practices.
  """;
         rdfs:domain :Policy;
         rdfs:label "disputes";
         rdfs:range :Disputes .
    
    :email     a rdfs:Property;
         rdfs:description """
    email address.
  """;
         rdfs:domain :Online;
         rdfs:label "email";
         rdfs:range rdfs:Resource .
    
    :entity     a rdf:Property;
         rdfs:description """
    Identifies the legal entity making the representation of the privacy
    practices contained in the policy.
  """;
         rdfs:domain :Policy;
         rdfs:label "entity";
         rdfs:range :Organization .
    
    :infoType-All     a rdfs:Class;
         rdfs:description """
    All identifiable information.
  """;
         rdfs:label "All";
         rdfs:subClassOf :InfoType .
    
    :infoType-NonIdent     a rdfs:Class;
         rdfs:description """
    Identifiable data is not used.
  """;
         rdfs:label "NonIdent";
         rdfs:subClassOf :InfoType .
    
    :longDescription-Domain     a rdfs:Class .
    
    :longDescription     a rdf:Property;
         rdfs:description "long description";
         rdfs:domain :longDescription-domain;
         rdfs:label "long description";
         rdfs:range rdfs:Literal .
    
    :name     a rdfs:Property;
         rdfs:description """
    The name of the organization.
  """;
         rdfs:domain :Organization;
         rdfs:label "name";
         rdfs:range rdfs:Literal .
    
    :online     a rdfs:Property;
         rdfs:description """
    Online address information.
  """;
         rdfs:domain :ContactInfo;
         rdfs:label "online";
         rdfs:range :Online .
    
    :opturi     a rdf:Property;
         rdfs:description """
    Instructions that users can follow to request or decline to have their
    data used for a particular purpose.
  """;
         rdfs:domain :Policy;
         rdfs:label "opturi";
         rdfs:range <http://www.w3.org/2001/08/lang#Selector> .
    
    :postal     a rdfs:Property;
         rdfs:description """
    Postal address information
  """;
         rdfs:domain :ContactInfo;
         rdfs:label "postal";
         rdfs:range :Postal .
    
    :remedy     a rdf:Property;
         rdfs:description """
    The possible remedies in case a policy breach occurs.
   """;
         rdfs:domain :Dispute;
         rdfs:label "remedy";
         rdfs:range :Remedy .
    
    :resolutionType-ApplicableLaw     a rdfs:Class;
         rdfs:description """
    Disputes arising in connection with the privacy statement will
    be resolved in accordance with the referenced law.
  """;
         rdfs:label "Customer Service";
         rdfs:subClassOf :Dispute .
    
    :resolutionType-Court     a rdfs:Class;
         rdfs:description """
    Individual may file a legal complaint against the web site.
  """;
         rdfs:label "Court";
         rdfs:subClassOf :Dispute .
    
    :resolutionType-CustomerService     a rdfs:Class;
         rdfs:description """
    Individual may complain to the Web site's customer service
    respresentative for resolution of disputes regarding the use
    of collected data.
  """;
         rdfs:label "Customer Service";
         rdfs:subClassOf :Dispute .
    
    :resolutionType-IndependentOrganization     a rdfs:Class;
         rdfs:description """
    Individual may complain to an independent organization
    for resolution of disputes regarding the use
    of collected data.
  """;
         rdfs:label "Independent Organization";
         rdfs:subClassOf :Dispute .
    
    :service     a rdf:Property;
         rdfs:description "The resolution services";
         rdfs:domain :Dispute;
         rdfs:label "service";
         rdfs:range rdfs:Resource .
    
    :shortDescription-Domain     a rdfs:Class .
    
    :shortDescription     a rdf:Property;
         rdfs:description "short description";
         rdfs:domain :shortDescription-domain;
         rdfs:label "short description";
         rdfs:range rdfs:Literal .
    
    :telecom     a rdfs:Property;
         rdfs:description """
    Telecommunications information
  """;
         rdfs:domain :ContactInfo;
         rdfs:label "telecom";
         rdfs:range :Telecom .
    
    :test     a rdf:Property;
         rdfs:description """
    Used for testing purposes.  The presence of a test property,
    whatever its value, indicates that the policy is just an
    example and as such it MUST be ignored.
  """;
         rdfs:domain :Policy;
         rdfs:label "test" .
    
    :uri     a rdfs:Property;
         rdfs:description "\n    Home page\n  ";
         rdfs:domain :Online;
         rdfs:label "uri";
         rdfs:range rdfs:Resource .
    
    :verification     a rdf:Property;
         rdfs:description """
    A resource which can be used for verification purposes.
  """;
         rdfs:domain :Dispute;
         rdfs:label "verification";
         rdfs:range rdfs:Resource .
    
#ENDS
