- From: Dan Connolly <connolly@w3.org>
- Date: Mon, 11 Sep 2006 00:15:59 -0500
- To: public-cwm-bugs@w3.org
Something broke with log:includes and matching existentials
since paw-demo-m1. This doesn't work in the HEAD version:
---8<---
@keywords is, of, a.
@prefix : <,difbug#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
{
{ <http://purl.org/dc/elements/1.1/title>
owl:differentFrom <http://purl.org/dc/elements/1.1/title> }
log:includes
{ _:x owl:differentFrom _:x }
} => { thisTest a Pass }.
---8<---
--
Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Monday, 11 September 2006 05:15:49 UTC