forked from dotnetrdf/dotnetrdf
-
Notifications
You must be signed in to change notification settings - Fork 0
UserGuide Storage 4store
Kal Ahmed edited this page Sep 25, 2016
·
9 revisions
Home > User Guide > Storage API > Storage Providers > 4store
4store the open source triple store originally developed at Garlik may be connected to using the FourStoreConnector.
- Load, Save, Update, Delete and List Graphs
- SPARQL Query and Update
Connecting to 4store requires only knowing the URL:
FourStoreConnector fourStore = new FourStoreConnector("http://localhost:8080");You may optionally specify a proxy server if necessary.
If using an old version of 4store that does not support updates you can connect to 4store in read-only mode like so:
FourStoreConnector fourStore = new FourStoreConnector("http://localhost:8080", false);- Getting Started
- Library Overview
- Hello World
- Reading RDF
- Writing RDF
- Working With Graphs
- Typed Values and Lists
- Working with Triple Stores
- Building SPARQL
- Querying with SPARQL
- Updating with SPARQL
- Exceptions
- Equality and Comparison
- Event Model
- Utility Methods
- Extension Methods
- Using the Namespace Mapper
- Storage API
- Advanced SPARQL
- Ontology API
- Inference and Reasoning
- ASP.NET Integration
- Global Options
- Formatting API
-
Configuration API
- Graphs
- Triple Stores
- Object Factories
- Readers and Writers
- SPARQL Endpoints
- Query Processors
- Update Processors
- Protocol Processors
- SPARQL Datasets
- SPARQL Expression Factories
- SPARQL Operators
- SPARQL Optimisers
- Full Text Query
- Reasoners
- Storage Providers
- User Groups
- Permissions
- Users
- Static Options
- Proxy Servers
- Handlers API
- JSON-LD API
- Tools