File: control

package info (click to toggle)
libatteanx-store-ldf-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: perl: 346; makefile: 17; sh: 1
file content (53 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: libatteanx-store-ldf-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 debhelper (>= 10~),
 dh-buildinfo,
 libmoox-log-any-perl,
 librdf-ldf-perl,
 libtypes-uri-perl,
 libattean-perl (>= 0.010),
 libmoo-perl (>= 1.006000),
 perl (>= 5.14),
 librdf-generator-void-perl,
 librdf-linkeddata-perl,
 libtest-exception-perl,
 libtest-lwp-useragent-perl,
 libtest-roo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libatteanx-store-ldf-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libatteanx-store-ldf-perl
Homepage: https://metacpan.org/release/AtteanX-Store-LDF
Testsuite: autopkgtest-pkg-perl

Package: libatteanx-store-ldf-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests}
Description: 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.