Registry / serialization / rdf4j-rio-jsonld

rdf4j-rio-jsonld

JSON →
library5.2.2javamavenunverified

Implements the JSON-LD file format parser and writer for the Eclipse RDF4J framework, enabling RDF data serialization in JSON-LD.

<dependency> <groupId>org.eclipse.rdf4j</groupId> <artifactId>rdf4j-rio-jsonld</artifactId> <version>5.2.2</version> </dependency>
INSTALL
IMPORT
SIG · RDF4J-RIO-JSONLD
R
rdf4j-rio-jsonld
serializationjavav5.2.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.

JSONLDParser
org.eclipse.rdf4j.rio.jsonld.JSONLDParser

Parse a JSON-LD file into RDF statements.

import org.eclipse.rdf4j.rio.jsonld.JSONLDParser; import org.eclipse.rdf4j.rio.RDFParser; RDFParser parser = new JSONLDParser(); parser.parse(new FileInputStream("data.jsonld"), "http://example.org/base");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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