[
https://issues.apache.org/jira/browse/JENA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364491#comment-14364491
]
Bruno P. Kinoshita commented on JENA-176:
-----------------------------------------
For reference only, the archived version of the mentioned Wiki page can be
found
[here|https://web.archive.org/web/20100307190723/http://openjena.org/wiki/SDB/Commands].
Since SDB is maintenance only, and its [list of commands Web
Page|http://jena.apache.org/documentation/sdb/commands.html] has more complete
documentation (including mentions to N3 and Turtle formats) I believe this
issue can be closed.
> Missing supported format list near sdbdump
> ------------------------------------------
>
> Key: JENA-176
> URL: https://issues.apache.org/jira/browse/JENA-176
> Project: Apache Jena
> Issue Type: Bug
> Components: Web site
> Environment: http://openjena.org/wiki/SDB/Commands#Other
> Reporter: Marek Ĺ abo
> Priority: Minor
>
> I think somewhere around http://openjena.org/wiki/SDB/Commands#Other should
> be a list of supported output formats/syntax.
> I dumped these from source code of RDFWriterImpl.java:
> protected static final String LANGS[] =
> { "RDF/XML",
> "RDF/XML-ABBREV",
> "N-TRIPLE",
> "N-TRIPLES",
> "N3",
> N3JenaWriter.n3WriterPrettyPrinter,
> N3JenaWriter.n3WriterPlain,
> N3JenaWriter.n3WriterTriples,
> N3JenaWriter.n3WriterTriplesAlt,
> N3JenaWriter.turtleWriter,
> N3JenaWriter.turtleWriterAlt1,
> N3JenaWriter.turtleWriterAlt2
> };
> and subsequently from N3JenaWriter.java:
> static public final String n3Writer = "N3" ;
> static public final String n3WriterPrettyPrinter = "N3-PP" ;
> static public final String n3WriterPlain = "N3-PLAIN" ;
> static public final String n3WriterTriples = "N3-TRIPLES" ;
> static public final String n3WriterTriplesAlt = "N3-TRIPLE" ;
> static public final String turtleWriter = "TURTLE" ;
> static public final String turtleWriterAlt1 = "Turtle" ;
> static public final String turtleWriterAlt2 = "TTL" ;
> It would be also worth mentioning that RDF/XML is the default option.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)