160k views
2 votes
What serialization formats are available in the TURTLE tool in apache_jena?

A. JSON, XML, RDF/XML, N-Triples.
B. Turtle, N-Quads, JSON-LD, RDF/XML.
C. CSV, N-Triples, Turtle, RDF/XML.
D. YAML, RDF/XML, N-Quads, Turtle.

1 Answer

4 votes

Final answer:

The TURTLE tool in Apache Jena has several available serialization formats, including Turtle, N-Quads, JSON-LD, and RDF/XML.

Step-by-step explanation:

TURTLE is a serialization format used in the Apache Jena framework for representing RDF (Resource Description Framework) data.

In TURTLE, data is represented in a human-readable and compact form. The available serialization formats in the TURTLE tool in Apache Jena are:

  • Turtle
  • N-Quads
  • JSON-LD
  • RDF/XML

These formats allow for different ways of representing RDF data, providing flexibility in working with RDF datasets.

User Jlfenaux
by
7.4k points