1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libxml-grddl-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libcss-perl,
libossp-uuid-perl,
librdf-rdfa-parser-perl,
librdf-trine-perl,
liburi-perl,
libxml-libxml-perl,
libxml-libxslt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-grddl-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-grddl-perl.git
Homepage: https://metacpan.org/release/XML-GRDDL
Package: libxml-grddl-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: transform XML and XHTML to RDF
GRDDL is a W3C Recommendation for extracting RDF data from arbitrary
XML and XHTML via a transformation, typically written in XSLT. See
<http://www.w3.org/TR/grddl/> for more details.
.
This module implements GRDDL in Perl. It offers both a low level
interface, allowing you to generate a list of transformations
associated with the document being processed, and thus the ability to
selectively run the transformation; and a high-level interface where a
single RDF model is returned representing the union of the RDF graphs
generated by applying all available transformations.
|