- From: Gerard Maas <gerard.maas@alcatel.be>
- Date: Fri, 09 Jun 2000 12:29:36 +0200
- To: RDF-list <www-rdf-interest@w3.org>
- Message-ID: <3940C710.3D48370A@alcatel.be>
Hello all, Given the diferences I get from using the online and download versions of SiRPAC I assume that there is an updated version somewhere. Where can I download it? (assuming that I *may* download it from somewhere ;-) Thanks in advance, Gerard. ----- just for the reference: a piece of my mail dated 16/05----- Here is a dump of the 'simple' example at the "SiRPAC online" (example #2) --- example2.rdf ------ <?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:DC="http://purl.org/metadata/dublin_core/"> <Bag ID="pages"> <li resource="http://foo.org/foo.html" /> <li resource="http://bar.org/bar.html" /> </Bag> <Description aboutEach="#pages"> <DC:Creator>Ora Lassila</DC:Creator> </Description> </RDF> ---- SiRPAC Download Version 1.14 ---- triple("http://www.w3.org/1999/02/22-rdf-syntax-ns#type","file:D:\Program\java\RDF\SiRPAC-1.14\lassila-example-2.rdf.txt#pages","http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"). triple("http://www.w3.org/1999/02/22-rdf-syntax-ns_1","file:D:\Program\java\RDF\SiRPAC-1.14\lassila-example-2.rdf.txt#pages","http://foo.org/foo.html"). triple("http://www.w3.org/1999/02/22-rdf-syntax-ns_2","file:D:\Program\java\RDF\SiRPAC-1.14\lassila-example-2.rdf.txt#pages","http://bar.org/bar.html"). triple("http://purl.org/metadata/dublin_core/Creator","http://foo.org/foo.html","Ora Lassila"). triple("http://purl.org/metadata/dublin_core/Creator","http://bar.org/bar.html","Ora Lassila"). -------------------------------- [snip] ------ SiRPAC OnLine ------- triple('http://www.w3.org/1999/02/22-rdf-syntax-ns#type','online#pages', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'). triple('http://www.w3.org/1999/02/22-rdf-syntax-ns#_1','online#pages','http://foo.org/foo.html'). triple('http://www.w3.org/1999/02/22-rdf-syntax-ns#_2','online#pages','http://bar.org/bar.html'). triple('http://purl.org/metadata/dublin_core/Creator','http://foo.org/foo.html', 'Ora Lassila'). triple('http://purl.org/metadata/dublin_core/Creator','http://bar.org/bar.html','Ora Lassila').
Received on Friday, 9 June 2000 06:30:15 UTC