You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/10/16 11:06:33 UTC

svn commit: r1765141 - /jena/site/trunk/content/documentation/io/rdf-output.mdtext

Author: andy
Date: Sun Oct 16 11:06:33 2016
New Revision: 1765141

URL: http://svn.apache.org/viewvc?rev=1765141&view=rev
Log:
Tidy up JSON-LD documentation

Modified:
    jena/site/trunk/content/documentation/io/rdf-output.mdtext

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=1765141&r1=1765140&r2=1765141&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-output.mdtext (original)
+++ jena/site/trunk/content/documentation/io/rdf-output.mdtext Sun Oct 16 11:06:33 2016
@@ -83,11 +83,10 @@ as follows:
 | `"N-TRIPLES"`        | `NTRIPLES`       |
 | `"N-TRIPLE"`         | `NTRIPLES`       |
 | `"NT"`               | `NTRIPLES`       |
+| `"JSON-LD"`          | `JSONLD`         |
 | `"RDF/XML-ABBREV"`   | `RDFXML`         |
 | `"RDF/XML"`          | `RDFXML_PLAIN`   |
 | `"N3"`               | `N3`             |
-| `"JSON-LD"`          | `JSONLD`         |
-| `"RDF/JSON"`         | `RDFJSON`        |
 | `"RDF/JSON"`         | `RDFJSON`        |
 
 ## Formats
@@ -97,15 +96,15 @@ as follows:
 A `Lang` can be used for the writer format, in which case it is mapped to
 an `RDFFormat` internally.  The normal writers are:
 
-| RDFFormat or Lang |                         |
+| RDFFormat or Lang | Default                 |
 |-------------------|-------------------------|
 | TURTLE            | Turtle, pretty printed  |
-| TTL               | Same                    |
-| NTRIPLES          | N-triples               |
+| TTL               | Turtle, pretty printed  |
+| NTRIPLES          | N-Triples, UTF-8        |
 | TRIG              | TriG, pretty printed    |
-| NQUADS            |                         |
+| NQUADS            | N-Quads, UTF-8          |
+| JSONLD            | JSON-LD, pretty printed |
 | RDFXML            | RDF/XML, pretty printed |
-| JSONLD            | JSON-LD                 |
 | RDFJSON           |                         |
 | TRIX              |                         |
 | RDFTHRFT          | RDF Thrift              |