Parameter | Default Value | Description |
---|---|---|
server | .localhost | the location of the AllegroGraph RDF server |
port | 6789 | the port AllegroGraph is running on |
catalog | None | the catalog to use |
repository | None | the repository to use |
the parameters are passed as key-value arguments to the surf.store.Store class
s = Store( reader = 'allegro_franz',
writer = 'allegro_franz',
server = 'localhost',
port = 6789,
catalog = 'repositories',
repository = 'test_surf')