Registry / other / jena-core

jena-core

JSON →
library6.1.0javamavenunverified

Core framework for building Semantic Web applications, providing APIs for RDF, RDFS, OWL, and SPARQL with a rule-based inference engine.

<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-core</artifactId> <version>6.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JENA-CORE
J
jena-core
otherjavav6.1.0
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

Creating a default RDF model using Jena.

import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; public class Example { public static void main(String[] args) { Model model = ModelFactory.createDefaultModel(); System.out.println("Jena model created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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