mulgara - semantic store

skip navigation

SHOW SITE NAV
fixed
fluid
straight

create

Creates a new model on an existing Mulgara server. The corresponding command for removing models is drop. The general syntax is as follows:

create model [type];

Where model is the URI of the model to create and type is an optional model type specification.

Model URIs are formed by adding a fragment part to the URI of the server they reside on. The following example creates a model named MyModel on the server at rmi://mysite.com/server1.

create <rmi://mysite.com/server1#MyModel>;

The optional model types are:

The Mulgara server must exist before you can create models on it. If you try to create a model on a nonexistent or unreachable server, the command fails with the message Couldn't contact server.

Valid XHTML 1.0 TransitionalValid CSS 3.0!