Loading Existing RDF Data
Existing RDF data is loaded into Mulgara using the iTQLTM load command. The model must already exist. The steps are as follows:
- Create a model. For example, to create a model called
mymodel on a Mulgara server running on mysite.com , use the following iTQL command:create <rmi://mysite.com/server1#mymodel>;
Note - To determine your systems host name, at a command line type ipconfig (Windows) or hostname (Unix or Linux)
- Load an RDF file into the model just created. The specified file must have a
file: or http: URL. For example, to load the file file:/tmp/mydata.rdf , use the following iTQL command:load <file:/tmp/mydata.rdf> into <rmi://mysite.com/server1#mymodel>;
Note - In Windows, the file specification would look something like <file:/C:/temp/mydata.rdf> .
The two steps above can be competed at the same time using the Mulgara ViewerTM, as shown below.

Alternatively, you can create the model first then create the load command by clicking on using the Browse button to find the RDF file.
Once the RDF data is loaded into a Mulgara model, you can query and manipulate it using other iTQL commands.
See the RDF Data section for links to data sources for testing purposes.
|
|
|
© 2001-2004 Tucana Technologies, Inc. Some rights reserved. © 2006 The Mulgara Project. Some rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
|