Author: andy
Date: Thu Mar 29 09:49:53 2012
New Revision: 1306771
URL: http://svn.apache.org/viewvc?rev=1306771&view=rev
Log:
Fix many links (due to changes in markdown translator)
Modified:
incubator/jena/site/trunk/content/jena/css/jena.css
incubator/jena/site/trunk/content/jena/documentation/io/iohowto.mdtext
incubator/jena/site/trunk/content/jena/documentation/io/riot.mdtext
incubator/jena/site/trunk/content/jena/documentation/io/sax.mdtext
incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
incubator/jena/site/trunk/content/jena/documentation/notes/sse.mdtext
incubator/jena/site/trunk/content/jena/documentation/ontology/index.mdtext
incubator/jena/site/trunk/content/jena/documentation/query/arq-query-eval.mdtext
incubator/jena/site/trunk/content/jena/documentation/query/explain.mdtext
incubator/jena/site/trunk/content/jena/documentation/query/extension.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/db_notes.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext
incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
incubator/jena/site/trunk/content/jena/documentation/serving_data/soh.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/architecture.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/assembler.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/commands.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/configuration.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/java_api.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/optimizer.mdtext
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
incubator/jena/site/trunk/content/jena/documentation/tools/eyeball-manual.mdtext
incubator/jena/site/trunk/content/jena/documentation/tools/schemagen.mdtext
incubator/jena/site/trunk/templates/sidenav.mdtext
Modified: incubator/jena/site/trunk/content/jena/css/jena.css
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/css/jena.css?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/css/jena.css (original)
+++ incubator/jena/site/trunk/content/jena/css/jena.css Thu Mar 29 09:49:53 2012
@@ -30,6 +30,7 @@ h1,h2,h3,h4,h5,h6 {
padding: 0 0 40px;
color: black;
background: white;
+ line-height: 130% ;
}
#content h1,h2,h3,h4,h5,h6 {
Modified: incubator/jena/site/trunk/content/jena/documentation/io/iohowto.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/io/iohowto.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/io/iohowto.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/io/iohowto.mdtext Thu
Mar 29 09:49:53 2012
@@ -11,22 +11,22 @@ See [the RIOT documentation](riot.html)
## Contents
-- [Quick Introduction](#quick_introduction)
- - [RDF/XML, RDF/XML-ABBREV](#rdfxml_rdfxml-abbrev)
+- [Quick Introduction](#quick-introduction)
+ - [RDF/XML, RDF/XML-ABBREV](#rdfxml-rdfxml-abbrev)
- [TURTLE](#turtle)
- - [N-TRIPLE](#n_triple)
+ - [N-TRIPLE](#n-triple)
- [N3](#n3)
-- [Character Encoding Issues](#character_encoding_issues)
- - [Encodings Supported in Jena 2.2 and
later](#encodings_supported_in_jena_22_and_later)
-- [When to Use Reader and Writer?](#when_to_use_reader_and_writer)
-- [Introduction to Advanced Jena I/O](#introduction_to_advanced_jena_io)
-- [Advanced RDF/XML Input](#advanced_rdfxml_input)
- - [ARP properties](#arp_properties)
- - [Interrupting ARP](#interrupting_arp)
-- [Advanced RDF/XML Output](#advanced_rdfxml_output)
-- [Advanced Turtle/N3 Output](#advanced_turtlen3_output)
+- [Character Encoding Issues](#character-encoding-issues)
+ - [Encodings Supported in Jena 2.2 and
later](#encodings-supported-in-jena-22-and-later)
+- [When to Use Reader and Writer?](#when-to-use-reader-and-writer)
+- [Introduction to Advanced Jena I/O](#introduction-to-advanced-jena-io)
+- [Advanced RDF/XML Input](#advanced-rdfxml-input)
+ - [ARP properties](#arp-properties)
+ - [Interrupting ARP](#interrupting-arp)
+- [Advanced RDF/XML Output](#advanced-rdfxml-output)
+- [Advanced Turtle/N3 Output](#advanced-turtlen3-output)
- [Conformance](#conformance)
-- [Faster RDF/XML I/O](#faster_rdfxml_io)
+- [Faster RDF/XML I/O](#faster-rdfxml-io)
## Quick Introduction
Modified: incubator/jena/site/trunk/content/jena/documentation/io/riot.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/io/riot.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/io/riot.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/io/riot.mdtext Thu Mar
29 09:49:53 2012
@@ -17,10 +17,10 @@ Currently supported input syntaxes are:
- [Commands](#commands)
- [Inference](#inference)
- [API](#api)
-- [Output and Logging](#output_and_logging)
-- [Wiring into Jena](#wiring_into_jena)
+- [Output and Logging](#output-and-logging)
+- [Wiring into Jena](#wiring-into-jena)
- [Notes](#notes)
-- [See Also](#see_also)
+- [See Also](#see-also)
- [Contributions](#contributions)
- [Support](#support)
Modified: incubator/jena/site/trunk/content/jena/documentation/io/sax.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/io/sax.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/io/sax.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/io/sax.mdtext Thu Mar
29 09:49:53 2012
@@ -10,13 +10,13 @@ Jena Model.
## Contents
- [Overview](#overview)
-- [Sample Code](#sample_code)
-- [Initializing SAX event source](#initializing_sax_event_source)
-- [Error Handler](#error_handler)
+- [Sample Code](#sample-code)
+- [Initializing SAX event source](#initializing-sax-event-source)
+- [Error Handler](#error-handler)
- [Options](#options)
-- [XML Lang and Namespaces](#xml_lang_and_namespaces)
-- [Using your own triple handler](#using_your_own_triple_handler)
-- [Using a DOM as input](#using_a_dom_as_input)
+- [XML Lang and Namespaces](#xml-lang-and-namespaces)
+- [Using your own triple handler](#using-your-own-triple-handler)
+- [Using a DOM as input](#using-a-dom-as-input)
## 1. Overview
Modified: incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext Thu
Mar 29 09:49:53 2012
@@ -16,7 +16,7 @@ There are three basic usage patterns sup
* Pattern 2 : index subject resources by string literal. The index returns
the subjects with property value matching a text query.
* Pattern 3 : index graph nodes based on strings not present in the graph.
-Patterns 1 and 2 have the indexed content in the graph. Both 1 and 2 can be
modified by specifying a property so that only values of a given property are
indexed. Pattern 2 is less flexible as [discussed
below](#query_using_a_lucene_index). Pattern 3 is covered in the [external
content](#external_content) section below.
+Patterns 1 and 2 have the indexed content in the graph. Both 1 and 2 can be
modified by specifying a property so that only values of a given property are
indexed. Pattern 2 is less flexible as [discussed
below](#query-using-a-lucene-index). Pattern 3 is covered in the [external
content](#external-content) section below.
LARQ can be used in other ways as well but the classes for these patterns are
supplied. In both patterns 1 and 2, strings are indexed, being plain strings,
string with any language tag or any literal with datatype XSD string.
Modified: incubator/jena/site/trunk/content/jena/documentation/notes/sse.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/notes/sse.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/notes/sse.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/notes/sse.mdtext Thu
Mar 29 09:49:53 2012
@@ -7,31 +7,31 @@ But not an idea for another RDF serializ
## Contents
- [Need](#need)
-- [Design Intent](#design_intent)
-- [Other Approaches](#other_approaches)
+- [Design Intent](#design-intent)
+- [Other Approaches](#other-approaches)
- [RDF](#rdf)
- [Lisp](#lisp)
- [XML](#xml)
- [JSON](#json)
- [Design](#design)
- [Tokens](#tokens)
- - [SSE Comments](#sse_comments)
- - [SSE Escapes](#sse_escapes)
+ - [SSE Comments](#sse-comments)
+ - [SSE Escapes](#sse-escapes)
- [Structures](#structures)
-- [Tagged Structures](#tagged_structures)
- - [IRI resolution](#iri_resolution)
+- [Tagged Structures](#tagged-structures)
+ - [IRI resolution](#iri-resolution)
- [base](#base)
- [prefix](#prefix)
- [Nesting](#nesting)
- [Links](#links)
-- [Building Java Objects](#building_java_objects)
- - [SSE Factory](#sse_factory)
-- [Mapping to RDF](#mapping_to_rdf)
-- [SSE Files](#sse_files)
-- [Longer Examples](#longer_examples)
- - [Query 1](#query_1)
- - [Complete SPARQL Execution](#complete_sparql_execution)
-- [SSE Grammar](#sse_grammar)
+- [Building Java Objects](#building-java-objects)
+ - [SSE Factory](#sse-factory)
+- [Mapping to RDF](#mapping-to-rdf)
+- [SSE Files](#sse-files)
+- [Longer Examples](#longer-examples)
+ - [Query 1](#query-1)
+ - [Complete SPARQL Execution](#complete-sparql-execution)
+- [SSE Grammar](#sse-grammar)
## Need
@@ -92,7 +92,7 @@ expressible in maps. RDF has lists, and
syntax in Turtle or N3.
If your data structure fits the RDF paradigm, then RDF is a better
-choice that SSE. [Below](#Mapping_to_RDF) is a possible mapping from SSE
+choice that SSE. [Below](#mapping-to-rdf) is a possible mapping from SSE
to RDF as Turtle.
### Lisp
Modified:
incubator/jena/site/trunk/content/jena/documentation/ontology/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/ontology/index.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/ontology/index.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/ontology/index.mdtext
Thu Mar 29 09:49:53 2012
@@ -36,19 +36,19 @@ do not need to read them in sequence, th
refer to concepts and techniques introduced in earlier sections.
The sections are:
- - [General concepts](#general_concepts)
- - [Running example: the ESWC ontology](#running_example_the_eswc_ontology)
- - [Creating ontology models](#creating_ontology_models)
- - [Compound ontology documents and imports
processing](#compound_ontology_documents_and_imports_processing)
- - [The generic ontology type:
OntResource](#the_generic_ontology_type:_ontresource)
- - [Ontology classes and basic class
expressions](#ontology_classes_and_basic_class_expressions)
- - [Ontology properties](#ontology_properties)
- - [More complex class expressions](#more_complex_class_expressions)
- - [Instances or individuals](#instances_or_individuals)
- - [Ontology meta-data](#ontology_meta-data)
- - [Ontology inference: overview](#ontology_inference_overview)
- - [Working with persistent ontologies](#working_with_persistent_ontologies)
- - [Experimental ontology tools](#experimental_ontology_tools)
+ - [General concepts](#general-concepts)
+ - [Running example: the ESWC ontology](#running-example-the-eswc-ontology)
+ - [Creating ontology models](#creating-ontology-models)
+ - [Compound ontology documents and imports
processing](#compound-ontology-documents-and-imports-processing)
+ - [The generic ontology type:
OntResource](#the-generic-ontology-type-ontresource)
+ - [Ontology classes and basic class
expressions](#ontology-classes-and-basic-class-expressions)
+ - [Ontology properties](#ontology-properties)
+ - [More complex class expressions](#more-complex-class-expressions)
+ - [Instances or individuals](#instances-or-individuals)
+ - [Ontology meta-data](#ontology-meta-data)
+ - [Ontology inference: overview](#ontology-inference-overview)
+ - [Working with persistent ontologies](#working-with-persistent-ontologies)
+ - [Experimental ontology tools](#experimental-ontology-tools)
### Further assistance
@@ -522,7 +522,7 @@ For details of reasoner capabilities, pl
[inference documentation](../inference) and the Javadoc
for
[OntModelSpec](/jena/documentation/javadoc/com/hp/hpl/jena/ontology/OntModelSpec.html).
-See also further discussion [below](#inferenceIntro).
+See also further discussion [below](#inference-intro).
**Note:** it is primarily the choice of reasoner, rather than the
choice of language profile, which determines which entailments are
@@ -987,7 +987,7 @@ returned.
Classes are the basic building blocks of an ontology. A simple
class is represented in Jena by an
[OntClass](/jena/documentation/javadoc/com/hp/hpl/jena/ontology/OntClass.html)
-object. As [mentioned above](#rdfPolymorphism), an ontology class
+object. As [mentioned above](#rdf-polymorphism), an ontology class
is a facet of an RDF resource. One way, therefore, to get an
ontology class is to convert a plain RDF resource into
its class facet. Assume that `m` is a
@@ -1884,7 +1884,7 @@ To facilitate the choice of reasoners fo
common choices have been included in the pre-built ontology model
specifications available as static fields on `OntModelSpec`. The
available choices are described in the section on
-[ont model specifications](#ontModelSpecs), above.
+[ont model specifications](#ont-model-specs), above.
Depending on which of these choices is made, the statements
returned from queries to a given ontology model may vary
Modified:
incubator/jena/site/trunk/content/jena/documentation/query/arq-query-eval.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/query/arq-query-eval.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/query/arq-query-eval.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/query/arq-query-eval.mdtext
Thu Mar 29 09:49:53 2012
@@ -3,14 +3,14 @@ Title: ARQ - Extending Query Execution
This page describes the mechanisms that can be used to extend and
modify query execution within ARQ. Through these mechanisms, ARQ
can be used to query different graph implementations and to provide
-different query evaluation and optimization strategies for
+different query evaluation and opti-mization strategies for
particular circumstances. These mechanisms are used by
-[TDB](../tdb) and [SDB](../sdb/).
+[TDB-](../tdb) and [SDB](../sdb/).-
ARQ can be [extended in various ways](extension.html) to
incorporate custom code into a query.
-[Custom filter functions](extension.html#valueFunctions) and
-[property functions](extension.html#propertyFunctions) provide ways
+[Custom filter functions](extension.html#value-functions) and
+[property functions](extension.html#property-functio-ns) p-rovi-de ways
to add application specific code. The
[free text search](lucene-arq.html) capabilities, using Apache
Lucene, are provided via a property function. Custom filter
@@ -19,27 +19,27 @@ functions and property functions should
Jena itself can be extended by providing a new implementation of
the `Graph` interface. This can be used to encapsulate specific
specialised storage and also for wrapping non-RDF sources to look
-like RDF. There is a common implementation framework provided by
+like RDF. There is a common implementation framewo-fk provided-fby
`GraphBase` so only one operation, the `find` method, needs to be
written for a read-only data source. Basic find works well is many
cases, and the whole Jena API will be able to use the extension.Â
For higher SPARQL performance, ARQ can be extended at the
-[basic graph matching](#StageGenerator) or
-[algebra level](#OpExecutor).
+[basic graph matching](#stage-generator) or
+[algebra level](#opexecutor).
Applications writers who extend ARQ at the query execution level
should be prepared to work with the source code for ARQ for
specific details and for finding code to reuse. Some example can be
found in the `src-examples` directory in the ARQ download.
-- [Overview of ARQ Query Processing](#Overview)
-- [The Main Query Engine](#mainQueryEngine)
-- [Graph matching and a custom StageGenerator](#StageGenerator)
-- [OpExecutor](#OpExecutor)
+- [Overview of ARQ Query processing-](#overview)
+- [The Main Query Engine](#main-query-engine)
+- [Graph matching and a custom StageGenerator](#stage-generator)
+- [OpExecutor](#opexecutor)
- [Quads](#quads)
-- [Mixed Graph Implementation Datasets](#mixedDatasets)
-- [Custom Query Engines](#CustomQueryEngines)
-- [Extend the algebra](#AlgebraExtensions)
+- [Mixed Graph Implementation Datasets](#mixed-datasets)
+- [Custom Query Engines](#custom-query-engines)
+- [Extend the algebra](#algebra-extensions)
## Overview of ARQ Query Processing
Modified:
incubator/jena/site/trunk/content/jena/documentation/query/explain.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/query/explain.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/query/explain.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/query/explain.mdtext
Thu Mar 29 09:49:53 2012
@@ -13,9 +13,9 @@ operators. During query execution, the l
optimization occurs such as choosing the order of triple patterns within
basic graph patterns.
-The effect of [high-level optimizations](#Algebra_Transformations) can
+The effect of [high-level optimizations](#algebra-transformations) can
be seen using `arq.qparse` and the low-level runtime optimziations can
-be seen by [execution logging](#Execution_Logging).
+be seen by [execution logging](#execution-logging).
## Algebra Transformations
Modified:
incubator/jena/site/trunk/content/jena/documentation/query/extension.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/query/extension.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/query/extension.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/query/extension.mdtext
Thu Mar 29 09:49:53 2012
@@ -4,13 +4,13 @@ There are several ways to extend the ARQ
SPARQL syntax. ARQ also has syntactic extensions for GROUP BY,
nested SELECTs and assignment; these are described elsewhere.
-- [Filter Functions](#valueFunctions) - additional operations in
+- [Filter Functions](#value-functions) - additional operations in
FILTERS
-- [Property functions](#propertyFunctions) - adding predicates
+- [Property functions](#property-functions) - adding predicates
that introduce custom query stages
-- [DESCRIBE handlers](#describeHandlers)
+- [DESCRIBE handlers](#describe-handlers)
- Support for
- [finding blank nodes by label](#matchBlankNodeLabels)
+ [finding blank nodes by label](#match-blank-node-labels)
- [Extending query evaluation](arq-query-eval.html) for querying
different storage and inference systems
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
Thu Mar 29 09:49:53 2012
@@ -6,16 +6,16 @@ create an SDB store, load data into it a
## Contents
- [Scripts](#scripts)
- - [Script set up](#script_set_up)
- - [Argument Structure](#argument_structure)
+ - [Script set up](#script-set-up)
+ - [Argument Structure](#argument-structure)
-- [Store Description](#store_description)
- - [Modifying the Store Description](#modifying_the_store_description)
- - [Logging and Monitoring](#logging_and_monitoring)
-
-- [SDB Commands](#sdb_commands)
- - [Database creation](#database_creation)
- - [Loading data](#loading_data)
+- [Store Description](#store-description)
+ - [Modifying the Store Description](#modifying-the-store-description)
+ - [Logging and Monitoring](#logging-and-monitoring)
+
+- [SDB Commands](#sdb-commands)
+ - [Database creation](#database-creation)
+ - [Loading data](#loading-data)
- [Query](#query)
- [Testing](#testing)
- [Other](#other)
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
Thu Mar 29 09:49:53 2012
@@ -7,11 +7,11 @@ storage, which is controlled by
## Contents
-- [Setting Options](#setting_options)
-- [Current Options](#current_options)
- - [Queries over all Named Graphs](#queries_over_all_named_graphs)
- - [Streaming over JDBC](#streaming_over_jdbc)
- - [Annotated SQL](#annotated_sql)
+- [Setting Options](#setting-options)
+- [Current Options](#current-options)
+ - [Queries over all Named Graphs](#queries-over-all-named-graphs)
+ - [Streaming over JDBC](#streaming-over-jdbc)
+ - [Annotated SQL](#annotated-sql)
## Setting Options
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/db_notes.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/db_notes.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/db_notes.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/db_notes.mdtext
Thu Mar 29 09:49:53 2012
@@ -2,7 +2,7 @@ Title: SDB Database Notes
- [DB2](#db2)
- [Derby](#derby)
-- [MS SQL](#ms_sql)
+- [MS SQL](#ms-sql)
- [MySQL](#mysql)
- [PostgresQL](#postgresql)
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext Thu
Mar 29 09:49:53 2012
@@ -7,15 +7,15 @@ Code examples are in `src-examples/` in
## Contents
- [Concepts](#concepts)
-- [Obtaining the Store](#obtaining_the_store)
- - [From a configuration file](#from_a_configuration_file)
- - [In Java code](#in_Java_code)
- - [Database User and Password](#database_user_and_password)
-- [Connection Management](#connection_management)
-- [Formatting or Emptying the Store](#formatting_or_emptying_the_store)
-- [Loading data](#loading_data)
-- [Executing Queries](#executing_queries)
-- [Using the Jena Model API with SDB](#using_the_jena_model_api_with_sdb)
+- [Obtaining the Store](#obtaining-the-store)
+ - [From a configuration file](#from-a-configuration-file)
+ - [In Java code](#in-java-code)
+ - [Database User and Password](#database-user-and-password)
+- [Connection Management](#connection-management)
+- [Formatting or Emptying the Store](#formatting-or-emptying-the-store)
+- [Loading data](#loading-data)
+- [Executing Queries](#executing-queries)
+- [Using the Jena Model API with SDB](#using-the-jena-model-api-with-sdb)
## Concepts
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
Thu Mar 29 09:49:53 2012
@@ -1,16 +1,16 @@
Title: SDB Loading performance
- [Introduction](#introduction)
-- [The Databases and Hardware](#the_databases_and_hardware)
+- [The Databases and Hardware](#the-databases-and-hardware)
- [Hardware](#hardware)
- - [Windows setup](#windows_setup)
- - [Linux setup](#linux_setup)
-- [The Dataset and Queries](#the_dataset_and_queries)
+ - [Windows setup](#windows-setup)
+ - [Linux setup](#linux-setup)
+- [The Dataset and Queries](#the-dataset-and-queries)
- [LUBM](#lubm)
- [dbpedia](#dbpedia)
- [Loading](#loading)
- [Results](#results)
-- [Uniprot 700m loading: Tuning Helps](#uniprot_700m_loading:_tuning_helps)
+- [Uniprot 700m loading: Tuning Helps](#uniprot-700m-loading-tuning-helps)
## Introduction
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
Thu Mar 29 09:49:53 2012
@@ -23,13 +23,13 @@ the execution costs.
## Contents
- [Setup](#setup)
-- [LUBM Query 1](#lubm_query_1)
-- [LUBM Query 2](#lubm_query_2)
+- [LUBM Query 1](#lubm-query-1)
+- [LUBM Query 2](#lubm-query-2)
- [Summary](#summary)
## Setup
-[Database and hardware
setup](loading_performance.html#The_Databases_and_Hardware "SDB/Loading
performance")
+[Database and hardware
setup](loading_performance.html#the-databases-and-hardware "SDB/Loading
performance")
was the same as for the
[load performance](loading_performance.html "SDB/Loading performance")
tests.
Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext Thu Mar
29 09:49:53 2012
@@ -17,7 +17,7 @@ line scripts and via the Jena API.
- [Subversion](#subversion)
- [Support](#support)
- [Details](#details)
-- [Database Notes](#database_Notes)
+- [Database Notes](#database-notes)
## Downloads
Modified:
incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext
Thu Mar 29 09:49:53 2012
@@ -16,8 +16,8 @@ in J2EE application servers.
## Contents
-- [Store Descriptions](#store_descriptions)
-- [SDB Connections](#sdb_connections)
+- [Store Descriptions](#store-descriptions)
+- [SDB Connections](#sdb-connections)
- [Example](#example)
- [Vocabulary](#vocabulary)
- [Store](#store)
Modified:
incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
Thu Mar 29 09:49:53 2012
@@ -26,6 +26,7 @@ See also:
- [Logging](#logging)
- [Server URI scheme](#server-uri-scheme)
- [Running a Fuseki Server](#running-a-fuseki-server)
+- [Fuseki Configuration File](#fuseki-configuration-file)
- [SPARQL Over HTTP](#sparql-over-http)
- [Use from Java](#use-from-java)
- [Development System](#development-system)
@@ -203,7 +204,7 @@ The full choice of dataset forms is:
exist.
- `--desc=assemblerFile` <br /> Construct a dataset based on the general
assembler description.
- `--config=ConfigFile` <br /> Construct one or more service endpoints based
on the
- [configuration description](#Fuseki_Configuration_File).
+ [configuration description](#fuseki-configuration-file).
A copy of TDB is included in the standalone server. An example
assembler file for TDB is in tdb.ttl.
Modified:
incubator/jena/site/trunk/content/jena/documentation/serving_data/soh.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/serving_data/soh.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/serving_data/soh.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/serving_data/soh.mdtext
Thu Mar 29 09:49:53 2012
@@ -21,10 +21,10 @@ HTTP interaction.
## Contents
-- [SOH SPARQL HTTP](#soh_sparql_http)
-- [SOH SPARQL Query](#soh_sparql_query)
-- [SOH SPARQL Update](#soh_sparql_update)
-- [Service endpoints](#service_endpoints)
+- [SOH SPARQL HTTP](#soh-sparql-http)
+- [SOH SPARQL Query](#soh-sparql-query)
+- [SOH SPARQL Update](#soh-sparql-update)
+- [Service endpoints](#service-endpoints)
## SOH SPARQL HTTP
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/architecture.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/architecture.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/tdb/architecture.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/tdb/architecture.mdtext
Thu Mar 29 09:49:53 2012
@@ -5,15 +5,15 @@ details refer to TDB 0.8.
## Contents
-- [Terminology](#Terminology)
-- [Design](#Design)
- - [The Node Table](#The_Node_Table)
- - [Triple and Quad indexes](#Triple_and_Quad_indexes)
- - [Prefixes Table](#Prefixes_Table)
- - [TDB B+Trees](#TDB_B.2BTrees)
-- [Inline values](#Inline_values)
-- [Query Processing](#Query_Processing)
-- [Caching on 32 and 64 bit Java
systems](#Caching_on_32_and_64_bit_Java_systems)
+- [Terminology](#terminology)
+- [Design](#design)
+ - [The Node Table](#the-node-table)
+ - [Triple and Quad indexes](#triple-and-quad-indexes)
+ - [Prefixes Table](#prefixes-table)
+ - [TDB B+Trees](#tdb-btrees)
+- [Inline values](#inline-values)
+- [Query Processing](#query-processing)
+- [Caching on 32 and 64 bit Java
systems](#caching-on-32-and-64-bit-java-systems)
## Terminology
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/assembler.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/assembler.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/tdb/assembler.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/tdb/assembler.mdtext
Thu Mar 29 09:49:53 2012
@@ -16,11 +16,11 @@ program code.
## Contents
-- [Dataset](#Dataset)
- - [Union Default Graph](#Union_Default_Graph)
-- [Graph](#Graph)
-- [Mixed Datasets](#Mixed_Datasets)
-- [RDFS](#RDFS)
+- [Dataset](#dataset)
+ - [Union Default Graph](#union-default-graph)
+- [Graph](#graph)
+- [Mixed Datasets](#mixed-datasets)
+- [RDFS](#rdfs)
## Dataset
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/commands.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/commands.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/tdb/commands.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/tdb/commands.mdtext
Thu Mar 29 09:49:53 2012
@@ -2,12 +2,12 @@ Title: TDB Command-line Utilities
## Contents
-- [Scripts](#Scripts)
- - [Script set up](#Script_set_up)
- - [Argument Structure](#Argument_Structure)
- - [Setting options from the command
line](#Setting_options_from_the_command_line)
-- [TDB Commands](#TDB_Commands)
- - [Store description](#Store_description)
+- [Scripts](#scripts)
+ - [Script set up](#script-set-up)
+ - [Argument Structure](#argument-structure)
+ - [Setting options from the command
line](#setting-options-from-the-command-line)
+- [TDB Commands](#tdb-commands)
+ - [Store description](#store-description)
- [tdbloader](#tdbloader)
- [tdbloader2](#tdbloader2)
- [tdbquery](#tdbquery)
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/configuration.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/configuration.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/tdb/configuration.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/tdb/configuration.mdtext
Thu Mar 29 09:49:53 2012
@@ -4,15 +4,15 @@ There are a number of configuration opti
operation of TDB.
## Contents
-
-- [Setting Options](#Setting_Options)
- - [Setting from the command line](#Setting_from_the_command_line)
- - [Setting with Java System
properties](#Setting_with_Java_System_properties)
-- [Query of the union of named graphs](#Query_of_the_union_of_named_graphs)
-- [Logging Query Execution](#Logging_Query_Execution)
-- [Dataset Caching](#Dataset_Caching)
-- [File Access Mode](#File_Access_Mode)
-- [TDB Configuration Symbols](#TDB_Configuration_Symbols)
+(
+- [Setting Options](#setting-options)
+ - [Setting from the command line](#setting-from-the-command-line)
+ - [Setting with Java System
properties](#setting-with-java-system-properties)
+- [Query of the union of named graphs](#query-of-the-union-of-named-graphs)
+- [Logging Query Execution](#logging-query-execution)
+- [Dataset Caching](#dataset-caching)
+- [File Access Mode](#file-access-mode)
+- [TDB Configuration Symbols](#tdb-configuration-symbols)
## Setting Options
@@ -48,7 +48,7 @@ method is called.
### Setting from the command line
Options can also set from the
-[command line](commands.html#Setting_options_from_the_command_line
"TDB/Commands").
+[command line](commands.html#setting-options-from-the-command-line
"TDB/Commands").
### Setting with Java System properties
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/java_api.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/java_api.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/tdb/java_api.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/tdb/java_api.mdtext
Thu Mar 29 09:49:53 2012
@@ -8,12 +8,12 @@ it as for any other model or dataset.
## Contents
-- [Constructing a model or dataset](#Constructing_a_model_or_dataset)
- - [Using a directory name](#Using_a_directory_name)
- - [Using an assembler file](#Using_an_assembler_file)
-- [Bulkloader](#Bulkloader)
-- [Concurrency](#Concurrency)
-- [Caching and synchronization](#Caching_and_synchronization)
+- [Constructing a model or dataset](#constructing-a-model-or-dataset)
+ - [Using a directory name](#using-a-directory-name)
+ - [Using an assembler file](#using-an-assembler-file)
+- [Bulkloader](#bulkloader)
+- [Concurrency](#concurrency)
+- [Caching and synchronization](#caching-and-synchronization)
TDB also supports [tdb_transsactions.html](transactions).
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/optimizer.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/optimizer.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/tdb/optimizer.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/tdb/optimizer.mdtext
Thu Mar 29 09:49:53 2012
@@ -20,17 +20,17 @@ properties.
## Contents
-- [Quickstart](#Quickstart)
-- [Running tdbstats](#Running_tdbstats)
-- [Choosing the optimizer strategy](#Choosing_the_optimizer_strategy)
-- [Filter placement](#Filter_placement)
-- [Investigating what is going on](#Investigating_what_is_going_on)
-- [Statistics Rule File](#Statistics_Rule_File)
- - [Statistics Rule Language](#Statistics_Rule_Language)
- - [Abbreviated Rule Form](#Abbreviated_Rule_Form)
- - [Defaults](#Defaults)
-- [Generating a statistics file](#Generating_a_statistics_file)
-- [Writing Rules](#Writing_Rules)
+- [Quickstart](#quickstart)
+- [Running tdbstats](#running-tdbstats)
+- [Choosing the optimizer strategy](#choosing-the-optimizer-strategy)
+- [Filter placement](#filter-placement)
+- [Investigating what is going on](#investigating-what-is-going-on)
+- [Statistics Rule File](#statistics-rule-file)
+ - [Statistics Rule Language](#statistics-rule-language)
+ - [Abbreviated Rule Form](#abbreviated-rule-form)
+ - [Defaults](#defaults)
+- [Generating a statistics file](#generating-a-statistics-file)
+- [Writing Rules](#writing-rules)
Feedback on the effects, good and bad, of the TDB optimizer would
Modified:
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/tdb/tdb_transactions.mdtext
Thu Mar 29 09:49:53 2012
@@ -23,8 +23,8 @@ for reverting a database to 0.8.X.
- [Multi-threaded use](#multi-threaded-use)
- [Bulk loading](#bulk-loading)
- [Multi JVM](#multi-jvm)
-- [Migration from TDB 0.8.X](#migration-from-tdb-08X)
-- [Reverting to TDB 0.8.X](#reverting-to-tdb-08X)
+- [Migration from TDB 0.8.X](#migration-from-tdb-08x)
+- [Reverting to TDB 0.8.X](#reverting-to-tdb-08x)
## Overview
Modified:
incubator/jena/site/trunk/content/jena/documentation/tools/eyeball-manual.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tools/eyeball-manual.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
---
incubator/jena/site/trunk/content/jena/documentation/tools/eyeball-manual.mdtext
(original)
+++
incubator/jena/site/trunk/content/jena/documentation/tools/eyeball-manual.mdtext
Thu Mar 29 09:49:53 2012
@@ -370,7 +370,7 @@ etc).
### SparqlDrivenInspector (short name: "sparql")
The SparqlDrivenInspector is configured according to
-[configuring the SPARQL-driven inspector](#SPARQL-driven), and
+[configuring the SPARQL-driven inspector](#sparql-driven), and
applies arbitrary SPARQL queries to the model. The queries can be
required to match or prohibited from matching; a problem is
reported if the constraint fails.
Modified:
incubator/jena/site/trunk/content/jena/documentation/tools/schemagen.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/tools/schemagen.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/tools/schemagen.mdtext
(original)
+++ incubator/jena/site/trunk/content/jena/documentation/tools/schemagen.mdtext
Thu Mar 29 09:49:53 2012
@@ -224,7 +224,7 @@ To specify an option in an RDF file, cre
`sgen:Config`, with properties corresponding to the option names
listed in Table 1. The following fragment shows a small options
file. A complete example configuration file is shown in
-[appendix A](#appendixA).
+[appendix A](#appendixa).
By default, schemagen will look for a configuration file named
`schemagen.rdf` in the current directory. To specify another
@@ -379,7 +379,7 @@ either on the command line, or in the co
specified in the configuration file, the resource must be a string
literal, denoting the file path. If the path given resolves to an
existing directory, then it is assumed that the output will be
-based on the [name](#class_name) of the generated class (i.e. it
+based on the [name](#class-name) of the generated class (i.e. it
will be the class name with Java appended). Otherwise, the path is
assumed to point to a file. Any existing file that has the given
path name will be overwritten.
@@ -421,7 +421,7 @@ option:
**Config file** | `<sgen:classnamesuffix
rdf:datatype="&xsd;string"\>*suffix*</sgen:classnamesuffix\>`
-See also the [note on legal Java identifiers](#java_ids), which
+See also the [note on legal Java identifiers](#java-ids), which
applies to generated class names.
Modified: incubator/jena/site/trunk/templates/sidenav.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jena/site/trunk/templates/sidenav.mdtext?rev=1306771&r1=1306770&r2=1306771&view=diff
==============================================================================
--- incubator/jena/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/jena/site/trunk/templates/sidenav.mdtext Thu Mar 29 09:49:53 2012
@@ -47,9 +47,9 @@
- [TDB](/jena/documentation/tdb/index.html)
- [API for Transactions](/jena/documentation/tdb/tdb_transactions.html)
- [Dataset Assembler](/jena/documentation/tdb/assembler.html)
+ - [Fuseki: Serving Data](/jena/documentation/serving_data/index.html)
- [SDB](/jena/documentation/sdb/index.html)
- [LARQ: Free Text Search](/jena/documentation/larq/index.html)
- - [Fuseki: Serving Data](/jena/documentation/serving_data/index.html)
- [Ontology](/jena/documentation/ontology/index.html)
- [Inference](/jena/documentation/inference/index.html)
- [Assembler](/jena/documentation/assembler/index.html)
@@ -67,6 +67,7 @@
- [Reification how-to](/jena/documentation/notes/reification.html)
- [Typed literals how-to](/jena/documentation/notes/typed-literals.html)
- [Support for IRI's](/jena/documentation/notes/iri.html)
+ - [SSE](/jena/documentation/notes/sse.html)
- [Tools](/jena/documentation/tools/index.html)
- [schemagen](/jena/documentation/tools/schemagen.html)
- [eyeball](/jena/documentation/tools/eyeball-getting-started.html)