libatteanx-store-ldf-perl 0.04-3 source package in Ubuntu

Changelog

libatteanx-store-ldf-perl (0.04-3) unstable; urgency=medium

  * Team upload.
  * Fix autopkgtests.
    Add debian/tests/pkg-perl/syntax-skip to skip one module in syntax.t.

 -- gregor herrmann <email address hidden>  Wed, 15 Jun 2022 16:58:15 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libatteanx-store-ldf-perl_0.04-3.dsc 2.6 KiB 79a4e39bb9f655451202c6ca8b41e69021a1430d637deb143c60d434c410f556
libatteanx-store-ldf-perl_0.04.orig.tar.gz 21.3 KiB 0c04d8125d0fb8a6497a8c35ad0f903631bdddeb43641f0754727382a8db2176
libatteanx-store-ldf-perl_0.04-3.debian.tar.xz 4.7 KiB 2cdf11960096ad891e14ad73b073a82420eec9b25996524befb1a44674866e78

Available diffs

No changes file available.

Binary packages built by this source

libatteanx-store-ldf-perl: Linked Data Fragment RDF store

 AtteanX::Store::LDF provides a triple-store connected to a Linked Data
 Fragment server.
 .
 Linked Data Fragment (LDF) is a protocol to exchange specific views of
 Linked Data.
 .
 Linked Data is a method of publishing structured data so that it can be
 interlinked and become more useful through semantic queries. It builds
 upon standard Web technologies such as HTTP, RDF and URIs, but rather
 than using them to serve web pages for human readers, it extends them
 to share information in a way that can be read automatically by
 computers.
 .
 A triplestore or RDF store is a purpose-built database for the storage
 and retrieval of triples through semantic queries. A triple is a data
 entity composed of subject-predicate-object, like "Bob is 35" or "Bob
 knows Fred".
 .
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.