apache-commons-rdf 0.5.0-2 source package in Ubuntu

Changelog

apache-commons-rdf (0.5.0-2) unstable; urgency=medium

  * Packaging commons-rdf-jsonld-java module.
  * Removing empty debian/maven.properties.
  * Adding 'Rules-Requires-Root: no'.

 -- Andrius Merkys <email address hidden>  Fri, 22 Oct 2021 02:20:06 -0400

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-commons-rdf_0.5.0-2.dsc 2.2 KiB 75d6e9b53e88e7258928a1f15daf1ba8b9d88f7aaca50f75aecff91258fa67fe
apache-commons-rdf_0.5.0.orig.tar.gz 345.2 KiB b50679d8345e32a86f21255a57de43a2c674817e18b9702eb5d61587112d8288
apache-commons-rdf_0.5.0-2.debian.tar.xz 321.8 KiB 08c04a0295bb103cb5d48367d07a63b6e8878568cfd25064953aaeb656ee535b

Available diffs

No changes file available.

Binary packages built by this source

libcommons-rdf-java: type-safe, non-general API that covers RDF 1.1

 Commons RDF aims to provide a common library for RDF 1.1 with implementations
 for common Java RDF frameworks like RDF4J, Apache Jena as well as for other
 libraries such as OWLAPI, Clerezza and other JVM languages.
 .
 The main motivation behind this simple library is to revise an historical
 incompatibility issue between these toolkits. This library does not pretend to
 be a generic API wrapping those libraries, but is a set of common Java
 interfaces for the RDF 1.1 concepts, e.g. 'IRI', 'BlankNode', 'Graph',
 accompanied with unit test cases for their expected behaviour, and a 'simple'
 implementation, which main purpose is to clarify the tests and interfaces.