librdf-prefixes-perl 0.005-1.1 source package in Ubuntu
Changelog
librdf-prefixes-perl (0.005-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Wed, 06 Jan 2021 16:26:17 +0100
Upload details
- Uploaded by:
- Debian Perl Group on 2021-01-06
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-07 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
librdf-prefixes-perl_0.005-1.1.dsc | 2.1 KiB | 3fe793b24bcbb4fad2a2aa316082cee6904b97d586a821bba83de140e981551f |
librdf-prefixes-perl_0.005.orig.tar.gz | 18.7 KiB | 058b7232be08ca3bbb7a2dac6184e6469c19d21248910fe9f3494045573469b8 |
librdf-prefixes-perl_0.005-1.1.debian.tar.xz | 4.3 KiB | c27ca17edc47b0a28618069c7cba8a34655e29af9cdc148ce58031d9c12281dc |
Available diffs
- diff from 0.005-1 to 0.005-1.1 (366 bytes)
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".