Registry / serialization / sesame-model

sesame-model

JSON →
library4.1.2javamavenunverified

Sesame Model provides core RDF model interfaces and implementations for working with RDF data.

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

ValueFactory
org.openrdf.model.ValueFactory

Creates an IRI using the SimpleValueFactory.

import org.openrdf.model.ValueFactory; import org.openrdf.model.impl.SimpleValueFactory; public class Quickstart { public static void main(String[] args) { ValueFactory vf = SimpleValueFactory.getInstance(); System.out.println(vf.createIRI("http://example.org")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
9
Resources
sesame-model — mvn dependency:get sesame-model · libregistry