#Processed by Id: cwm.py,v 1.41 2001/05/10 13:13:29 timbl Exp # using base file:/web/infomesh/2001/rdfsvalid/reif2cont.n3 # Input rules to apply from file:/web/infomesh/2001/rdfsvalid/reiftocont.n3 # Notation3 generation by # notation3.py,v 1.74 2001/05/10 13:13:29 timbl Exp # Base was: file:/web/infomesh/2001/rdfsvalid/reif2cont.n3 @prefix log: . @prefix : <#> . @prefix rdf: . [ a rdf:Statement; rdf:object :_g1; rdf:predicate :y; rdf:subject :x ]. :_g1 a rdf:Statement; rdf:object :z1; rdf:predicate :y1; rdf:subject :x1 . :x1 :y1 :z1 . :x :y :_g1 . this log:forSome :_g1 . #ENDS