- From: Dan Connolly <connolly@w3.org>
- Date: 21 Jan 2002 17:03:48 -0600
- To: Tim Berners-Lee <timbl@w3.org>
- Cc: www-archive+n3bugs@w3.org, connolly@w3.org
I here's the testcase in full: --8<-- @prefix ex: <http://example/vocab#>. [ a ex:Foo]. # test with: python ../cwm.py typednode.n3 --rdf # you should get a typednode in the RDF output, # i.e. not a Description element. # as of 21Jan2002, you get Description. bug. --8<-- checked in as swap/test/typednode.n3 The problem seems to come from recent changes to notation3.ToRDF.startAnonymous, but the code around there scares me... I couldn't find a fix. -- Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Monday, 21 January 2002 18:03:50 UTC