Author: andy
Date: Wed Oct 8 17:54:27 2014
New Revision: 1630187
URL: http://svn.apache.org/r1630187
Log:
JENA-796 : TriX documentation
Modified:
jena/site/trunk/content/documentation/io/index.mdtext
jena/site/trunk/content/documentation/io/rdf-input.mdtext
jena/site/trunk/content/documentation/io/rdf-output.mdtext
jena/site/trunk/content/documentation/io/streaming-io.mdtext
jena/site/trunk/content/documentation/larq/index.mdtext
Modified: jena/site/trunk/content/documentation/io/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/index.mdtext?rev=1630187&r1=1630186&r2=1630187&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/index.mdtext (original)
+++ jena/site/trunk/content/documentation/io/index.mdtext Wed Oct 8 17:54:27
2014
@@ -21,6 +21,7 @@ can be integrated into both the parser a
- RDF/JSON
- TriG
- N-Quads
+- TriX
- RDF Thrift
RDF/JSON is different from JSON-LD - it is a direct encoding of RDF triples in
JSON.
@@ -54,6 +55,7 @@ The file extensions understood are:
| `.trdf` | RDF Thrift |
| `.rt` | RDF Thrift |
| `.rj` | RDF/JSON |
+| `.trix` | TriX |
`.n3` is supported but only as a synonym for Turtle.
Modified: jena/site/trunk/content/documentation/io/rdf-input.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/rdf-input.mdtext?rev=1630187&r1=1630186&r2=1630187&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-input.mdtext (original)
+++ jena/site/trunk/content/documentation/io/rdf-input.mdtext Wed Oct 8
17:54:27 2014
@@ -73,6 +73,8 @@ The following is a suggested Apache http
AddType text/trig .trig
AddType application/n-quads .nq
+
+ AddType application/trix+xml .trix
AddType application/rdf+thrift .trdf
### Example 1 : Common usage
Modified: jena/site/trunk/content/documentation/io/rdf-output.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/rdf-output.mdtext?rev=1630187&r1=1630186&r2=1630187&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-output.mdtext (original)
+++ jena/site/trunk/content/documentation/io/rdf-output.mdtext Wed Oct 8
17:54:27 2014
@@ -56,6 +56,7 @@ are available as part of the standard se
* RDF/JSON
* TriG
* NQuads
+* TriX
* RDF Thrift
In addition, there are variants of Trutle, TriG for pretty printing,
@@ -106,6 +107,7 @@ an `RDFFormat` internally. The normal w
| RDFXML | RDF/XML, pretty printed |
| JSONLD | JSON-LD |
| RDFJSON | |
+| TRIX | |
| RDFTHRFT | RDF Thrift |
Pretty printed RDF/XML is also known as RDF/XML-ABBREV
Modified: jena/site/trunk/content/documentation/io/streaming-io.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/streaming-io.mdtext?rev=1630187&r1=1630186&r2=1630187&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/streaming-io.mdtext (original)
+++ jena/site/trunk/content/documentation/io/streaming-io.mdtext Wed Oct 8
17:54:27 2014
@@ -96,4 +96,5 @@ N-Triples and N-Quads are always written
| `RDFFormat.NTRIPLES_ASCII` | |
| `RDFFormat.NQUADS_UTF8` | `Lang.NQUADS` |
| `RDFFormat.NQUADS_ASCII` | |
+| `RDFFormat.TRIX` | `Lang.TRIX` |
| `RDFFormat.RDF_THRIFT` | `Lang.RDFTHRIFT` |
Modified: jena/site/trunk/content/documentation/larq/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/larq/index.mdtext?rev=1630187&r1=1630186&r2=1630187&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/larq/index.mdtext (original)
+++ jena/site/trunk/content/documentation/larq/index.mdtext Wed Oct 8 17:54:27
2014
@@ -6,14 +6,14 @@ Title: LARQ - adding free text searches
as a shared, search server, or Apache Lucene as a local text index.
From Fuseki 0.2.7, jena-text is built into Fuseki.
-LARQ is no compatible with jena-text; the idnex format has chnaged and the
+LARQ is not compatible with jena-text; the index format has changed and the
integration with SPARQL is different.
<hr/>
LARQ is a combination of [ARQ](../query/index.html) and
[Lucene](http://lucene.apache.org/java/docs/index.html). It gives users the
ability to perform free text searches within their SPARQL queries. Lucene
indexes are additional information for accessing the RDF graph, not storage for
the graph itself.
-Some example code is available here:
[https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/).
+Some example code is available here:
[https://svn.apache.org/repos/asf/jena/Archive/jena-larq/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/jena/Archive/jena-larq/src/test/java/org/apache/jena/larq/examples/).
Two helper commands are provided: `larq.larqbuilder` and `larq.larq` used
respectively for updating and querying LARQ indexes.
@@ -169,4 +169,4 @@ If you use LARQ and you want to get invo
* answering users question about LARQ on the
[[email protected]](mailto:[email protected]?s=[LARQ] ) mailing list
* submitting bug reports and feature requests on JIRA:
https://issues.apache.org/jira/browse/JENA
* voting or submitting patches for the currently [open bugs or
improvements](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+component+%3D+LARQ+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide)
for LARQ
- * checking out LARQ source code, playing with it and let us know your ideas
for possible improvements:
[https://svn.apache.org/repos/asf/jena/trunk/jena-larq](https://svn.apache.org/repos/asf/jena/trunk/jena-larq)
+ * checking out LARQ source code, playing with it and let us know your ideas
for possible improvements:
[https://svn.apache.org/repos/asf/jena/Archive/jena-larq](https://svn.apache.org/repos/asf/jena/Archive/jena-larq)