Registry / serialization / rdf4j-rio-turtle

rdf4j-rio-turtle

JSON →
library5.3.1javamavenunverified

Rio parser and writer implementation for the Turtle file format, part of the Eclipse RDF4J framework.

<dependency> <groupId>org.eclipse.rdf4j</groupId> <artifactId>rdf4j-rio-turtle</artifactId> <version>5.3.1</version> </dependency>
INSTALL
IMPORT
SIG · RDF4J-RIO-TURTLE
R
rdf4j-rio-turtle
serializationjavav5.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TurtleParser
org.eclipse.rdf4j.rio.turtle.TurtleParser

Minimal example creating a Turtle parser

import org.eclipse.rdf4j.rio.turtle.TurtleParser; import org.eclipse.rdf4j.rio.RDFParser; public class Example { public static void main(String[] args) { RDFParser parser = new TurtleParser(); System.out.println("Turtle parser created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
13
Resources
rdf4j-rio-turtle — mvn dependency:get rdf4j-rio-turtle · libregistry