- From: Tim Berners-Lee <timbl@w3.org>
- Date: Wed, 16 Jul 2003 15:41:45 -0400
- To: Miguel Branco <miguel.branco@cern.ch>
- Cc: connolly@w3.org, www-archive+n3bugs@w3.org
I haven't looked in detail, but it looksa though you have relative URIs in files which you have moved. Things like @prefix : <test1#> . mean different things in different files. Reltive URIs are useful (allowing a group of things to work together when moved) but if you move some things and not others you have to be careful. You can make cwm suppress relative URLs in its output with --n3=r This might not be perfect either - you might be best telling cwm where the file is going to go with --base cwm <whatever> --base /foo/bar.n3 > /foo/bar.n3 Hope this helps. Glad you are having fun! timbl On Wednesday, Jul 16, 2003, at 07:07 US/Eastern, Miguel Branco wrote: > @prefix : <test1#> .
Received on Wednesday, 16 July 2003 15:41:49 UTC