r-cran-rdflib 0.2.8+dfsg-1 source package in Ubuntu

Changelog

r-cran-rdflib (0.2.8+dfsg-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 09 Jan 2024 08:38:11 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-rdflib_0.2.8+dfsg-1.dsc 2.3 KiB a8acd2ec4e788b8da1b48ca410834084c665f51ad5745c9b41f5b990da4cd708
r-cran-rdflib_0.2.8+dfsg.orig.tar.xz 103.7 KiB c07e20ee7401585844263af2f3327570724d1dc638acee99389c6bfd14b198b7
r-cran-rdflib_0.2.8+dfsg-1.debian.tar.xz 3.3 KiB d1ed1ce8e79fbd00448be546c0fe1fa64f16fd70d7205e324c4fcb0cd5dee254

Available diffs

No changes file available.

Binary packages built by this source

r-cran-rdflib: GNU R tools to manipulate and query semantic data

 The Resource Description Framework, or 'RDF' is a widely used
 data representation model that forms the cornerstone of the
 Semantic Web. 'RDF' represents data as a graph rather than
 the familiar data table or rectangle of relational databases.
 The 'rdflib' package provides a friendly and concise user interface
 for performing common tasks on 'RDF' data, such as reading, writing
 and converting between the various serializations of 'RDF' data,
 including 'rdfxml', 'turtle', 'nquads', 'ntriples', and 'json-ld';
 creating new 'RDF' graphs, and performing graph queries using 'SPARQL'.
 This package wraps the low level 'redland' R package which
 provides direct bindings to the 'redland' C library. Additionally,
 the package supports the newer and more developer friendly
 'JSON-LD' format through the 'jsonld' package. The package
 interface takes inspiration from the Python 'rdflib' library.