Registry / serialization / sesame-rio-api

sesame-rio-api

JSON →
library4.1.2javamavenunverified

The RIO (RDF I/O) API for parsing and writing RDF data in various formats within the Sesame framework.

<dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-api</artifactId> <version>4.1.2</version> </dependency>
INSTALL
IMPORT
SIG · SESAME-RIO-API
S
sesame-rio-api
serializationjavav4.1.2
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.

RDFParser
org.openrdf.rio.RDFParser

Minimal example showing how to create an RDF parser using the Rio API.

import org.openrdf.rio.RDFParser; import org.openrdf.rio.Rio; public class Example { public static void main(String[] args) { RDFParser parser = Rio.createParser(org.openrdf.rio.RDFFormat.TURTLE); System.out.println("Parser created: " + parser.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
sesame-rio-api — mvn dependency:get sesame-rio-api · libregistry