Registry / utility / jena
library2.6.4javamavenunverified

Java framework for building Semantic Web applications, supporting RDF, RDFS, OWL, SPARQL, and rule-based inference.

<dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>jena</artifactId> <version>2.6.4</version> </dependency>
INSTALL
IMPORT
SIG · JENA
J
jena
utilityjavav2.6.4
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.

Model
org.apache.jena.rdf.model.Model

Creates a default RDF model using Apache Jena.

import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; public class JenaExample { public static void main(String[] args) { Model model = ModelFactory.createDefaultModel(); System.out.println("Created Jena model"); } }
Debug
Known issues
breakingVersion 2.6.4 is outdated; consider using a newer version from the Apache Jena project (e.g., 4.x) for latest features and security fixes.
fix
Update to a recent version like 4.10.0 from org.apache.jena:apache-jena-libs.
affects: 2.x
Upgrade
Version history
2.6.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jena — mvn dependency:get jena · libregistry