This document describes how you can install a partial setting of RDF tools for your own local use. The initial requirements are that you have
Now to the actual installation instructions:
Now, you are ready to proceed with the tools that will be collectively run with the collect.pl script. You need to execute this script with at least one parameter which is either
I suggest you try running collect.pl . Janne in the rdf directory and press on the Start query button once the window opens... (The result will effectively be similar to opening this applet)
What the above set up does is that it retrieves embedded RDF descriptions from well-formed HTML/XML documents. These documents do not contain a document type declaration.
This extraction is accomplished using the SiRPAC Simple RDF Parser & Compiler. The result is a set of 3-tuples i.e. triples.
These triples can further be visualized using org.w3c.rdf.VisRDF Java class which is also included in the SiRPAC distribution.
You can look at the HTML documents with your browser - remember to use View Source to see the embedded RDF. (doc1.html, doc2.html, doc3.html, doc4.html)
Last update: $Date: 1999/03/12 10:22:07 $
Janne Saarela