Project

General

Profile

Docs » History » Version 23

Paula Gearon, 10/06/2009 05:23 AM
Added SPARQL links

1 1 Paula Gearon
= Documentation =
2 3 Paula Gearon
3 9 Paula Gearon
== Users ==
4 11 Paula Gearon
 * [wiki:StartStop Starting and Stopping Mulgara].
5 9 Paula Gearon
 * [wiki:WebUI Web User Interface].
6 22 Gregg -
 * [wiki:cURL Using cURL to experiment with SPARQL and TQL].
7 9 Paula Gearon
8 13 Paula Gearon
== Deployment ==
9
 * [wiki:Deploying]. How to run a server, create an embedded Database, etc.
10
 * [wiki:SystemProperties System Properties]. A list of the system properties used by Mulgara.
11
 * [wiki:Args Command Line Arguments]. A list of the command line arguments used by the server application.
12
13 23 Paula Gearon
== SPARQL ==
14
 * [http://www.w3.org/TR/rdf-sparql-query/ SPARQL]: The query language specification.
15
 * [http://jena.sourceforge.net/ARQ/Tutorial/index.html SPARQL Tutorial]: The Jena tutorial for SPARQL.
16
 * [wiki:SPARQLExt SPARQL Extensions]: Mulgara extensions to standard SPARQL.
17
 * [wiki:SPARQLIssues Issues]: Known issues with the SPARQL implementation.
18
19 3 Paula Gearon
== TQL ==
20
 * [wiki:TQLUserGuide TQL User Guide]: The user guide.
21 4 Paula Gearon
 * [wiki:Rules]: How to use rules.
22 3 Paula Gearon
   * [wiki:RLog RLog]: How to write RLog programs.
23 1 Paula Gearon
   * [wiki:RulesFormat Rules Format]: How to write a rules file.
24
 * [wiki:SKOS]: SKOS rules.
25
The user guide has only just been started. Please add to it if you have time! The original guide can be [http://docs.mulgara.org/itqlcommands/index.html found here].
26
27 20 Paula Gearon
== APIs and Developer Documentation ==
28 1 Paula Gearon
Useful tips and documentation for developers using Mulgara. Not extensive, but more up to date than the static documentation.
29
30 20 Paula Gearon
 * [wiki:RESTInterface REST Interface].
31
 * Documentation for programming [wiki:UserInterfaces Interfaces] (APIs)
32 1 Paula Gearon
 * [wiki:BuildingDocuments How to build] the internal Mulgara documentation.
33
 * The direction of [wiki:DevelopmentTrack development].  A high level view for users of Mulgara.
34
 * [wiki:HOWTO HOWTOs]
35
 * [wiki:TODO TODOs]
36
 * New [wiki:TQLExtensions TQL extensions]
37
 * New or modified [wiki:UserDocumentation User Documentation]
38 14 Paula Gearon
39
=== Data Integration ===
40 16 Paula Gearon
 * [wiki:Resolvers Resolvers and Content Handlers]
41 14 Paula Gearon
 * [wiki:ResolverDBClass Resolver Database Class]
42 15 Paula Gearon
 * [wiki:ResolverTutorials Resolver Tutorial]