#Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp 
        #    using base file:///Users/finin/Sites/691s13/examples/n3/ex/ex1.ttl
        
#  Notation3 generation by
#       notation3.py,v 1.200 2007/12/11 21:18:08 syosi Exp

#   Base was: file:///Users/finin/Sites/691s13/examples/n3/ex/ex1.ttl
    @prefix fam: <http://691.finin.org/o/family#> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    
    rdf:type     a rdf:Property,
                rdfs:Resource .
    
    <#cain>     a rdfs:Resource .
    
    <#eve>     a rdfs:Resource;
         fam:mother_of <#cain> .
    
    fam:mother_of     a rdf:Property,
                rdfs:Resource .
    
    rdf:Property     a rdfs:Resource .
    
    rdfs:Resource     a rdfs:Resource .
    
#ENDS
