- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Mon, 1 Dec 2003 13:54:27 +0000
- To: Tim Berners-Lee <timbl@w3.org>, Dan Connolly <connolly@w3.org>
- Cc: www-archive+n3bugs@w3.org
As I original recorded at
http://rdfig.xmlhack.com/2003/11/27/2003-11-27.html#1069935084.201348
@prefix : <http://example.org/base1#> .
@prefix a: <http://example.org/base2#> .
a:a a:b .
This "triple" is passed OK by cwm. If I name the above as odd.n3 and
run it with
python2.2 cwm.py odd.n3
I get:
#Processed by Id: cwm.py,v 1.144 2003/09/14 20:20:20 timbl Exp
# using base file:/w3c/2000/10/swap/odd.n3
# Notation3 generation by
# notation3.py,v 1.147 2003/10/20 17:31:55 timbl Exp
# Base was: file:/w3c/2000/10/swap/odd.n3
@prefix : <http://example.org/base1#> .
@prefix a: <http://example.org/base2#> .
a:a a :b .
#ENDS
Dave
Received on Monday, 1 December 2003 08:55:25 UTC