librdf-prefixes-perl 0.005-3 source package in Ubuntu

Changelog

librdf-prefixes-perl (0.005-3) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1048371)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 17:30:58 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librdf-prefixes-perl_0.005-3.dsc 2.4 KiB d50fe37b8ff35afbf319649fb9dcacba0b0658bdd4e289a43209028be2991c7f
librdf-prefixes-perl_0.005.orig.tar.gz 18.7 KiB 058b7232be08ca3bbb7a2dac6184e6469c19d21248910fe9f3494045573469b8
librdf-prefixes-perl_0.005-3.debian.tar.xz 4.9 KiB 486dd21c7e67f0b6144b62269f16a75440c591c6db88a64d5d20daef84c22afc

Available diffs

No changes file available.

Binary packages built by this source

librdf-prefixes-perl: simple way to turn URIs into QNames

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Prefixes is not so much for managing namespaces/prefixes in code
 (see RDF::Trine::NamespaceMap for that), but as a helper for code that
 serialises data using namespaces.
 .
 It generates pretty prefixes, reducing "http://purl.org/dc/terms/" to
 "dc" rather than something too generic like "ns01", and provides a
 context for keeping track of namespaces already used, so that when
 "http://purl.org/dc/elements/1.1/" is encountered, it won't stomp on
 the previous definition of "dc".