#Processed by Id: cwm.py,v 1.111 2002/12/07 01:16:18 timbl Exp # using base file:/Web/ninebynine.org/docs/SWAD-E/Scenario-HomeNetwork/PlayRules.n3 # Notation3 generation by # notation3.py,v 1.123 2002/12/07 23:43:28 timbl Exp # Base was: file:/Web/ninebynine.org/docs/SWAD-E/Scenario-HomeNetwork/PlayRules.n3 @prefix daml: . @prefix foaf: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix rule: . @prefix string: . this log:forAll <#A>, <#H>, <#T>, <#T1> . <#A1> rule:append ( ( "L11" "L12" "L13" ) "L14" ); daml:first "L11"; daml:rest [ rule:append ( ( "L12" "L13" ) "L14" ) ] . <#_g0> daml:first "L12"; daml:rest ( "L13" ) . { <#A> rule:append ( [ daml:first <#H>; daml:rest <#T> ] <#T1> ) . } log:implies {<#A> daml:first <#H>; daml:rest [ rule:append ( <#T> <#T1> ) ] . } . #ENDS