#Processed by Id: cwm.py,v 1.61 2001/07/20 04:46:40 connolly Exp 
        #    using base file:/cygwin/home/em/w3ccvs/WWW/2001/08/01-ex1
        
#  Notation3 generation by
#       notation3.py,v 1.85 2001/07/26 04:45:47 connolly Exp

#   Base was: file:/cygwin/home/em/w3ccvs/WWW/2001/08/01-ex1
     @prefix : <http://www.w3.org/2000/10/swap/pim/contact#> .
     @prefix dc: <http://purl.org/dc/elements/1.1/> .
     @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    
    <http://www.example.org/1>     <http://purl.org/dc/elements/1.1/creator>  [
             :email <mailto:em@w3.org>;
             :fullName "Eric Miller" ];
         <http://purl.org/dc/elements/1.1/title> "Example 1" .
    
#ENDS
