librdf-prefixes-perl 0.005-1 source package in Ubuntu
Changelog
librdf-prefixes-perl (0.005-1) unstable; urgency=medium [ upstream ] * New release. + Switch packaging to Dist::Inkt. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Jonas Smedegaard ] * Bump compatibility claim to Policy 3.9.5. * Update copyright info: + Drop Files sections for no longer included convenience code copies. + Extend coverage of packaging. + Extend coverage for main author. * Fix Homepage. -- Jonas Smedegaard <email address hidden> Thu, 11 Sep 2014 10:03:20 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2014-09-11
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | perl |
Focal | release | on 2019-10-18 | universe | perl |
Bionic | release | on 2017-10-24 | universe | perl |
Xenial | release | on 2015-10-22 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
librdf-prefixes-perl_0.005-1.dsc | 2.2 KiB | 1d8cae523a7886f30c305f40ad3f64742ec622ac699fa2654436e29819f3ea58 |
librdf-prefixes-perl_0.005.orig.tar.gz | 18.7 KiB | 058b7232be08ca3bbb7a2dac6184e6469c19d21248910fe9f3494045573469b8 |
librdf-prefixes-perl_0.005-1.debian.tar.xz | 4.2 KiB | ac1c14c1ad1d061a3a7d49b1f896625fd5aff3eec4f4b9233da54859d6b545ce |
Available diffs
- diff from 0.004-1 to 0.005-1 (47.2 KiB)
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".