Registry / other / rdf-core

rdf-core

JSON →
library1.0.1javamavenunverified

Provides interfaces and utilities for accessing and manipulating RDF graphs in the Apache Clerezza framework.

<dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.core</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · RDF-CORE
R
rdf-core
otherjavav1.0.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.

Triple
org.apache.clerezza.rdf.core.Triple

Minimal example showing how to create an RDF triple using Clerezza RDF Core.

import org.apache.clerezza.rdf.core.Triple; import org.apache.clerezza.rdf.core.UriRef; import org.apache.clerezza.rdf.core.Literal; public class Example { public static void main(String[] args) { UriRef subject = new UriRef("http://example.org/subject"); UriRef predicate = new UriRef("http://example.org/predicate"); Literal object = new Literal("object"); Triple triple = new Triple(subject, predicate, object); System.out.println("Triple: " + triple); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rdf-core — mvn dependency:get rdf-core · libregistry