Registry / serialization / sesame-rio-n3

sesame-rio-n3

JSON →
library4.1.2javamavenunverified

Sesame Rio N3 provides a writer implementation for the N3 (Notation3) RDF serialization format.

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

N3Writer
org.openrdf.rio.n3.N3Writer

Creates an N3 writer to output RDF data.

import org.openrdf.rio.n3.N3Writer; public class Example { public static void main(String[] args) { N3Writer writer = new N3Writer(System.out); System.out.println("N3 writer created"); } }
Debug
Known issues
breakingSesame is deprecated; use RDF4J (org.eclipse.rdf4j) instead.
fix
Migrate to RDF4J Rio N3 writer (org.eclipse.rdf4j.rio.n3.N3Writer).
affects: >=4.0
Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
sesame-rio-n3 — mvn dependency:get sesame-rio-n3 · libregistry