CWM Question

Input:

@prefix : <foo#>.
@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .

:a :someprop :b.
:someotherprop = :someprop.

{:a :someprop :b} log:implies {:a log:outputString "someprop"}.
{:a :someotherprop :b} log:implies {:a log:outputString
"someotherprop"}.

Output:

someprop

Why not "someotherprop"?
-- 
"When I walk on the floor for the final execution, I'll wear a denim 
suit. I'll walk in there like Willie Nelson, John Wayne, Will Smith 
-- Men in Black -- James Brown. Maybe do a Michael Jackson moonwalk."
Congressman James Traficant.

Received on Monday, 19 August 2002 23:24:18 UTC