Re: cwm testP.n3

that seems to work now since
$Id: uripath.py,v 1.5 2002/08/23 04:36:15 connolly Exp $
thanks

-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/




Jos De_Roo
2002-08-21 12:07 AM

 
        To:     Tim Berners-Lee
        cc:     www-archive@w3.org
        Subject:        cwm testP.n3

Tim,

I came across a bug I think...
(what else are rainy holidays good for?)

We have the following simple N3

==== file:/temp/testP.n3
@prefix : <test#> .
:s :p :o .
====

and then we run
  cwm testP.n3
and get

#Processed by Id: cwm.py,v 1.103 2002/08/08 02:03:35 timbl Exp
        #    using base file:/temp/testP.n3

#  Notation3 generation by
#       notation3.py,v 1.118 2002/08/16 22:30:48 timbl Exp

#   Base was: file:/temp/testP.n3
     @prefix : <#> .

    :s     :p :o .

#ENDS

i.e. the @prefix : is suddenly <#> instead of <test#> .
I see that this happens with prefixes shorter than the filename
as @prefix : <testPP#> gives @prefix : <testPP#>
and @prefix : <testP#> indeed @prefix : <#> .

-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Friday, 23 August 2002 08:33:28 UTC