libatteanx-store-sparql-perl 0.010-1 source package in Ubuntu

Changelog

libatteanx-store-sparql-perl (0.010-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    0.008
    + Accept only JSON SPARQL results.
    + Add single-BGP access plan.
    + Do the SPARQL serialization in the impl method.
    + Use the content method on the response object.
    0.010
    + Set version in all perl modules.
    + Test model for costplanner support.
    + Remove the CostPlanner from the store.

  [ Jonas Smedegaard ]
  * Prepare for release: Update changelog and copyright hints.
  * Update Vcs-* fields: Fix path.
  * Declare compliance with Debian Policy 3.9.8.
  * Update watch file:
    + Bump to file format 4.
    + Drop secondary URL.
    + Mention gbp --uscan in usage comment.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <email address hidden>  Sat, 24 Dec 2016 03:41:26 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libatteanx-store-sparql-perl_0.010-1.dsc 2.4 KiB 044dc7727dc7bc3b36d4eb167bb8cd0fe77670ee3e04ce4f2b75356b2505ee3a
libatteanx-store-sparql-perl_0.010.orig.tar.gz 19.1 KiB e7681290805aab1f97f45027c8b6e25cf99e97e5822ee401ed8a666d782e5680
libatteanx-store-sparql-perl_0.010-1.debian.tar.xz 4.1 KiB 4ff2d1773b06db9ce173ab22f0e349cb2927ab20eeb5790aba10288d716beb45

Available diffs

No changes file available.

Binary packages built by this source

libatteanx-store-sparql-perl: Attean SPARQL triple store

 AtteanX::Store::SPARQL implements a simple immutable triple store,
 which simply allows programmers to use Attean facilities to query
 remote SPARQL endpoints.
 .
 This distribution also brings a corresponding AtteanX::Model::SPARQL,
 which allows query plans to be made, and an
 AtteanX::Store::SPARQL::Plan::BGP plan class, which contains a
 rudimentary cost estimate that attempts to avoid sending Cartesian
 joins to remote endpoints if possible.
 .
 SPARQL is an RDF query language, that is, a semantic query language for
 databases, able to retrieve and manipulate data stored in Resource
 Description Framework format.
 .
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.